@storybook/web-components-vite 10.2.0-alpha.8 → 10.2.0-beta.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.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export * from '@storybook/web-components';
2
+ export { __definePreview as definePreview } from '@storybook/web-components';
2
3
  import { StorybookConfig as StorybookConfig$1, CompatibleString } from 'storybook/internal/types';
3
4
  import { BuilderOptions, StorybookConfigVite } from '@storybook/builder-vite';
4
5
 
package/dist/index.js CHANGED
@@ -1,2 +1,6 @@
1
1
  // src/index.ts
2
2
  export * from "@storybook/web-components";
3
+ import { __definePreview } from "@storybook/web-components";
4
+ export {
5
+ __definePreview as definePreview
6
+ };
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_0i1zqx9cxi4w from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_0i1zqx9cxi4w from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_0i1zqx9cxi4w from "node:module";
1
+ import CJS_COMPAT_NODE_URL_d3tumhk32m from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_d3tumhk32m from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_d3tumhk32m from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_0i1zqx9cxi4w.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_0i1zqx9cxi4w.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_0i1zqx9cxi4w.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_d3tumhk32m.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_d3tumhk32m.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_d3tumhk32m.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/dist/preset.js CHANGED
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_0i1zqx9cxi4w from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_0i1zqx9cxi4w from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_0i1zqx9cxi4w from "node:module";
1
+ import CJS_COMPAT_NODE_URL_d3tumhk32m from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_d3tumhk32m from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_d3tumhk32m from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_0i1zqx9cxi4w.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_0i1zqx9cxi4w.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_0i1zqx9cxi4w.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_d3tumhk32m.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_d3tumhk32m.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_d3tumhk32m.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/web-components-vite",
3
- "version": "10.2.0-alpha.8",
3
+ "version": "10.2.0-beta.0",
4
4
  "description": "Storybook for Web Components and Vite: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
6
  "storybook",
@@ -48,15 +48,15 @@
48
48
  "!src/**/*"
49
49
  ],
50
50
  "dependencies": {
51
- "@storybook/builder-vite": "10.2.0-alpha.8",
52
- "@storybook/web-components": "10.2.0-alpha.8"
51
+ "@storybook/builder-vite": "10.2.0-beta.0",
52
+ "@storybook/web-components": "10.2.0-beta.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@types/node": "^22.0.0",
56
- "typescript": "^5.8.3"
55
+ "@types/node": "^22.19.1",
56
+ "typescript": "^5.9.3"
57
57
  },
58
58
  "peerDependencies": {
59
- "storybook": "^10.2.0-alpha.8"
59
+ "storybook": "^10.2.0-beta.0"
60
60
  },
61
61
  "publishConfig": {
62
62
  "access": "public"