@storybook/addon-themes 10.2.7 → 10.2.9

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_x951bo2tl8f from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_x951bo2tl8f from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_x951bo2tl8f from "node:module";
1
+ import CJS_COMPAT_NODE_URL_vlumpy8pqa from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_vlumpy8pqa from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_vlumpy8pqa from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_x951bo2tl8f.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_x951bo2tl8f.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_x951bo2tl8f.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_vlumpy8pqa.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_vlumpy8pqa.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_vlumpy8pqa.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.2.7",
3
+ "version": "10.2.9",
4
4
  "description": "Storybook Themes addon: Switch between themes from the toolbar",
5
5
  "keywords": [
6
6
  "css",
@@ -63,7 +63,7 @@
63
63
  "typescript": "^5.9.3"
64
64
  },
65
65
  "peerDependencies": {
66
- "storybook": "^10.2.7"
66
+ "storybook": "^10.2.9"
67
67
  },
68
68
  "publishConfig": {
69
69
  "access": "public"