@storybook/addon-backgrounds 7.6.0-beta.1 → 7.6.0

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 +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -8,7 +8,7 @@ Storybook Addon Backgrounds can be used to change background colors inside the p
8
8
 
9
9
  ## Installation
10
10
 
11
- Backgrounds 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:
11
+ Backgrounds is part of [essentials](https://storybook.js.org/docs/react/essentials) and so is installed in all new Storybooks by default. If you need to add it to your Storybook, you can run:
12
12
 
13
13
  ```sh
14
14
  npm i -D @storybook/addon-backgrounds
@@ -16,7 +16,7 @@ npm i -D @storybook/addon-backgrounds
16
16
 
17
17
  ## Configuration
18
18
 
19
- Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/react/configure/overview#configure-your-storybook-project):
19
+ Then, add following content to [`.storybook/main.js`](https://storybook.js.org/docs/react/configure/#configure-your-storybook-project):
20
20
 
21
21
  ```js
22
22
  export default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-backgrounds",
3
- "version": "7.6.0-beta.1",
3
+ "version": "7.6.0",
4
4
  "description": "Switch backgrounds to view components in different settings",
5
5
  "keywords": [
6
6
  "addon",
@@ -57,12 +57,12 @@
57
57
  "ts-dedent": "^2.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@storybook/client-logger": "7.6.0-beta.1",
61
- "@storybook/components": "7.6.0-beta.1",
62
- "@storybook/manager-api": "7.6.0-beta.1",
63
- "@storybook/preview-api": "7.6.0-beta.1",
64
- "@storybook/theming": "7.6.0-beta.1",
65
- "@storybook/types": "7.6.0-beta.1",
60
+ "@storybook/client-logger": "7.6.0",
61
+ "@storybook/components": "7.6.0",
62
+ "@storybook/manager-api": "7.6.0",
63
+ "@storybook/preview-api": "7.6.0",
64
+ "@storybook/theming": "7.6.0",
65
+ "@storybook/types": "7.6.0",
66
66
  "react": "^16.8.0",
67
67
  "react-dom": "^16.8.0",
68
68
  "typescript": "~4.9.3"