From eed964eb7ff37458dac90120487839afd8299107 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 17 Oct 2024 23:26:38 +0000 Subject: [PATCH 1/2] Move CounterLabel css modules feature flag to staff --- packages/react/src/CounterLabel/CounterLabel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/CounterLabel/CounterLabel.tsx b/packages/react/src/CounterLabel/CounterLabel.tsx index a8e55ea9c18..be06080269f 100644 --- a/packages/react/src/CounterLabel/CounterLabel.tsx +++ b/packages/react/src/CounterLabel/CounterLabel.tsx @@ -20,7 +20,7 @@ export type CounterLabelProps = React.PropsWithChildren< const CounterLabel = forwardRef( ({scheme = 'secondary', sx = defaultSxProp, className, children, ...rest}, forwardedRef) => { - const enabled = useFeatureFlag('primer_react_css_modules_team') + const enabled = useFeatureFlag('primer_react_css_modules_staff') const label =  ({children}) const counterProps = { ref: forwardedRef, From 97c75863c785ed8b0c6da2dedb8803a9967ace58 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Thu, 17 Oct 2024 16:37:41 -0700 Subject: [PATCH 2/2] Create wise-llamas-exist.md --- .changeset/wise-llamas-exist.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/wise-llamas-exist.md diff --git a/.changeset/wise-llamas-exist.md b/.changeset/wise-llamas-exist.md new file mode 100644 index 00000000000..dbd3aeb645d --- /dev/null +++ b/.changeset/wise-llamas-exist.md @@ -0,0 +1,5 @@ +--- +"@primer/react": patch +--- + +Move CounterLabel css modules feature flag to staff