@storybook/addon-backgrounds 8.5.0-beta.1 → 8.5.0-beta.10

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  'use strict';
2
2
 
3
- var src_default={};
3
+ var index_default={};
4
4
 
5
- module.exports = src_default;
5
+ module.exports = index_default;
package/dist/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
- var src_default={};
1
+ var index_default={};
2
2
 
3
- export { src_default as default };
3
+ export { index_default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-backgrounds",
3
- "version": "8.5.0-beta.1",
3
+ "version": "8.5.0-beta.10",
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.5.0-beta.1"
69
+ "storybook": "^8.5.0-beta.10"
70
70
  },
71
71
  "publishConfig": {
72
72
  "access": "public"