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