Skip to content

Commit

Permalink
chore(Stack): Move Stack component from team to staff flag (#5292)
Browse files Browse the repository at this point in the history
* Move Stack component to staff flag

* Create fluffy-files-join.md
  • Loading branch information
jonrohan authored Nov 14, 2024
1 parent c4ecb73 commit d3959f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fluffy-files-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move Stack component from team to staff flag
2 changes: 1 addition & 1 deletion packages/react/src/Stack/Stack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {toggleStyledComponent} from '../internal/utils/toggleStyledComponent'
import {useFeatureFlag} from '../FeatureFlags'
import {clsx} from 'clsx'

const CSS_MODULE_FEATURE_FLAG = 'primer_react_css_modules_team'
const CSS_MODULE_FEATURE_FLAG = 'primer_react_css_modules_staff'

const StyledStack = toggleStyledComponent(
CSS_MODULE_FEATURE_FLAG,
Expand Down

0 comments on commit d3959f3

Please sign in to comment.