@storybook/nextjs 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.
@@ -973,6 +973,10 @@ interface CoreConfig {
973
973
  * @see https://storybook.js.org/telemetry
974
974
  */
975
975
  disableTelemetry?: boolean;
976
+ /**
977
+ * Disables notifications for Storybook updates.
978
+ */
979
+ disableWhatsNewNotifications?: boolean;
976
980
  /**
977
981
  * Enable crash reports to be sent to Storybook telemetry
978
982
  * @see https://storybook.js.org/telemetry
@@ -1165,10 +1169,6 @@ interface StorybookConfig {
1165
1169
  * Apply decorators from preview.js before decorators from addons or frameworks
1166
1170
  */
1167
1171
  legacyDecoratorFileOrder?: boolean;
1168
- /**
1169
- * Show a notification anytime a What's new? post is published in the Storybook blog.
1170
- */
1171
- whatsNewNotifications?: boolean;
1172
1172
  };
1173
1173
  /**
1174
1174
  * Tells Storybook where to find stories.
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty, O as Options } from './index.d-19e760f3.js';
1
+ import { P as PresetProperty, O as Options } from './index.d-ab74b49e.js';
2
2
  import { TransformOptions } from '@babel/core';
3
3
  import { StorybookConfig } from './index.js';
4
4
  import 'file-system-cache';
package/dist/preview.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { A as Addon_DecoratorFunction } from './index.d-19e760f3.js';
1
+ import { A as Addon_DecoratorFunction } from './index.d-ab74b49e.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/nextjs",
3
- "version": "7.1.0-beta.2",
3
+ "version": "7.1.0-beta.3",
4
4
  "description": "Storybook for Next.js",
5
5
  "keywords": [
6
6
  "storybook",
@@ -70,13 +70,13 @@
70
70
  "@babel/preset-react": "^7.22.0",
71
71
  "@babel/preset-typescript": "^7.21.0",
72
72
  "@babel/runtime": "^7.22.0",
73
- "@storybook/addon-actions": "7.1.0-beta.2",
74
- "@storybook/builder-webpack5": "7.1.0-beta.2",
75
- "@storybook/core-common": "7.1.0-beta.2",
76
- "@storybook/node-logger": "7.1.0-beta.2",
77
- "@storybook/preset-react-webpack": "7.1.0-beta.2",
78
- "@storybook/preview-api": "7.1.0-beta.2",
79
- "@storybook/react": "7.1.0-beta.2",
73
+ "@storybook/addon-actions": "7.1.0-beta.3",
74
+ "@storybook/builder-webpack5": "7.1.0-beta.3",
75
+ "@storybook/core-common": "7.1.0-beta.3",
76
+ "@storybook/node-logger": "7.1.0-beta.3",
77
+ "@storybook/preset-react-webpack": "7.1.0-beta.3",
78
+ "@storybook/preview-api": "7.1.0-beta.3",
79
+ "@storybook/react": "7.1.0-beta.3",
80
80
  "@types/node": "^16.0.0",
81
81
  "css-loader": "^6.7.3",
82
82
  "find-up": "^5.0.0",