@storybook/react-dom-shim 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.
Files changed (2) hide show
  1. package/dist/preset.d.ts +4 -4
  2. package/package.json +2 -2
package/dist/preset.d.ts CHANGED
@@ -839,6 +839,10 @@ interface CoreConfig {
839
839
  * @see https://storybook.js.org/telemetry
840
840
  */
841
841
  disableTelemetry?: boolean;
842
+ /**
843
+ * Disables notifications for Storybook updates.
844
+ */
845
+ disableWhatsNewNotifications?: boolean;
842
846
  /**
843
847
  * Enable crash reports to be sent to Storybook telemetry
844
848
  * @see https://storybook.js.org/telemetry
@@ -1031,10 +1035,6 @@ interface StorybookConfig {
1031
1035
  * Apply decorators from preview.js before decorators from addons or frameworks
1032
1036
  */
1033
1037
  legacyDecoratorFileOrder?: boolean;
1034
- /**
1035
- * Show a notification anytime a What's new? post is published in the Storybook blog.
1036
- */
1037
- whatsNewNotifications?: boolean;
1038
1038
  };
1039
1039
  /**
1040
1040
  * Tells Storybook where to find stories.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-dom-shim",
3
- "version": "7.1.0-beta.2",
3
+ "version": "7.1.0-beta.3",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -53,7 +53,7 @@
53
53
  "prep": "../../../scripts/prepare/bundle.ts"
54
54
  },
55
55
  "devDependencies": {
56
- "@storybook/types": "7.1.0-beta.2",
56
+ "@storybook/types": "7.1.0-beta.3",
57
57
  "typescript": "~4.9.3"
58
58
  },
59
59
  "peerDependencies": {