@storybook/html-webpack5 7.1.0-beta.2 → 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.
- package/dist/preset.d.ts +4 -4
- package/package.json +5 -5
package/dist/preset.d.ts
CHANGED
@@ -842,6 +842,10 @@ interface CoreConfig {
|
|
842
842
|
* @see https://storybook.js.org/telemetry
|
843
843
|
*/
|
844
844
|
disableTelemetry?: boolean;
|
845
|
+
/**
|
846
|
+
* Disables notifications for Storybook updates.
|
847
|
+
*/
|
848
|
+
disableWhatsNewNotifications?: boolean;
|
845
849
|
/**
|
846
850
|
* Enable crash reports to be sent to Storybook telemetry
|
847
851
|
* @see https://storybook.js.org/telemetry
|
@@ -1034,10 +1038,6 @@ interface StorybookConfig {
|
|
1034
1038
|
* Apply decorators from preview.js before decorators from addons or frameworks
|
1035
1039
|
*/
|
1036
1040
|
legacyDecoratorFileOrder?: boolean;
|
1037
|
-
/**
|
1038
|
-
* Show a notification anytime a What's new? post is published in the Storybook blog.
|
1039
|
-
*/
|
1040
|
-
whatsNewNotifications?: boolean;
|
1041
1041
|
};
|
1042
1042
|
/**
|
1043
1043
|
* Tells Storybook where to find stories.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/html-webpack5",
|
3
|
-
"version": "7.1.0-beta.
|
3
|
+
"version": "7.1.0-beta.3",
|
4
4
|
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -47,11 +47,11 @@
|
|
47
47
|
"prep": "../../../scripts/prepare/bundle.ts"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@storybook/builder-webpack5": "7.1.0-beta.
|
51
|
-
"@storybook/core-common": "7.1.0-beta.
|
50
|
+
"@storybook/builder-webpack5": "7.1.0-beta.3",
|
51
|
+
"@storybook/core-common": "7.1.0-beta.3",
|
52
52
|
"@storybook/global": "^5.0.0",
|
53
|
-
"@storybook/html": "7.1.0-beta.
|
54
|
-
"@storybook/preset-html-webpack": "7.1.0-beta.
|
53
|
+
"@storybook/html": "7.1.0-beta.3",
|
54
|
+
"@storybook/preset-html-webpack": "7.1.0-beta.3",
|
55
55
|
"@types/node": "^16.0.0"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|