storybook-web-components-rsbuild 3.3.2 → 3.3.4

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, TypescriptOptions } from 'storybook/internal/types';
3
4
  import { BuilderOptions, StorybookConfigRsbuild, TypescriptOptions as TypescriptOptions$1 } from 'storybook-builder-rsbuild';
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
+ };
@@ -27,3 +27,4 @@ type StorybookConfig = Omit<StorybookConfig$1, keyof StorybookConfigRsbuild | ke
27
27
  declare function defineMain(config: StorybookConfig): StorybookConfig;
28
28
 
29
29
  export { defineMain };
30
+ export type { StorybookConfig };
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_37519d2f10703f48 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_37519d2f10703f48 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_37519d2f10703f48 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_b5d8fc82f93eacbb from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_b5d8fc82f93eacbb from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_b5d8fc82f93eacbb from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_37519d2f10703f48.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_37519d2f10703f48.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_37519d2f10703f48.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_b5d8fc82f93eacbb.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_b5d8fc82f93eacbb.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_b5d8fc82f93eacbb.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_37519d2f10703f48 from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_37519d2f10703f48 from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_37519d2f10703f48 from "node:module";
1
+ import CJS_COMPAT_NODE_URL_b5d8fc82f93eacbb from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_b5d8fc82f93eacbb from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_b5d8fc82f93eacbb from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_37519d2f10703f48.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_37519d2f10703f48.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_37519d2f10703f48.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_b5d8fc82f93eacbb.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_b5d8fc82f93eacbb.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_b5d8fc82f93eacbb.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-rsbuild",
3
- "version": "3.3.2",
3
+ "version": "3.3.4",
4
4
  "description": "Storybook for web component and Rsbuild: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook",
@@ -42,20 +42,20 @@
42
42
  "!src/**/*"
43
43
  ],
44
44
  "dependencies": {
45
- "@storybook/web-components": "^10.2.17",
46
- "storybook-builder-rsbuild": "3.3.2"
45
+ "@storybook/web-components": "^10.3.5",
46
+ "storybook-builder-rsbuild": "3.3.4"
47
47
  },
48
48
  "devDependencies": {
49
- "@rsbuild/core": "^2.0.0-beta.4",
49
+ "@rsbuild/core": "^2.0.5",
50
50
  "@types/node": "^22.0.0",
51
- "lit": "^3.3.2",
52
- "storybook": "10.2.17",
51
+ "lit": "^3.3.3",
52
+ "storybook": "10.3.5",
53
53
  "typescript": "^5.9.3"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "@rsbuild/core": "^1.5.0 || ^2.0.0-0",
57
57
  "lit": "^2.0.0 || ^3.0.0",
58
- "storybook": "^10.1.0"
58
+ "storybook": "^10.3.5"
59
59
  },
60
60
  "engines": {
61
61
  "node": ">=18.0.0"