@storybook/types 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.
- package/dist/index.d.ts +4 -4
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1889,6 +1889,10 @@ interface CoreConfig {
|
|
|
1889
1889
|
* @see https://storybook.js.org/telemetry
|
|
1890
1890
|
*/
|
|
1891
1891
|
disableTelemetry?: boolean;
|
|
1892
|
+
/**
|
|
1893
|
+
* Disables notifications for Storybook updates.
|
|
1894
|
+
*/
|
|
1895
|
+
disableWhatsNewNotifications?: boolean;
|
|
1892
1896
|
/**
|
|
1893
1897
|
* Enable crash reports to be sent to Storybook telemetry
|
|
1894
1898
|
* @see https://storybook.js.org/telemetry
|
|
@@ -2121,10 +2125,6 @@ interface StorybookConfig {
|
|
|
2121
2125
|
* Apply decorators from preview.js before decorators from addons or frameworks
|
|
2122
2126
|
*/
|
|
2123
2127
|
legacyDecoratorFileOrder?: boolean;
|
|
2124
|
-
/**
|
|
2125
|
-
* Show a notification anytime a What's new? post is published in the Storybook blog.
|
|
2126
|
-
*/
|
|
2127
|
-
whatsNewNotifications?: boolean;
|
|
2128
2128
|
};
|
|
2129
2129
|
/**
|
|
2130
2130
|
* Tells Storybook where to find stories.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/types",
|
|
3
|
-
"version": "7.1.0-beta.
|
|
3
|
+
"version": "7.1.0-beta.3",
|
|
4
4
|
"description": "Core Storybook TS Types",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@storybook/channels": "7.1.0-beta.
|
|
46
|
+
"@storybook/channels": "7.1.0-beta.3",
|
|
47
47
|
"@types/babel__core": "^7.0.0",
|
|
48
48
|
"@types/express": "^4.7.0",
|
|
49
49
|
"file-system-cache": "2.3.0"
|