Skip to content

Commit d6ea909

Browse files
authored
chore(VisuallyHidden): Move VisuallyHidden component from team to staff flag (#5283)
* Move VisuallyHidden to staff flag * Create five-hornets-agree.md
1 parent 973130e commit d6ea909

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/five-hornets-agree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
Move VisuallyHidden component from team to staff flag

packages/react/src/VisuallyHidden/VisuallyHidden.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {useFeatureFlag} from '../FeatureFlags'
77
import React, {type HTMLAttributes} from 'react'
88
import classes from './VisuallyHidden.module.css'
99

10-
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_team'
10+
const CSS_MODULES_FEATURE_FLAG = 'primer_react_css_modules_staff'
1111

1212
/**
1313
* Provides a component that implements the "visually hidden" technique. This is

0 commit comments

Comments
 (0)