Skip to content

Commit

Permalink
chore(VisuallyHidden): Move VisuallyHidden component css module featu…
Browse files Browse the repository at this point in the history
…re flag to ga (#5383)

* Move VisuallyHidden to ga

* Create eighty-suits-pay.md
  • Loading branch information
jonrohan authored Dec 6, 2024
1 parent 2129f9d commit efc5c47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-suits-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move VisuallyHidden component css module feature flag to ga
2 changes: 1 addition & 1 deletion packages/react/src/VisuallyHidden/VisuallyHidden.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {useFeatureFlag} from '../FeatureFlags'
import React, {type HTMLAttributes} from 'react'
import classes from './VisuallyHidden.module.css'

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

/**
* Provides a component that implements the "visually hidden" technique. This is
Expand Down

0 comments on commit efc5c47

Please sign in to comment.