ressurect storybook buttons

This commit is contained in:
Tykayn 2025-08-19 14:27:59 +02:00 committed by tykayn
parent 458ad64931
commit 681d8ecb0b
14 changed files with 108 additions and 361 deletions

View file

@ -12,7 +12,6 @@ const config: StorybookConfig = {
// '@storybook/addon-controls' - no longer exists in Storybook 9.0+
// ... autres addons
],
staticDirs: ['../../my-workspace/projects/sae-lib/public'],
framework: {
name: '@storybook/angular',
options: {}

View file

@ -10,17 +10,6 @@ const preview: Preview = {
date: /Date$/i,
},
},
// viewport: {
// viewports: INITIAL_VIEWPORTS,
// defaultViewport: 'responsive',
// },
backgrounds: {
default: 'light',
values: [
{ name: 'light', value: '#f8f9fa' },
{ name: 'dark', value: '#333333' },
],
},
},
};