@storybook/preact-vite 7.1.0-beta.1 → 7.1.0-beta.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -840,6 +840,10 @@ interface CoreConfig {
|
|
840
840
|
* @see https://storybook.js.org/telemetry
|
841
841
|
*/
|
842
842
|
disableTelemetry?: boolean;
|
843
|
+
/**
|
844
|
+
* Disables notifications for Storybook updates.
|
845
|
+
*/
|
846
|
+
disableWhatsNewNotifications?: boolean;
|
843
847
|
/**
|
844
848
|
* Enable crash reports to be sent to Storybook telemetry
|
845
849
|
* @see https://storybook.js.org/telemetry
|
@@ -1032,10 +1036,6 @@ interface StorybookConfig$1 {
|
|
1032
1036
|
* Apply decorators from preview.js before decorators from addons or frameworks
|
1033
1037
|
*/
|
1034
1038
|
legacyDecoratorFileOrder?: boolean;
|
1035
|
-
/**
|
1036
|
-
* Show a notification anytime a What's new? post is published in the Storybook blog.
|
1037
|
-
*/
|
1038
|
-
whatsNewNotifications?: boolean;
|
1039
1039
|
};
|
1040
1040
|
/**
|
1041
1041
|
* 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/preact-vite",
|
3
|
-
"version": "7.1.0-beta.
|
3
|
+
"version": "7.1.0-beta.3",
|
4
4
|
"description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -47,8 +47,8 @@
|
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
49
|
"@preact/preset-vite": "^2.0.0",
|
50
|
-
"@storybook/builder-vite": "7.1.0-beta.
|
51
|
-
"@storybook/preact": "7.1.0-beta.
|
50
|
+
"@storybook/builder-vite": "7.1.0-beta.3",
|
51
|
+
"@storybook/preact": "7.1.0-beta.3"
|
52
52
|
},
|
53
53
|
"devDependencies": {
|
54
54
|
"@types/node": "^16.0.0",
|