storybook 10.2.0-alpha.14 → 10.2.0-alpha.16

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.
Files changed (74) hide show
  1. package/dist/_browser-chunks/{chunk-3PJE6VLG.js → chunk-ASKQZAOS.js} +1 -12
  2. package/dist/_browser-chunks/{chunk-BGSDJMFM.js → chunk-NVLTWT3B.js} +18 -6
  3. package/dist/_node-chunks/{builder-manager-5XVPVHCY.js → builder-manager-DQ6DNDHX.js} +12 -12
  4. package/dist/_node-chunks/{camelcase-FFGUJRYA.js → camelcase-ILOVTISA.js} +7 -7
  5. package/dist/_node-chunks/{chunk-E6HZLFOP.js → chunk-3PMH6BEP.js} +6 -6
  6. package/dist/_node-chunks/{chunk-2YADPD4P.js → chunk-47ZRY4XW.js} +6 -6
  7. package/dist/_node-chunks/{chunk-CMIHYY2B.js → chunk-5E2HAJXY.js} +6 -6
  8. package/dist/_node-chunks/{chunk-YTUKBZV2.js → chunk-6QEWR44T.js} +7 -7
  9. package/dist/_node-chunks/{chunk-QMQVY3KQ.js → chunk-CFXIZS6A.js} +7 -7
  10. package/dist/_node-chunks/chunk-DGLVYUKY.js +61 -0
  11. package/dist/_node-chunks/{chunk-6GTCCSGS.js → chunk-FNQ5WLS5.js} +7 -7
  12. package/dist/_node-chunks/{chunk-QIMAARKG.js → chunk-IVYTDHSW.js} +7 -7
  13. package/dist/_node-chunks/{chunk-NTVADDN6.js → chunk-JXU4P6K3.js} +6 -6
  14. package/dist/_node-chunks/{chunk-JFZSVDUQ.js → chunk-K6FMM5LS.js} +6 -6
  15. package/dist/_node-chunks/{chunk-GCGJVMS3.js → chunk-KAAWGCHX.js} +12 -12
  16. package/dist/_node-chunks/{chunk-BVSGQAFJ.js → chunk-LOJ73E6E.js} +9 -9
  17. package/dist/_node-chunks/{chunk-5QADKW4W.js → chunk-M6AUSQA3.js} +20 -20
  18. package/dist/_node-chunks/chunk-MSK3YTQT.js +23 -0
  19. package/dist/_node-chunks/{chunk-3VHD3RGW.js → chunk-OKUHCLLJ.js} +8 -8
  20. package/dist/_node-chunks/{chunk-GCZN63RS.js → chunk-PGYIGHRK.js} +9 -9
  21. package/dist/_node-chunks/{chunk-AAS5TNPH.js → chunk-RIEIAV32.js} +7 -7
  22. package/dist/_node-chunks/chunk-SPPXK6CQ.js +18 -0
  23. package/dist/_node-chunks/{chunk-HCZ44VWL.js → chunk-SWN4HCJE.js} +6 -6
  24. package/dist/_node-chunks/{chunk-WSH26TMB.js → chunk-TDBTCAEB.js} +12 -12
  25. package/dist/_node-chunks/{chunk-TXHI4M3M.js → chunk-TLGG6YAX.js} +29 -26
  26. package/dist/_node-chunks/{chunk-OYPD7MWQ.js → chunk-TTACLBSG.js} +7 -7
  27. package/dist/_node-chunks/{chunk-HMYS7PGR.js → chunk-WIOSV6HC.js} +6 -6
  28. package/dist/_node-chunks/{chunk-MBD6J24T.js → chunk-WVXPIXUS.js} +7 -7
  29. package/dist/_node-chunks/{chunk-XDKXHH75.js → chunk-XJMJA2L4.js} +13 -13
  30. package/dist/_node-chunks/{chunk-AKBKA7MR.js → chunk-XWGABQX7.js} +6 -6
  31. package/dist/_node-chunks/{chunk-YUBIHW7G.js → chunk-YFUVKP3W.js} +7 -7
  32. package/dist/_node-chunks/{chunk-APXUJGPH.js → chunk-ZN5DGHF3.js} +10 -10
  33. package/dist/_node-chunks/{globby-WIEDAEV7.js → globby-A35XB3PP.js} +9 -9
  34. package/dist/_node-chunks/{lib-2RMM65EQ.js → lib-D5I6ETBH.js} +7 -7
  35. package/dist/_node-chunks/{mdx-N42X6CFJ-AFWG3A6F.js → mdx-N42X6CFJ-DZ4EAFAE.js} +8 -8
  36. package/dist/_node-chunks/{p-limit-JNVCICJD.js → p-limit-2CRKZRXN.js} +7 -7
  37. package/dist/babel/index.js +10 -10
  38. package/dist/bin/core.js +12 -12
  39. package/dist/bin/dispatcher.js +11 -11
  40. package/dist/bin/loader.js +9 -9
  41. package/dist/cli/index.d.ts +176 -176
  42. package/dist/cli/index.js +18 -18
  43. package/dist/common/index.js +19 -19
  44. package/dist/components/index.d.ts +1 -0
  45. package/dist/components/index.js +167 -166
  46. package/dist/core-events/index.d.ts +4 -4
  47. package/dist/core-server/index.d.ts +11 -1
  48. package/dist/core-server/index.js +217 -76
  49. package/dist/core-server/presets/common-manager.js +176 -134
  50. package/dist/core-server/presets/common-override-preset.js +9 -9
  51. package/dist/core-server/presets/common-preset.js +27 -26
  52. package/dist/csf/index.d.ts +132 -12
  53. package/dist/csf/index.js +5 -2
  54. package/dist/csf-tools/index.js +10 -10
  55. package/dist/docs-tools/index.d.ts +2 -2
  56. package/dist/manager/globals-runtime.js +97 -94
  57. package/dist/manager/runtime.js +1755 -985
  58. package/dist/manager-api/index.d.ts +1 -1
  59. package/dist/manager-api/index.js +10 -8
  60. package/dist/mocking-utils/index.js +8 -8
  61. package/dist/node-logger/index.js +9 -9
  62. package/dist/preview/runtime.js +18 -6
  63. package/dist/preview-api/index.d.ts +67 -68
  64. package/dist/preview-api/index.js +1 -1
  65. package/dist/server-errors.js +11 -11
  66. package/dist/telemetry/index.js +22 -22
  67. package/dist/types/index.d.ts +12 -6
  68. package/dist/viewport/index.d.ts +5 -3
  69. package/dist/viewport/index.js +12 -3
  70. package/package.json +2 -2
  71. package/dist/_node-chunks/chunk-N72VKZTH.js +0 -23
  72. package/dist/_node-chunks/chunk-NKHFAHA7.js +0 -18
  73. package/dist/_node-chunks/chunk-ZJ3OV7OO.js +0 -61
  74. package/dist/_node-chunks/dist-OBG2P3MZ.js +0 -121
@@ -1,30 +1,30 @@
1
1
  #!/usr/bin/env node
2
- import CJS_COMPAT_NODE_URL_bgtyoteey4s from 'node:url';
3
- import CJS_COMPAT_NODE_PATH_bgtyoteey4s from 'node:path';
4
- import CJS_COMPAT_NODE_MODULE_bgtyoteey4s from "node:module";
2
+ import CJS_COMPAT_NODE_URL_4zwbyhk64wx from 'node:url';
3
+ import CJS_COMPAT_NODE_PATH_4zwbyhk64wx from 'node:path';
4
+ import CJS_COMPAT_NODE_MODULE_4zwbyhk64wx from "node:module";
5
5
 
6
- var __filename = CJS_COMPAT_NODE_URL_bgtyoteey4s.fileURLToPath(import.meta.url);
7
- var __dirname = CJS_COMPAT_NODE_PATH_bgtyoteey4s.dirname(__filename);
8
- var require = CJS_COMPAT_NODE_MODULE_bgtyoteey4s.createRequire(import.meta.url);
6
+ var __filename = CJS_COMPAT_NODE_URL_4zwbyhk64wx.fileURLToPath(import.meta.url);
7
+ var __dirname = CJS_COMPAT_NODE_PATH_4zwbyhk64wx.dirname(__filename);
8
+ var require = CJS_COMPAT_NODE_MODULE_4zwbyhk64wx.createRequire(import.meta.url);
9
9
 
10
10
  // ------------------------------------------------------------
11
11
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
12
12
  // ------------------------------------------------------------
13
13
  import {
14
14
  versions_default
15
- } from "../_node-chunks/chunk-ZJ3OV7OO.js";
15
+ } from "../_node-chunks/chunk-DGLVYUKY.js";
16
16
  import {
17
17
  resolvePackageDir
18
- } from "../_node-chunks/chunk-AAS5TNPH.js";
18
+ } from "../_node-chunks/chunk-RIEIAV32.js";
19
19
  import {
20
20
  join
21
- } from "../_node-chunks/chunk-AKBKA7MR.js";
21
+ } from "../_node-chunks/chunk-XWGABQX7.js";
22
22
  import {
23
23
  require_dist
24
- } from "../_node-chunks/chunk-YUBIHW7G.js";
24
+ } from "../_node-chunks/chunk-YFUVKP3W.js";
25
25
  import {
26
26
  __toESM
27
- } from "../_node-chunks/chunk-E6HZLFOP.js";
27
+ } from "../_node-chunks/chunk-3PMH6BEP.js";
28
28
 
29
29
  // src/bin/dispatcher.ts
30
30
  import { pathToFileURL } from "node:url";
@@ -1,23 +1,23 @@
1
- import CJS_COMPAT_NODE_URL_bgtyoteey4s from 'node:url';
2
- import CJS_COMPAT_NODE_PATH_bgtyoteey4s from 'node:path';
3
- import CJS_COMPAT_NODE_MODULE_bgtyoteey4s from "node:module";
1
+ import CJS_COMPAT_NODE_URL_4zwbyhk64wx from 'node:url';
2
+ import CJS_COMPAT_NODE_PATH_4zwbyhk64wx from 'node:path';
3
+ import CJS_COMPAT_NODE_MODULE_4zwbyhk64wx from "node:module";
4
4
 
5
- var __filename = CJS_COMPAT_NODE_URL_bgtyoteey4s.fileURLToPath(import.meta.url);
6
- var __dirname = CJS_COMPAT_NODE_PATH_bgtyoteey4s.dirname(__filename);
7
- var require = CJS_COMPAT_NODE_MODULE_bgtyoteey4s.createRequire(import.meta.url);
5
+ var __filename = CJS_COMPAT_NODE_URL_4zwbyhk64wx.fileURLToPath(import.meta.url);
6
+ var __dirname = CJS_COMPAT_NODE_PATH_4zwbyhk64wx.dirname(__filename);
7
+ var require = CJS_COMPAT_NODE_MODULE_4zwbyhk64wx.createRequire(import.meta.url);
8
8
 
9
9
  // ------------------------------------------------------------
10
10
  // end of CJS compatibility banner, injected by Storybook's esbuild configuration
11
11
  // ------------------------------------------------------------
12
12
  import {
13
13
  NODE_TARGET
14
- } from "../_node-chunks/chunk-HMYS7PGR.js";
14
+ } from "../_node-chunks/chunk-WIOSV6HC.js";
15
15
  import {
16
16
  require_dist
17
- } from "../_node-chunks/chunk-YUBIHW7G.js";
17
+ } from "../_node-chunks/chunk-YFUVKP3W.js";
18
18
  import {
19
19
  __toESM
20
- } from "../_node-chunks/chunk-E6HZLFOP.js";
20
+ } from "../_node-chunks/chunk-3PMH6BEP.js";
21
21
 
22
22
  // src/bin/loader.ts
23
23
  var import_ts_dedent = __toESM(require_dist(), 1);