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