Skip to content

Commit

Permalink
fix: update storybook sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Saulo Vallory <[email protected]>
  • Loading branch information
svallory committed Dec 28, 2024
1 parent 9bcac01 commit e94e6c3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/ui/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ const groups = [
'Data Display',
['tree', 'layer-tree', 'layer', 'disclosure'],
'Forms',
['input', 'textarea', 'radio', 'switch', 'select-menu'],
['checkbox', 'input', 'label', 'radio', 'select-menu', 'textarea', 'switch'],
'Navigation',
['tabs', 'sidebar'],
'Typography',
['heading', 'paragraph', 'text'],
'Visual',
['icon', 'onboarding-tip'],
'🚧 Next',
['sidebarTitle', 'badge'],
['sidebar', 'badge'],
];

const config: StorybookConfig = {
Expand Down
14 changes: 12 additions & 2 deletions packages/ui/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,23 @@ const preview: Preview = {
'Data Display',
['tree', 'layer-tree', 'layer', 'disclosure'],
'Forms',
['input', 'textarea', 'radio', 'switch', 'select-menu'],
[
'checkbox',
'input',
'label',
'radio',
'select-menu',
'textarea',
'switch',
],
'Navigation',
['tabs', 'sidebar'],
'Typography',
['heading', 'paragraph', 'text'],
'Visual',
['icon', 'onboarding-tip'],
'🚧 Next',
['sidebarTitle', 'badge'],
['sidebar', 'badge'],
],
'📦 UI 〉icons',
'📦 UI 〉(Svelte) actions',
Expand Down

0 comments on commit e94e6c3

Please sign in to comment.