@storybook/preact-vite 7.0.0-beta.47 → 7.0.0-beta.48

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './types-29a7c2ac.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './types-e6d632ca.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 './types-29a7c2ac.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './types-e6d632ca.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
@@ -985,10 +985,6 @@ interface StorybookConfig$1 {
985
985
  * Enable a set of planned breaking changes for SB7.0
986
986
  */
987
987
  breakingChangesV7?: boolean;
988
- /**
989
- * Enable the step debugger functionality in Addon-interactions.
990
- */
991
- interactionsDebugger?: boolean;
992
988
  /**
993
989
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
994
990
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact-vite",
3
- "version": "7.0.0-beta.47",
3
+ "version": "7.0.0-beta.48",
4
4
  "description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@preact/preset-vite": "^2.0.0",
51
- "@storybook/builder-vite": "7.0.0-beta.47",
52
- "@storybook/preact": "7.0.0-beta.47"
51
+ "@storybook/builder-vite": "7.0.0-beta.48",
52
+ "@storybook/preact": "7.0.0-beta.48"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^16.0.0",
@@ -73,5 +73,5 @@
73
73
  ],
74
74
  "platform": "node"
75
75
  },
76
- "gitHead": "a591d8eb579e68b26c277ab8ebdcafc2611530a5"
76
+ "gitHead": "8c9765f9cd204fc63b928526941d8d8bffaf7c38"
77
77
  }