@storybook/addon-backgrounds 7.1.0-alpha.31 → 7.1.0-alpha.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __hasOwnProp=Object.prototype.hasOwnProperty;var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:!0})},__copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:!0}),mod);var src_exports={};__export(src_exports,{default:()=>src_default});module.exports=__toCommonJS(src_exports);var src_default={};0&&(module.exports={});
1
+ var __defProp=Object.defineProperty;var __getOwnPropDesc=Object.getOwnPropertyDescriptor;var __getOwnPropNames=Object.getOwnPropertyNames;var __hasOwnProp=Object.prototype.hasOwnProperty;var __export=(target,all)=>{for(var name in all)__defProp(target,name,{get:all[name],enumerable:!0})},__copyProps=(to,from,except,desc)=>{if(from&&typeof from=="object"||typeof from=="function")for(let key of __getOwnPropNames(from))!__hasOwnProp.call(to,key)&&key!==except&&__defProp(to,key,{get:()=>from[key],enumerable:!(desc=__getOwnPropDesc(from,key))||desc.enumerable});return to};var __toCommonJS=mod=>__copyProps(__defProp({},"__esModule",{value:!0}),mod);var src_exports={};__export(src_exports,{default:()=>src_default});module.exports=__toCommonJS(src_exports);var src_default={};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-backgrounds",
3
- "version": "7.1.0-alpha.31",
3
+ "version": "7.1.0-alpha.32",
4
4
  "description": "Switch backgrounds to view components in different settings",
5
5
  "keywords": [
6
6
  "addon",
@@ -76,14 +76,14 @@
76
76
  "prep": "../../../scripts/prepare/bundle.ts"
77
77
  },
78
78
  "dependencies": {
79
- "@storybook/client-logger": "7.1.0-alpha.31",
80
- "@storybook/components": "7.1.0-alpha.31",
81
- "@storybook/core-events": "7.1.0-alpha.31",
79
+ "@storybook/client-logger": "7.1.0-alpha.32",
80
+ "@storybook/components": "7.1.0-alpha.32",
81
+ "@storybook/core-events": "7.1.0-alpha.32",
82
82
  "@storybook/global": "^5.0.0",
83
- "@storybook/manager-api": "7.1.0-alpha.31",
84
- "@storybook/preview-api": "7.1.0-alpha.31",
85
- "@storybook/theming": "7.1.0-alpha.31",
86
- "@storybook/types": "7.1.0-alpha.31",
83
+ "@storybook/manager-api": "7.1.0-alpha.32",
84
+ "@storybook/preview-api": "7.1.0-alpha.32",
85
+ "@storybook/theming": "7.1.0-alpha.32",
86
+ "@storybook/types": "7.1.0-alpha.32",
87
87
  "memoizerific": "^1.11.3",
88
88
  "ts-dedent": "^2.0.0"
89
89
  },