@storybook/types 7.0.0-beta.50 → 7.0.0-beta.52
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 +1 -5
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -2024,10 +2024,6 @@ type CoreCommon_StorybookRefs = Record<string, {
|
|
|
2024
2024
|
disable: boolean;
|
|
2025
2025
|
}>;
|
|
2026
2026
|
type DocsOptions = {
|
|
2027
|
-
/**
|
|
2028
|
-
* Should we disable generate docs entries at all under any circumstances? (i.e. can they be rendered)
|
|
2029
|
-
*/
|
|
2030
|
-
disable?: boolean;
|
|
2031
2027
|
/**
|
|
2032
2028
|
* What should we call the generated docs entries?
|
|
2033
2029
|
*/
|
|
@@ -2101,7 +2097,7 @@ interface StorybookConfig {
|
|
|
2101
2097
|
*/
|
|
2102
2098
|
stories: StoriesEntry[];
|
|
2103
2099
|
/**
|
|
2104
|
-
* Framework, e.g. '@storybook/react', required in v7
|
|
2100
|
+
* Framework, e.g. '@storybook/react-vite', required in v7
|
|
2105
2101
|
*/
|
|
2106
2102
|
framework?: Preset;
|
|
2107
2103
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/types",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.52",
|
|
4
4
|
"description": "Core Storybook Types",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@storybook/channels": "7.0.0-beta.
|
|
46
|
+
"@storybook/channels": "7.0.0-beta.52",
|
|
47
47
|
"@types/babel__core": "^7.0.0",
|
|
48
48
|
"@types/express": "^4.7.0",
|
|
49
49
|
"file-system-cache": "^2.0.0"
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"./src/index.ts"
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "1f559ed69a4fdd8eeb88e4190b16a8932104908e"
|
|
65
65
|
}
|