@storybook/addon-themes 10.4.0-alpha.2 → 10.4.0-alpha.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.
@@ -1,10 +1,10 @@
1
- import CJS_COMPAT_NODE_URL_j4xztnny2x from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_j4xztnny2x from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_j4xztnny2x from "node:module";
1
+ import CJS_COMPAT_NODE_URL_al1s48zqtfn from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_al1s48zqtfn from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_al1s48zqtfn from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_j4xztnny2x.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_j4xztnny2x.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_j4xztnny2x.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_al1s48zqtfn.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_al1s48zqtfn.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_al1s48zqtfn.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/addon-themes",
3
- "version": "10.4.0-alpha.2",
3
+ "version": "10.4.0-alpha.4",
4
4
  "description": "Storybook Themes addon: Switch between themes from the toolbar",
5
5
  "keywords": [
6
6
  "css",
@@ -65,7 +65,7 @@
65
65
  "typescript": "^5.9.3"
66
66
  },
67
67
  "peerDependencies": {
68
- "storybook": "^10.4.0-alpha.2"
68
+ "storybook": "^10.4.0-alpha.4"
69
69
  },
70
70
  "publishConfig": {
71
71
  "access": "public"