@storybook/react-native-web-vite 10.2.0-alpha.16 → 10.2.0-alpha.18

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.
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_w4xljd72nq from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_w4xljd72nq from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_w4xljd72nq from "node:module";
1
+ import CJS_COMPAT_NODE_URL_zmo4q9u60m from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_zmo4q9u60m from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_zmo4q9u60m from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_w4xljd72nq.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_w4xljd72nq.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_w4xljd72nq.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_zmo4q9u60m.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_zmo4q9u60m.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_zmo4q9u60m.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_w4xljd72nq from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_w4xljd72nq from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_w4xljd72nq from "node:module";
1
+ import CJS_COMPAT_NODE_URL_zmo4q9u60m from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_zmo4q9u60m from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_zmo4q9u60m from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_w4xljd72nq.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_w4xljd72nq.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_w4xljd72nq.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_zmo4q9u60m.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_zmo4q9u60m.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_zmo4q9u60m.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_w4xljd72nq from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_w4xljd72nq from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_w4xljd72nq from "node:module";
1
+ import CJS_COMPAT_NODE_URL_zmo4q9u60m from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_zmo4q9u60m from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_zmo4q9u60m from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_w4xljd72nq.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_w4xljd72nq.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_w4xljd72nq.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_zmo4q9u60m.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_zmo4q9u60m.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_zmo4q9u60m.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/react-native-web-vite",
3
- "version": "10.2.0-alpha.16",
3
+ "version": "10.2.0-alpha.18",
4
4
  "description": "Storybook for React Native Web and Vite: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
6
  "storybook",
@@ -49,9 +49,9 @@
49
49
  "!src/**/*"
50
50
  ],
51
51
  "dependencies": {
52
- "@storybook/builder-vite": "10.2.0-alpha.16",
53
- "@storybook/react": "10.2.0-alpha.16",
54
- "@storybook/react-vite": "10.2.0-alpha.16",
52
+ "@storybook/builder-vite": "10.2.0-alpha.18",
53
+ "@storybook/react": "10.2.0-alpha.18",
54
+ "@storybook/react-vite": "10.2.0-alpha.18",
55
55
  "vite-plugin-rnw": "^0.0.10",
56
56
  "vite-tsconfig-paths": "^5.1.4"
57
57
  },
@@ -64,7 +64,7 @@
64
64
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
65
65
  "react-native": ">=0.74.5",
66
66
  "react-native-web": "^0.19.12 || ^0.20.0 || ^0.21.0",
67
- "storybook": "^10.2.0-alpha.16",
67
+ "storybook": "^10.2.0-alpha.18",
68
68
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
69
69
  },
70
70
  "publishConfig": {