diff --git a/.storybook/main.ts b/.storybook/main.ts index 836cbeb..4881474 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -10,7 +10,9 @@ const config: StorybookConfig = { { name: '@storybook/addon-styling', options: { - postCss: true + // postCss: { + // implementation: require.resolve('postcss') + // } } }, 'storybook-tailwind-dark-mode' diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 999427b..75993b3 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -1,5 +1,6 @@ + - + + diff --git a/src/lib/index.js b/src/lib/index.js index 5445360..4c48333 100644 --- a/src/lib/index.js +++ b/src/lib/index.js @@ -12,8 +12,9 @@ import SearchInput from './atoms/Input.svelte'; // Molecules import ActivityTabs from './molecules/ActivityTabs.svelte'; import TopNavigation from './molecules/TopNavigation.svelte'; -import BottomNavigation from './molecules/BottomNavigation.svelte'; +import BottomNavBar from './molecules/navigation/BottomNavBar.svelte'; import CredentialListEntry from './molecules/CredentialListEntry.svelte'; +import BottomDrawer from './molecules/dialogs/BottomDrawer.svelte'; // Templates import ActionTemplate from './templates/ActionTemplate.svelte'; @@ -48,10 +49,11 @@ export { Checkbox, ProgressBar, TopNavigation, - BottomNavigation, + BottomNavBar, CredentialListEntry, ActionTemplate, - DetailsTemplate + DetailsTemplate, + BottomDrawer }; export * from './components/ui/tabs'; diff --git a/src/lib/melt-ui/Select.svelte b/src/lib/melt-ui/Select.svelte index af55acf..fa8452a 100644 --- a/src/lib/melt-ui/Select.svelte +++ b/src/lib/melt-ui/Select.svelte @@ -1,9 +1,15 @@ - - -