@storybook/addon-controls 7.0.0-alpha.18 → 7.0.0-alpha.20

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 +11 -11
package/README.md CHANGED
@@ -210,4 +210,4 @@ export const Template = (args) => <Button {...args} />
210
210
  </Story>
211
211
  ```
212
212
 
213
- For more info, see a full [Controls example in MDX for Vue](https://raw.githubusercontent.com/storybookjs/storybook/next/examples/vue-kitchen-sink/src/stories/addon-controls.stories.mdx).
213
+ For more info, see a full [Controls example in MDX for Vue](https://raw.githubusercontent.com/storybookjs/storybook/next/code/examples/vue-kitchen-sink/src/stories/addon-controls.stories.mdx).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-controls",
3
- "version": "7.0.0-alpha.18",
3
+ "version": "7.0.0-alpha.20",
4
4
  "description": "Interact with component inputs dynamically in the Storybook UI",
5
5
  "keywords": [
6
6
  "addon",
@@ -57,16 +57,16 @@
57
57
  "prepare": "../../../scripts/prepare/bundle.ts"
58
58
  },
59
59
  "dependencies": {
60
- "@storybook/addons": "7.0.0-alpha.18",
61
- "@storybook/api": "7.0.0-alpha.18",
62
- "@storybook/blocks": "7.0.0-alpha.18",
63
- "@storybook/client-logger": "7.0.0-alpha.18",
64
- "@storybook/components": "7.0.0-alpha.18",
65
- "@storybook/core-common": "7.0.0-alpha.18",
60
+ "@storybook/addons": "7.0.0-alpha.20",
61
+ "@storybook/api": "7.0.0-alpha.20",
62
+ "@storybook/blocks": "7.0.0-alpha.20",
63
+ "@storybook/client-logger": "7.0.0-alpha.20",
64
+ "@storybook/components": "7.0.0-alpha.20",
65
+ "@storybook/core-common": "7.0.0-alpha.20",
66
66
  "@storybook/csf": "0.0.2--canary.0899bb7.0",
67
- "@storybook/node-logger": "7.0.0-alpha.18",
68
- "@storybook/store": "7.0.0-alpha.18",
69
- "@storybook/theming": "7.0.0-alpha.18",
67
+ "@storybook/node-logger": "7.0.0-alpha.20",
68
+ "@storybook/store": "7.0.0-alpha.20",
69
+ "@storybook/theming": "7.0.0-alpha.20",
70
70
  "core-js": "^3.8.2",
71
71
  "lodash": "^4.17.21",
72
72
  "ts-dedent": "^2.0.0"
@@ -93,7 +93,7 @@
93
93
  ],
94
94
  "platform": "browser"
95
95
  },
96
- "gitHead": "bd59f1eef0f644175abdb0d9873ed0553f431f53",
96
+ "gitHead": "a6c00d2ebed21da54b4772b4a4f7fed9258f0ab4",
97
97
  "storybook": {
98
98
  "displayName": "Controls",
99
99
  "icon": "https://user-images.githubusercontent.com/263385/101991669-479cc600-3c7c-11eb-93d9-38b67e8371f2.png",