@yahoo/uds 3.103.0-beta.1 → 3.104.0-beta.1

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 (88) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +57 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +57 -57
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +57 -57
  4. package/dist/automated-config/dist/generated/autoVariants.js +57 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +710 -52
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +4 -4
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +4 -4
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +710 -52
  9. package/dist/automated-config/dist/utils/generateDefaultClassName.cjs +18 -0
  10. package/dist/automated-config/dist/utils/generateDefaultClassName.d.cts +14 -0
  11. package/dist/automated-config/dist/utils/generateDefaultClassName.d.ts +14 -0
  12. package/dist/automated-config/dist/utils/generateDefaultClassName.js +17 -0
  13. package/dist/automated-config/dist/utils/index.cjs +3 -6
  14. package/dist/automated-config/dist/utils/index.d.cts +2 -2
  15. package/dist/automated-config/dist/utils/index.d.ts +2 -2
  16. package/dist/automated-config/dist/utils/index.js +3 -5
  17. package/dist/cli/runner.cjs +21 -5
  18. package/dist/cli/runner.js +21 -5
  19. package/dist/components/client/Button.cjs +9 -9
  20. package/dist/components/client/Button.js +2 -2
  21. package/dist/components/client/IconButton.cjs +8 -8
  22. package/dist/components/client/IconButton.js +2 -2
  23. package/dist/components/client/SpringMotionConfig.cjs +4 -4
  24. package/dist/components/client/SpringMotionConfig.js +5 -5
  25. package/dist/components/client/buttonConstants.cjs +10 -0
  26. package/dist/components/client/buttonConstants.d.cts +9 -0
  27. package/dist/components/client/buttonConstants.d.ts +9 -0
  28. package/dist/components/client/buttonConstants.js +8 -0
  29. package/dist/config/dist/index.cjs +25 -25
  30. package/dist/config/dist/index.js +25 -25
  31. package/dist/index.cjs +2 -1
  32. package/dist/index.d.cts +2 -1
  33. package/dist/index.d.ts +2 -1
  34. package/dist/index.js +2 -1
  35. package/dist/motion-tokens/dist/index.cjs +11 -0
  36. package/dist/motion-tokens/dist/index.d.cts +5 -1
  37. package/dist/motion-tokens/dist/index.d.ts +5 -1
  38. package/dist/motion-tokens/dist/index.js +11 -1
  39. package/dist/styles/styler.d.cts +87 -87
  40. package/dist/styles/styler.d.ts +87 -87
  41. package/dist/styles/variants.d.cts +57 -0
  42. package/dist/styles/variants.d.ts +57 -0
  43. package/dist/tailwind/dist/commands/generateComponentData.cjs +65 -0
  44. package/dist/tailwind/dist/commands/generateComponentData.d.ts +3 -0
  45. package/dist/tailwind/dist/commands/generateComponentData.js +64 -0
  46. package/dist/tailwind/dist/commands/generatePurgeCSSData.cjs +1 -1
  47. package/dist/tailwind/dist/commands/generatePurgeCSSData.js +1 -1
  48. package/dist/tailwind/dist/commands/purge.cjs +41 -11
  49. package/dist/tailwind/dist/commands/purge.d.ts +2 -1
  50. package/dist/tailwind/dist/commands/purge.js +41 -11
  51. package/dist/tailwind/dist/index.d.ts +1 -0
  52. package/dist/tailwind/dist/{utils → purger/legacy}/purgeCSS.cjs +7 -7
  53. package/dist/tailwind/dist/{utils → purger/legacy}/purgeCSS.js +6 -6
  54. package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +193 -0
  55. package/dist/tailwind/dist/purger/optimized/ast/expressions.js +192 -0
  56. package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +20 -0
  57. package/dist/tailwind/dist/purger/optimized/ast/jsx.js +19 -0
  58. package/dist/tailwind/dist/purger/optimized/purge.cjs +69 -0
  59. package/dist/tailwind/dist/purger/optimized/purge.js +66 -0
  60. package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +273 -0
  61. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +272 -0
  62. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +408 -0
  63. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +405 -0
  64. package/dist/tailwind/dist/purger/optimized/utils/files.cjs +27 -0
  65. package/dist/tailwind/dist/purger/optimized/utils/files.js +24 -0
  66. package/dist/tailwind/dist/purger/optimized/utils/safelist.cjs +64 -0
  67. package/dist/tailwind/dist/purger/optimized/utils/safelist.js +60 -0
  68. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +1 -1
  69. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +1 -1
  70. package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.cjs +1 -0
  71. package/dist/tailwind/dist/tailwind/utils/getColorModeStyles.js +1 -0
  72. package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.cts +1 -1
  73. package/dist/tailwind/dist/tailwind/utils/getFontStyles.d.ts +1 -1
  74. package/dist/tailwind/dist/utils/tsMorph.cjs +1 -1
  75. package/dist/tokens/automation/index.cjs +2 -1
  76. package/dist/tokens/automation/index.d.cts +2 -1
  77. package/dist/tokens/automation/index.d.ts +2 -1
  78. package/dist/tokens/automation/index.js +2 -1
  79. package/dist/tokens/index.cjs +2 -1
  80. package/dist/tokens/index.d.cts +2 -1
  81. package/dist/tokens/index.d.ts +2 -1
  82. package/dist/tokens/index.js +2 -1
  83. package/dist/uds/generated/componentData.cjs +2103 -0
  84. package/dist/uds/generated/componentData.js +1713 -0
  85. package/dist/uds/generated/tailwindPurge.cjs +62 -62
  86. package/dist/uds/generated/tailwindPurge.js +62 -62
  87. package/package.json +1 -1
  88. /package/dist/tailwind/dist/{utils → purger/legacy}/purgeCSS.d.ts +0 -0
@@ -0,0 +1,2103 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+
3
+ //#region generated/componentData.json
4
+ var Box = {
5
+ "name": "Box",
6
+ "defaultProps": {
7
+ "as": "div",
8
+ "display": "flex"
9
+ },
10
+ "getStylesLiterals": {},
11
+ "cxLiterals": [],
12
+ "internalComponents": ["Comp"],
13
+ "internalComponentProps": {},
14
+ "propToVariantKeys": {},
15
+ "motionVarPrefixes": []
16
+ };
17
+ var FormLabel = {
18
+ "name": "FormLabel",
19
+ "defaultProps": {
20
+ "color": "muted",
21
+ "variant": "label3",
22
+ "as": "label"
23
+ },
24
+ "getStylesLiterals": {},
25
+ "cxLiterals": ["cursor-[inherit]"],
26
+ "internalComponents": ["Text"],
27
+ "internalComponentProps": { "Text": {
28
+ "as": ["sup"],
29
+ "variant": ["inherit"],
30
+ "spacingStart": ["0.5"]
31
+ } },
32
+ "propToVariantKeys": {},
33
+ "motionVarPrefixes": []
34
+ };
35
+ var HStack = {
36
+ "name": "HStack",
37
+ "defaultProps": {},
38
+ "getStylesLiterals": {},
39
+ "cxLiterals": [],
40
+ "internalComponents": ["Box"],
41
+ "internalComponentProps": { "Box": { "flexDirection": ["row"] } },
42
+ "propToVariantKeys": { "gap": ["rowGap", "columnGap"] },
43
+ "motionVarPrefixes": []
44
+ };
45
+ var Icon = {
46
+ "name": "Icon",
47
+ "defaultProps": {
48
+ "size": "md",
49
+ "variant": "outline",
50
+ "color": "primary"
51
+ },
52
+ "getStylesLiterals": { "flex": "none" },
53
+ "cxLiterals": ["[&_path]:fill-current"],
54
+ "internalComponents": ["SVGIcon"],
55
+ "internalComponentProps": {},
56
+ "propToVariantKeys": {},
57
+ "motionVarPrefixes": []
58
+ };
59
+ var IconSlot = {
60
+ "name": "IconSlot",
61
+ "defaultProps": {},
62
+ "getStylesLiterals": {},
63
+ "cxLiterals": [],
64
+ "internalComponents": ["Icon"],
65
+ "internalComponentProps": {},
66
+ "propToVariantKeys": {},
67
+ "motionVarPrefixes": []
68
+ };
69
+ var Image = {
70
+ "name": "Image",
71
+ "defaultProps": {},
72
+ "getStylesLiterals": {},
73
+ "cxLiterals": [],
74
+ "internalComponents": [],
75
+ "internalComponentProps": {},
76
+ "propToVariantKeys": {},
77
+ "motionVarPrefixes": []
78
+ };
79
+ var Link = {
80
+ "name": "Link",
81
+ "defaultProps": { "variant": "primary" },
82
+ "getStylesLiterals": {
83
+ "display": "inline-flex",
84
+ "alignItems": "center"
85
+ },
86
+ "cxLiterals": [
87
+ "uds-ring",
88
+ "underline",
89
+ "w-[0.7em]",
90
+ "h-[0.7em]"
91
+ ],
92
+ "internalComponents": ["IconSlot"],
93
+ "internalComponentProps": { "IconSlot": { "data-testid": ["start-icon", "end-icon"] } },
94
+ "propToVariantKeys": {
95
+ "textVariant": [
96
+ "linkTextStyleRoot",
97
+ "fontSize",
98
+ "fontFamily",
99
+ "fontWeight",
100
+ "lineHeight",
101
+ "textTransform",
102
+ "linkTextStyleIcon"
103
+ ],
104
+ "variant": [
105
+ "linkVariantRoot",
106
+ "linkVariantIconStart",
107
+ "linkVariantIconEnd"
108
+ ],
109
+ "startIcon": ["icon"],
110
+ "endIcon": ["icon"]
111
+ },
112
+ "motionVarPrefixes": []
113
+ };
114
+ var Text = {
115
+ "name": "Text",
116
+ "defaultProps": {
117
+ "color": "primary",
118
+ "variant": "body1"
119
+ },
120
+ "getStylesLiterals": {},
121
+ "cxLiterals": [],
122
+ "internalComponents": ["Comp"],
123
+ "internalComponentProps": {},
124
+ "propToVariantKeys": { "variant": [
125
+ "fontFamily",
126
+ "fontSize",
127
+ "fontWeight",
128
+ "lineHeight",
129
+ "textTransform",
130
+ "letterSpacing"
131
+ ] },
132
+ "motionVarPrefixes": []
133
+ };
134
+ var VStack = {
135
+ "name": "VStack",
136
+ "defaultProps": {},
137
+ "getStylesLiterals": {},
138
+ "cxLiterals": [],
139
+ "internalComponents": ["Box"],
140
+ "internalComponentProps": { "Box": { "flexDirection": ["column"] } },
141
+ "propToVariantKeys": { "gap": ["columnGap", "rowGap"] },
142
+ "motionVarPrefixes": []
143
+ };
144
+ var Spinner = {
145
+ "name": "Spinner",
146
+ "defaultProps": {
147
+ "color": "primary",
148
+ "size": "lg"
149
+ },
150
+ "getStylesLiterals": {},
151
+ "cxLiterals": ["self-center", "relative"],
152
+ "internalComponents": ["Icon"],
153
+ "internalComponentProps": { "Icon": {
154
+ "role": ["img"],
155
+ "className": ["animate-spin"],
156
+ "aria-hidden": ["true"]
157
+ } },
158
+ "propToVariantKeys": {},
159
+ "motionVarPrefixes": []
160
+ };
161
+ var Table_mocks = {
162
+ "name": "Table.mocks",
163
+ "defaultProps": {},
164
+ "getStylesLiterals": {},
165
+ "cxLiterals": [],
166
+ "internalComponents": [],
167
+ "internalComponentProps": {},
168
+ "propToVariantKeys": {},
169
+ "motionVarPrefixes": []
170
+ };
171
+ var Table = {
172
+ "name": "Table",
173
+ "defaultProps": {
174
+ "display": "table-cell",
175
+ "overflow": "hidden",
176
+ "borderColor": "muted",
177
+ "borderRadius": "md",
178
+ "spacing": "3",
179
+ "borderBottomColor": "muted",
180
+ "color": "primary"
181
+ },
182
+ "getStylesLiterals": { "textAlign": "start" },
183
+ "cxLiterals": [],
184
+ "internalComponents": [
185
+ "CellComponent",
186
+ "Box",
187
+ "Text",
188
+ "Table.Root",
189
+ "Table.Header",
190
+ "Table.Row",
191
+ "Table.Cell",
192
+ "Table.Body"
193
+ ],
194
+ "internalComponentProps": {
195
+ "Text": { "borderBottomWidth": ["thin"] },
196
+ "Table.Cell": { "asHeaderCell": ["column"] }
197
+ },
198
+ "propToVariantKeys": {},
199
+ "motionVarPrefixes": []
200
+ };
201
+ var Accordion = {
202
+ "name": "Accordion",
203
+ "defaultProps": {
204
+ "spacingHorizontal": "4",
205
+ "spacingVertical": "4"
206
+ },
207
+ "getStylesLiterals": {},
208
+ "cxLiterals": ["hover:bg-secondary/80", "w-full"],
209
+ "internalComponents": [
210
+ "Icon",
211
+ "SpringMotionConfig",
212
+ "Pressable",
213
+ "Text",
214
+ "AnimatePresence",
215
+ "VStack"
216
+ ],
217
+ "internalComponentProps": {
218
+ "Icon": {
219
+ "variant": ["fill"],
220
+ "size": ["sm"],
221
+ "color": ["primary"]
222
+ },
223
+ "SpringMotionConfig": {
224
+ "layoutVariant": ["smooth"],
225
+ "layoutSpeed": ["3"]
226
+ },
227
+ "Pressable": {
228
+ "display": ["flex"],
229
+ "flexDirection": ["row"],
230
+ "alignItems": ["center"],
231
+ "justifyContent": ["space-between"],
232
+ "borderRadius": ["md"]
233
+ },
234
+ "Text": {
235
+ "variant": ["title4"],
236
+ "color": ["primary"]
237
+ }
238
+ },
239
+ "propToVariantKeys": {},
240
+ "motionVarPrefixes": ["--uds-motion-smooth-3-"]
241
+ };
242
+ var AvoidMotionLibraryProvider = {
243
+ "name": "AvoidMotionLibraryProvider",
244
+ "defaultProps": {},
245
+ "getStylesLiterals": {},
246
+ "cxLiterals": [],
247
+ "internalComponents": [],
248
+ "internalComponentProps": {},
249
+ "propToVariantKeys": {},
250
+ "motionVarPrefixes": []
251
+ };
252
+ var Modal = {
253
+ "name": "Modal",
254
+ "defaultProps": {},
255
+ "getStylesLiterals": {},
256
+ "cxLiterals": [
257
+ "inset-8",
258
+ "top-[250px]",
259
+ "z-50",
260
+ "mx-auto",
261
+ "h-fit",
262
+ "w-[600px]",
263
+ "origin-center",
264
+ "scale-95",
265
+ "opacity-0",
266
+ "transition",
267
+ "duration-150",
268
+ "data-[enter]:scale-100",
269
+ "data-[enter]:opacity-100"
270
+ ],
271
+ "internalComponents": [
272
+ "IconButton",
273
+ "Dialog",
274
+ "HStack",
275
+ "Text",
276
+ "VStack"
277
+ ],
278
+ "internalComponentProps": {
279
+ "IconButton": {
280
+ "aria-label": ["Close"],
281
+ "size": ["sm"],
282
+ "variant": ["tertiary"]
283
+ },
284
+ "HStack": {
285
+ "alignItems": ["center"],
286
+ "justifyContent": ["space-between"]
287
+ },
288
+ "Text": {
289
+ "variant": ["headline1"],
290
+ "color": ["primary"]
291
+ },
292
+ "VStack": {
293
+ "borderRadius": ["md"],
294
+ "position": ["fixed"],
295
+ "backgroundColor": ["primary"],
296
+ "dropShadow": ["md"],
297
+ "spacing": ["8"],
298
+ "overflow": ["hidden"]
299
+ }
300
+ },
301
+ "propToVariantKeys": { "handleClose": ["onClick"] },
302
+ "motionVarPrefixes": []
303
+ };
304
+ var Popover = {
305
+ "name": "Popover",
306
+ "defaultProps": {},
307
+ "getStylesLiterals": {},
308
+ "cxLiterals": [],
309
+ "internalComponents": [
310
+ "HStack",
311
+ "Text",
312
+ "OriginalPopoverHeading"
313
+ ],
314
+ "internalComponentProps": { "Text": {
315
+ "variant": ["headline1"],
316
+ "color": ["primary"]
317
+ } },
318
+ "propToVariantKeys": {},
319
+ "motionVarPrefixes": []
320
+ };
321
+ var SegmentedControl = {
322
+ "name": "SegmentedControl",
323
+ "defaultProps": {},
324
+ "getStylesLiterals": {
325
+ "display": "flex",
326
+ "alignItems": "center",
327
+ "backgroundColor": "primary",
328
+ "spacingVertical": "1",
329
+ "spacingHorizontal": "3",
330
+ "columnGap": "1.5",
331
+ "borderWidth": "thin",
332
+ "borderRadius": "full",
333
+ "borderColor": "muted",
334
+ "borderColor:1": "transparent",
335
+ "color": "primary",
336
+ "color:1": "tertiary",
337
+ "color:2": "muted"
338
+ },
339
+ "cxLiterals": [
340
+ "uds-ring",
341
+ "cursor-not-allowed",
342
+ "opacity-50",
343
+ "pointer-events-none",
344
+ "hover:bg-primary"
345
+ ],
346
+ "internalComponents": [
347
+ "Radio",
348
+ "Icon",
349
+ "RadioProvider",
350
+ "HStack",
351
+ "RadioGroup",
352
+ "Pressable",
353
+ "Text"
354
+ ],
355
+ "internalComponentProps": {
356
+ "Icon": {
357
+ "size": ["sm"],
358
+ "color": ["current"],
359
+ "aria-hidden": ["true"]
360
+ },
361
+ "HStack": {
362
+ "spacing": ["1"],
363
+ "gap": ["1"],
364
+ "backgroundColor": ["secondary"],
365
+ "borderRadius": ["full"],
366
+ "display": ["inline-flex"]
367
+ },
368
+ "Text": {
369
+ "variant": ["label2"],
370
+ "color": ["current"]
371
+ }
372
+ },
373
+ "propToVariantKeys": {
374
+ "value": ["key"],
375
+ "label": ["aria-label"]
376
+ },
377
+ "motionVarPrefixes": []
378
+ };
379
+ var SwitchV2 = {
380
+ "name": "SwitchV2",
381
+ "defaultProps": {
382
+ "labelPosition": "start",
383
+ "size": "md"
384
+ },
385
+ "getStylesLiterals": {
386
+ "switchVariantRoot": "default",
387
+ "switchVariantActiveRoot": "on",
388
+ "switchVariantActiveRoot:1": "off",
389
+ "switchVariantSwitch": "default",
390
+ "switchVariantActiveSwitch": "on",
391
+ "switchVariantActiveSwitch:1": "off",
392
+ "switchVariantActiveHandle": "on",
393
+ "switchVariantActiveHandle:1": "off",
394
+ "switchVariantHandle": "default",
395
+ "switchVariantHandleIcon": "default",
396
+ "switchVariantActiveHandleIcon": "on",
397
+ "switchVariantActiveHandleIcon:1": "off"
398
+ },
399
+ "cxLiterals": [
400
+ "group",
401
+ "flex",
402
+ "items-center",
403
+ "flex-row",
404
+ "flex-row-reverse",
405
+ "uds-ring",
406
+ "uds-ring-within",
407
+ "relative",
408
+ "uds-border-radius-full",
409
+ "transition-[background-color,box-shadow]",
410
+ "pointer-events-none",
411
+ "w-full",
412
+ "h-full",
413
+ "absolute",
414
+ "top-0",
415
+ "bottom-0",
416
+ "right-0",
417
+ "left-0",
418
+ "overflow-hidden",
419
+ "group-hover:scale-105",
420
+ "opacity-95",
421
+ "group-hover:opacity-100",
422
+ "transition-[transform,opacity]",
423
+ "opacity-0",
424
+ "top-1/2",
425
+ "left-1/2",
426
+ "transform",
427
+ "translate-x-[-50%]",
428
+ "translate-y-[-50%]",
429
+ "transition-opacity",
430
+ "cursor-[inherit]",
431
+ "w-[calc(100%+2px)]",
432
+ "h-[calc(100%+2px)]",
433
+ "text-start",
434
+ "text-end",
435
+ "opacity-100"
436
+ ],
437
+ "internalComponents": [
438
+ "IconSlot",
439
+ "Box",
440
+ "FormLabel",
441
+ "SpringMotionConfig",
442
+ "RootElement",
443
+ "MotionBox"
444
+ ],
445
+ "internalComponentProps": {
446
+ "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
447
+ "FormLabel": {
448
+ "as": ["div"],
449
+ "variant": ["inherit"],
450
+ "color": ["inherit"]
451
+ },
452
+ "SpringMotionConfig": {
453
+ "layoutVariant": ["bouncy"],
454
+ "layoutSpeed": ["4"]
455
+ },
456
+ "RootElement": { "data-testid": ["switch-root"] },
457
+ "MotionBox": { "layout": ["position"] }
458
+ },
459
+ "propToVariantKeys": {
460
+ "size": [
461
+ "switchSizeRoot",
462
+ "switchSizeSwitch",
463
+ "switchSizeHandle",
464
+ "switchSizeHandleIcon"
465
+ ],
466
+ "onIcon": ["icon"],
467
+ "offIcon": ["icon"],
468
+ "reduceMotion": ["reducedMotion"],
469
+ "isOn": ["layoutDependency"]
470
+ },
471
+ "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
472
+ };
473
+ var Tabs = {
474
+ "name": "Tabs",
475
+ "defaultProps": {},
476
+ "getStylesLiterals": {
477
+ "display": "flex",
478
+ "flexDirection": "row",
479
+ "columnGap": "6"
480
+ },
481
+ "cxLiterals": [
482
+ "text-tertiary",
483
+ "border-b-transparent",
484
+ "aria-selected:border-b-brand",
485
+ "aria-selected:text-secondary"
486
+ ],
487
+ "internalComponents": [
488
+ "TabProvider",
489
+ "OriginalTabList",
490
+ "OriginalTab",
491
+ "Icon",
492
+ "OriginalTabPanel",
493
+ "Pressable",
494
+ "Comp",
495
+ "Text"
496
+ ],
497
+ "internalComponentProps": {
498
+ "Icon": {
499
+ "className": ["text-current"],
500
+ "size": ["md"]
501
+ },
502
+ "Pressable": {
503
+ "borderBottomWidth": ["medium"],
504
+ "spacingBottom": ["1"],
505
+ "spacingTop": ["4"]
506
+ },
507
+ "Text": {
508
+ "className": ["text-current"],
509
+ "variant": ["headline1"],
510
+ "as": ["span"]
511
+ }
512
+ },
513
+ "propToVariantKeys": {},
514
+ "motionVarPrefixes": []
515
+ };
516
+ var AnimateHeightChange = {
517
+ "name": "AnimateHeightChange",
518
+ "defaultProps": {},
519
+ "getStylesLiterals": {},
520
+ "cxLiterals": [],
521
+ "internalComponents": ["SpringMotionConfig"],
522
+ "internalComponentProps": { "SpringMotionConfig": { "layoutSpeed": ["4"] } },
523
+ "propToVariantKeys": { "reduceMotion": ["reducedMotion"] },
524
+ "motionVarPrefixes": ["--uds-motion-subtle-4-", "--uds-motion-smooth-3-"]
525
+ };
526
+ var Badge = {
527
+ "name": "Badge",
528
+ "defaultProps": {
529
+ "variant": "primary",
530
+ "size": "md"
531
+ },
532
+ "getStylesLiterals": {},
533
+ "cxLiterals": [],
534
+ "internalComponents": ["IconSlot", "HStack"],
535
+ "internalComponentProps": {
536
+ "IconSlot": { "data-testid": ["start-icon", "end-icon"] },
537
+ "HStack": {
538
+ "gap": ["2"],
539
+ "display": ["inline-flex"],
540
+ "alignItems": ["center"]
541
+ }
542
+ },
543
+ "propToVariantKeys": {
544
+ "size": ["badgeSizeRoot", "badgeSizeIcon"],
545
+ "variant": ["badgeVariantRoot", "badgeVariantIcon"],
546
+ "startIcon": ["icon"],
547
+ "endIcon": ["icon"]
548
+ },
549
+ "motionVarPrefixes": []
550
+ };
551
+ var Button = {
552
+ "name": "Button",
553
+ "defaultProps": { "type": "button" },
554
+ "getStylesLiterals": {},
555
+ "cxLiterals": [
556
+ "uds-ring",
557
+ "uds-hit-target",
558
+ "inline-flex",
559
+ "overflow-hidden",
560
+ "justify-center",
561
+ "items-center",
562
+ "whitespace-nowrap",
563
+ "select-none",
564
+ "[transform-origin:center]",
565
+ "[backface-visibility:hidden]",
566
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
567
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
568
+ "[transition-duration:220ms]",
569
+ "cursor-not-allowed",
570
+ "uds-button-loading",
571
+ "uds-button-without-effects",
572
+ "withIcon",
573
+ "uds-button-with-gap",
574
+ "animate-spin",
575
+ "truncate"
576
+ ],
577
+ "internalComponents": [
578
+ "Icon",
579
+ "IconSlot",
580
+ "AnimatePresence",
581
+ "SpringMotionConfig",
582
+ "MotionSlot"
583
+ ],
584
+ "internalComponentProps": {
585
+ "Icon": { "color": ["current"] },
586
+ "AnimatePresence": { "mode": ["popLayout"] },
587
+ "SpringMotionConfig": { "layoutSpeed": ["3"] },
588
+ "MotionSlot": {
589
+ "whileHover": ["hover"],
590
+ "whileTap": ["pressed"]
591
+ }
592
+ },
593
+ "propToVariantKeys": {
594
+ "size": ["buttonSizeRoot", "buttonSizeIcon"],
595
+ "variant": ["buttonVariantRoot", "buttonVariantIcon"],
596
+ "iconVariant": ["variant"],
597
+ "startIcon": ["icon"],
598
+ "endIcon": ["icon"]
599
+ },
600
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
601
+ };
602
+ var Checkbox = {
603
+ "name": "Checkbox",
604
+ "defaultProps": {
605
+ "labelPosition": "start",
606
+ "variant": "primary",
607
+ "size": "md"
608
+ },
609
+ "getStylesLiterals": {
610
+ "display": "flex",
611
+ "flexDirection": "row",
612
+ "flexDirection:1": "row-reverse",
613
+ "alignItems": "center"
614
+ },
615
+ "cxLiterals": [
616
+ "cursor-pointer",
617
+ "cursor-default",
618
+ "opacity-50",
619
+ "uds-ring",
620
+ "uds-ring-within",
621
+ "transition-[background-color,border-color,box-shadow]",
622
+ "pointer-events-none",
623
+ "transition-opacity",
624
+ "cursor-[inherit]",
625
+ "absolute",
626
+ "opacity-0",
627
+ "top-1/2",
628
+ "left-1/2",
629
+ "w-[calc(100%+2px)]",
630
+ "h-[calc(100%+2px)]",
631
+ "transform",
632
+ "translate-x-[-50%]",
633
+ "translate-y-[-50%]",
634
+ "text-start",
635
+ "text-end"
636
+ ],
637
+ "internalComponents": [
638
+ "Icon",
639
+ "FormLabel",
640
+ "SpringMotionConfig",
641
+ "RootElement",
642
+ "MotionBox"
643
+ ],
644
+ "internalComponentProps": {
645
+ "Icon": { "size": ["sm"] },
646
+ "FormLabel": {
647
+ "as": ["div"],
648
+ "variant": ["inherit"],
649
+ "color": ["inherit"]
650
+ },
651
+ "RootElement": { "data-testid": ["container"] },
652
+ "MotionBox": {
653
+ "position": ["relative"],
654
+ "alignItems": ["center"],
655
+ "justifyContent": ["center"],
656
+ "flex": ["none"]
657
+ }
658
+ },
659
+ "propToVariantKeys": {
660
+ "size": ["checkboxSizeRoot", "checkboxSizeCheckbox"],
661
+ "variant": [
662
+ "checkboxVariantRoot",
663
+ "checkboxVariantCheckbox",
664
+ "checkboxVariantCheckboxIcon"
665
+ ],
666
+ "valueState": [
667
+ "checkboxVariantValueRoot",
668
+ "checkboxVariantValueCheckbox",
669
+ "checkboxVariantValueCheckboxIcon"
670
+ ],
671
+ "reduceMotion": ["reducedMotion"]
672
+ },
673
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
674
+ };
675
+ var IconButton = {
676
+ "name": "IconButton",
677
+ "defaultProps": { "type": "button" },
678
+ "getStylesLiterals": {},
679
+ "cxLiterals": [
680
+ "uds-ring",
681
+ "uds-hit-target",
682
+ "inline-flex",
683
+ "overflow-hidden",
684
+ "justify-center",
685
+ "items-center",
686
+ "[transform-origin:center]",
687
+ "[backface-visibility:hidden]",
688
+ "[transition-property:color,background-color,border-color,",
689
+ "box-shadow,text-decoration-color,fill,stroke]",
690
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
691
+ "[transition-duration:220ms]",
692
+ "cursor-not-allowed",
693
+ "uds-button-loading",
694
+ "uds-button-without-effects",
695
+ "animate-spin"
696
+ ],
697
+ "internalComponents": [
698
+ "Icon",
699
+ "SpringMotionConfig",
700
+ "AnimatePresence"
701
+ ],
702
+ "internalComponentProps": {
703
+ "Icon": { "color": ["current"] },
704
+ "SpringMotionConfig": { "layoutSpeed": ["3"] },
705
+ "AnimatePresence": { "mode": ["popLayout"] }
706
+ },
707
+ "propToVariantKeys": {
708
+ "size": ["iconbuttonSizeRoot", "iconbuttonSizeIcon"],
709
+ "variant": ["buttonVariantRoot", "buttonVariantIcon"],
710
+ "iconVariant": ["variant"]
711
+ },
712
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
713
+ };
714
+ var Pressable = {
715
+ "name": "Pressable",
716
+ "defaultProps": {},
717
+ "getStylesLiterals": {},
718
+ "cxLiterals": [],
719
+ "internalComponents": ["Comp"],
720
+ "internalComponentProps": {},
721
+ "propToVariantKeys": {},
722
+ "motionVarPrefixes": []
723
+ };
724
+ var SpringMotionConfig = {
725
+ "name": "SpringMotionConfig",
726
+ "defaultProps": { "reducedMotion": "user" },
727
+ "getStylesLiterals": {},
728
+ "cxLiterals": [],
729
+ "internalComponents": ["LazyMotion", "MotionConfig"],
730
+ "internalComponentProps": {},
731
+ "propToVariantKeys": { "loadFeatures": ["features"] },
732
+ "motionVarPrefixes": []
733
+ };
734
+ var Switch = {
735
+ "name": "Switch",
736
+ "defaultProps": {
737
+ "labelPosition": "start",
738
+ "size": "md"
739
+ },
740
+ "getStylesLiterals": {
741
+ "switchVariantRoot": "default",
742
+ "switchVariantActiveRoot": "on",
743
+ "switchVariantActiveRoot:1": "off",
744
+ "display": "flex",
745
+ "flexDirection": "row",
746
+ "flexDirection:1": "row-reverse",
747
+ "alignItems": "center",
748
+ "switchVariantSwitch": "default",
749
+ "switchVariantActiveSwitch": "on",
750
+ "switchVariantActiveSwitch:1": "off",
751
+ "borderRadius": "full",
752
+ "position": "relative",
753
+ "switchVariantActiveHandle": "on",
754
+ "switchVariantActiveHandle:1": "off",
755
+ "switchVariantHandle": "default",
756
+ "switchVariantHandleIcon": "default",
757
+ "switchVariantActiveHandleIcon": "on",
758
+ "switchVariantActiveHandleIcon:1": "off"
759
+ },
760
+ "cxLiterals": [
761
+ "group",
762
+ "cursor-pointer",
763
+ "cursor-default",
764
+ "opacity-50",
765
+ "uds-ring",
766
+ "uds-ring-within",
767
+ "transition-[background-color,box-shadow]",
768
+ "relative",
769
+ "pointer-events-none",
770
+ "uds-border-radius-full",
771
+ "overflow-hidden",
772
+ "absolute",
773
+ "top-0",
774
+ "left-0",
775
+ "right-0",
776
+ "bottom-0",
777
+ "opacity-95",
778
+ "group-hover:opacity-100",
779
+ "transition-[background-color,box-shadow,opacity]",
780
+ "opacity-0",
781
+ "top-1/2",
782
+ "left-1/2",
783
+ "transform",
784
+ "translate-x-[-50%]",
785
+ "translate-y-[-50%]",
786
+ "transition-opacity",
787
+ "cursor-[inherit]",
788
+ "w-[calc(100%+2px)]",
789
+ "h-[calc(100%+2px)]",
790
+ "text-start",
791
+ "text-end",
792
+ "opacity-100"
793
+ ],
794
+ "internalComponents": [
795
+ "IconSlot",
796
+ "Box",
797
+ "FormLabel",
798
+ "SpringMotionConfig",
799
+ "RootElement",
800
+ "MotionBox"
801
+ ],
802
+ "internalComponentProps": {
803
+ "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
804
+ "FormLabel": {
805
+ "as": ["div"],
806
+ "variant": ["inherit"],
807
+ "color": ["inherit"]
808
+ },
809
+ "RootElement": { "data-testid": ["container"] }
810
+ },
811
+ "propToVariantKeys": {
812
+ "size": [
813
+ "switchSizeRoot",
814
+ "switchSizeSwitch",
815
+ "switchSizeHandle",
816
+ "switchSizeHandleIcon"
817
+ ],
818
+ "onIcon": ["icon"],
819
+ "offIcon": ["icon"],
820
+ "reduceMotion": ["reducedMotion"]
821
+ },
822
+ "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
823
+ };
824
+ var UDSBreakpointsConfigProvider = {
825
+ "name": "UDSBreakpointsConfigProvider",
826
+ "defaultProps": {},
827
+ "getStylesLiterals": {},
828
+ "cxLiterals": [],
829
+ "internalComponents": ["UDSBreakpointsConfigContext.Provider"],
830
+ "internalComponentProps": {},
831
+ "propToVariantKeys": {},
832
+ "motionVarPrefixes": []
833
+ };
834
+ var UDSConfigProvider = {
835
+ "name": "UDSConfigProvider",
836
+ "defaultProps": {},
837
+ "getStylesLiterals": {},
838
+ "cxLiterals": [],
839
+ "internalComponents": [
840
+ "UDSBreakpointsConfigProvider",
841
+ "UDSToastConfigProvider",
842
+ "UDSTooltipConfigProvider"
843
+ ],
844
+ "internalComponentProps": {},
845
+ "propToVariantKeys": {},
846
+ "motionVarPrefixes": []
847
+ };
848
+ var Tooltip = {
849
+ "name": "Tooltip",
850
+ "defaultProps": {},
851
+ "getStylesLiterals": {},
852
+ "cxLiterals": [],
853
+ "internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
854
+ "internalComponentProps": {},
855
+ "propToVariantKeys": {},
856
+ "motionVarPrefixes": []
857
+ };
858
+ var TooltipContent = {
859
+ "name": "TooltipContent",
860
+ "defaultProps": {},
861
+ "getStylesLiterals": {
862
+ "tooltipSizeRoot": "default",
863
+ "tooltipVariantRoot": "default",
864
+ "tooltipSizeSvg": "default",
865
+ "tooltipVariantSvg": "default",
866
+ "tooltipVariantBlur": "default",
867
+ "position": "absolute",
868
+ "width": "full",
869
+ "height": "full",
870
+ "tooltipSizeTitle": "default",
871
+ "tooltipSizeBody": "default",
872
+ "tooltipSizeEndContent": "default",
873
+ "tooltipSizeIcon": "default",
874
+ "tooltipVariantIcon": "default"
875
+ },
876
+ "cxLiterals": [
877
+ "flex",
878
+ "z-[9999]",
879
+ "stroke-1",
880
+ "uds-bgBlurFillFallback",
881
+ "uds-bgBlurFallback",
882
+ "top-0",
883
+ "left-0",
884
+ "z-[1]",
885
+ "transition-opacity",
886
+ "ease-in-out"
887
+ ],
888
+ "internalComponents": [
889
+ "Box",
890
+ "IconSlot",
891
+ "TooltipArrow",
892
+ "Tooltip",
893
+ "Fragment",
894
+ "Text"
895
+ ],
896
+ "internalComponentProps": {
897
+ "Box": {
898
+ "position": ["relative"],
899
+ "flexDirection": ["column"],
900
+ "className": ["z-[3] gap-[inherit]"],
901
+ "alignItems": ["center"],
902
+ "columnGap": ["1", "1.5"]
903
+ },
904
+ "Text": { "color": ["inherit"] }
905
+ },
906
+ "propToVariantKeys": { "startTitleIcon": ["icon"] },
907
+ "motionVarPrefixes": []
908
+ };
909
+ var TooltipTrigger = {
910
+ "name": "TooltipTrigger",
911
+ "defaultProps": {},
912
+ "getStylesLiterals": {},
913
+ "cxLiterals": [],
914
+ "internalComponents": ["TooltipAnchor"],
915
+ "internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
916
+ "propToVariantKeys": { "children": ["render"] },
917
+ "motionVarPrefixes": []
918
+ };
919
+ var UDSTooltipConfigProvider = {
920
+ "name": "UDSTooltipConfigProvider",
921
+ "defaultProps": {},
922
+ "getStylesLiterals": {},
923
+ "cxLiterals": [],
924
+ "internalComponents": ["TooltipContext.Provider"],
925
+ "internalComponentProps": {},
926
+ "propToVariantKeys": {},
927
+ "motionVarPrefixes": []
928
+ };
929
+ var Toast = {
930
+ "name": "Toast",
931
+ "defaultProps": {},
932
+ "getStylesLiterals": {
933
+ "className": "flex-none",
934
+ "spacing": "2",
935
+ "borderRadius": "full"
936
+ },
937
+ "cxLiterals": [
938
+ "transition-[background-color]",
939
+ "bg-carbon-15/0",
940
+ "hover:bg-carbon-15/10",
941
+ "active:bg-carbon-15/15"
942
+ ],
943
+ "internalComponents": [
944
+ "IconSlot",
945
+ "ToastContainer",
946
+ "Text",
947
+ "Button",
948
+ "Pressable"
949
+ ],
950
+ "internalComponentProps": {},
951
+ "propToVariantKeys": {
952
+ "size": [
953
+ "toastSizeLabel",
954
+ "toastSizeIcon",
955
+ "toastSizeActionButton",
956
+ "toastSizeCloseIcon"
957
+ ],
958
+ "variant": [
959
+ "toastVariantIcon",
960
+ "toastVariantActionButton",
961
+ "toastVariantCloseIcon"
962
+ ],
963
+ "closeIcon": ["icon"],
964
+ "onClickActionButton": ["onClick"]
965
+ },
966
+ "motionVarPrefixes": []
967
+ };
968
+ var ToastContainer = {
969
+ "name": "ToastContainer",
970
+ "defaultProps": {},
971
+ "getStylesLiterals": {
972
+ "position": "relative",
973
+ "alignItems": "center",
974
+ "display": "flex",
975
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
976
+ },
977
+ "cxLiterals": ["w-full"],
978
+ "internalComponents": ["HStack"],
979
+ "internalComponentProps": { "HStack": {
980
+ "alignItems": ["center"],
981
+ "justifyContent": ["space-between"],
982
+ "overflow": ["hidden"],
983
+ "position": ["relative"]
984
+ } },
985
+ "propToVariantKeys": {
986
+ "variant": ["toastVariantRoot"],
987
+ "size": ["toastSizeRoot"]
988
+ },
989
+ "motionVarPrefixes": []
990
+ };
991
+ var ToastPortal = {
992
+ "name": "ToastPortal",
993
+ "defaultProps": {},
994
+ "getStylesLiterals": {},
995
+ "cxLiterals": [],
996
+ "internalComponents": ["ReactToastifyToastContainer"],
997
+ "internalComponentProps": {},
998
+ "propToVariantKeys": {},
999
+ "motionVarPrefixes": []
1000
+ };
1001
+ var UDSToastConfigProvider = {
1002
+ "name": "UDSToastConfigProvider",
1003
+ "defaultProps": {},
1004
+ "getStylesLiterals": {},
1005
+ "cxLiterals": [],
1006
+ "internalComponents": ["ToastContext.Provider"],
1007
+ "internalComponentProps": {},
1008
+ "propToVariantKeys": {},
1009
+ "motionVarPrefixes": []
1010
+ };
1011
+ var Radio = {
1012
+ "name": "Radio",
1013
+ "defaultProps": {
1014
+ "labelPosition": "start",
1015
+ "variant": "primary",
1016
+ "size": "md",
1017
+ "value": ""
1018
+ },
1019
+ "getStylesLiterals": {
1020
+ "radioVariantValueRoot": "checked",
1021
+ "radioVariantValueRoot:1": "unchecked",
1022
+ "display": "flex",
1023
+ "flexDirection": "row",
1024
+ "flexDirection:1": "row-reverse",
1025
+ "alignItems": "center",
1026
+ "radioVariantValueRadio": "checked",
1027
+ "radioVariantValueRadio:1": "unchecked",
1028
+ "radioVariantValueRadioCircle": "checked",
1029
+ "radioVariantValueRadioCircle:1": "unchecked"
1030
+ },
1031
+ "cxLiterals": [
1032
+ "cursor-pointer",
1033
+ "cursor-default",
1034
+ "opacity-50",
1035
+ "border",
1036
+ "uds-ring",
1037
+ "uds-ring-within",
1038
+ "transition-[background-color,border-color]",
1039
+ "transition-shadow",
1040
+ "pointer-events-none",
1041
+ "w-[8px]",
1042
+ "h-[8px]",
1043
+ "transition-opacity",
1044
+ "cursor-[inherit]",
1045
+ "absolute",
1046
+ "opacity-0",
1047
+ "top-1/2",
1048
+ "left-1/2",
1049
+ "w-[calc(100%+2px)]",
1050
+ "h-[calc(100%+2px)]",
1051
+ "transform",
1052
+ "translate-x-[-50%]",
1053
+ "translate-y-[-50%]",
1054
+ "text-start",
1055
+ "text-end"
1056
+ ],
1057
+ "internalComponents": [
1058
+ "Box",
1059
+ "FormLabel",
1060
+ "SpringMotionConfig",
1061
+ "RootElement",
1062
+ "MotionBox"
1063
+ ],
1064
+ "internalComponentProps": {
1065
+ "Box": { "borderRadius": ["full"] },
1066
+ "FormLabel": {
1067
+ "as": ["div"],
1068
+ "variant": ["inherit"],
1069
+ "color": ["inherit"]
1070
+ },
1071
+ "RootElement": { "data-testid": ["container"] },
1072
+ "MotionBox": {
1073
+ "position": ["relative"],
1074
+ "borderRadius": ["full"],
1075
+ "alignItems": ["center"],
1076
+ "justifyContent": ["center"],
1077
+ "flex": ["none"]
1078
+ }
1079
+ },
1080
+ "propToVariantKeys": {
1081
+ "size": ["radioSizeRoot", "radioSizeRadio"],
1082
+ "variant": [
1083
+ "radioVariantRoot",
1084
+ "radioVariantRadio",
1085
+ "radioVariantRadioCircle"
1086
+ ],
1087
+ "reduceMotion": ["reducedMotion"]
1088
+ },
1089
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1090
+ };
1091
+ var RadioGroupProvider = {
1092
+ "name": "RadioGroupProvider",
1093
+ "defaultProps": {},
1094
+ "getStylesLiterals": {},
1095
+ "cxLiterals": [],
1096
+ "internalComponents": [
1097
+ "DivProps",
1098
+ "Comp",
1099
+ "RadioGroupContext.Provider"
1100
+ ],
1101
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1102
+ "propToVariantKeys": {},
1103
+ "motionVarPrefixes": []
1104
+ };
1105
+ var RadioGroupStore = {
1106
+ "name": "RadioGroupStore",
1107
+ "defaultProps": {},
1108
+ "getStylesLiterals": {},
1109
+ "cxLiterals": [],
1110
+ "internalComponents": [],
1111
+ "internalComponentProps": {},
1112
+ "propToVariantKeys": {},
1113
+ "motionVarPrefixes": []
1114
+ };
1115
+ var Menu_Content = {
1116
+ "name": "Menu.Content",
1117
+ "defaultProps": {
1118
+ "size": "default",
1119
+ "variant": "default",
1120
+ "gutter": "1"
1121
+ },
1122
+ "getStylesLiterals": {},
1123
+ "cxLiterals": [
1124
+ "uds-menu-content",
1125
+ "transition-shadow",
1126
+ "duration-200",
1127
+ "ease-in-out",
1128
+ "min-w-60",
1129
+ "max-w-lg",
1130
+ "max-h-96",
1131
+ "overflow-auto",
1132
+ "uds-ring",
1133
+ "z-10",
1134
+ "group"
1135
+ ],
1136
+ "internalComponents": [
1137
+ "AriakitMenu",
1138
+ "AnimatePresence",
1139
+ "MotionVStack"
1140
+ ],
1141
+ "internalComponentProps": {},
1142
+ "propToVariantKeys": {
1143
+ "size": ["menucontentSizeRoot"],
1144
+ "variant": ["menucontentVariantRoot"]
1145
+ },
1146
+ "motionVarPrefixes": []
1147
+ };
1148
+ var Menu_Divider = {
1149
+ "name": "Menu.Divider",
1150
+ "defaultProps": {
1151
+ "role": "separator",
1152
+ "contentPosition": "start",
1153
+ "gap": "4"
1154
+ },
1155
+ "getStylesLiterals": {
1156
+ "menuitemDividerVariantRoot": "default",
1157
+ "menuitemDividerVariantText": "default",
1158
+ "menuitemDividerVariantLine": "default"
1159
+ },
1160
+ "cxLiterals": [],
1161
+ "internalComponents": ["DividerInternal"],
1162
+ "internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
1163
+ "propToVariantKeys": {},
1164
+ "motionVarPrefixes": []
1165
+ };
1166
+ var Menu_Item = {
1167
+ "name": "Menu.Item",
1168
+ "defaultProps": {},
1169
+ "getStylesLiterals": {
1170
+ "menuitemItemVariantRoot": "default",
1171
+ "menuitemItemVariantActiveRoot": "on",
1172
+ "menuitemItemVariantActiveRoot:1": "off",
1173
+ "menuitemItemVariantText": "default",
1174
+ "menuitemItemVariantActiveText": "on",
1175
+ "menuitemItemVariantActiveText:1": "off",
1176
+ "menuitemItemVariantIcon": "default",
1177
+ "menuitemItemVariantActiveIcon": "on",
1178
+ "menuitemItemVariantActiveIcon:1": "off"
1179
+ },
1180
+ "cxLiterals": [],
1181
+ "internalComponents": ["MenuItemBase"],
1182
+ "internalComponentProps": {},
1183
+ "propToVariantKeys": {},
1184
+ "motionVarPrefixes": []
1185
+ };
1186
+ var Menu_ItemBase = {
1187
+ "name": "Menu.ItemBase",
1188
+ "defaultProps": {
1189
+ "spacing": "0",
1190
+ "spacingHorizontal": "4",
1191
+ "spacingVertical": "3.5",
1192
+ "columnGap": "2",
1193
+ "alignItems": "center",
1194
+ "justifyContent": "space-between"
1195
+ },
1196
+ "getStylesLiterals": {
1197
+ "textAlign": "start",
1198
+ "menuitemSizeRoot": "default",
1199
+ "flexDirection": "row",
1200
+ "menuitemSizeStartIcon": "default",
1201
+ "menuitemSizeEndIcon": "default"
1202
+ },
1203
+ "cxLiterals": [
1204
+ "flex",
1205
+ "focus-visible:text-brand",
1206
+ "focus-visible:bg-brand-secondary",
1207
+ "focus-visible:z-10",
1208
+ "uds-ring",
1209
+ "!-outline-offset-2",
1210
+ "[&:not([aria-checked])]:cursor-default",
1211
+ "opacity-25",
1212
+ "cursor-not-allowed",
1213
+ "duration-20",
1214
+ "transition-[font-variation-settings]",
1215
+ "ease-in-out",
1216
+ "z-0"
1217
+ ],
1218
+ "internalComponents": [
1219
+ "Pressable",
1220
+ "IconSlot",
1221
+ "RootComponent",
1222
+ "HStack",
1223
+ "AnimatePresence"
1224
+ ],
1225
+ "internalComponentProps": {
1226
+ "HStack": {
1227
+ "alignItems": ["center"],
1228
+ "width": ["full"]
1229
+ },
1230
+ "AnimatePresence": { "mode": ["popLayout"] }
1231
+ },
1232
+ "propToVariantKeys": {
1233
+ "startIcon": ["icon"],
1234
+ "endIcon": ["icon"],
1235
+ "columnGap": ["gap"]
1236
+ },
1237
+ "motionVarPrefixes": []
1238
+ };
1239
+ var Menu_ItemCheckbox = {
1240
+ "name": "Menu.ItemCheckbox",
1241
+ "defaultProps": {},
1242
+ "getStylesLiterals": {
1243
+ "menuitemItemCheckboxVariantRoot": "default",
1244
+ "menuitemItemCheckboxVariantActiveRoot": "on",
1245
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
1246
+ "menuitemItemCheckboxVariantText": "default",
1247
+ "menuitemItemCheckboxVariantActiveText": "on",
1248
+ "menuitemItemCheckboxVariantActiveText:1": "off",
1249
+ "menuitemItemCheckboxVariantStartIcon": "default",
1250
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
1251
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
1252
+ "menuitemItemCheckboxVariantEndIcon": "default",
1253
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
1254
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
1255
+ },
1256
+ "cxLiterals": ["uds-menu-item-checkbox"],
1257
+ "internalComponents": ["MenuItemBase"],
1258
+ "internalComponentProps": {},
1259
+ "propToVariantKeys": {},
1260
+ "motionVarPrefixes": []
1261
+ };
1262
+ var Menu_Provider = {
1263
+ "name": "Menu.Provider",
1264
+ "defaultProps": {},
1265
+ "getStylesLiterals": {},
1266
+ "cxLiterals": [],
1267
+ "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
1268
+ "internalComponentProps": {},
1269
+ "propToVariantKeys": {},
1270
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1271
+ };
1272
+ var Menu_Trigger = {
1273
+ "name": "Menu.Trigger",
1274
+ "defaultProps": {},
1275
+ "getStylesLiterals": {},
1276
+ "cxLiterals": ["uds-menu-trigger"],
1277
+ "internalComponents": ["AriakitMenuTrigger", "Box"],
1278
+ "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
1279
+ "propToVariantKeys": {},
1280
+ "motionVarPrefixes": []
1281
+ };
1282
+ var Menu = {
1283
+ "name": "Menu",
1284
+ "defaultProps": {},
1285
+ "getStylesLiterals": {},
1286
+ "cxLiterals": [],
1287
+ "internalComponents": [],
1288
+ "internalComponentProps": {},
1289
+ "propToVariantKeys": {},
1290
+ "motionVarPrefixes": []
1291
+ };
1292
+ var Input = {
1293
+ "name": "Input",
1294
+ "defaultProps": {
1295
+ "type": "text",
1296
+ "size": "md",
1297
+ "width": "full"
1298
+ },
1299
+ "getStylesLiterals": {
1300
+ "inputVariantRoot": "default",
1301
+ "inputVariantValueRoot": "empty",
1302
+ "inputVariantValueRoot:1": "filled",
1303
+ "inputVariantInputWrapper": "default",
1304
+ "inputVariantValueInputWrapper": "empty",
1305
+ "inputVariantValueInputWrapper:1": "filled",
1306
+ "inputVariantInput": "default",
1307
+ "inputVariantValueInput": "empty",
1308
+ "inputVariantValueInput:1": "filled",
1309
+ "inputVariantInputPlaceholder": "default",
1310
+ "inputVariantValueInputPlaceholder": "empty",
1311
+ "inputVariantValueInputPlaceholder:1": "filled",
1312
+ "inputVariantLabel": "default",
1313
+ "inputVariantValueLabel": "empty",
1314
+ "inputVariantValueLabel:1": "filled",
1315
+ "inputVariantLabelRequired": "default",
1316
+ "inputVariantValueLabelRequired": "empty",
1317
+ "inputVariantValueLabelRequired:1": "filled",
1318
+ "inputVariantStartIcon": "default",
1319
+ "inputVariantValueStartIcon": "empty",
1320
+ "inputVariantValueStartIcon:1": "filled",
1321
+ "inputVariantEndIcon": "default",
1322
+ "inputVariantValueEndIcon": "empty",
1323
+ "inputVariantValueEndIcon:1": "filled"
1324
+ },
1325
+ "cxLiterals": [
1326
+ "opacity-50",
1327
+ "min-w-[200px]",
1328
+ "grow",
1329
+ "uds-hit-target",
1330
+ "bg-clip-text",
1331
+ "focus:outline-none",
1332
+ "cursor-text",
1333
+ "cursor-not-allowed"
1334
+ ],
1335
+ "internalComponents": [
1336
+ "IconSlot",
1337
+ "StartIcon",
1338
+ "EndIcon",
1339
+ "HelpTextContent",
1340
+ "Box",
1341
+ "InputHelpTextInternal",
1342
+ "VStack",
1343
+ "HStack",
1344
+ "AnimateHeightChange"
1345
+ ],
1346
+ "internalComponentProps": {
1347
+ "HelpTextContent": { "spacingTop": ["2"] },
1348
+ "Box": {
1349
+ "spacingBottom": ["2"],
1350
+ "columnGap": ["0.5"],
1351
+ "alignItems": ["flex-end", "center"],
1352
+ "position": ["relative"]
1353
+ },
1354
+ "HStack": {
1355
+ "alignItems": ["center"],
1356
+ "gap": ["1"]
1357
+ }
1358
+ },
1359
+ "propToVariantKeys": {
1360
+ "size": [
1361
+ "inputSizeRoot",
1362
+ "inputSizeInputWrapper",
1363
+ "inputSizeInput",
1364
+ "inputSizeLabel",
1365
+ "inputSizeStartIcon",
1366
+ "inputSizeEndIcon"
1367
+ ],
1368
+ "startIcon": ["icon"],
1369
+ "endIcon": ["icon"],
1370
+ "helperTextIcon": ["startIcon"]
1371
+ },
1372
+ "motionVarPrefixes": []
1373
+ };
1374
+ var InputHelpText = {
1375
+ "name": "InputHelpText",
1376
+ "defaultProps": { "size": "md" },
1377
+ "getStylesLiterals": {
1378
+ "inputVariantRoot": "default",
1379
+ "inputVariantValueRoot": "empty",
1380
+ "inputVariantValueRoot:1": "filled"
1381
+ },
1382
+ "cxLiterals": [],
1383
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1384
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1385
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1386
+ "motionVarPrefixes": []
1387
+ };
1388
+ var InputHelpTextInternal = {
1389
+ "name": "InputHelpTextInternal",
1390
+ "defaultProps": {},
1391
+ "getStylesLiterals": {
1392
+ "inputVariantHelperText": "default",
1393
+ "inputVariantValueHelperText": "empty",
1394
+ "inputVariantValueHelperText:1": "filled",
1395
+ "inputVariantHelperIcon": "default",
1396
+ "inputVariantValueHelperIcon": "empty",
1397
+ "inputVariantValueHelperIcon:1": "filled"
1398
+ },
1399
+ "cxLiterals": [],
1400
+ "internalComponents": ["IconSlot", "HStack"],
1401
+ "internalComponentProps": { "HStack": {
1402
+ "gap": ["1"],
1403
+ "alignItems": ["center"]
1404
+ } },
1405
+ "propToVariantKeys": {
1406
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1407
+ "startIcon": ["icon"],
1408
+ "endIcon": ["icon"]
1409
+ },
1410
+ "motionVarPrefixes": []
1411
+ };
1412
+ var Chip = {
1413
+ "name": "Chip",
1414
+ "defaultProps": {},
1415
+ "getStylesLiterals": {},
1416
+ "cxLiterals": [],
1417
+ "internalComponents": [
1418
+ "ChipDismissible",
1419
+ "ChipToggle",
1420
+ "ChipLink",
1421
+ "ChipButton"
1422
+ ],
1423
+ "internalComponentProps": {},
1424
+ "propToVariantKeys": {},
1425
+ "motionVarPrefixes": []
1426
+ };
1427
+ var ChipBase = {
1428
+ "name": "ChipBase",
1429
+ "defaultProps": { "as": "div" },
1430
+ "getStylesLiterals": {},
1431
+ "cxLiterals": [
1432
+ "pointer-events-none",
1433
+ "cursor-default",
1434
+ "opacity-50",
1435
+ "inline-flex",
1436
+ "items-center",
1437
+ "focus-visible:-outline-offset-2",
1438
+ "uds-ring",
1439
+ "transition-[background-color,outline-color,box-shadow]",
1440
+ "truncate",
1441
+ "whitespace-nowrap",
1442
+ "text-center",
1443
+ "flex-1"
1444
+ ],
1445
+ "internalComponents": [
1446
+ "IconSlot",
1447
+ "HStack",
1448
+ "As",
1449
+ "Text"
1450
+ ],
1451
+ "internalComponentProps": { "Text": {
1452
+ "as": ["span"],
1453
+ "color": ["current"],
1454
+ "variant": ["inherit"]
1455
+ } },
1456
+ "propToVariantKeys": {
1457
+ "size": ["chipSizeRoot", "chipSizeIcon"],
1458
+ "startIcon": ["icon"],
1459
+ "endIcon": ["icon"]
1460
+ },
1461
+ "motionVarPrefixes": []
1462
+ };
1463
+ var ChipButton = {
1464
+ "name": "ChipButton",
1465
+ "defaultProps": {},
1466
+ "getStylesLiterals": {},
1467
+ "cxLiterals": [],
1468
+ "internalComponents": ["ChipBase"],
1469
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1470
+ "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1471
+ "motionVarPrefixes": []
1472
+ };
1473
+ var ChipDismissible = {
1474
+ "name": "ChipDismissible",
1475
+ "defaultProps": {},
1476
+ "getStylesLiterals": {},
1477
+ "cxLiterals": ["uds-chip-dismissible-button", "uds-hit-target"],
1478
+ "internalComponents": [
1479
+ "ChipBase",
1480
+ "IconSlot",
1481
+ "Pressable"
1482
+ ],
1483
+ "internalComponentProps": {},
1484
+ "propToVariantKeys": {
1485
+ "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1486
+ "dismissButtonAriaLabel": ["aria-label"]
1487
+ },
1488
+ "motionVarPrefixes": []
1489
+ };
1490
+ var ChipLink = {
1491
+ "name": "ChipLink",
1492
+ "defaultProps": {},
1493
+ "getStylesLiterals": {},
1494
+ "cxLiterals": [],
1495
+ "internalComponents": ["ChipBase"],
1496
+ "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1497
+ "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1498
+ "motionVarPrefixes": []
1499
+ };
1500
+ var ChipToggle = {
1501
+ "name": "ChipToggle",
1502
+ "defaultProps": { "role": "checkbox" },
1503
+ "getStylesLiterals": {
1504
+ "chipToggleVariantActiveRoot": "on",
1505
+ "chipToggleVariantActiveRoot:1": "off"
1506
+ },
1507
+ "cxLiterals": [],
1508
+ "internalComponents": ["ChipBase"],
1509
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1510
+ "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1511
+ "motionVarPrefixes": []
1512
+ };
1513
+ var Avatar = {
1514
+ "name": "Avatar",
1515
+ "defaultProps": {},
1516
+ "getStylesLiterals": {},
1517
+ "cxLiterals": [],
1518
+ "internalComponents": ["AvatarImage"],
1519
+ "internalComponentProps": {},
1520
+ "propToVariantKeys": {},
1521
+ "motionVarPrefixes": []
1522
+ };
1523
+ var AvatarIcon = {
1524
+ "name": "AvatarIcon",
1525
+ "defaultProps": {},
1526
+ "getStylesLiterals": {},
1527
+ "cxLiterals": [
1528
+ "overflow-hidden",
1529
+ "w-full",
1530
+ "h-full",
1531
+ "shrink-0",
1532
+ "text-center",
1533
+ "inline-flex",
1534
+ "justify-center",
1535
+ "items-center"
1536
+ ],
1537
+ "internalComponents": ["IconSlot", "Box"],
1538
+ "internalComponentProps": {},
1539
+ "propToVariantKeys": { "size": ["avatarSizeIcon"] },
1540
+ "motionVarPrefixes": []
1541
+ };
1542
+ var AvatarImage = {
1543
+ "name": "AvatarImage",
1544
+ "defaultProps": {},
1545
+ "getStylesLiterals": {},
1546
+ "cxLiterals": [
1547
+ "overflow-hidden",
1548
+ "w-full",
1549
+ "h-full",
1550
+ "shrink-0",
1551
+ "text-center",
1552
+ "inline-flex",
1553
+ "justify-center",
1554
+ "items-center",
1555
+ "object-cover"
1556
+ ],
1557
+ "internalComponents": [
1558
+ "UDSImage",
1559
+ "AvatarText",
1560
+ "AvatarIcon",
1561
+ "Box"
1562
+ ],
1563
+ "internalComponentProps": {},
1564
+ "propToVariantKeys": {
1565
+ "alt": ["name"],
1566
+ "fallback": ["initials"]
1567
+ },
1568
+ "motionVarPrefixes": []
1569
+ };
1570
+ var AvatarText = {
1571
+ "name": "AvatarText",
1572
+ "defaultProps": {},
1573
+ "getStylesLiterals": {},
1574
+ "cxLiterals": [
1575
+ "overflow-hidden",
1576
+ "truncate",
1577
+ "w-full",
1578
+ "h-full",
1579
+ "shrink-0",
1580
+ "text-center",
1581
+ "inline-flex",
1582
+ "justify-center",
1583
+ "items-center"
1584
+ ],
1585
+ "internalComponents": ["Box", "Text"],
1586
+ "internalComponentProps": { "Text": {
1587
+ "color": ["inherit"],
1588
+ "variant": ["inherit"]
1589
+ } },
1590
+ "propToVariantKeys": {},
1591
+ "motionVarPrefixes": []
1592
+ };
1593
+ var Divider = {
1594
+ "name": "Divider",
1595
+ "defaultProps": {},
1596
+ "getStylesLiterals": {},
1597
+ "cxLiterals": [],
1598
+ "internalComponents": ["DividerInternal"],
1599
+ "internalComponentProps": {},
1600
+ "propToVariantKeys": {},
1601
+ "motionVarPrefixes": []
1602
+ };
1603
+ var DividerCore = {
1604
+ "name": "DividerCore",
1605
+ "defaultProps": { "contentPosition": "center" },
1606
+ "getStylesLiterals": {},
1607
+ "cxLiterals": [],
1608
+ "internalComponents": [
1609
+ "Box",
1610
+ "Line",
1611
+ "InternalComponent",
1612
+ "Text"
1613
+ ],
1614
+ "internalComponentProps": {
1615
+ "Box": {
1616
+ "flex": ["1", "none"],
1617
+ "display": ["flex"]
1618
+ },
1619
+ "InternalComponent": {
1620
+ "flex": ["1"],
1621
+ "alignItems": ["center"]
1622
+ },
1623
+ "Text": {
1624
+ "as": ["span"],
1625
+ "color": ["inherit"],
1626
+ "variant": ["inherit"]
1627
+ }
1628
+ },
1629
+ "propToVariantKeys": {},
1630
+ "motionVarPrefixes": []
1631
+ };
1632
+ var DividerInternal = {
1633
+ "name": "DividerInternal",
1634
+ "defaultProps": { "variant": "primary" },
1635
+ "getStylesLiterals": {},
1636
+ "cxLiterals": ["inherit"],
1637
+ "internalComponents": ["DividerCore"],
1638
+ "internalComponentProps": {},
1639
+ "propToVariantKeys": { "variant": [
1640
+ "dividerVariantRoot",
1641
+ "dividerVariantLabel",
1642
+ "dividerVariantLine"
1643
+ ] },
1644
+ "motionVarPrefixes": []
1645
+ };
1646
+ var componentData_default = {
1647
+ Box,
1648
+ FormLabel,
1649
+ HStack,
1650
+ Icon,
1651
+ IconSlot,
1652
+ Image,
1653
+ Link,
1654
+ Text,
1655
+ VStack,
1656
+ Spinner,
1657
+ "Table.mocks": Table_mocks,
1658
+ Table,
1659
+ Accordion,
1660
+ AvoidMotionLibraryProvider,
1661
+ Modal,
1662
+ Popover,
1663
+ SegmentedControl,
1664
+ SwitchV2,
1665
+ Tabs,
1666
+ AnimateHeightChange,
1667
+ Badge,
1668
+ Button,
1669
+ Checkbox,
1670
+ IconButton,
1671
+ Pressable,
1672
+ SpringMotionConfig,
1673
+ Switch,
1674
+ UDSBreakpointsConfigProvider,
1675
+ UDSConfigProvider,
1676
+ Tooltip,
1677
+ TooltipContent,
1678
+ TooltipTrigger,
1679
+ UDSTooltipConfigProvider,
1680
+ Toast,
1681
+ ToastContainer,
1682
+ ToastPortal,
1683
+ UDSToastConfigProvider,
1684
+ Radio,
1685
+ RadioGroupProvider,
1686
+ RadioGroupStore,
1687
+ "Menu.Content": Menu_Content,
1688
+ "Menu.Divider": Menu_Divider,
1689
+ "Menu.Item": Menu_Item,
1690
+ "Menu.ItemBase": Menu_ItemBase,
1691
+ "Menu.ItemCheckbox": Menu_ItemCheckbox,
1692
+ "Menu.Provider": Menu_Provider,
1693
+ "Menu.Trigger": Menu_Trigger,
1694
+ Menu,
1695
+ Input,
1696
+ InputHelpText,
1697
+ InputHelpTextInternal,
1698
+ Chip,
1699
+ ChipBase,
1700
+ ChipButton,
1701
+ ChipDismissible,
1702
+ ChipLink,
1703
+ ChipToggle,
1704
+ Avatar,
1705
+ AvatarIcon,
1706
+ AvatarImage,
1707
+ AvatarText,
1708
+ Divider,
1709
+ DividerCore,
1710
+ DividerInternal
1711
+ };
1712
+
1713
+ //#endregion
1714
+ Object.defineProperty(exports, 'Accordion', {
1715
+ enumerable: true,
1716
+ get: function () {
1717
+ return Accordion;
1718
+ }
1719
+ });
1720
+ Object.defineProperty(exports, 'AnimateHeightChange', {
1721
+ enumerable: true,
1722
+ get: function () {
1723
+ return AnimateHeightChange;
1724
+ }
1725
+ });
1726
+ Object.defineProperty(exports, 'Avatar', {
1727
+ enumerable: true,
1728
+ get: function () {
1729
+ return Avatar;
1730
+ }
1731
+ });
1732
+ Object.defineProperty(exports, 'AvatarIcon', {
1733
+ enumerable: true,
1734
+ get: function () {
1735
+ return AvatarIcon;
1736
+ }
1737
+ });
1738
+ Object.defineProperty(exports, 'AvatarImage', {
1739
+ enumerable: true,
1740
+ get: function () {
1741
+ return AvatarImage;
1742
+ }
1743
+ });
1744
+ Object.defineProperty(exports, 'AvatarText', {
1745
+ enumerable: true,
1746
+ get: function () {
1747
+ return AvatarText;
1748
+ }
1749
+ });
1750
+ Object.defineProperty(exports, 'AvoidMotionLibraryProvider', {
1751
+ enumerable: true,
1752
+ get: function () {
1753
+ return AvoidMotionLibraryProvider;
1754
+ }
1755
+ });
1756
+ Object.defineProperty(exports, 'Badge', {
1757
+ enumerable: true,
1758
+ get: function () {
1759
+ return Badge;
1760
+ }
1761
+ });
1762
+ Object.defineProperty(exports, 'Box', {
1763
+ enumerable: true,
1764
+ get: function () {
1765
+ return Box;
1766
+ }
1767
+ });
1768
+ Object.defineProperty(exports, 'Button', {
1769
+ enumerable: true,
1770
+ get: function () {
1771
+ return Button;
1772
+ }
1773
+ });
1774
+ Object.defineProperty(exports, 'Checkbox', {
1775
+ enumerable: true,
1776
+ get: function () {
1777
+ return Checkbox;
1778
+ }
1779
+ });
1780
+ Object.defineProperty(exports, 'Chip', {
1781
+ enumerable: true,
1782
+ get: function () {
1783
+ return Chip;
1784
+ }
1785
+ });
1786
+ Object.defineProperty(exports, 'ChipBase', {
1787
+ enumerable: true,
1788
+ get: function () {
1789
+ return ChipBase;
1790
+ }
1791
+ });
1792
+ Object.defineProperty(exports, 'ChipButton', {
1793
+ enumerable: true,
1794
+ get: function () {
1795
+ return ChipButton;
1796
+ }
1797
+ });
1798
+ Object.defineProperty(exports, 'ChipDismissible', {
1799
+ enumerable: true,
1800
+ get: function () {
1801
+ return ChipDismissible;
1802
+ }
1803
+ });
1804
+ Object.defineProperty(exports, 'ChipLink', {
1805
+ enumerable: true,
1806
+ get: function () {
1807
+ return ChipLink;
1808
+ }
1809
+ });
1810
+ Object.defineProperty(exports, 'ChipToggle', {
1811
+ enumerable: true,
1812
+ get: function () {
1813
+ return ChipToggle;
1814
+ }
1815
+ });
1816
+ Object.defineProperty(exports, 'Divider', {
1817
+ enumerable: true,
1818
+ get: function () {
1819
+ return Divider;
1820
+ }
1821
+ });
1822
+ Object.defineProperty(exports, 'DividerCore', {
1823
+ enumerable: true,
1824
+ get: function () {
1825
+ return DividerCore;
1826
+ }
1827
+ });
1828
+ Object.defineProperty(exports, 'DividerInternal', {
1829
+ enumerable: true,
1830
+ get: function () {
1831
+ return DividerInternal;
1832
+ }
1833
+ });
1834
+ Object.defineProperty(exports, 'FormLabel', {
1835
+ enumerable: true,
1836
+ get: function () {
1837
+ return FormLabel;
1838
+ }
1839
+ });
1840
+ Object.defineProperty(exports, 'HStack', {
1841
+ enumerable: true,
1842
+ get: function () {
1843
+ return HStack;
1844
+ }
1845
+ });
1846
+ Object.defineProperty(exports, 'Icon', {
1847
+ enumerable: true,
1848
+ get: function () {
1849
+ return Icon;
1850
+ }
1851
+ });
1852
+ Object.defineProperty(exports, 'IconButton', {
1853
+ enumerable: true,
1854
+ get: function () {
1855
+ return IconButton;
1856
+ }
1857
+ });
1858
+ Object.defineProperty(exports, 'IconSlot', {
1859
+ enumerable: true,
1860
+ get: function () {
1861
+ return IconSlot;
1862
+ }
1863
+ });
1864
+ Object.defineProperty(exports, 'Image', {
1865
+ enumerable: true,
1866
+ get: function () {
1867
+ return Image;
1868
+ }
1869
+ });
1870
+ Object.defineProperty(exports, 'Input', {
1871
+ enumerable: true,
1872
+ get: function () {
1873
+ return Input;
1874
+ }
1875
+ });
1876
+ Object.defineProperty(exports, 'InputHelpText', {
1877
+ enumerable: true,
1878
+ get: function () {
1879
+ return InputHelpText;
1880
+ }
1881
+ });
1882
+ Object.defineProperty(exports, 'InputHelpTextInternal', {
1883
+ enumerable: true,
1884
+ get: function () {
1885
+ return InputHelpTextInternal;
1886
+ }
1887
+ });
1888
+ Object.defineProperty(exports, 'Link', {
1889
+ enumerable: true,
1890
+ get: function () {
1891
+ return Link;
1892
+ }
1893
+ });
1894
+ Object.defineProperty(exports, 'Menu', {
1895
+ enumerable: true,
1896
+ get: function () {
1897
+ return Menu;
1898
+ }
1899
+ });
1900
+ Object.defineProperty(exports, 'Menu.Content', {
1901
+ enumerable: true,
1902
+ get: function () {
1903
+ return Menu_Content;
1904
+ }
1905
+ });
1906
+ Object.defineProperty(exports, 'Menu.Divider', {
1907
+ enumerable: true,
1908
+ get: function () {
1909
+ return Menu_Divider;
1910
+ }
1911
+ });
1912
+ Object.defineProperty(exports, 'Menu.Item', {
1913
+ enumerable: true,
1914
+ get: function () {
1915
+ return Menu_Item;
1916
+ }
1917
+ });
1918
+ Object.defineProperty(exports, 'Menu.ItemBase', {
1919
+ enumerable: true,
1920
+ get: function () {
1921
+ return Menu_ItemBase;
1922
+ }
1923
+ });
1924
+ Object.defineProperty(exports, 'Menu.ItemCheckbox', {
1925
+ enumerable: true,
1926
+ get: function () {
1927
+ return Menu_ItemCheckbox;
1928
+ }
1929
+ });
1930
+ Object.defineProperty(exports, 'Menu.Provider', {
1931
+ enumerable: true,
1932
+ get: function () {
1933
+ return Menu_Provider;
1934
+ }
1935
+ });
1936
+ Object.defineProperty(exports, 'Menu.Trigger', {
1937
+ enumerable: true,
1938
+ get: function () {
1939
+ return Menu_Trigger;
1940
+ }
1941
+ });
1942
+ Object.defineProperty(exports, 'Modal', {
1943
+ enumerable: true,
1944
+ get: function () {
1945
+ return Modal;
1946
+ }
1947
+ });
1948
+ Object.defineProperty(exports, 'Popover', {
1949
+ enumerable: true,
1950
+ get: function () {
1951
+ return Popover;
1952
+ }
1953
+ });
1954
+ Object.defineProperty(exports, 'Pressable', {
1955
+ enumerable: true,
1956
+ get: function () {
1957
+ return Pressable;
1958
+ }
1959
+ });
1960
+ Object.defineProperty(exports, 'Radio', {
1961
+ enumerable: true,
1962
+ get: function () {
1963
+ return Radio;
1964
+ }
1965
+ });
1966
+ Object.defineProperty(exports, 'RadioGroupProvider', {
1967
+ enumerable: true,
1968
+ get: function () {
1969
+ return RadioGroupProvider;
1970
+ }
1971
+ });
1972
+ Object.defineProperty(exports, 'RadioGroupStore', {
1973
+ enumerable: true,
1974
+ get: function () {
1975
+ return RadioGroupStore;
1976
+ }
1977
+ });
1978
+ Object.defineProperty(exports, 'SegmentedControl', {
1979
+ enumerable: true,
1980
+ get: function () {
1981
+ return SegmentedControl;
1982
+ }
1983
+ });
1984
+ Object.defineProperty(exports, 'Spinner', {
1985
+ enumerable: true,
1986
+ get: function () {
1987
+ return Spinner;
1988
+ }
1989
+ });
1990
+ Object.defineProperty(exports, 'SpringMotionConfig', {
1991
+ enumerable: true,
1992
+ get: function () {
1993
+ return SpringMotionConfig;
1994
+ }
1995
+ });
1996
+ Object.defineProperty(exports, 'Switch', {
1997
+ enumerable: true,
1998
+ get: function () {
1999
+ return Switch;
2000
+ }
2001
+ });
2002
+ Object.defineProperty(exports, 'SwitchV2', {
2003
+ enumerable: true,
2004
+ get: function () {
2005
+ return SwitchV2;
2006
+ }
2007
+ });
2008
+ Object.defineProperty(exports, 'Table', {
2009
+ enumerable: true,
2010
+ get: function () {
2011
+ return Table;
2012
+ }
2013
+ });
2014
+ Object.defineProperty(exports, 'Table.mocks', {
2015
+ enumerable: true,
2016
+ get: function () {
2017
+ return Table_mocks;
2018
+ }
2019
+ });
2020
+ Object.defineProperty(exports, 'Tabs', {
2021
+ enumerable: true,
2022
+ get: function () {
2023
+ return Tabs;
2024
+ }
2025
+ });
2026
+ Object.defineProperty(exports, 'Text', {
2027
+ enumerable: true,
2028
+ get: function () {
2029
+ return Text;
2030
+ }
2031
+ });
2032
+ Object.defineProperty(exports, 'Toast', {
2033
+ enumerable: true,
2034
+ get: function () {
2035
+ return Toast;
2036
+ }
2037
+ });
2038
+ Object.defineProperty(exports, 'ToastContainer', {
2039
+ enumerable: true,
2040
+ get: function () {
2041
+ return ToastContainer;
2042
+ }
2043
+ });
2044
+ Object.defineProperty(exports, 'ToastPortal', {
2045
+ enumerable: true,
2046
+ get: function () {
2047
+ return ToastPortal;
2048
+ }
2049
+ });
2050
+ Object.defineProperty(exports, 'Tooltip', {
2051
+ enumerable: true,
2052
+ get: function () {
2053
+ return Tooltip;
2054
+ }
2055
+ });
2056
+ Object.defineProperty(exports, 'TooltipContent', {
2057
+ enumerable: true,
2058
+ get: function () {
2059
+ return TooltipContent;
2060
+ }
2061
+ });
2062
+ Object.defineProperty(exports, 'TooltipTrigger', {
2063
+ enumerable: true,
2064
+ get: function () {
2065
+ return TooltipTrigger;
2066
+ }
2067
+ });
2068
+ Object.defineProperty(exports, 'UDSBreakpointsConfigProvider', {
2069
+ enumerable: true,
2070
+ get: function () {
2071
+ return UDSBreakpointsConfigProvider;
2072
+ }
2073
+ });
2074
+ Object.defineProperty(exports, 'UDSConfigProvider', {
2075
+ enumerable: true,
2076
+ get: function () {
2077
+ return UDSConfigProvider;
2078
+ }
2079
+ });
2080
+ Object.defineProperty(exports, 'UDSToastConfigProvider', {
2081
+ enumerable: true,
2082
+ get: function () {
2083
+ return UDSToastConfigProvider;
2084
+ }
2085
+ });
2086
+ Object.defineProperty(exports, 'UDSTooltipConfigProvider', {
2087
+ enumerable: true,
2088
+ get: function () {
2089
+ return UDSTooltipConfigProvider;
2090
+ }
2091
+ });
2092
+ Object.defineProperty(exports, 'VStack', {
2093
+ enumerable: true,
2094
+ get: function () {
2095
+ return VStack;
2096
+ }
2097
+ });
2098
+ Object.defineProperty(exports, 'default', {
2099
+ enumerable: true,
2100
+ get: function () {
2101
+ return componentData_default;
2102
+ }
2103
+ });