Skip to content

Commit

Permalink
[Structured list] Implement feature flag in live demo (carbon-design-…
Browse files Browse the repository at this point in the history
…system#4101)

* feat: adds structuredList feature flag in live demo, rm simple variant

* feat: adds structuredList feature flag in live demo, rm simple variant

* fix: updated titles

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
2nikhiltom and kodiakhq[bot] authored Jun 13, 2024
1 parent 2c18c24 commit beed1d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/pages/components/structured-list/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ code usage documentation, see the Storybooks for each framework below.
label: 'Default',
variant: 'components-structuredlist--default',
},
{
label: 'Simple',
variant: 'components-structuredlist--simple',
},
{
label: 'Selection',
variant: 'components-structuredlist--selection',
},
{
label: 'Selectable with Improved Accessibility (unstable)',
variant: 'experimental-feature-flags-structuredlist--selection',
},
]}
/>
8 changes: 4 additions & 4 deletions src/pages/components/structured-list/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ the new experimental structured lists in their products moving forward.
label: 'Default',
variant: 'components-structuredlist--default',
},
{
label: 'Simple',
variant: 'components-structuredlist--simple',
},
{
label: 'Selection',
variant: 'components-structuredlist--selection',
},
{
label: 'Selectable with Improved Accessibility (unstable)',
variant: 'experimental-feature-flags-structuredlist--selection',
},
]}
/>

Expand Down

0 comments on commit beed1d2

Please sign in to comment.