@storybook/react-vite 7.1.0-beta.1 → 7.1.0-beta.3
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.
|
@@ -841,6 +841,10 @@ interface CoreConfig {
|
|
|
841
841
|
* @see https://storybook.js.org/telemetry
|
|
842
842
|
*/
|
|
843
843
|
disableTelemetry?: boolean;
|
|
844
|
+
/**
|
|
845
|
+
* Disables notifications for Storybook updates.
|
|
846
|
+
*/
|
|
847
|
+
disableWhatsNewNotifications?: boolean;
|
|
844
848
|
/**
|
|
845
849
|
* Enable crash reports to be sent to Storybook telemetry
|
|
846
850
|
* @see https://storybook.js.org/telemetry
|
|
@@ -1033,10 +1037,6 @@ interface StorybookConfig$1 {
|
|
|
1033
1037
|
* Apply decorators from preview.js before decorators from addons or frameworks
|
|
1034
1038
|
*/
|
|
1035
1039
|
legacyDecoratorFileOrder?: boolean;
|
|
1036
|
-
/**
|
|
1037
|
-
* Show a notification anytime a What's new? post is published in the Storybook blog.
|
|
1038
|
-
*/
|
|
1039
|
-
whatsNewNotifications?: boolean;
|
|
1040
1040
|
};
|
|
1041
1041
|
/**
|
|
1042
1042
|
* Tells Storybook where to find stories.
|
package/dist/index.d.ts
CHANGED
package/dist/preset.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-vite",
|
|
3
|
-
"version": "7.1.0-beta.
|
|
3
|
+
"version": "7.1.0-beta.3",
|
|
4
4
|
"description": "Storybook for React and Vite: Develop React components in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@joshwooding/vite-plugin-react-docgen-typescript": "0.2.1",
|
|
51
51
|
"@rollup/pluginutils": "^5.0.2",
|
|
52
|
-
"@storybook/builder-vite": "7.1.0-beta.
|
|
53
|
-
"@storybook/react": "7.1.0-beta.
|
|
52
|
+
"@storybook/builder-vite": "7.1.0-beta.3",
|
|
53
|
+
"@storybook/react": "7.1.0-beta.3",
|
|
54
54
|
"@vitejs/plugin-react": "^3.0.1",
|
|
55
55
|
"ast-types": "^0.14.2",
|
|
56
56
|
"magic-string": "^0.30.0",
|