@storybook/addon-themes 7.6.9 → 7.6.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -27,6 +27,7 @@ For tool-specific setup, check out the recipes below
27
27
  - [`@emotion/styled`](https://github.com/storybookjs/storybook/tree/next/code/addons/themes/docs/getting-started/emotion.md)
28
28
  - [`@mui/material`](https://github.com/storybookjs/storybook/tree/next/code/addons/themes/docs/getting-started/material-ui.md)
29
29
  - [`bootstrap`](https://github.com/storybookjs/storybook/tree/next/code/addons/themes/docs/getting-started/bootstrap.md)
30
+ - [`postcss`](https://github.com/storybookjs/storybook/tree/next/code/addons/themes/docs/getting-started/postcss.md)
30
31
  - [`styled-components`](https://github.com/storybookjs/storybook/tree/next/code/addons/themes/docs/getting-started/styled-components.md)
31
32
  - [`tailwind`](https://github.com/storybookjs/storybook/tree/next/code/addons/themes/docs/getting-started/tailwind.md)
32
33
  - [`vuetify@3.x`](https://github.com/storybookjs/storybook/blob/next/code/addons/themes/docs/api.md#writing-a-custom-decorator)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-themes",
3
- "version": "7.6.9",
3
+ "version": "7.6.11",
4
4
  "description": "Switch between multiple themes for you components in Storybook",
5
5
  "keywords": [
6
6
  "css",
@@ -56,13 +56,13 @@
56
56
  "ts-dedent": "^2.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@storybook/client-logger": "7.6.9",
60
- "@storybook/components": "7.6.9",
61
- "@storybook/core-events": "7.6.9",
62
- "@storybook/manager-api": "7.6.9",
63
- "@storybook/preview-api": "7.6.9",
64
- "@storybook/theming": "7.6.9",
65
- "@storybook/types": "7.6.9",
59
+ "@storybook/client-logger": "7.6.11",
60
+ "@storybook/components": "7.6.11",
61
+ "@storybook/core-events": "7.6.11",
62
+ "@storybook/manager-api": "7.6.11",
63
+ "@storybook/preview-api": "7.6.11",
64
+ "@storybook/theming": "7.6.11",
65
+ "@storybook/types": "7.6.11",
66
66
  "typescript": "~4.9.3"
67
67
  },
68
68
  "publishConfig": {