@storybook/addon-backgrounds 8.4.0-alpha.7 → 8.4.0-alpha.8

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 +2 -2
package/README.md CHANGED
@@ -26,4 +26,4 @@ export default {
26
26
 
27
27
  ## Usage
28
28
 
29
- The usage is documented in the [documentation](https://storybook.js.org/docs/react/essentials/backgrounds).
29
+ The usage is documented in the [documentation](https://storybook.js.org/docs/essentials/backgrounds).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-backgrounds",
3
- "version": "8.4.0-alpha.7",
3
+ "version": "8.4.0-alpha.8",
4
4
  "description": "Switch backgrounds to view components in different settings",
5
5
  "keywords": [
6
6
  "addon",
@@ -66,7 +66,7 @@
66
66
  "typescript": "^5.3.2"
67
67
  },
68
68
  "peerDependencies": {
69
- "storybook": "^8.4.0-alpha.7"
69
+ "storybook": "^8.4.0-alpha.8"
70
70
  },
71
71
  "publishConfig": {
72
72
  "access": "public"