Skip to content

Commit

Permalink
chore(ProgressBar): Move ProgressBar component css module feature fla…
Browse files Browse the repository at this point in the history
…g to staff (#5390)

* Move ProgressBar to staff

* Create witty-rocks-talk.md
  • Loading branch information
jonrohan authored Dec 9, 2024
1 parent 184e292 commit 20957b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/witty-rocks-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move ProgressBar component css module feature flag to staff
2 changes: 1 addition & 1 deletion packages/react/src/ProgressBar/ProgressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const shimmer = keyframes`
to { mask-position: 0%; }
`

const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'

const ProgressItem = toggleStyledComponent(
CSS_MODULES_FEATURE_FLAG,
Expand Down

0 comments on commit 20957b4

Please sign in to comment.