@storybook/react-vite 7.1.0-beta.2 → 7.1.0-rc.0

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.
@@ -841,6 +841,10 @@ interface CoreConfig {
841
841
  * @see https://storybook.js.org/telemetry
842
842
  */
843
843
  disableTelemetry?: boolean;
844
+ /**
845
+ * Disables notifications for Storybook updates.
846
+ */
847
+ disableWhatsNewNotifications?: boolean;
844
848
  /**
845
849
  * Enable crash reports to be sent to Storybook telemetry
846
850
  * @see https://storybook.js.org/telemetry
@@ -1033,10 +1037,6 @@ interface StorybookConfig$1 {
1033
1037
  * Apply decorators from preview.js before decorators from addons or frameworks
1034
1038
  */
1035
1039
  legacyDecoratorFileOrder?: boolean;
1036
- /**
1037
- * Show a notification anytime a What's new? post is published in the Storybook blog.
1038
- */
1039
- whatsNewNotifications?: boolean;
1040
1040
  };
1041
1041
  /**
1042
1042
  * Tells Storybook where to find stories.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-20f83564.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-6272e35a.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty, S as StorybookConfig } from './index-20f83564.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-6272e35a.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/react-vite",
3
- "version": "7.1.0-beta.2",
3
+ "version": "7.1.0-rc.0",
4
4
  "description": "Storybook for React and Vite: Develop React components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -49,8 +49,8 @@
49
49
  "dependencies": {
50
50
  "@joshwooding/vite-plugin-react-docgen-typescript": "0.2.1",
51
51
  "@rollup/pluginutils": "^5.0.2",
52
- "@storybook/builder-vite": "7.1.0-beta.2",
53
- "@storybook/react": "7.1.0-beta.2",
52
+ "@storybook/builder-vite": "7.1.0-rc.0",
53
+ "@storybook/react": "7.1.0-rc.0",
54
54
  "@vitejs/plugin-react": "^3.0.1",
55
55
  "ast-types": "^0.14.2",
56
56
  "magic-string": "^0.30.0",