@storybook/addon-themes 7.2.0-rc.0 → 7.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -6,7 +6,7 @@ Storybook Addon Themes can be used which between multiple themes for components
6
6
 
7
7
  ## Usage
8
8
 
9
- Requires Storybook 7.0 or later. Themes is part of [essentials](https://storybook.js.org/docs/react/essentials/introduction) and so is installed in all new Storybooks by default. If you need to add it to your Storybook, you can run:
9
+ Requires Storybook 7.0 or later. If you need to add it to your Storybook, you can run:
10
10
 
11
11
  ```sh
12
12
  npm i -D @storybook/addon-themes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-themes",
3
- "version": "7.2.0-rc.0",
3
+ "version": "7.2.1",
4
4
  "description": "Switch between multiple themes for you components in Storybook",
5
5
  "keywords": [
6
6
  "css",
@@ -72,13 +72,13 @@
72
72
  "prep": "../../../scripts/prepare/bundle.ts"
73
73
  },
74
74
  "dependencies": {
75
- "@storybook/client-logger": "7.2.0-rc.0",
76
- "@storybook/components": "7.2.0-rc.0",
77
- "@storybook/core-events": "7.2.0-rc.0",
78
- "@storybook/manager-api": "7.2.0-rc.0",
79
- "@storybook/preview-api": "7.2.0-rc.0",
80
- "@storybook/theming": "7.2.0-rc.0",
81
- "@storybook/types": "7.2.0-rc.0",
75
+ "@storybook/client-logger": "7.2.1",
76
+ "@storybook/components": "7.2.1",
77
+ "@storybook/core-events": "7.2.1",
78
+ "@storybook/manager-api": "7.2.1",
79
+ "@storybook/preview-api": "7.2.1",
80
+ "@storybook/theming": "7.2.1",
81
+ "@storybook/types": "7.2.1",
82
82
  "ts-dedent": "^2.0.0"
83
83
  },
84
84
  "devDependencies": {