@storybook/react-vite 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
CHANGED
package/dist/preset.d.ts
CHANGED
|
@@ -929,10 +929,6 @@ type CoreCommon_StorybookRefs = Record<string, {
|
|
|
929
929
|
disable: boolean;
|
|
930
930
|
}>;
|
|
931
931
|
type DocsOptions = {
|
|
932
|
-
/**
|
|
933
|
-
* Should we disable generate docs entries at all under any circumstances? (i.e. can they be rendered)
|
|
934
|
-
*/
|
|
935
|
-
disable?: boolean;
|
|
936
932
|
/**
|
|
937
933
|
* What should we call the generated docs entries?
|
|
938
934
|
*/
|
|
@@ -1006,7 +1002,7 @@ interface StorybookConfig$1 {
|
|
|
1006
1002
|
*/
|
|
1007
1003
|
stories: StoriesEntry[];
|
|
1008
1004
|
/**
|
|
1009
|
-
* Framework, e.g. '@storybook/react', required in v7
|
|
1005
|
+
* Framework, e.g. '@storybook/react-vite', required in v7
|
|
1010
1006
|
*/
|
|
1011
1007
|
framework?: Preset;
|
|
1012
1008
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-vite",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.52",
|
|
4
4
|
"description": "Storybook for React and Vite: Develop React components in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@joshwooding/vite-plugin-react-docgen-typescript": "^0.2.1",
|
|
52
52
|
"@rollup/pluginutils": "^4.2.0",
|
|
53
|
-
"@storybook/builder-vite": "7.0.0-beta.
|
|
54
|
-
"@storybook/react": "7.0.0-beta.
|
|
53
|
+
"@storybook/builder-vite": "7.0.0-beta.52",
|
|
54
|
+
"@storybook/react": "7.0.0-beta.52",
|
|
55
55
|
"@vitejs/plugin-react": "^3.0.1",
|
|
56
56
|
"ast-types": "^0.14.2",
|
|
57
57
|
"magic-string": "^0.27.0",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
],
|
|
81
81
|
"platform": "node"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "1f559ed69a4fdd8eeb88e4190b16a8932104908e"
|
|
84
84
|
}
|