Browse Source

Refactoring

pull/6782/head
Thomas Kaul 4 weeks ago
parent
commit
223f95f8f8
  1. 10
      libs/ui/.storybook/preview.js
  2. 2
      package-lock.json
  3. 2
      package.json

10
libs/ui/.storybook/preview.js

@ -3,12 +3,12 @@ import { withThemeByClassName } from '@storybook/addon-themes';
const preview = { const preview = {
decorators: [ decorators: [
withThemeByClassName({ withThemeByClassName({
themes: {
light: 'theme-light',
dark: 'theme-dark'
},
defaultTheme: 'light', defaultTheme: 'light',
parentSelector: 'body' parentSelector: 'body',
themes: {
dark: 'theme-dark',
light: 'theme-light'
}
}) })
] ]
}; };

2
package-lock.json

@ -125,7 +125,7 @@
"@nx/workspace": "22.6.5", "@nx/workspace": "22.6.5",
"@schematics/angular": "21.2.6", "@schematics/angular": "21.2.6",
"@storybook/addon-docs": "10.1.10", "@storybook/addon-docs": "10.1.10",
"@storybook/addon-themes": "^10.1.10", "@storybook/addon-themes": "10.1.10",
"@storybook/angular": "10.1.10", "@storybook/angular": "10.1.10",
"@trivago/prettier-plugin-sort-imports": "6.0.2", "@trivago/prettier-plugin-sort-imports": "6.0.2",
"@types/big.js": "6.2.2", "@types/big.js": "6.2.2",

2
package.json

@ -170,7 +170,7 @@
"@nx/workspace": "22.6.5", "@nx/workspace": "22.6.5",
"@schematics/angular": "21.2.6", "@schematics/angular": "21.2.6",
"@storybook/addon-docs": "10.1.10", "@storybook/addon-docs": "10.1.10",
"@storybook/addon-themes": "^10.1.10", "@storybook/addon-themes": "10.1.10",
"@storybook/angular": "10.1.10", "@storybook/angular": "10.1.10",
"@trivago/prettier-plugin-sort-imports": "6.0.2", "@trivago/prettier-plugin-sort-imports": "6.0.2",
"@types/big.js": "6.2.2", "@types/big.js": "6.2.2",

Loading…
Cancel
Save