@storybook/html-vite 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.
@@ -840,6 +840,10 @@ interface CoreConfig {
840
840
  * @see https://storybook.js.org/telemetry
841
841
  */
842
842
  disableTelemetry?: boolean;
843
+ /**
844
+ * Disables notifications for Storybook updates.
845
+ */
846
+ disableWhatsNewNotifications?: boolean;
843
847
  /**
844
848
  * Enable crash reports to be sent to Storybook telemetry
845
849
  * @see https://storybook.js.org/telemetry
@@ -1032,10 +1036,6 @@ interface StorybookConfig$1 {
1032
1036
  * Apply decorators from preview.js before decorators from addons or frameworks
1033
1037
  */
1034
1038
  legacyDecoratorFileOrder?: boolean;
1035
- /**
1036
- * Show a notification anytime a What's new? post is published in the Storybook blog.
1037
- */
1038
- whatsNewNotifications?: boolean;
1039
1039
  };
1040
1040
  /**
1041
1041
  * 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-859fbb43.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-8a6dba04.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-859fbb43.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-8a6dba04.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/html-vite",
3
- "version": "7.1.0-beta.2",
3
+ "version": "7.1.0-beta.3",
4
4
  "description": "Storybook for HTML and Vite: Develop HTML in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,14 +47,14 @@
47
47
  "prep": "../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/addons": "7.1.0-beta.2",
51
- "@storybook/builder-vite": "7.1.0-beta.2",
52
- "@storybook/channel-postmessage": "7.1.0-beta.2",
53
- "@storybook/client-api": "7.1.0-beta.2",
54
- "@storybook/core-server": "7.1.0-beta.2",
55
- "@storybook/html": "7.1.0-beta.2",
56
- "@storybook/node-logger": "7.1.0-beta.2",
57
- "@storybook/preview-web": "7.1.0-beta.2",
50
+ "@storybook/addons": "7.1.0-beta.3",
51
+ "@storybook/builder-vite": "7.1.0-beta.3",
52
+ "@storybook/channel-postmessage": "7.1.0-beta.3",
53
+ "@storybook/client-api": "7.1.0-beta.3",
54
+ "@storybook/core-server": "7.1.0-beta.3",
55
+ "@storybook/html": "7.1.0-beta.3",
56
+ "@storybook/node-logger": "7.1.0-beta.3",
57
+ "@storybook/preview-web": "7.1.0-beta.3",
58
58
  "magic-string": "^0.30.0"
59
59
  },
60
60
  "devDependencies": {