@storybook/types 7.0.0 → 7.0.1
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.
- package/dist/index.d.ts +0 -10
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -2075,12 +2075,6 @@ interface StorybookConfig {
|
|
|
2075
2075
|
* Build stories.json automatically on start/build
|
|
2076
2076
|
*/
|
|
2077
2077
|
buildStoriesJson?: boolean;
|
|
2078
|
-
/**
|
|
2079
|
-
* Activate preview of CSF v3.0
|
|
2080
|
-
*
|
|
2081
|
-
* @deprecated This is always on now from 6.4 regardless of the setting
|
|
2082
|
-
*/
|
|
2083
|
-
previewCsfV3?: boolean;
|
|
2084
2078
|
/**
|
|
2085
2079
|
* Activate on demand story store
|
|
2086
2080
|
*/
|
|
@@ -2090,10 +2084,6 @@ interface StorybookConfig {
|
|
|
2090
2084
|
* (for internal use in sandboxes)
|
|
2091
2085
|
*/
|
|
2092
2086
|
storyStoreV7MdxErrors?: boolean;
|
|
2093
|
-
/**
|
|
2094
|
-
* Enable a set of planned breaking changes for SB7.0
|
|
2095
|
-
*/
|
|
2096
|
-
breakingChangesV7?: boolean;
|
|
2097
2087
|
/**
|
|
2098
2088
|
* Filter args with a "target" on the type from the render function (EXPERIMENTAL)
|
|
2099
2089
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/types",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "Core Storybook TS Types",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@storybook/channels": "7.0.
|
|
46
|
+
"@storybook/channels": "7.0.1",
|
|
47
47
|
"@types/babel__core": "^7.0.0",
|
|
48
48
|
"@types/express": "^4.7.0",
|
|
49
49
|
"file-system-cache": "^2.0.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@storybook/csf": "
|
|
52
|
+
"@storybook/csf": "^0.1.0",
|
|
53
53
|
"@types/node": "^16.0.0",
|
|
54
54
|
"typescript": "~4.9.3"
|
|
55
55
|
},
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"./src/index.ts"
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "2fe0c39167a40d6856f5cbc2ab927b3b65fc384b"
|
|
65
65
|
}
|