Skip to content

Commit

Permalink
Merge branch 'main' into al-trailingaction-css
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank authored Dec 16, 2024
2 parents cb95ff9 + eedbdbd commit 1b003c0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-phones-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move Select component css module feature flag to ga
5 changes: 5 additions & 0 deletions .changeset/plenty-tools-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move Stack component css module feature flag to ga
2 changes: 1 addition & 1 deletion packages/react/src/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type SelectProps = Omit<
placeholder?: string
}

const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_ga'

const arrowRightOffset = '4px'

Expand Down
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_staff'
const CSS_MODULE_FEATURE_FLAG = 'primer_react_css_modules_ga'

const StyledStack = toggleStyledComponent(
CSS_MODULE_FEATURE_FLAG,
Expand Down

0 comments on commit 1b003c0

Please sign in to comment.