Skip to content

Commit

Permalink
Update storybook and remove generated select files (#71)
Browse files Browse the repository at this point in the history
# Problem

- Storybook was throwing some alerts about versions and addons
- Select was passing on incorrect types
- Update bits-ui
  • Loading branch information
wilwade authored Jan 17, 2025
1 parent ba2ebbb commit 6c8aab8
Show file tree
Hide file tree
Showing 11 changed files with 474 additions and 1,620 deletions.
4 changes: 2 additions & 2 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {addons} from '@storybook/addons';
import { addons } from '@storybook/manager-api';
import customTheme from './CustomTheme';

addons.setConfig({
theme: customTheme
theme: customTheme,
});
Loading

0 comments on commit 6c8aab8

Please sign in to comment.