@storybook/csf 0.1.4--canary.82.2a09ac2.0 → 0.1.4--canary.82.eb42c88.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 +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -156,7 +156,7 @@ interface InputType {
156
156
  * @see https://storybook.js.org/docs/api/arg-types#tabledefaultvalue
157
157
  */
158
158
  defaultValue?: {
159
- summary: string;
159
+ summary?: string;
160
160
  detail?: string;
161
161
  };
162
162
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/csf",
3
- "version": "0.1.4--canary.82.2a09ac2.0",
3
+ "version": "0.1.4--canary.82.eb42c88.0",
4
4
  "description": "Component Story Format (CSF) utilities",
5
5
  "keywords": [
6
6
  "storybook",