@storybook/csf 0.1.4--canary.82.c8a52dd.0 → 0.1.4--canary.82.beb2113.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/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -77,8 +77,8 @@ interface ControlBase {
77
77
  /**
78
78
  * @see https://storybook.js.org/docs/api/arg-types#controltype
79
79
  */
80
- type: ControlType;
81
- disable: boolean;
80
+ type?: ControlType;
81
+ disable?: boolean;
82
82
  }
83
83
  type Control = ControlType | false | (ControlBase & ({
84
84
  type: 'color';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf",
3
- "version": "0.1.4--canary.82.c8a52dd.0",
3
+ "version": "0.1.4--canary.82.beb2113.0",
4
4
  "description": "Component Story Format (CSF) utilities",
5
5
  "keywords": [
6
6
  "storybook",