@storybook/react-vite 7.0.0-rc.9 → 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
CHANGED
package/dist/preset.d.ts
CHANGED
|
@@ -968,12 +968,6 @@ interface StorybookConfig$1 {
|
|
|
968
968
|
* Build stories.json automatically on start/build
|
|
969
969
|
*/
|
|
970
970
|
buildStoriesJson?: boolean;
|
|
971
|
-
/**
|
|
972
|
-
* Activate preview of CSF v3.0
|
|
973
|
-
*
|
|
974
|
-
* @deprecated This is always on now from 6.4 regardless of the setting
|
|
975
|
-
*/
|
|
976
|
-
previewCsfV3?: boolean;
|
|
977
971
|
/**
|
|
978
972
|
* Activate on demand story store
|
|
979
973
|
*/
|
|
@@ -983,10 +977,6 @@ interface StorybookConfig$1 {
|
|
|
983
977
|
* (for internal use in sandboxes)
|
|
984
978
|
*/
|
|
985
979
|
storyStoreV7MdxErrors?: boolean;
|
|
986
|
-
/**
|
|
987
|
-
* Enable a set of planned breaking changes for SB7.0
|
|
988
|
-
*/
|
|
989
|
-
breakingChangesV7?: boolean;
|
|
990
980
|
/**
|
|
991
981
|
* Filter args with a "target" on the type from the render function (EXPERIMENTAL)
|
|
992
982
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-vite",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
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.
|
|
54
|
-
"@storybook/react": "7.0.
|
|
53
|
+
"@storybook/builder-vite": "7.0.1",
|
|
54
|
+
"@storybook/react": "7.0.1",
|
|
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": "2fe0c39167a40d6856f5cbc2ab927b3b65fc384b"
|
|
84
84
|
}
|