@styleon/foundation 0.0.0

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 (82) hide show
  1. package/dist/button/button.component.d.ts +6 -0
  2. package/dist/button/button.component.js +32 -0
  3. package/dist/button/button.scss.js +4 -0
  4. package/dist/index.d.ts +2 -0
  5. package/dist/index.js +6 -0
  6. package/dist/modal/modal.d.ts +5 -0
  7. package/dist/modal/modal.js +19 -0
  8. package/dist/modal/modal.scss.js +4 -0
  9. package/dist/node_modules/@lit/reactive-element/css-tag.js +50 -0
  10. package/dist/node_modules/@lit/reactive-element/decorators/custom-element.js +13 -0
  11. package/dist/node_modules/@lit/reactive-element/decorators/property.js +37 -0
  12. package/dist/node_modules/@lit/reactive-element/reactive-element.js +247 -0
  13. package/dist/node_modules/lit-element/lit-element.js +49 -0
  14. package/dist/node_modules/lit-html/lit-html.js +242 -0
  15. package/dist/storybook-static/assets/Button-B2efaGtC.css +1 -0
  16. package/dist/storybook-static/assets/Button-D8uvIB3s.js +18 -0
  17. package/dist/storybook-static/assets/Button.stories-BxBqJzAy.js +20 -0
  18. package/dist/storybook-static/assets/Color-YHDXOIA2-DOA8OpHI.js +1 -0
  19. package/dist/storybook-static/assets/DocsRenderer-CFRXHY34-Dj3MetZT.js +634 -0
  20. package/dist/storybook-static/assets/Header-Ck-SSN7O.css +1 -0
  21. package/dist/storybook-static/assets/Header.stories-I-0ap_LE.js +35 -0
  22. package/dist/storybook-static/assets/Page-CeeQJVdd.css +1 -0
  23. package/dist/storybook-static/assets/Page.stories-CWEAOAkg.js +61 -0
  24. package/dist/storybook-static/assets/button.stories-D7sje6m9.js +11 -0
  25. package/dist/storybook-static/assets/entry-preview-4x_9ddKr.js +8 -0
  26. package/dist/storybook-static/assets/entry-preview-docs-BJQ-KCBE.js +2 -0
  27. package/dist/storybook-static/assets/iframe-DiD-Pe4V.js +199 -0
  28. package/dist/storybook-static/assets/index-BV8WzOF6.js +1 -0
  29. package/dist/storybook-static/assets/index-CfOrKyLd.js +8 -0
  30. package/dist/storybook-static/assets/index-DavSjL1w.js +240 -0
  31. package/dist/storybook-static/assets/index-DrFu-skq.js +6 -0
  32. package/dist/storybook-static/assets/lit-element-WgX8VtnD.js +19 -0
  33. package/dist/storybook-static/assets/preview-1l6V4UsQ.js +1 -0
  34. package/dist/storybook-static/assets/preview-5--WmYfK.js +2 -0
  35. package/dist/storybook-static/assets/preview-BWzBA1C2.js +396 -0
  36. package/dist/storybook-static/assets/preview-Br-h4d84.js +1 -0
  37. package/dist/storybook-static/assets/preview-CIRcjyVj.js +1 -0
  38. package/dist/storybook-static/assets/preview-CPX9RCe3.js +1 -0
  39. package/dist/storybook-static/assets/preview-D77C14du.js +34 -0
  40. package/dist/storybook-static/assets/preview-DGUiP6tS.js +7 -0
  41. package/dist/storybook-static/assets/tiny-invariant-CopsF_GD.js +1 -0
  42. package/dist/storybook-static/favicon.svg +1 -0
  43. package/dist/storybook-static/iframe.html +666 -0
  44. package/dist/storybook-static/index.html +177 -0
  45. package/dist/storybook-static/index.json +1 -0
  46. package/dist/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
  47. package/dist/storybook-static/nunito-sans-bold.woff2 +0 -0
  48. package/dist/storybook-static/nunito-sans-italic.woff2 +0 -0
  49. package/dist/storybook-static/nunito-sans-regular.woff2 +0 -0
  50. package/dist/storybook-static/project.json +1 -0
  51. package/dist/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js +331 -0
  52. package/dist/storybook-static/sb-addons/chromatic-com-storybook-9/manager-bundle.js.LEGAL.txt +51 -0
  53. package/dist/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
  54. package/dist/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
  55. package/dist/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +12 -0
  56. package/dist/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js.LEGAL.txt +0 -0
  57. package/dist/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +391 -0
  58. package/dist/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +0 -0
  59. package/dist/storybook-static/sb-addons/essentials-docs-3/manager-bundle.js +230 -0
  60. package/dist/storybook-static/sb-addons/essentials-docs-3/manager-bundle.js.LEGAL.txt +0 -0
  61. package/dist/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +3 -0
  62. package/dist/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js.LEGAL.txt +0 -0
  63. package/dist/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +3 -0
  64. package/dist/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js.LEGAL.txt +0 -0
  65. package/dist/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +3 -0
  66. package/dist/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js.LEGAL.txt +0 -0
  67. package/dist/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +3 -0
  68. package/dist/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js.LEGAL.txt +0 -0
  69. package/dist/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +3 -0
  70. package/dist/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
  71. package/dist/storybook-static/sb-common-assets/favicon.svg +1 -0
  72. package/dist/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
  73. package/dist/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
  74. package/dist/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
  75. package/dist/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
  76. package/dist/storybook-static/sb-manager/globals-module-info.js +1037 -0
  77. package/dist/storybook-static/sb-manager/globals-runtime.js +40862 -0
  78. package/dist/storybook-static/sb-manager/globals.js +48 -0
  79. package/dist/storybook-static/sb-manager/runtime.js +11963 -0
  80. package/dist/storybook-static/vite.svg +1 -0
  81. package/dist/vite.svg +1 -0
  82. package/package.json +50 -0
@@ -0,0 +1,1037 @@
1
+ import ESM_COMPAT_Module from "node:module";
2
+ import { fileURLToPath as ESM_COMPAT_fileURLToPath } from 'node:url';
3
+ import { dirname as ESM_COMPAT_dirname } from 'node:path';
4
+ const __filename = ESM_COMPAT_fileURLToPath(import.meta.url);
5
+ const __dirname = ESM_COMPAT_dirname(__filename);
6
+ const require = ESM_COMPAT_Module.createRequire(import.meta.url);
7
+
8
+ // src/manager/globals/exports.ts
9
+ var t = {
10
+ react: [
11
+ "Children",
12
+ "Component",
13
+ "Fragment",
14
+ "Profiler",
15
+ "PureComponent",
16
+ "StrictMode",
17
+ "Suspense",
18
+ "__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED",
19
+ "cloneElement",
20
+ "createContext",
21
+ "createElement",
22
+ "createFactory",
23
+ "createRef",
24
+ "forwardRef",
25
+ "isValidElement",
26
+ "lazy",
27
+ "memo",
28
+ "startTransition",
29
+ "unstable_act",
30
+ "useCallback",
31
+ "useContext",
32
+ "useDebugValue",
33
+ "useDeferredValue",
34
+ "useEffect",
35
+ "useId",
36
+ "useImperativeHandle",
37
+ "useInsertionEffect",
38
+ "useLayoutEffect",
39
+ "useMemo",
40
+ "useReducer",
41
+ "useRef",
42
+ "useState",
43
+ "useSyncExternalStore",
44
+ "useTransition",
45
+ "version"
46
+ ],
47
+ "react-dom": [
48
+ "__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED",
49
+ "createPortal",
50
+ "createRoot",
51
+ "findDOMNode",
52
+ "flushSync",
53
+ "hydrate",
54
+ "hydrateRoot",
55
+ "render",
56
+ "unmountComponentAtNode",
57
+ "unstable_batchedUpdates",
58
+ "unstable_renderSubtreeIntoContainer",
59
+ "version"
60
+ ],
61
+ "react-dom/client": ["createRoot", "hydrateRoot"],
62
+ "@storybook/icons": [
63
+ "AccessibilityAltIcon",
64
+ "AccessibilityIcon",
65
+ "AddIcon",
66
+ "AdminIcon",
67
+ "AlertAltIcon",
68
+ "AlertIcon",
69
+ "AlignLeftIcon",
70
+ "AlignRightIcon",
71
+ "AppleIcon",
72
+ "ArrowBottomLeftIcon",
73
+ "ArrowBottomRightIcon",
74
+ "ArrowDownIcon",
75
+ "ArrowLeftIcon",
76
+ "ArrowRightIcon",
77
+ "ArrowSolidDownIcon",
78
+ "ArrowSolidLeftIcon",
79
+ "ArrowSolidRightIcon",
80
+ "ArrowSolidUpIcon",
81
+ "ArrowTopLeftIcon",
82
+ "ArrowTopRightIcon",
83
+ "ArrowUpIcon",
84
+ "AzureDevOpsIcon",
85
+ "BackIcon",
86
+ "BasketIcon",
87
+ "BatchAcceptIcon",
88
+ "BatchDenyIcon",
89
+ "BeakerIcon",
90
+ "BellIcon",
91
+ "BitbucketIcon",
92
+ "BoldIcon",
93
+ "BookIcon",
94
+ "BookmarkHollowIcon",
95
+ "BookmarkIcon",
96
+ "BottomBarIcon",
97
+ "BottomBarToggleIcon",
98
+ "BoxIcon",
99
+ "BranchIcon",
100
+ "BrowserIcon",
101
+ "ButtonIcon",
102
+ "CPUIcon",
103
+ "CalendarIcon",
104
+ "CameraIcon",
105
+ "CategoryIcon",
106
+ "CertificateIcon",
107
+ "ChangedIcon",
108
+ "ChatIcon",
109
+ "CheckIcon",
110
+ "ChevronDownIcon",
111
+ "ChevronLeftIcon",
112
+ "ChevronRightIcon",
113
+ "ChevronSmallDownIcon",
114
+ "ChevronSmallLeftIcon",
115
+ "ChevronSmallRightIcon",
116
+ "ChevronSmallUpIcon",
117
+ "ChevronUpIcon",
118
+ "ChromaticIcon",
119
+ "ChromeIcon",
120
+ "CircleHollowIcon",
121
+ "CircleIcon",
122
+ "ClearIcon",
123
+ "CloseAltIcon",
124
+ "CloseIcon",
125
+ "CloudHollowIcon",
126
+ "CloudIcon",
127
+ "CogIcon",
128
+ "CollapseIcon",
129
+ "CommandIcon",
130
+ "CommentAddIcon",
131
+ "CommentIcon",
132
+ "CommentsIcon",
133
+ "CommitIcon",
134
+ "CompassIcon",
135
+ "ComponentDrivenIcon",
136
+ "ComponentIcon",
137
+ "ContrastIcon",
138
+ "ControlsIcon",
139
+ "CopyIcon",
140
+ "CreditIcon",
141
+ "CrossIcon",
142
+ "DashboardIcon",
143
+ "DatabaseIcon",
144
+ "DeleteIcon",
145
+ "DiamondIcon",
146
+ "DirectionIcon",
147
+ "DiscordIcon",
148
+ "DocChartIcon",
149
+ "DocListIcon",
150
+ "DocumentIcon",
151
+ "DownloadIcon",
152
+ "DragIcon",
153
+ "EditIcon",
154
+ "EllipsisIcon",
155
+ "EmailIcon",
156
+ "ExpandAltIcon",
157
+ "ExpandIcon",
158
+ "EyeCloseIcon",
159
+ "EyeIcon",
160
+ "FaceHappyIcon",
161
+ "FaceNeutralIcon",
162
+ "FaceSadIcon",
163
+ "FacebookIcon",
164
+ "FailedIcon",
165
+ "FastForwardIcon",
166
+ "FigmaIcon",
167
+ "FilterIcon",
168
+ "FlagIcon",
169
+ "FolderIcon",
170
+ "FormIcon",
171
+ "GDriveIcon",
172
+ "GithubIcon",
173
+ "GitlabIcon",
174
+ "GlobeIcon",
175
+ "GoogleIcon",
176
+ "GraphBarIcon",
177
+ "GraphLineIcon",
178
+ "GraphqlIcon",
179
+ "GridAltIcon",
180
+ "GridIcon",
181
+ "GrowIcon",
182
+ "HeartHollowIcon",
183
+ "HeartIcon",
184
+ "HomeIcon",
185
+ "HourglassIcon",
186
+ "InfoIcon",
187
+ "ItalicIcon",
188
+ "JumpToIcon",
189
+ "KeyIcon",
190
+ "LightningIcon",
191
+ "LightningOffIcon",
192
+ "LinkBrokenIcon",
193
+ "LinkIcon",
194
+ "LinkedinIcon",
195
+ "LinuxIcon",
196
+ "ListOrderedIcon",
197
+ "ListUnorderedIcon",
198
+ "LocationIcon",
199
+ "LockIcon",
200
+ "MarkdownIcon",
201
+ "MarkupIcon",
202
+ "MediumIcon",
203
+ "MemoryIcon",
204
+ "MenuIcon",
205
+ "MergeIcon",
206
+ "MirrorIcon",
207
+ "MobileIcon",
208
+ "MoonIcon",
209
+ "NutIcon",
210
+ "OutboxIcon",
211
+ "OutlineIcon",
212
+ "PaintBrushIcon",
213
+ "PaperClipIcon",
214
+ "ParagraphIcon",
215
+ "PassedIcon",
216
+ "PhoneIcon",
217
+ "PhotoDragIcon",
218
+ "PhotoIcon",
219
+ "PinAltIcon",
220
+ "PinIcon",
221
+ "PlayAllHollowIcon",
222
+ "PlayBackIcon",
223
+ "PlayHollowIcon",
224
+ "PlayIcon",
225
+ "PlayNextIcon",
226
+ "PlusIcon",
227
+ "PointerDefaultIcon",
228
+ "PointerHandIcon",
229
+ "PowerIcon",
230
+ "PrintIcon",
231
+ "ProceedIcon",
232
+ "ProfileIcon",
233
+ "PullRequestIcon",
234
+ "QuestionIcon",
235
+ "RSSIcon",
236
+ "RedirectIcon",
237
+ "ReduxIcon",
238
+ "RefreshIcon",
239
+ "ReplyIcon",
240
+ "RepoIcon",
241
+ "RequestChangeIcon",
242
+ "RewindIcon",
243
+ "RulerIcon",
244
+ "SaveIcon",
245
+ "SearchIcon",
246
+ "ShareAltIcon",
247
+ "ShareIcon",
248
+ "ShieldIcon",
249
+ "SideBySideIcon",
250
+ "SidebarAltIcon",
251
+ "SidebarAltToggleIcon",
252
+ "SidebarIcon",
253
+ "SidebarToggleIcon",
254
+ "SpeakerIcon",
255
+ "StackedIcon",
256
+ "StarHollowIcon",
257
+ "StarIcon",
258
+ "StatusFailIcon",
259
+ "StatusPassIcon",
260
+ "StatusWarnIcon",
261
+ "StickerIcon",
262
+ "StopAltHollowIcon",
263
+ "StopAltIcon",
264
+ "StopIcon",
265
+ "StorybookIcon",
266
+ "StructureIcon",
267
+ "SubtractIcon",
268
+ "SunIcon",
269
+ "SupportIcon",
270
+ "SwitchAltIcon",
271
+ "SyncIcon",
272
+ "TabletIcon",
273
+ "ThumbsUpIcon",
274
+ "TimeIcon",
275
+ "TimerIcon",
276
+ "TransferIcon",
277
+ "TrashIcon",
278
+ "TwitterIcon",
279
+ "TypeIcon",
280
+ "UbuntuIcon",
281
+ "UndoIcon",
282
+ "UnfoldIcon",
283
+ "UnlockIcon",
284
+ "UnpinIcon",
285
+ "UploadIcon",
286
+ "UserAddIcon",
287
+ "UserAltIcon",
288
+ "UserIcon",
289
+ "UsersIcon",
290
+ "VSCodeIcon",
291
+ "VerifiedIcon",
292
+ "VideoIcon",
293
+ "WandIcon",
294
+ "WatchIcon",
295
+ "WindowsIcon",
296
+ "WrenchIcon",
297
+ "XIcon",
298
+ "YoutubeIcon",
299
+ "ZoomIcon",
300
+ "ZoomOutIcon",
301
+ "ZoomResetIcon",
302
+ "iconList"
303
+ ],
304
+ "storybook/internal/components": [
305
+ "A",
306
+ "ActionBar",
307
+ "AddonPanel",
308
+ "Badge",
309
+ "Bar",
310
+ "Blockquote",
311
+ "Button",
312
+ "ClipboardCode",
313
+ "Code",
314
+ "DL",
315
+ "Div",
316
+ "DocumentWrapper",
317
+ "EmptyTabContent",
318
+ "ErrorFormatter",
319
+ "FlexBar",
320
+ "Form",
321
+ "H1",
322
+ "H2",
323
+ "H3",
324
+ "H4",
325
+ "H5",
326
+ "H6",
327
+ "HR",
328
+ "IconButton",
329
+ "IconButtonSkeleton",
330
+ "Icons",
331
+ "Img",
332
+ "LI",
333
+ "Link",
334
+ "ListItem",
335
+ "Loader",
336
+ "Modal",
337
+ "OL",
338
+ "P",
339
+ "Placeholder",
340
+ "Pre",
341
+ "ProgressSpinner",
342
+ "ResetWrapper",
343
+ "ScrollArea",
344
+ "Separator",
345
+ "Spaced",
346
+ "Span",
347
+ "StorybookIcon",
348
+ "StorybookLogo",
349
+ "Symbols",
350
+ "SyntaxHighlighter",
351
+ "TT",
352
+ "TabBar",
353
+ "TabButton",
354
+ "TabWrapper",
355
+ "Table",
356
+ "Tabs",
357
+ "TabsState",
358
+ "TooltipLinkList",
359
+ "TooltipMessage",
360
+ "TooltipNote",
361
+ "UL",
362
+ "WithTooltip",
363
+ "WithTooltipPure",
364
+ "Zoom",
365
+ "codeCommon",
366
+ "components",
367
+ "createCopyToClipboardFunction",
368
+ "getStoryHref",
369
+ "icons",
370
+ "interleaveSeparators",
371
+ "nameSpaceClassNames",
372
+ "resetComponents",
373
+ "withReset"
374
+ ],
375
+ "@storybook/components": [
376
+ "A",
377
+ "ActionBar",
378
+ "AddonPanel",
379
+ "Badge",
380
+ "Bar",
381
+ "Blockquote",
382
+ "Button",
383
+ "ClipboardCode",
384
+ "Code",
385
+ "DL",
386
+ "Div",
387
+ "DocumentWrapper",
388
+ "EmptyTabContent",
389
+ "ErrorFormatter",
390
+ "FlexBar",
391
+ "Form",
392
+ "H1",
393
+ "H2",
394
+ "H3",
395
+ "H4",
396
+ "H5",
397
+ "H6",
398
+ "HR",
399
+ "IconButton",
400
+ "IconButtonSkeleton",
401
+ "Icons",
402
+ "Img",
403
+ "LI",
404
+ "Link",
405
+ "ListItem",
406
+ "Loader",
407
+ "Modal",
408
+ "OL",
409
+ "P",
410
+ "Placeholder",
411
+ "Pre",
412
+ "ProgressSpinner",
413
+ "ResetWrapper",
414
+ "ScrollArea",
415
+ "Separator",
416
+ "Spaced",
417
+ "Span",
418
+ "StorybookIcon",
419
+ "StorybookLogo",
420
+ "Symbols",
421
+ "SyntaxHighlighter",
422
+ "TT",
423
+ "TabBar",
424
+ "TabButton",
425
+ "TabWrapper",
426
+ "Table",
427
+ "Tabs",
428
+ "TabsState",
429
+ "TooltipLinkList",
430
+ "TooltipMessage",
431
+ "TooltipNote",
432
+ "UL",
433
+ "WithTooltip",
434
+ "WithTooltipPure",
435
+ "Zoom",
436
+ "codeCommon",
437
+ "components",
438
+ "createCopyToClipboardFunction",
439
+ "getStoryHref",
440
+ "icons",
441
+ "interleaveSeparators",
442
+ "nameSpaceClassNames",
443
+ "resetComponents",
444
+ "withReset"
445
+ ],
446
+ "@storybook/core/components": [
447
+ "A",
448
+ "ActionBar",
449
+ "AddonPanel",
450
+ "Badge",
451
+ "Bar",
452
+ "Blockquote",
453
+ "Button",
454
+ "ClipboardCode",
455
+ "Code",
456
+ "DL",
457
+ "Div",
458
+ "DocumentWrapper",
459
+ "EmptyTabContent",
460
+ "ErrorFormatter",
461
+ "FlexBar",
462
+ "Form",
463
+ "H1",
464
+ "H2",
465
+ "H3",
466
+ "H4",
467
+ "H5",
468
+ "H6",
469
+ "HR",
470
+ "IconButton",
471
+ "IconButtonSkeleton",
472
+ "Icons",
473
+ "Img",
474
+ "LI",
475
+ "Link",
476
+ "ListItem",
477
+ "Loader",
478
+ "Modal",
479
+ "OL",
480
+ "P",
481
+ "Placeholder",
482
+ "Pre",
483
+ "ProgressSpinner",
484
+ "ResetWrapper",
485
+ "ScrollArea",
486
+ "Separator",
487
+ "Spaced",
488
+ "Span",
489
+ "StorybookIcon",
490
+ "StorybookLogo",
491
+ "Symbols",
492
+ "SyntaxHighlighter",
493
+ "TT",
494
+ "TabBar",
495
+ "TabButton",
496
+ "TabWrapper",
497
+ "Table",
498
+ "Tabs",
499
+ "TabsState",
500
+ "TooltipLinkList",
501
+ "TooltipMessage",
502
+ "TooltipNote",
503
+ "UL",
504
+ "WithTooltip",
505
+ "WithTooltipPure",
506
+ "Zoom",
507
+ "codeCommon",
508
+ "components",
509
+ "createCopyToClipboardFunction",
510
+ "getStoryHref",
511
+ "icons",
512
+ "interleaveSeparators",
513
+ "nameSpaceClassNames",
514
+ "resetComponents",
515
+ "withReset"
516
+ ],
517
+ "storybook/internal/manager-api": [
518
+ "ActiveTabs",
519
+ "Consumer",
520
+ "ManagerContext",
521
+ "Provider",
522
+ "RequestResponseError",
523
+ "addons",
524
+ "combineParameters",
525
+ "controlOrMetaKey",
526
+ "controlOrMetaSymbol",
527
+ "eventMatchesShortcut",
528
+ "eventToShortcut",
529
+ "experimental_requestResponse",
530
+ "isMacLike",
531
+ "isShortcutTaken",
532
+ "keyToSymbol",
533
+ "merge",
534
+ "mockChannel",
535
+ "optionOrAltSymbol",
536
+ "shortcutMatchesShortcut",
537
+ "shortcutToHumanString",
538
+ "types",
539
+ "useAddonState",
540
+ "useArgTypes",
541
+ "useArgs",
542
+ "useChannel",
543
+ "useGlobalTypes",
544
+ "useGlobals",
545
+ "useParameter",
546
+ "useSharedState",
547
+ "useStoryPrepared",
548
+ "useStorybookApi",
549
+ "useStorybookState"
550
+ ],
551
+ "@storybook/manager-api": [
552
+ "ActiveTabs",
553
+ "Consumer",
554
+ "ManagerContext",
555
+ "Provider",
556
+ "RequestResponseError",
557
+ "addons",
558
+ "combineParameters",
559
+ "controlOrMetaKey",
560
+ "controlOrMetaSymbol",
561
+ "eventMatchesShortcut",
562
+ "eventToShortcut",
563
+ "experimental_requestResponse",
564
+ "isMacLike",
565
+ "isShortcutTaken",
566
+ "keyToSymbol",
567
+ "merge",
568
+ "mockChannel",
569
+ "optionOrAltSymbol",
570
+ "shortcutMatchesShortcut",
571
+ "shortcutToHumanString",
572
+ "types",
573
+ "useAddonState",
574
+ "useArgTypes",
575
+ "useArgs",
576
+ "useChannel",
577
+ "useGlobalTypes",
578
+ "useGlobals",
579
+ "useParameter",
580
+ "useSharedState",
581
+ "useStoryPrepared",
582
+ "useStorybookApi",
583
+ "useStorybookState"
584
+ ],
585
+ "@storybook/core/manager-api": [
586
+ "ActiveTabs",
587
+ "Consumer",
588
+ "ManagerContext",
589
+ "Provider",
590
+ "RequestResponseError",
591
+ "addons",
592
+ "combineParameters",
593
+ "controlOrMetaKey",
594
+ "controlOrMetaSymbol",
595
+ "eventMatchesShortcut",
596
+ "eventToShortcut",
597
+ "experimental_requestResponse",
598
+ "isMacLike",
599
+ "isShortcutTaken",
600
+ "keyToSymbol",
601
+ "merge",
602
+ "mockChannel",
603
+ "optionOrAltSymbol",
604
+ "shortcutMatchesShortcut",
605
+ "shortcutToHumanString",
606
+ "types",
607
+ "useAddonState",
608
+ "useArgTypes",
609
+ "useArgs",
610
+ "useChannel",
611
+ "useGlobalTypes",
612
+ "useGlobals",
613
+ "useParameter",
614
+ "useSharedState",
615
+ "useStoryPrepared",
616
+ "useStorybookApi",
617
+ "useStorybookState"
618
+ ],
619
+ "storybook/internal/router": [
620
+ "BaseLocationProvider",
621
+ "DEEPLY_EQUAL",
622
+ "Link",
623
+ "Location",
624
+ "LocationProvider",
625
+ "Match",
626
+ "Route",
627
+ "buildArgsParam",
628
+ "deepDiff",
629
+ "getMatch",
630
+ "parsePath",
631
+ "queryFromLocation",
632
+ "stringifyQuery",
633
+ "useNavigate"
634
+ ],
635
+ "@storybook/router": [
636
+ "BaseLocationProvider",
637
+ "DEEPLY_EQUAL",
638
+ "Link",
639
+ "Location",
640
+ "LocationProvider",
641
+ "Match",
642
+ "Route",
643
+ "buildArgsParam",
644
+ "deepDiff",
645
+ "getMatch",
646
+ "parsePath",
647
+ "queryFromLocation",
648
+ "stringifyQuery",
649
+ "useNavigate"
650
+ ],
651
+ "@storybook/core/router": [
652
+ "BaseLocationProvider",
653
+ "DEEPLY_EQUAL",
654
+ "Link",
655
+ "Location",
656
+ "LocationProvider",
657
+ "Match",
658
+ "Route",
659
+ "buildArgsParam",
660
+ "deepDiff",
661
+ "getMatch",
662
+ "parsePath",
663
+ "queryFromLocation",
664
+ "stringifyQuery",
665
+ "useNavigate"
666
+ ],
667
+ "storybook/internal/theming": [
668
+ "CacheProvider",
669
+ "ClassNames",
670
+ "Global",
671
+ "ThemeProvider",
672
+ "background",
673
+ "color",
674
+ "convert",
675
+ "create",
676
+ "createCache",
677
+ "createGlobal",
678
+ "createReset",
679
+ "css",
680
+ "darken",
681
+ "ensure",
682
+ "ignoreSsrWarning",
683
+ "isPropValid",
684
+ "jsx",
685
+ "keyframes",
686
+ "lighten",
687
+ "styled",
688
+ "themes",
689
+ "typography",
690
+ "useTheme",
691
+ "withTheme"
692
+ ],
693
+ "@storybook/theming": [
694
+ "CacheProvider",
695
+ "ClassNames",
696
+ "Global",
697
+ "ThemeProvider",
698
+ "background",
699
+ "color",
700
+ "convert",
701
+ "create",
702
+ "createCache",
703
+ "createGlobal",
704
+ "createReset",
705
+ "css",
706
+ "darken",
707
+ "ensure",
708
+ "ignoreSsrWarning",
709
+ "isPropValid",
710
+ "jsx",
711
+ "keyframes",
712
+ "lighten",
713
+ "styled",
714
+ "themes",
715
+ "typography",
716
+ "useTheme",
717
+ "withTheme"
718
+ ],
719
+ "@storybook/core/theming": [
720
+ "CacheProvider",
721
+ "ClassNames",
722
+ "Global",
723
+ "ThemeProvider",
724
+ "background",
725
+ "color",
726
+ "convert",
727
+ "create",
728
+ "createCache",
729
+ "createGlobal",
730
+ "createReset",
731
+ "css",
732
+ "darken",
733
+ "ensure",
734
+ "ignoreSsrWarning",
735
+ "isPropValid",
736
+ "jsx",
737
+ "keyframes",
738
+ "lighten",
739
+ "styled",
740
+ "themes",
741
+ "typography",
742
+ "useTheme",
743
+ "withTheme"
744
+ ],
745
+ "storybook/internal/theming/create": ["create", "themes"],
746
+ "@storybook/theming/create": ["create", "themes"],
747
+ "@storybook/core/theming/create": ["create", "themes"],
748
+ "storybook/internal/channels": [
749
+ "Channel",
750
+ "PostMessageTransport",
751
+ "WebsocketTransport",
752
+ "createBrowserChannel"
753
+ ],
754
+ "@storybook/channels": [
755
+ "Channel",
756
+ "PostMessageTransport",
757
+ "WebsocketTransport",
758
+ "createBrowserChannel"
759
+ ],
760
+ "@storybook/core/channels": [
761
+ "Channel",
762
+ "PostMessageTransport",
763
+ "WebsocketTransport",
764
+ "createBrowserChannel"
765
+ ],
766
+ "storybook/internal/core-errors": [
767
+ "ARGTYPES_INFO_REQUEST",
768
+ "ARGTYPES_INFO_RESPONSE",
769
+ "CHANNEL_CREATED",
770
+ "CHANNEL_WS_DISCONNECT",
771
+ "CONFIG_ERROR",
772
+ "CREATE_NEW_STORYFILE_REQUEST",
773
+ "CREATE_NEW_STORYFILE_RESPONSE",
774
+ "CURRENT_STORY_WAS_SET",
775
+ "DOCS_PREPARED",
776
+ "DOCS_RENDERED",
777
+ "FILE_COMPONENT_SEARCH_REQUEST",
778
+ "FILE_COMPONENT_SEARCH_RESPONSE",
779
+ "FORCE_REMOUNT",
780
+ "FORCE_RE_RENDER",
781
+ "GLOBALS_UPDATED",
782
+ "NAVIGATE_URL",
783
+ "PLAY_FUNCTION_THREW_EXCEPTION",
784
+ "PRELOAD_ENTRIES",
785
+ "PREVIEW_BUILDER_PROGRESS",
786
+ "PREVIEW_KEYDOWN",
787
+ "REGISTER_SUBSCRIPTION",
788
+ "REQUEST_WHATS_NEW_DATA",
789
+ "RESET_STORY_ARGS",
790
+ "RESULT_WHATS_NEW_DATA",
791
+ "SAVE_STORY_REQUEST",
792
+ "SAVE_STORY_RESPONSE",
793
+ "SELECT_STORY",
794
+ "SET_CONFIG",
795
+ "SET_CURRENT_STORY",
796
+ "SET_FILTER",
797
+ "SET_GLOBALS",
798
+ "SET_INDEX",
799
+ "SET_STORIES",
800
+ "SET_WHATS_NEW_CACHE",
801
+ "SHARED_STATE_CHANGED",
802
+ "SHARED_STATE_SET",
803
+ "STORIES_COLLAPSE_ALL",
804
+ "STORIES_EXPAND_ALL",
805
+ "STORY_ARGS_UPDATED",
806
+ "STORY_CHANGED",
807
+ "STORY_ERRORED",
808
+ "STORY_FINISHED",
809
+ "STORY_INDEX_INVALIDATED",
810
+ "STORY_MISSING",
811
+ "STORY_PREPARED",
812
+ "STORY_RENDERED",
813
+ "STORY_RENDER_PHASE_CHANGED",
814
+ "STORY_SPECIFIED",
815
+ "STORY_THREW_EXCEPTION",
816
+ "STORY_UNCHANGED",
817
+ "TELEMETRY_ERROR",
818
+ "TESTING_MODULE_CANCEL_TEST_RUN_REQUEST",
819
+ "TESTING_MODULE_CANCEL_TEST_RUN_RESPONSE",
820
+ "TESTING_MODULE_CONFIG_CHANGE",
821
+ "TESTING_MODULE_CRASH_REPORT",
822
+ "TESTING_MODULE_PROGRESS_REPORT",
823
+ "TESTING_MODULE_RUN_ALL_REQUEST",
824
+ "TESTING_MODULE_RUN_REQUEST",
825
+ "TESTING_MODULE_WATCH_MODE_REQUEST",
826
+ "TOGGLE_WHATS_NEW_NOTIFICATIONS",
827
+ "UNHANDLED_ERRORS_WHILE_PLAYING",
828
+ "UPDATE_GLOBALS",
829
+ "UPDATE_QUERY_PARAMS",
830
+ "UPDATE_STORY_ARGS"
831
+ ],
832
+ "@storybook/core-events": [
833
+ "ARGTYPES_INFO_REQUEST",
834
+ "ARGTYPES_INFO_RESPONSE",
835
+ "CHANNEL_CREATED",
836
+ "CHANNEL_WS_DISCONNECT",
837
+ "CONFIG_ERROR",
838
+ "CREATE_NEW_STORYFILE_REQUEST",
839
+ "CREATE_NEW_STORYFILE_RESPONSE",
840
+ "CURRENT_STORY_WAS_SET",
841
+ "DOCS_PREPARED",
842
+ "DOCS_RENDERED",
843
+ "FILE_COMPONENT_SEARCH_REQUEST",
844
+ "FILE_COMPONENT_SEARCH_RESPONSE",
845
+ "FORCE_REMOUNT",
846
+ "FORCE_RE_RENDER",
847
+ "GLOBALS_UPDATED",
848
+ "NAVIGATE_URL",
849
+ "PLAY_FUNCTION_THREW_EXCEPTION",
850
+ "PRELOAD_ENTRIES",
851
+ "PREVIEW_BUILDER_PROGRESS",
852
+ "PREVIEW_KEYDOWN",
853
+ "REGISTER_SUBSCRIPTION",
854
+ "REQUEST_WHATS_NEW_DATA",
855
+ "RESET_STORY_ARGS",
856
+ "RESULT_WHATS_NEW_DATA",
857
+ "SAVE_STORY_REQUEST",
858
+ "SAVE_STORY_RESPONSE",
859
+ "SELECT_STORY",
860
+ "SET_CONFIG",
861
+ "SET_CURRENT_STORY",
862
+ "SET_FILTER",
863
+ "SET_GLOBALS",
864
+ "SET_INDEX",
865
+ "SET_STORIES",
866
+ "SET_WHATS_NEW_CACHE",
867
+ "SHARED_STATE_CHANGED",
868
+ "SHARED_STATE_SET",
869
+ "STORIES_COLLAPSE_ALL",
870
+ "STORIES_EXPAND_ALL",
871
+ "STORY_ARGS_UPDATED",
872
+ "STORY_CHANGED",
873
+ "STORY_ERRORED",
874
+ "STORY_FINISHED",
875
+ "STORY_INDEX_INVALIDATED",
876
+ "STORY_MISSING",
877
+ "STORY_PREPARED",
878
+ "STORY_RENDERED",
879
+ "STORY_RENDER_PHASE_CHANGED",
880
+ "STORY_SPECIFIED",
881
+ "STORY_THREW_EXCEPTION",
882
+ "STORY_UNCHANGED",
883
+ "TELEMETRY_ERROR",
884
+ "TESTING_MODULE_CANCEL_TEST_RUN_REQUEST",
885
+ "TESTING_MODULE_CANCEL_TEST_RUN_RESPONSE",
886
+ "TESTING_MODULE_CONFIG_CHANGE",
887
+ "TESTING_MODULE_CRASH_REPORT",
888
+ "TESTING_MODULE_PROGRESS_REPORT",
889
+ "TESTING_MODULE_RUN_ALL_REQUEST",
890
+ "TESTING_MODULE_RUN_REQUEST",
891
+ "TESTING_MODULE_WATCH_MODE_REQUEST",
892
+ "TOGGLE_WHATS_NEW_NOTIFICATIONS",
893
+ "UNHANDLED_ERRORS_WHILE_PLAYING",
894
+ "UPDATE_GLOBALS",
895
+ "UPDATE_QUERY_PARAMS",
896
+ "UPDATE_STORY_ARGS"
897
+ ],
898
+ "@storybook/core/core-events": [
899
+ "ARGTYPES_INFO_REQUEST",
900
+ "ARGTYPES_INFO_RESPONSE",
901
+ "CHANNEL_CREATED",
902
+ "CHANNEL_WS_DISCONNECT",
903
+ "CONFIG_ERROR",
904
+ "CREATE_NEW_STORYFILE_REQUEST",
905
+ "CREATE_NEW_STORYFILE_RESPONSE",
906
+ "CURRENT_STORY_WAS_SET",
907
+ "DOCS_PREPARED",
908
+ "DOCS_RENDERED",
909
+ "FILE_COMPONENT_SEARCH_REQUEST",
910
+ "FILE_COMPONENT_SEARCH_RESPONSE",
911
+ "FORCE_REMOUNT",
912
+ "FORCE_RE_RENDER",
913
+ "GLOBALS_UPDATED",
914
+ "NAVIGATE_URL",
915
+ "PLAY_FUNCTION_THREW_EXCEPTION",
916
+ "PRELOAD_ENTRIES",
917
+ "PREVIEW_BUILDER_PROGRESS",
918
+ "PREVIEW_KEYDOWN",
919
+ "REGISTER_SUBSCRIPTION",
920
+ "REQUEST_WHATS_NEW_DATA",
921
+ "RESET_STORY_ARGS",
922
+ "RESULT_WHATS_NEW_DATA",
923
+ "SAVE_STORY_REQUEST",
924
+ "SAVE_STORY_RESPONSE",
925
+ "SELECT_STORY",
926
+ "SET_CONFIG",
927
+ "SET_CURRENT_STORY",
928
+ "SET_FILTER",
929
+ "SET_GLOBALS",
930
+ "SET_INDEX",
931
+ "SET_STORIES",
932
+ "SET_WHATS_NEW_CACHE",
933
+ "SHARED_STATE_CHANGED",
934
+ "SHARED_STATE_SET",
935
+ "STORIES_COLLAPSE_ALL",
936
+ "STORIES_EXPAND_ALL",
937
+ "STORY_ARGS_UPDATED",
938
+ "STORY_CHANGED",
939
+ "STORY_ERRORED",
940
+ "STORY_FINISHED",
941
+ "STORY_INDEX_INVALIDATED",
942
+ "STORY_MISSING",
943
+ "STORY_PREPARED",
944
+ "STORY_RENDERED",
945
+ "STORY_RENDER_PHASE_CHANGED",
946
+ "STORY_SPECIFIED",
947
+ "STORY_THREW_EXCEPTION",
948
+ "STORY_UNCHANGED",
949
+ "TELEMETRY_ERROR",
950
+ "TESTING_MODULE_CANCEL_TEST_RUN_REQUEST",
951
+ "TESTING_MODULE_CANCEL_TEST_RUN_RESPONSE",
952
+ "TESTING_MODULE_CONFIG_CHANGE",
953
+ "TESTING_MODULE_CRASH_REPORT",
954
+ "TESTING_MODULE_PROGRESS_REPORT",
955
+ "TESTING_MODULE_RUN_ALL_REQUEST",
956
+ "TESTING_MODULE_RUN_REQUEST",
957
+ "TESTING_MODULE_WATCH_MODE_REQUEST",
958
+ "TOGGLE_WHATS_NEW_NOTIFICATIONS",
959
+ "UNHANDLED_ERRORS_WHILE_PLAYING",
960
+ "UPDATE_GLOBALS",
961
+ "UPDATE_QUERY_PARAMS",
962
+ "UPDATE_STORY_ARGS"
963
+ ],
964
+ "storybook/internal/types": ["Addon_TypesEnum"],
965
+ "@storybook/types": ["Addon_TypesEnum"],
966
+ "@storybook/core/types": ["Addon_TypesEnum"],
967
+ "storybook/internal/manager-errors": [
968
+ "Category",
969
+ "ProviderDoesNotExtendBaseProviderError",
970
+ "UncaughtManagerError"
971
+ ],
972
+ "@storybook/core-events/manager-errors": [
973
+ "Category",
974
+ "ProviderDoesNotExtendBaseProviderError",
975
+ "UncaughtManagerError"
976
+ ],
977
+ "@storybook/core/manager-errors": [
978
+ "Category",
979
+ "ProviderDoesNotExtendBaseProviderError",
980
+ "UncaughtManagerError"
981
+ ],
982
+ "storybook/internal/client-logger": ["deprecate", "logger", "once", "pretty"],
983
+ "@storybook/client-logger": ["deprecate", "logger", "once", "pretty"],
984
+ "@storybook/core/client-logger": ["deprecate", "logger", "once", "pretty"]
985
+ };
986
+
987
+ // src/manager/globals/globals.ts
988
+ var e = {
989
+ react: "__REACT__",
990
+ "react-dom": "__REACT_DOM__",
991
+ "react-dom/client": "__REACT_DOM_CLIENT__",
992
+ "@storybook/icons": "__STORYBOOK_ICONS__",
993
+ "storybook/internal/manager-api": "__STORYBOOK_API__",
994
+ "@storybook/manager-api": "__STORYBOOK_API__",
995
+ "@storybook/core/manager-api": "__STORYBOOK_API__",
996
+ "storybook/internal/components": "__STORYBOOK_COMPONENTS__",
997
+ "@storybook/components": "__STORYBOOK_COMPONENTS__",
998
+ "@storybook/core/components": "__STORYBOOK_COMPONENTS__",
999
+ "storybook/internal/channels": "__STORYBOOK_CHANNELS__",
1000
+ "@storybook/channels": "__STORYBOOK_CHANNELS__",
1001
+ "@storybook/core/channels": "__STORYBOOK_CHANNELS__",
1002
+ "storybook/internal/core-errors": "__STORYBOOK_CORE_EVENTS__",
1003
+ "@storybook/core-events": "__STORYBOOK_CORE_EVENTS__",
1004
+ "@storybook/core/core-events": "__STORYBOOK_CORE_EVENTS__",
1005
+ "storybook/internal/manager-errors": "__STORYBOOK_CORE_EVENTS_MANAGER_ERRORS__",
1006
+ "@storybook/core-events/manager-errors": "__STORYBOOK_CORE_EVENTS_MANAGER_ERRORS__",
1007
+ "@storybook/core/manager-errors": "__STORYBOOK_CORE_EVENTS_MANAGER_ERRORS__",
1008
+ "storybook/internal/router": "__STORYBOOK_ROUTER__",
1009
+ "@storybook/router": "__STORYBOOK_ROUTER__",
1010
+ "@storybook/core/router": "__STORYBOOK_ROUTER__",
1011
+ "storybook/internal/theming": "__STORYBOOK_THEMING__",
1012
+ "@storybook/theming": "__STORYBOOK_THEMING__",
1013
+ "@storybook/core/theming": "__STORYBOOK_THEMING__",
1014
+ "storybook/internal/theming/create": "__STORYBOOK_THEMING_CREATE__",
1015
+ "@storybook/theming/create": "__STORYBOOK_THEMING_CREATE__",
1016
+ "@storybook/core/theming/create": "__STORYBOOK_THEMING_CREATE__",
1017
+ "storybook/internal/client-logger": "__STORYBOOK_CLIENT_LOGGER__",
1018
+ "@storybook/client-logger": "__STORYBOOK_CLIENT_LOGGER__",
1019
+ "@storybook/core/client-logger": "__STORYBOOK_CLIENT_LOGGER__",
1020
+ "storybook/internal/types": "__STORYBOOK_TYPES__",
1021
+ "@storybook/types": "__STORYBOOK_TYPES__",
1022
+ "@storybook/core/types": "__STORYBOOK_TYPES__"
1023
+ }, n = Object.keys(e);
1024
+
1025
+ // src/manager/globals/globals-module-info.ts
1026
+ var S = n.reduce(
1027
+ (r, o) => (r[o] = {
1028
+ type: "esm",
1029
+ varName: e[o],
1030
+ namedExports: t[o],
1031
+ defaultExport: !0
1032
+ }, r),
1033
+ {}
1034
+ );
1035
+ export {
1036
+ S as globalsModuleInfoMap
1037
+ };