@storybook/preact-vite 7.1.0-beta.2 → 7.1.0-beta.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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-a4393ac2.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-4ea7ee6e.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-a4393ac2.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-4ea7ee6e.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/preact-vite",
3
- "version": "7.1.0-beta.2",
3
+ "version": "7.1.0-beta.3",
4
4
  "description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,8 +47,8 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@preact/preset-vite": "^2.0.0",
50
- "@storybook/builder-vite": "7.1.0-beta.2",
51
- "@storybook/preact": "7.1.0-beta.2"
50
+ "@storybook/builder-vite": "7.1.0-beta.3",
51
+ "@storybook/preact": "7.1.0-beta.3"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^16.0.0",