@yahoo/uds 3.133.0-beta.1 → 3.133.0-beta.3

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 (101) hide show
  1. package/dist/cli/runner.cjs +40 -0
  2. package/dist/cli/runner.js +40 -0
  3. package/dist/components/{client/Avatar → Avatar}/Avatar.cjs +21 -6
  4. package/dist/components/{client/Avatar → Avatar}/Avatar.d.cts +3 -3
  5. package/dist/components/{client/Avatar → Avatar}/Avatar.d.ts +3 -4
  6. package/dist/components/{client/Avatar → Avatar}/Avatar.js +20 -5
  7. package/dist/components/{client/Avatar → Avatar}/AvatarIcon.cjs +11 -12
  8. package/dist/components/{client/Avatar → Avatar}/AvatarIcon.d.cts +5 -4
  9. package/dist/components/{client/Avatar → Avatar}/AvatarIcon.d.ts +5 -5
  10. package/dist/components/{client/Avatar → Avatar}/AvatarIcon.js +6 -7
  11. package/dist/components/Avatar/AvatarImage.types.cjs +1 -0
  12. package/dist/components/Avatar/AvatarImage.types.d.cts +19 -0
  13. package/dist/components/Avatar/AvatarImage.types.d.ts +19 -0
  14. package/dist/components/Avatar/AvatarImage.types.js +1 -0
  15. package/dist/components/Avatar/AvatarImageNoFallback.cjs +53 -0
  16. package/dist/components/Avatar/AvatarImageNoFallback.d.cts +18 -0
  17. package/dist/components/Avatar/AvatarImageNoFallback.d.ts +18 -0
  18. package/dist/components/Avatar/AvatarImageNoFallback.js +51 -0
  19. package/dist/components/{client/Avatar → Avatar}/AvatarText.cjs +11 -11
  20. package/dist/components/{client/Avatar → Avatar}/AvatarText.d.cts +5 -4
  21. package/dist/components/{client/Avatar → Avatar}/AvatarText.d.ts +5 -5
  22. package/dist/components/{client/Avatar → Avatar}/AvatarText.js +5 -5
  23. package/dist/components/Avatar/index.cjs +11 -0
  24. package/dist/components/Avatar/index.d.cts +6 -0
  25. package/dist/components/Avatar/index.d.ts +6 -0
  26. package/dist/components/Avatar/index.js +7 -0
  27. package/dist/components/{client/Avatar → Avatar}/utils.cjs +3 -4
  28. package/dist/components/{client/Avatar → Avatar}/utils.d.cts +4 -4
  29. package/dist/components/{client/Avatar → Avatar}/utils.d.ts +4 -5
  30. package/dist/components/{client/Avatar → Avatar}/utils.js +2 -3
  31. package/dist/components/Banner/Banner.cjs +2 -2
  32. package/dist/components/Banner/Banner.js +2 -2
  33. package/dist/components/Divider/DividerCore.cjs +1 -1
  34. package/dist/components/Divider/DividerCore.d.cts +1 -1
  35. package/dist/components/Divider/DividerCore.d.ts +1 -1
  36. package/dist/components/Divider/DividerCore.js +1 -1
  37. package/dist/components/client/Avatar/AvatarImage.cjs +37 -58
  38. package/dist/components/client/Avatar/AvatarImage.d.cts +2 -16
  39. package/dist/components/client/Avatar/AvatarImage.d.ts +2 -16
  40. package/dist/components/client/Avatar/AvatarImage.js +36 -57
  41. package/dist/components/client/Avatar/index.cjs +1 -7
  42. package/dist/components/client/Avatar/index.d.cts +3 -5
  43. package/dist/components/client/Avatar/index.d.ts +3 -5
  44. package/dist/components/client/Avatar/index.js +1 -4
  45. package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +1 -1
  46. package/dist/components/client/BottomSheet/BottomSheetHeader.js +1 -1
  47. package/dist/components/client/Button.cjs +1 -1
  48. package/dist/components/client/Button.js +1 -1
  49. package/dist/components/client/Checkbox.cjs +2 -2
  50. package/dist/components/client/Checkbox.js +2 -2
  51. package/dist/components/client/Chip/ChipDismissible.cjs +2 -2
  52. package/dist/components/client/Chip/ChipDismissible.js +2 -2
  53. package/dist/components/client/IconButton.cjs +1 -1
  54. package/dist/components/client/IconButton.js +1 -1
  55. package/dist/components/client/Input/Input.cjs +1 -1
  56. package/dist/components/client/Input/Input.js +1 -1
  57. package/dist/components/client/Menu/Menu.ItemBase.cjs +1 -1
  58. package/dist/components/client/Menu/Menu.ItemBase.js +1 -1
  59. package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
  60. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  61. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  62. package/dist/components/client/Menu/Menu.ItemCheckbox.js +1 -1
  63. package/dist/components/client/Popover/PopoverContent.cjs +3 -3
  64. package/dist/components/client/Popover/PopoverContent.js +3 -3
  65. package/dist/components/client/Switch.cjs +1 -1
  66. package/dist/components/client/Switch.js +1 -1
  67. package/dist/components/client/Toast/Toast.cjs +1 -1
  68. package/dist/components/client/Toast/Toast.js +1 -1
  69. package/dist/components/client/Tooltip/TooltipContent.cjs +1 -1
  70. package/dist/components/client/Tooltip/TooltipContent.js +1 -1
  71. package/dist/components/client/index.cjs +1 -7
  72. package/dist/components/client/index.d.cts +3 -5
  73. package/dist/components/client/index.d.ts +3 -5
  74. package/dist/components/client/index.js +2 -5
  75. package/dist/components/experimental/Table.cjs +1 -1
  76. package/dist/components/experimental/Table.d.cts +1 -1
  77. package/dist/components/experimental/Table.d.ts +1 -1
  78. package/dist/components/experimental/Table.js +1 -1
  79. package/dist/components/experimental/client/Accordion.cjs +1 -1
  80. package/dist/components/experimental/client/Accordion.js +1 -1
  81. package/dist/components/experimental/client/SegmentedControl.cjs +1 -1
  82. package/dist/components/experimental/client/SegmentedControl.js +1 -1
  83. package/dist/components/experimental/client/SwitchV2.cjs +1 -1
  84. package/dist/components/experimental/client/SwitchV2.js +1 -1
  85. package/dist/components/index.cjs +16 -13
  86. package/dist/components/index.d.cts +9 -6
  87. package/dist/components/index.d.ts +9 -6
  88. package/dist/components/index.js +10 -8
  89. package/dist/index.cjs +12 -10
  90. package/dist/index.d.cts +9 -7
  91. package/dist/index.d.ts +9 -7
  92. package/dist/index.js +9 -8
  93. package/dist/styles/styler.d.cts +27 -27
  94. package/dist/styles/styler.d.ts +27 -27
  95. package/dist/uds/generated/componentData.cjs +1216 -1196
  96. package/dist/uds/generated/componentData.js +1211 -1197
  97. package/dist/uds/generated/tailwindPurge.cjs +128 -104
  98. package/dist/uds/generated/tailwindPurge.js +128 -104
  99. package/generated/componentData.json +1474 -1464
  100. package/generated/tailwindPurge.ts +3 -3
  101. package/package.json +1 -1
@@ -1,30 +1,9 @@
1
1
  {
2
- "Icon": {
3
- "name": "Icon",
4
- "defaultProps": {
5
- "size": "md",
6
- "variant": "outline",
7
- "color": "primary"
8
- },
9
- "getStylesLiterals": {
10
- "flex": "none"
11
- },
12
- "cxLiterals": [
13
- "[&_path]:fill-current"
14
- ],
15
- "internalComponents": [],
16
- "internalComponentProps": {},
17
- "propToVariantKeys": {},
18
- "runtimeConfigDefaultProps": {},
19
- "runtimeConfigGetStyles": {},
20
- "runtimeConfigInternalComponentProps": {},
21
- "motionVarPrefixes": []
22
- },
23
- "Text": {
24
- "name": "Text",
2
+ "Box": {
3
+ "name": "Box",
25
4
  "defaultProps": {
26
- "color": "primary",
27
- "variant": "body1"
5
+ "as": "div",
6
+ "display": "flex"
28
7
  },
29
8
  "getStylesLiterals": {},
30
9
  "cxLiterals": [],
@@ -33,65 +12,11 @@
33
12
  ],
34
13
  "internalComponentProps": {},
35
14
  "propToVariantKeys": {
36
- "variant": [
37
- "fontFamily",
38
- "fontSize",
39
- "fontWeight",
40
- "lineHeight",
41
- "textTransform",
42
- "letterSpacing"
43
- ]
44
- },
45
- "runtimeConfigDefaultProps": {},
46
- "runtimeConfigGetStyles": {},
47
- "runtimeConfigInternalComponentProps": {},
48
- "motionVarPrefixes": []
49
- },
50
- "Image": {
51
- "name": "Image",
52
- "defaultProps": {},
53
- "getStylesLiterals": {},
54
- "cxLiterals": [],
55
- "internalComponents": [],
56
- "internalComponentProps": {},
57
- "propToVariantKeys": {},
58
- "runtimeConfigDefaultProps": {},
59
- "runtimeConfigGetStyles": {},
60
- "runtimeConfigInternalComponentProps": {},
61
- "motionVarPrefixes": []
62
- },
63
- "Scrim": {
64
- "name": "Scrim",
65
- "defaultProps": {
66
- "variant": "default",
67
- "position": "fixed"
68
- },
69
- "getStylesLiterals": {},
70
- "cxLiterals": [
71
- "fixed",
72
- "absolute",
73
- "inset-0",
74
- "z-40",
75
- "transition-opacity",
76
- "duration-150",
77
- "data-[enter]:opacity-100",
78
- "[&:not([data-enter])]:opacity-0",
79
- "opacity-100",
80
- "uds-bgBlurFallback"
81
- ],
82
- "internalComponents": [
83
- "Box"
84
- ],
85
- "internalComponentProps": {
86
- "Box": {
87
- "display": [
88
- "block"
89
- ]
90
- }
91
- },
92
- "propToVariantKeys": {
93
- "variant": [
94
- "scrimVariantRoot"
15
+ "elevationAlias": [
16
+ "backgroundColor",
17
+ "borderColor",
18
+ "borderWidth",
19
+ "dropShadow"
95
20
  ]
96
21
  },
97
22
  "runtimeConfigDefaultProps": {},
@@ -132,8 +57,8 @@
132
57
  "runtimeConfigInternalComponentProps": {},
133
58
  "motionVarPrefixes": []
134
59
  },
135
- "VStack": {
136
- "name": "VStack",
60
+ "HStack": {
61
+ "name": "HStack",
137
62
  "defaultProps": {},
138
63
  "getStylesLiterals": {},
139
64
  "cxLiterals": [],
@@ -143,14 +68,14 @@
143
68
  "internalComponentProps": {
144
69
  "Box": {
145
70
  "flexDirection": [
146
- "column"
71
+ "row"
147
72
  ]
148
73
  }
149
74
  },
150
75
  "propToVariantKeys": {
151
76
  "gap": [
152
- "columnGap",
153
- "rowGap"
77
+ "rowGap",
78
+ "columnGap"
154
79
  ]
155
80
  },
156
81
  "runtimeConfigDefaultProps": {},
@@ -158,6 +83,27 @@
158
83
  "runtimeConfigInternalComponentProps": {},
159
84
  "motionVarPrefixes": []
160
85
  },
86
+ "Icon": {
87
+ "name": "Icon",
88
+ "defaultProps": {
89
+ "size": "md",
90
+ "variant": "outline",
91
+ "color": "primary"
92
+ },
93
+ "getStylesLiterals": {
94
+ "flex": "none"
95
+ },
96
+ "cxLiterals": [
97
+ "[&_path]:fill-current"
98
+ ],
99
+ "internalComponents": [],
100
+ "internalComponentProps": {},
101
+ "propToVariantKeys": {},
102
+ "runtimeConfigDefaultProps": {},
103
+ "runtimeConfigGetStyles": {},
104
+ "runtimeConfigInternalComponentProps": {},
105
+ "motionVarPrefixes": []
106
+ },
161
107
  "IconSlot": {
162
108
  "name": "IconSlot",
163
109
  "defaultProps": {},
@@ -173,24 +119,104 @@
173
119
  "runtimeConfigInternalComponentProps": {},
174
120
  "motionVarPrefixes": []
175
121
  },
176
- "Box": {
177
- "name": "Box",
122
+ "Image": {
123
+ "name": "Image",
124
+ "defaultProps": {},
125
+ "getStylesLiterals": {},
126
+ "cxLiterals": [],
127
+ "internalComponents": [],
128
+ "internalComponentProps": {},
129
+ "propToVariantKeys": {},
130
+ "runtimeConfigDefaultProps": {},
131
+ "runtimeConfigGetStyles": {},
132
+ "runtimeConfigInternalComponentProps": {},
133
+ "motionVarPrefixes": []
134
+ },
135
+ "Link": {
136
+ "name": "Link",
178
137
  "defaultProps": {
179
- "as": "div",
180
- "display": "flex"
138
+ "variant": "primary"
139
+ },
140
+ "getStylesLiterals": {
141
+ "display": "inline-flex",
142
+ "alignItems": "center"
143
+ },
144
+ "cxLiterals": [
145
+ "uds-ring",
146
+ "underline",
147
+ "w-[0.7em]",
148
+ "h-[0.7em]"
149
+ ],
150
+ "internalComponents": [
151
+ "IconSlot"
152
+ ],
153
+ "internalComponentProps": {
154
+ "IconSlot": {
155
+ "data-testid": [
156
+ "start-icon",
157
+ "end-icon"
158
+ ]
159
+ }
160
+ },
161
+ "propToVariantKeys": {
162
+ "textVariant": [
163
+ "linkTextStyleRoot",
164
+ "fontSize",
165
+ "fontFamily",
166
+ "fontWeight",
167
+ "lineHeight",
168
+ "textTransform",
169
+ "linkTextStyleIcon"
170
+ ],
171
+ "variant": [
172
+ "linkVariantRoot",
173
+ "linkVariantIconStart",
174
+ "linkVariantIconEnd"
175
+ ],
176
+ "startIcon": [
177
+ "icon"
178
+ ],
179
+ "endIcon": [
180
+ "icon"
181
+ ]
182
+ },
183
+ "runtimeConfigDefaultProps": {},
184
+ "runtimeConfigGetStyles": {},
185
+ "runtimeConfigInternalComponentProps": {},
186
+ "motionVarPrefixes": []
187
+ },
188
+ "Scrim": {
189
+ "name": "Scrim",
190
+ "defaultProps": {
191
+ "variant": "default",
192
+ "position": "fixed"
181
193
  },
182
194
  "getStylesLiterals": {},
183
- "cxLiterals": [],
195
+ "cxLiterals": [
196
+ "fixed",
197
+ "absolute",
198
+ "inset-0",
199
+ "z-40",
200
+ "transition-opacity",
201
+ "duration-150",
202
+ "data-[enter]:opacity-100",
203
+ "[&:not([data-enter])]:opacity-0",
204
+ "opacity-100",
205
+ "uds-bgBlurFallback"
206
+ ],
184
207
  "internalComponents": [
185
- "Comp"
208
+ "Box"
186
209
  ],
187
- "internalComponentProps": {},
210
+ "internalComponentProps": {
211
+ "Box": {
212
+ "display": [
213
+ "block"
214
+ ]
215
+ }
216
+ },
188
217
  "propToVariantKeys": {
189
- "elevationAlias": [
190
- "backgroundColor",
191
- "borderColor",
192
- "borderWidth",
193
- "dropShadow"
218
+ "variant": [
219
+ "scrimVariantRoot"
194
220
  ]
195
221
  },
196
222
  "runtimeConfigDefaultProps": {},
@@ -253,78 +279,52 @@
253
279
  "runtimeConfigInternalComponentProps": {},
254
280
  "motionVarPrefixes": []
255
281
  },
256
- "HStack": {
257
- "name": "HStack",
258
- "defaultProps": {},
282
+ "Text": {
283
+ "name": "Text",
284
+ "defaultProps": {
285
+ "color": "primary",
286
+ "variant": "body1"
287
+ },
259
288
  "getStylesLiterals": {},
260
289
  "cxLiterals": [],
261
290
  "internalComponents": [
262
- "Box"
291
+ "Comp"
263
292
  ],
264
- "internalComponentProps": {
265
- "Box": {
266
- "flexDirection": [
267
- "row"
268
- ]
269
- }
270
- },
293
+ "internalComponentProps": {},
271
294
  "propToVariantKeys": {
272
- "gap": [
273
- "rowGap",
274
- "columnGap"
275
- ]
276
- },
277
- "runtimeConfigDefaultProps": {},
278
- "runtimeConfigGetStyles": {},
279
- "runtimeConfigInternalComponentProps": {},
280
- "motionVarPrefixes": []
281
- },
282
- "Link": {
283
- "name": "Link",
284
- "defaultProps": {
285
- "variant": "primary"
286
- },
287
- "getStylesLiterals": {
288
- "display": "inline-flex",
289
- "alignItems": "center"
295
+ "variant": [
296
+ "fontFamily",
297
+ "fontSize",
298
+ "fontWeight",
299
+ "lineHeight",
300
+ "textTransform",
301
+ "letterSpacing"
302
+ ]
290
303
  },
291
- "cxLiterals": [
292
- "uds-ring",
293
- "underline",
294
- "w-[0.7em]",
295
- "h-[0.7em]"
296
- ],
304
+ "runtimeConfigDefaultProps": {},
305
+ "runtimeConfigGetStyles": {},
306
+ "runtimeConfigInternalComponentProps": {},
307
+ "motionVarPrefixes": []
308
+ },
309
+ "VStack": {
310
+ "name": "VStack",
311
+ "defaultProps": {},
312
+ "getStylesLiterals": {},
313
+ "cxLiterals": [],
297
314
  "internalComponents": [
298
- "IconSlot"
315
+ "Box"
299
316
  ],
300
317
  "internalComponentProps": {
301
- "IconSlot": {
302
- "data-testid": [
303
- "start-icon",
304
- "end-icon"
318
+ "Box": {
319
+ "flexDirection": [
320
+ "column"
305
321
  ]
306
322
  }
307
323
  },
308
324
  "propToVariantKeys": {
309
- "textVariant": [
310
- "linkTextStyleRoot",
311
- "fontSize",
312
- "fontFamily",
313
- "fontWeight",
314
- "lineHeight",
315
- "textTransform",
316
- "linkTextStyleIcon"
317
- ],
318
- "variant": [
319
- "linkVariantRoot",
320
- "linkVariantIconStart",
321
- "linkVariantIconEnd"
322
- ],
323
- "startIcon": [
324
- "icon"
325
- ],
326
- "endIcon": [
327
- "icon"
325
+ "gap": [
326
+ "columnGap",
327
+ "rowGap"
328
328
  ]
329
329
  },
330
330
  "runtimeConfigDefaultProps": {},
@@ -332,16 +332,76 @@
332
332
  "runtimeConfigInternalComponentProps": {},
333
333
  "motionVarPrefixes": []
334
334
  },
335
- "BannerDescription": {
336
- "name": "BannerDescription",
335
+ "Avatar": {
336
+ "name": "Avatar",
337
337
  "defaultProps": {},
338
- "getStylesLiterals": {
339
- "bannerSizeDescription": "default",
340
- "className": "w-full line-clamp-3"
341
- },
338
+ "getStylesLiterals": {},
342
339
  "cxLiterals": [],
343
340
  "internalComponents": [
344
- "Text"
341
+ "AvatarImage",
342
+ "AvatarText",
343
+ "AvatarIcon"
344
+ ],
345
+ "internalComponentProps": {},
346
+ "propToVariantKeys": {},
347
+ "runtimeConfigDefaultProps": {},
348
+ "runtimeConfigGetStyles": {},
349
+ "runtimeConfigInternalComponentProps": {},
350
+ "motionVarPrefixes": []
351
+ },
352
+ "AvatarIcon": {
353
+ "name": "AvatarIcon",
354
+ "defaultProps": {
355
+ "size": "md",
356
+ "variant": "primary"
357
+ },
358
+ "getStylesLiterals": {},
359
+ "cxLiterals": [
360
+ "overflow-hidden",
361
+ "w-full",
362
+ "h-full",
363
+ "shrink-0",
364
+ "text-center",
365
+ "inline-flex",
366
+ "justify-center",
367
+ "items-center"
368
+ ],
369
+ "internalComponents": [
370
+ "IconSlot",
371
+ "Box"
372
+ ],
373
+ "internalComponentProps": {},
374
+ "propToVariantKeys": {
375
+ "size": [
376
+ "avatarSizeIcon"
377
+ ]
378
+ },
379
+ "runtimeConfigDefaultProps": {},
380
+ "runtimeConfigGetStyles": {},
381
+ "runtimeConfigInternalComponentProps": {},
382
+ "motionVarPrefixes": []
383
+ },
384
+ "AvatarImageNoFallback": {
385
+ "name": "AvatarImageNoFallback",
386
+ "defaultProps": {
387
+ "size": "md",
388
+ "variant": "primary"
389
+ },
390
+ "getStylesLiterals": {},
391
+ "cxLiterals": [
392
+ "overflow-hidden",
393
+ "w-full",
394
+ "h-full",
395
+ "shrink-0",
396
+ "text-center",
397
+ "inline-flex",
398
+ "justify-center",
399
+ "items-center",
400
+ "object-cover"
401
+ ],
402
+ "internalComponents": [
403
+ "UDSImage",
404
+ "Box"
345
405
  ],
346
406
  "internalComponentProps": {},
347
407
  "propToVariantKeys": {},
@@ -350,6 +410,44 @@
350
410
  "runtimeConfigInternalComponentProps": {},
351
411
  "motionVarPrefixes": []
352
412
  },
413
+ "AvatarText": {
414
+ "name": "AvatarText",
415
+ "defaultProps": {
416
+ "size": "md",
417
+ "variant": "primary"
418
+ },
419
+ "getStylesLiterals": {},
420
+ "cxLiterals": [
421
+ "overflow-hidden",
422
+ "truncate",
423
+ "w-full",
424
+ "h-full",
425
+ "shrink-0",
426
+ "text-center",
427
+ "inline-flex",
428
+ "justify-center",
429
+ "items-center"
430
+ ],
431
+ "internalComponents": [
432
+ "Box",
433
+ "Text"
434
+ ],
435
+ "internalComponentProps": {
436
+ "Text": {
437
+ "color": [
438
+ "inherit"
439
+ ],
440
+ "variant": [
441
+ "inherit"
442
+ ]
443
+ }
444
+ },
445
+ "propToVariantKeys": {},
446
+ "runtimeConfigDefaultProps": {},
447
+ "runtimeConfigGetStyles": {},
448
+ "runtimeConfigInternalComponentProps": {},
449
+ "motionVarPrefixes": []
450
+ },
353
451
  "Banner": {
354
452
  "name": "Banner",
355
453
  "defaultProps": {
@@ -466,6 +564,24 @@
466
564
  "runtimeConfigInternalComponentProps": {},
467
565
  "motionVarPrefixes": []
468
566
  },
567
+ "BannerDescription": {
568
+ "name": "BannerDescription",
569
+ "defaultProps": {},
570
+ "getStylesLiterals": {
571
+ "bannerSizeDescription": "default",
572
+ "className": "w-full line-clamp-3"
573
+ },
574
+ "cxLiterals": [],
575
+ "internalComponents": [
576
+ "Text"
577
+ ],
578
+ "internalComponentProps": {},
579
+ "propToVariantKeys": {},
580
+ "runtimeConfigDefaultProps": {},
581
+ "runtimeConfigGetStyles": {},
582
+ "runtimeConfigInternalComponentProps": {},
583
+ "motionVarPrefixes": []
584
+ },
469
585
  "BannerTitle": {
470
586
  "name": "BannerTitle",
471
587
  "defaultProps": {},
@@ -575,19 +691,6 @@
575
691
  "runtimeConfigInternalComponentProps": {},
576
692
  "motionVarPrefixes": []
577
693
  },
578
- "Table.mocks": {
579
- "name": "Table.mocks",
580
- "defaultProps": {},
581
- "getStylesLiterals": {},
582
- "cxLiterals": [],
583
- "internalComponents": [],
584
- "internalComponentProps": {},
585
- "propToVariantKeys": {},
586
- "runtimeConfigDefaultProps": {},
587
- "runtimeConfigGetStyles": {},
588
- "runtimeConfigInternalComponentProps": {},
589
- "motionVarPrefixes": []
590
- },
591
694
  "Spinner": {
592
695
  "name": "Spinner",
593
696
  "defaultProps": {
@@ -622,6 +725,19 @@
622
725
  "runtimeConfigInternalComponentProps": {},
623
726
  "motionVarPrefixes": []
624
727
  },
728
+ "Table.mocks": {
729
+ "name": "Table.mocks",
730
+ "defaultProps": {},
731
+ "getStylesLiterals": {},
732
+ "cxLiterals": [],
733
+ "internalComponents": [],
734
+ "internalComponentProps": {},
735
+ "propToVariantKeys": {},
736
+ "runtimeConfigDefaultProps": {},
737
+ "runtimeConfigGetStyles": {},
738
+ "runtimeConfigInternalComponentProps": {},
739
+ "motionVarPrefixes": []
740
+ },
625
741
  "Table": {
626
742
  "name": "Table",
627
743
  "defaultProps": {
@@ -661,43 +777,6 @@
661
777
  "runtimeConfigInternalComponentProps": {},
662
778
  "motionVarPrefixes": []
663
779
  },
664
- "Pressable": {
665
- "name": "Pressable",
666
- "defaultProps": {},
667
- "getStylesLiterals": {},
668
- "cxLiterals": [],
669
- "internalComponents": [
670
- "Comp"
671
- ],
672
- "internalComponentProps": {},
673
- "propToVariantKeys": {},
674
- "runtimeConfigDefaultProps": {},
675
- "runtimeConfigGetStyles": {},
676
- "runtimeConfigInternalComponentProps": {},
677
- "motionVarPrefixes": []
678
- },
679
- "SpringMotionConfig": {
680
- "name": "SpringMotionConfig",
681
- "defaultProps": {
682
- "reducedMotion": "user"
683
- },
684
- "getStylesLiterals": {},
685
- "cxLiterals": [],
686
- "internalComponents": [
687
- "LazyMotion",
688
- "MotionConfig"
689
- ],
690
- "internalComponentProps": {},
691
- "propToVariantKeys": {
692
- "loadFeatures": [
693
- "features"
694
- ]
695
- },
696
- "runtimeConfigDefaultProps": {},
697
- "runtimeConfigGetStyles": {},
698
- "runtimeConfigInternalComponentProps": {},
699
- "motionVarPrefixes": []
700
- },
701
780
  "AnimateHeightChange": {
702
781
  "name": "AnimateHeightChange",
703
782
  "defaultProps": {},
@@ -728,125 +807,65 @@
728
807
  "--uds-motion-smooth-3-"
729
808
  ]
730
809
  },
731
- "Switch": {
732
- "name": "Switch",
733
- "defaultProps": {
734
- "labelPosition": "start",
810
+ "Badge": {
811
+ "name": "Badge",
812
+ "defaultProps": {
813
+ "variant": "primary",
735
814
  "size": "md"
736
815
  },
737
- "getStylesLiterals": {
738
- "switchVariantRoot": "default",
739
- "switchVariantActiveRoot": "on",
740
- "switchVariantActiveRoot:1": "off",
741
- "display": "flex",
742
- "flexDirection": "row",
743
- "flexDirection:1": "row-reverse",
744
- "alignItems": "center",
745
- "switchVariantSwitch": "default",
746
- "switchVariantActiveSwitch": "on",
747
- "switchVariantActiveSwitch:1": "off",
748
- "borderRadius": "full",
749
- "position": "relative",
750
- "switchVariantActiveHandle": "on",
751
- "switchVariantActiveHandle:1": "off",
752
- "switchVariantHandle": "default",
753
- "switchVariantHandleIcon": "default",
754
- "switchVariantActiveHandleIcon": "on",
755
- "switchVariantActiveHandleIcon:1": "off"
756
- },
816
+ "getStylesLiterals": {},
757
817
  "cxLiterals": [
758
- "group",
759
- "cursor-pointer",
760
- "cursor-default",
761
- "opacity-50",
762
- "uds-ring",
763
- "uds-ring-within",
764
- "transition-[background-color,box-shadow]",
765
- "relative",
766
- "pointer-events-none",
767
- "uds-border-radius-full",
768
- "overflow-hidden",
769
- "absolute",
770
- "top-0",
771
- "left-0",
772
- "right-0",
773
- "bottom-0",
774
- "opacity-95",
775
- "group-hover:opacity-100",
776
- "transition-[background-color,box-shadow,opacity]",
777
- "opacity-0",
778
- "top-1/2",
779
- "left-1/2",
780
- "transform",
781
- "translate-x-[-50%]",
782
- "translate-y-[-50%]",
783
- "transition-opacity",
784
- "cursor-[inherit]",
785
- "w-[calc(100%+2px)]",
786
- "h-[calc(100%+2px)]",
787
- "text-start",
788
- "text-end",
789
- "opacity-100"
818
+ "flex-1",
819
+ "truncate",
820
+ "whitespace-nowrap",
821
+ "text-center"
790
822
  ],
791
823
  "internalComponents": [
792
824
  "IconSlot",
793
- "Box",
794
- "FormLabel",
795
- "SpringMotionConfig",
796
- "RootElement",
797
- "MotionBox"
825
+ "HStack"
798
826
  ],
799
827
  "internalComponentProps": {
800
828
  "IconSlot": {
801
829
  "data-testid": [
802
- "on-icon",
803
- "off-icon"
830
+ "start-icon",
831
+ "end-icon"
804
832
  ]
805
833
  },
806
- "FormLabel": {
807
- "as": [
808
- "div"
834
+ "HStack": {
835
+ "gap": [
836
+ "2"
809
837
  ],
810
- "variant": [
811
- "inherit"
838
+ "display": [
839
+ "inline-flex"
812
840
  ],
813
- "color": [
814
- "inherit"
815
- ]
816
- },
817
- "RootElement": {
818
- "data-testid": [
819
- "container"
841
+ "alignItems": [
842
+ "center"
820
843
  ]
821
844
  }
822
845
  },
823
846
  "propToVariantKeys": {
824
847
  "size": [
825
- "switchSizeRoot",
826
- "switchSizeSwitch",
827
- "switchSizeHandle",
828
- "switchSizeHandleIcon"
848
+ "badgeSizeRoot",
849
+ "badgeSizeIcon"
829
850
  ],
830
- "onIcon": [
831
- "icon"
851
+ "variant": [
852
+ "badgeVariantRoot",
853
+ "badgeVariantIcon"
832
854
  ],
833
- "offIcon": [
855
+ "startIcon": [
834
856
  "icon"
835
857
  ],
836
- "reduceMotion": [
837
- "reducedMotion"
858
+ "endIcon": [
859
+ "icon"
838
860
  ]
839
861
  },
840
862
  "runtimeConfigDefaultProps": {},
841
863
  "runtimeConfigGetStyles": {},
842
864
  "runtimeConfigInternalComponentProps": {},
843
- "motionVarPrefixes": [
844
- "--uds-motion-bouncy-4-",
845
- "--uds-motion-smooth-3-"
846
- ]
865
+ "motionVarPrefixes": []
847
866
  },
848
- "IconButton": {
849
- "name": "IconButton",
867
+ "Button": {
868
+ "name": "Button",
850
869
  "defaultProps": {
851
870
  "type": "button"
852
871
  },
@@ -858,21 +877,27 @@
858
877
  "overflow-hidden",
859
878
  "justify-center",
860
879
  "items-center",
880
+ "whitespace-nowrap",
881
+ "select-none",
861
882
  "[transform-origin:center]",
862
883
  "[backface-visibility:hidden]",
863
- "[transition-property:color,background-color,border-color,",
864
- "box-shadow,text-decoration-color,fill,stroke]",
884
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
865
885
  "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
866
886
  "[transition-duration:220ms]",
867
887
  "cursor-not-allowed",
868
888
  "uds-button-loading",
869
889
  "uds-button-without-effects",
870
- "animate-spin"
890
+ "withIcon",
891
+ "uds-button-with-gap",
892
+ "animate-spin",
893
+ "truncate"
871
894
  ],
872
895
  "internalComponents": [
873
896
  "Icon",
897
+ "IconSlot",
898
+ "AnimatePresence",
874
899
  "SpringMotionConfig",
875
- "AnimatePresence"
900
+ "MotionSlot"
876
901
  ],
877
902
  "internalComponentProps": {
878
903
  "Icon": {
@@ -880,21 +905,29 @@
880
905
  "current"
881
906
  ]
882
907
  },
908
+ "AnimatePresence": {
909
+ "mode": [
910
+ "popLayout"
911
+ ]
912
+ },
883
913
  "SpringMotionConfig": {
884
914
  "layoutSpeed": [
885
915
  "3"
886
916
  ]
887
917
  },
888
- "AnimatePresence": {
889
- "mode": [
890
- "popLayout"
918
+ "MotionSlot": {
919
+ "whileHover": [
920
+ "hover"
921
+ ],
922
+ "whileTap": [
923
+ "pressed"
891
924
  ]
892
925
  }
893
926
  },
894
927
  "propToVariantKeys": {
895
928
  "size": [
896
- "iconbuttonSizeRoot",
897
- "iconbuttonSizeIcon"
929
+ "buttonSizeRoot",
930
+ "buttonSizeIcon"
898
931
  ],
899
932
  "variant": [
900
933
  "buttonVariantRoot",
@@ -902,60 +935,6 @@
902
935
  ],
903
936
  "iconVariant": [
904
937
  "variant"
905
- ]
906
- },
907
- "runtimeConfigDefaultProps": {},
908
- "runtimeConfigGetStyles": {},
909
- "runtimeConfigInternalComponentProps": {},
910
- "motionVarPrefixes": [
911
- "--uds-motion-subtle-3-",
912
- "--uds-motion-smooth-3-"
913
- ]
914
- },
915
- "Badge": {
916
- "name": "Badge",
917
- "defaultProps": {
918
- "variant": "primary",
919
- "size": "md"
920
- },
921
- "getStylesLiterals": {},
922
- "cxLiterals": [
923
- "flex-1",
924
- "truncate",
925
- "whitespace-nowrap",
926
- "text-center"
927
- ],
928
- "internalComponents": [
929
- "IconSlot",
930
- "HStack"
931
- ],
932
- "internalComponentProps": {
933
- "IconSlot": {
934
- "data-testid": [
935
- "start-icon",
936
- "end-icon"
937
- ]
938
- },
939
- "HStack": {
940
- "gap": [
941
- "2"
942
- ],
943
- "display": [
944
- "inline-flex"
945
- ],
946
- "alignItems": [
947
- "center"
948
- ]
949
- }
950
- },
951
- "propToVariantKeys": {
952
- "size": [
953
- "badgeSizeRoot",
954
- "badgeSizeIcon"
955
- ],
956
- "variant": [
957
- "badgeVariantRoot",
958
- "badgeVariantIcon"
959
938
  ],
960
939
  "startIcon": [
961
940
  "icon"
@@ -967,7 +946,10 @@
967
946
  "runtimeConfigDefaultProps": {},
968
947
  "runtimeConfigGetStyles": {},
969
948
  "runtimeConfigInternalComponentProps": {},
970
- "motionVarPrefixes": []
949
+ "motionVarPrefixes": [
950
+ "--uds-motion-subtle-3-",
951
+ "--uds-motion-smooth-3-"
952
+ ]
971
953
  },
972
954
  "Checkbox": {
973
955
  "name": "Checkbox",
@@ -1075,8 +1057,8 @@
1075
1057
  "--uds-motion-smooth-3-"
1076
1058
  ]
1077
1059
  },
1078
- "Button": {
1079
- "name": "Button",
1060
+ "IconButton": {
1061
+ "name": "IconButton",
1080
1062
  "defaultProps": {
1081
1063
  "type": "button"
1082
1064
  },
@@ -1088,27 +1070,21 @@
1088
1070
  "overflow-hidden",
1089
1071
  "justify-center",
1090
1072
  "items-center",
1091
- "whitespace-nowrap",
1092
- "select-none",
1093
1073
  "[transform-origin:center]",
1094
1074
  "[backface-visibility:hidden]",
1095
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
1075
+ "[transition-property:color,background-color,border-color,",
1076
+ "box-shadow,text-decoration-color,fill,stroke]",
1096
1077
  "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
1097
1078
  "[transition-duration:220ms]",
1098
1079
  "cursor-not-allowed",
1099
1080
  "uds-button-loading",
1100
1081
  "uds-button-without-effects",
1101
- "withIcon",
1102
- "uds-button-with-gap",
1103
- "animate-spin",
1104
- "truncate"
1082
+ "animate-spin"
1105
1083
  ],
1106
1084
  "internalComponents": [
1107
1085
  "Icon",
1108
- "IconSlot",
1109
- "AnimatePresence",
1110
1086
  "SpringMotionConfig",
1111
- "MotionSlot"
1087
+ "AnimatePresence"
1112
1088
  ],
1113
1089
  "internalComponentProps": {
1114
1090
  "Icon": {
@@ -1116,29 +1092,21 @@
1116
1092
  "current"
1117
1093
  ]
1118
1094
  },
1119
- "AnimatePresence": {
1120
- "mode": [
1121
- "popLayout"
1122
- ]
1123
- },
1124
1095
  "SpringMotionConfig": {
1125
1096
  "layoutSpeed": [
1126
1097
  "3"
1127
1098
  ]
1128
1099
  },
1129
- "MotionSlot": {
1130
- "whileHover": [
1131
- "hover"
1132
- ],
1133
- "whileTap": [
1134
- "pressed"
1100
+ "AnimatePresence": {
1101
+ "mode": [
1102
+ "popLayout"
1135
1103
  ]
1136
1104
  }
1137
1105
  },
1138
1106
  "propToVariantKeys": {
1139
1107
  "size": [
1140
- "buttonSizeRoot",
1141
- "buttonSizeIcon"
1108
+ "iconbuttonSizeRoot",
1109
+ "iconbuttonSizeIcon"
1142
1110
  ],
1143
1111
  "variant": [
1144
1112
  "buttonVariantRoot",
@@ -1146,12 +1114,6 @@
1146
1114
  ],
1147
1115
  "iconVariant": [
1148
1116
  "variant"
1149
- ],
1150
- "startIcon": [
1151
- "icon"
1152
- ],
1153
- "endIcon": [
1154
- "icon"
1155
1117
  ]
1156
1118
  },
1157
1119
  "runtimeConfigDefaultProps": {},
@@ -1162,12 +1124,166 @@
1162
1124
  "--uds-motion-smooth-3-"
1163
1125
  ]
1164
1126
  },
1165
- "Accordion": {
1166
- "name": "Accordion",
1167
- "defaultProps": {
1168
- "spacingHorizontal": "4",
1169
- "spacingVertical": "4"
1170
- },
1127
+ "Pressable": {
1128
+ "name": "Pressable",
1129
+ "defaultProps": {},
1130
+ "getStylesLiterals": {},
1131
+ "cxLiterals": [],
1132
+ "internalComponents": [
1133
+ "Comp"
1134
+ ],
1135
+ "internalComponentProps": {},
1136
+ "propToVariantKeys": {},
1137
+ "runtimeConfigDefaultProps": {},
1138
+ "runtimeConfigGetStyles": {},
1139
+ "runtimeConfigInternalComponentProps": {},
1140
+ "motionVarPrefixes": []
1141
+ },
1142
+ "SpringMotionConfig": {
1143
+ "name": "SpringMotionConfig",
1144
+ "defaultProps": {
1145
+ "reducedMotion": "user"
1146
+ },
1147
+ "getStylesLiterals": {},
1148
+ "cxLiterals": [],
1149
+ "internalComponents": [
1150
+ "LazyMotion",
1151
+ "MotionConfig"
1152
+ ],
1153
+ "internalComponentProps": {},
1154
+ "propToVariantKeys": {
1155
+ "loadFeatures": [
1156
+ "features"
1157
+ ]
1158
+ },
1159
+ "runtimeConfigDefaultProps": {},
1160
+ "runtimeConfigGetStyles": {},
1161
+ "runtimeConfigInternalComponentProps": {},
1162
+ "motionVarPrefixes": []
1163
+ },
1164
+ "Switch": {
1165
+ "name": "Switch",
1166
+ "defaultProps": {
1167
+ "labelPosition": "start",
1168
+ "size": "md"
1169
+ },
1170
+ "getStylesLiterals": {
1171
+ "switchVariantRoot": "default",
1172
+ "switchVariantActiveRoot": "on",
1173
+ "switchVariantActiveRoot:1": "off",
1174
+ "display": "flex",
1175
+ "flexDirection": "row",
1176
+ "flexDirection:1": "row-reverse",
1177
+ "alignItems": "center",
1178
+ "switchVariantSwitch": "default",
1179
+ "switchVariantActiveSwitch": "on",
1180
+ "switchVariantActiveSwitch:1": "off",
1181
+ "borderRadius": "full",
1182
+ "position": "relative",
1183
+ "switchVariantActiveHandle": "on",
1184
+ "switchVariantActiveHandle:1": "off",
1185
+ "switchVariantHandle": "default",
1186
+ "switchVariantHandleIcon": "default",
1187
+ "switchVariantActiveHandleIcon": "on",
1188
+ "switchVariantActiveHandleIcon:1": "off"
1189
+ },
1190
+ "cxLiterals": [
1191
+ "group",
1192
+ "cursor-pointer",
1193
+ "cursor-default",
1194
+ "opacity-50",
1195
+ "uds-ring",
1196
+ "uds-ring-within",
1197
+ "transition-[background-color,box-shadow]",
1198
+ "relative",
1199
+ "pointer-events-none",
1200
+ "uds-border-radius-full",
1201
+ "overflow-hidden",
1202
+ "absolute",
1203
+ "top-0",
1204
+ "left-0",
1205
+ "right-0",
1206
+ "bottom-0",
1207
+ "opacity-95",
1208
+ "group-hover:opacity-100",
1209
+ "transition-[background-color,box-shadow,opacity]",
1210
+ "opacity-0",
1211
+ "top-1/2",
1212
+ "left-1/2",
1213
+ "transform",
1214
+ "translate-x-[-50%]",
1215
+ "translate-y-[-50%]",
1216
+ "transition-opacity",
1217
+ "cursor-[inherit]",
1218
+ "w-[calc(100%+2px)]",
1219
+ "h-[calc(100%+2px)]",
1220
+ "text-start",
1221
+ "text-end",
1222
+ "opacity-100"
1223
+ ],
1224
+ "internalComponents": [
1225
+ "IconSlot",
1226
+ "Box",
1227
+ "FormLabel",
1228
+ "SpringMotionConfig",
1229
+ "RootElement",
1230
+ "MotionBox"
1231
+ ],
1232
+ "internalComponentProps": {
1233
+ "IconSlot": {
1234
+ "data-testid": [
1235
+ "on-icon",
1236
+ "off-icon"
1237
+ ]
1238
+ },
1239
+ "FormLabel": {
1240
+ "as": [
1241
+ "div"
1242
+ ],
1243
+ "variant": [
1244
+ "inherit"
1245
+ ],
1246
+ "color": [
1247
+ "inherit"
1248
+ ]
1249
+ },
1250
+ "RootElement": {
1251
+ "data-testid": [
1252
+ "container"
1253
+ ]
1254
+ }
1255
+ },
1256
+ "propToVariantKeys": {
1257
+ "size": [
1258
+ "switchSizeRoot",
1259
+ "switchSizeSwitch",
1260
+ "switchSizeHandle",
1261
+ "switchSizeHandleIcon"
1262
+ ],
1263
+ "onIcon": [
1264
+ "icon"
1265
+ ],
1266
+ "offIcon": [
1267
+ "icon"
1268
+ ],
1269
+ "reduceMotion": [
1270
+ "reducedMotion"
1271
+ ]
1272
+ },
1273
+ "runtimeConfigDefaultProps": {},
1274
+ "runtimeConfigGetStyles": {},
1275
+ "runtimeConfigInternalComponentProps": {},
1276
+ "motionVarPrefixes": [
1277
+ "--uds-motion-bouncy-4-",
1278
+ "--uds-motion-smooth-3-"
1279
+ ]
1280
+ },
1281
+ "Accordion": {
1282
+ "name": "Accordion",
1283
+ "defaultProps": {
1284
+ "spacingHorizontal": "4",
1285
+ "spacingVertical": "4"
1286
+ },
1171
1287
  "getStylesLiterals": {},
1172
1288
  "cxLiterals": [
1173
1289
  "hover:bg-secondary/80",
@@ -1250,6 +1366,19 @@
1250
1366
  "--uds-motion-smooth-3-"
1251
1367
  ]
1252
1368
  },
1369
+ "AvoidMotionLibraryProvider": {
1370
+ "name": "AvoidMotionLibraryProvider",
1371
+ "defaultProps": {},
1372
+ "getStylesLiterals": {},
1373
+ "cxLiterals": [],
1374
+ "internalComponents": [],
1375
+ "internalComponentProps": {},
1376
+ "propToVariantKeys": {},
1377
+ "runtimeConfigDefaultProps": {},
1378
+ "runtimeConfigGetStyles": {},
1379
+ "runtimeConfigInternalComponentProps": {},
1380
+ "motionVarPrefixes": []
1381
+ },
1253
1382
  "Modal": {
1254
1383
  "name": "Modal",
1255
1384
  "defaultProps": {},
@@ -1339,19 +1468,6 @@
1339
1468
  "runtimeConfigInternalComponentProps": {},
1340
1469
  "motionVarPrefixes": []
1341
1470
  },
1342
- "AvoidMotionLibraryProvider": {
1343
- "name": "AvoidMotionLibraryProvider",
1344
- "defaultProps": {},
1345
- "getStylesLiterals": {},
1346
- "cxLiterals": [],
1347
- "internalComponents": [],
1348
- "internalComponentProps": {},
1349
- "propToVariantKeys": {},
1350
- "runtimeConfigDefaultProps": {},
1351
- "runtimeConfigGetStyles": {},
1352
- "runtimeConfigInternalComponentProps": {},
1353
- "motionVarPrefixes": []
1354
- },
1355
1471
  "SegmentedControl": {
1356
1472
  "name": "SegmentedControl",
1357
1473
  "defaultProps": {
@@ -1571,13 +1687,15 @@
1571
1687
  "--uds-motion-smooth-3-"
1572
1688
  ]
1573
1689
  },
1574
- "UDSToastConfigProvider": {
1575
- "name": "UDSToastConfigProvider",
1690
+ "AvatarImage": {
1691
+ "name": "AvatarImage",
1576
1692
  "defaultProps": {},
1577
1693
  "getStylesLiterals": {},
1578
1694
  "cxLiterals": [],
1579
1695
  "internalComponents": [
1580
- "ToastContext.Provider"
1696
+ "AvatarImageNoFallback",
1697
+ "AvatarText",
1698
+ "AvatarIcon"
1581
1699
  ],
1582
1700
  "internalComponentProps": {},
1583
1701
  "propToVariantKeys": {},
@@ -1586,198 +1704,69 @@
1586
1704
  "runtimeConfigInternalComponentProps": {},
1587
1705
  "motionVarPrefixes": []
1588
1706
  },
1589
- "ToastPortal": {
1590
- "name": "ToastPortal",
1591
- "defaultProps": {},
1592
- "getStylesLiterals": {},
1593
- "cxLiterals": [],
1594
- "internalComponents": [
1595
- "ReactToastifyToastContainer"
1596
- ],
1597
- "internalComponentProps": {},
1598
- "propToVariantKeys": {},
1599
- "runtimeConfigDefaultProps": {
1600
- "size": "toast.defaultSize",
1601
- "variant": "toast.defaultVariant"
1602
- },
1603
- "runtimeConfigGetStyles": {},
1604
- "runtimeConfigInternalComponentProps": {
1605
- "ReactToastifyToastContainer": {
1606
- "autoClose": [
1607
- "toast.autoClose"
1608
- ]
1609
- }
1610
- },
1611
- "motionVarPrefixes": []
1612
- },
1613
- "Toast": {
1614
- "name": "Toast",
1615
- "defaultProps": {},
1616
- "getStylesLiterals": {
1617
- "className": "animate-spin",
1618
- "className:1": "flex-none",
1619
- "spacing": "2",
1620
- "borderRadius": "full"
1707
+ "BottomSheet": {
1708
+ "name": "BottomSheet",
1709
+ "defaultProps": {
1710
+ "variant": "default"
1621
1711
  },
1712
+ "getStylesLiterals": {},
1622
1713
  "cxLiterals": [
1623
- "duration-0",
1624
- "duration-120",
1625
- "transition-[background-color]",
1626
- "bg-carbon-15/0",
1627
- "hover:bg-carbon-15/10",
1628
- "active:bg-carbon-15/15",
1629
- "uds-ring"
1714
+ "fixed",
1715
+ "overflow-hidden",
1716
+ "inset-x-0",
1717
+ "bottom-0",
1718
+ "z-50",
1719
+ "[will-change:transform]",
1720
+ "touch-none",
1721
+ "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
1722
+ "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
1723
+ "transition-transform",
1724
+ "duration-500",
1725
+ "ease-[cubic-bezier(0.32,0.72,0,1)]",
1726
+ "motion-reduce:transition-none",
1727
+ "top-[-4px]",
1728
+ "z-[1]",
1729
+ "touch-pan-y"
1630
1730
  ],
1631
1731
  "internalComponents": [
1632
- "IconSlot",
1633
- "ToastContainer",
1634
- "Text",
1635
- "Button",
1636
- "Pressable"
1732
+ "Scrim",
1733
+ "BottomSheetHandle",
1734
+ "Dialog",
1735
+ "Box",
1736
+ "BottomSheetInternalContext.Provider"
1637
1737
  ],
1638
- "internalComponentProps": {},
1639
- "propToVariantKeys": {
1640
- "size": [
1641
- "toastSizeLabel",
1642
- "toastSizeIcon",
1643
- "toastSizeActionButton",
1644
- "toastSizeCloseIcon"
1645
- ],
1646
- "variant": [
1647
- "toastVariantIcon",
1648
- "toastVariantActionButton",
1649
- "toastVariantCloseIcon"
1650
- ],
1651
- "closeIcon": [
1652
- "icon"
1653
- ],
1654
- "onClickActionButton": [
1655
- "onClick"
1656
- ]
1657
- },
1658
- "runtimeConfigDefaultProps": {
1659
- "size": "toast.defaultSize",
1660
- "variant": "toast.defaultVariant"
1661
- },
1662
- "runtimeConfigGetStyles": {
1663
- "toastSizeLabel": [
1664
- "toast.defaultSize"
1665
- ],
1666
- "toastVariantIcon": [
1667
- "toast.defaultVariant"
1668
- ],
1669
- "toastSizeIcon": [
1670
- "toast.defaultSize"
1671
- ],
1672
- "toastSizeActionButton": [
1673
- "toast.defaultSize"
1674
- ],
1675
- "toastVariantActionButton": [
1676
- "toast.defaultVariant"
1677
- ],
1678
- "toastVariantCloseIcon": [
1679
- "toast.defaultVariant"
1680
- ],
1681
- "toastSizeCloseIcon": [
1682
- "toast.defaultSize"
1683
- ]
1684
- },
1685
- "runtimeConfigInternalComponentProps": {
1686
- "ToastContainer": {
1687
- "size": [
1688
- "toast.defaultSize"
1689
- ],
1690
- "variant": [
1691
- "toast.defaultVariant"
1738
+ "internalComponentProps": {
1739
+ "BottomSheetHandle": {
1740
+ "ariaLabel": [
1741
+ "Resize sheet"
1692
1742
  ]
1693
1743
  },
1694
- "Text": {
1695
- "variant": [
1696
- "toast.textVariant.${size}"
1697
- ],
1698
- "color": [
1699
- "toast.textColor.${variant}"
1744
+ "Dialog": {
1745
+ "data-testid": [
1746
+ "bottom-sheet"
1700
1747
  ]
1701
1748
  },
1702
- "Button": {
1703
- "size": [
1704
- "toast.buttonSize.${size}"
1705
- ],
1706
- "variant": [
1707
- "toast.buttonVariant.${variant}"
1708
- ]
1709
- }
1710
- },
1711
- "motionVarPrefixes": []
1712
- },
1713
- "ToastContainer": {
1714
- "name": "ToastContainer",
1715
- "defaultProps": {},
1716
- "getStylesLiterals": {
1717
- "position": "relative",
1718
- "alignItems": "center",
1719
- "display": "flex",
1720
- "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
1721
- },
1722
- "cxLiterals": [
1723
- "w-full"
1724
- ],
1725
- "internalComponents": [
1726
- "HStack"
1727
- ],
1728
- "internalComponentProps": {
1729
- "HStack": {
1730
- "alignItems": [
1731
- "center"
1749
+ "Box": {
1750
+ "display": [
1751
+ "block",
1752
+ "flex"
1732
1753
  ],
1733
- "justifyContent": [
1734
- "space-between"
1754
+ "position": [
1755
+ "absolute"
1735
1756
  ],
1736
- "overflow": [
1737
- "hidden"
1757
+ "flexDirection": [
1758
+ "column"
1738
1759
  ],
1739
- "position": [
1740
- "relative"
1760
+ "className": [
1761
+ "absolute inset-0 min-h-0 p-[inherit]"
1741
1762
  ]
1742
1763
  }
1743
1764
  },
1744
1765
  "propToVariantKeys": {
1745
1766
  "variant": [
1746
- "toastVariantRoot"
1747
- ],
1748
- "size": [
1749
- "toastSizeRoot"
1750
- ]
1751
- },
1752
- "runtimeConfigDefaultProps": {
1753
- "size": "toast.defaultSize",
1754
- "variant": "toast.defaultVariant"
1755
- },
1756
- "runtimeConfigGetStyles": {
1757
- "toastVariantRoot": [
1758
- "toast.defaultVariant"
1759
- ],
1760
- "toastSizeRoot": [
1761
- "toast.defaultSize"
1767
+ "bottomsheetVariantRoot"
1762
1768
  ]
1763
1769
  },
1764
- "runtimeConfigInternalComponentProps": {
1765
- "HStack": {
1766
- "backgroundColor": [
1767
- "toast.backgroundColor.${variant}"
1768
- ]
1769
- }
1770
- },
1771
- "motionVarPrefixes": []
1772
- },
1773
- "BottomSheetInternalContext": {
1774
- "name": "BottomSheetInternalContext",
1775
- "defaultProps": {},
1776
- "getStylesLiterals": {},
1777
- "cxLiterals": [],
1778
- "internalComponents": [],
1779
- "internalComponentProps": {},
1780
- "propToVariantKeys": {},
1781
1770
  "runtimeConfigDefaultProps": {},
1782
1771
  "runtimeConfigGetStyles": {},
1783
1772
  "runtimeConfigInternalComponentProps": {},
@@ -1816,6 +1805,21 @@
1816
1805
  "runtimeConfigInternalComponentProps": {},
1817
1806
  "motionVarPrefixes": []
1818
1807
  },
1808
+ "BottomSheetDismiss": {
1809
+ "name": "BottomSheetDismiss",
1810
+ "defaultProps": {},
1811
+ "getStylesLiterals": {},
1812
+ "cxLiterals": [],
1813
+ "internalComponents": [
1814
+ "AriakitDialogDismiss"
1815
+ ],
1816
+ "internalComponentProps": {},
1817
+ "propToVariantKeys": {},
1818
+ "runtimeConfigDefaultProps": {},
1819
+ "runtimeConfigGetStyles": {},
1820
+ "runtimeConfigInternalComponentProps": {},
1821
+ "motionVarPrefixes": []
1822
+ },
1819
1823
  "BottomSheetHandle": {
1820
1824
  "name": "BottomSheetHandle",
1821
1825
  "defaultProps": {
@@ -1862,74 +1866,6 @@
1862
1866
  "runtimeConfigInternalComponentProps": {},
1863
1867
  "motionVarPrefixes": []
1864
1868
  },
1865
- "BottomSheet": {
1866
- "name": "BottomSheet",
1867
- "defaultProps": {
1868
- "variant": "default"
1869
- },
1870
- "getStylesLiterals": {},
1871
- "cxLiterals": [
1872
- "fixed",
1873
- "overflow-hidden",
1874
- "inset-x-0",
1875
- "bottom-0",
1876
- "z-50",
1877
- "[will-change:transform]",
1878
- "touch-none",
1879
- "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
1880
- "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
1881
- "transition-transform",
1882
- "duration-500",
1883
- "ease-[cubic-bezier(0.32,0.72,0,1)]",
1884
- "motion-reduce:transition-none",
1885
- "top-[-4px]",
1886
- "z-[1]",
1887
- "touch-pan-y"
1888
- ],
1889
- "internalComponents": [
1890
- "Scrim",
1891
- "BottomSheetHandle",
1892
- "Dialog",
1893
- "Box",
1894
- "BottomSheetInternalContext.Provider"
1895
- ],
1896
- "internalComponentProps": {
1897
- "BottomSheetHandle": {
1898
- "ariaLabel": [
1899
- "Resize sheet"
1900
- ]
1901
- },
1902
- "Dialog": {
1903
- "data-testid": [
1904
- "bottom-sheet"
1905
- ]
1906
- },
1907
- "Box": {
1908
- "display": [
1909
- "block",
1910
- "flex"
1911
- ],
1912
- "position": [
1913
- "absolute"
1914
- ],
1915
- "flexDirection": [
1916
- "column"
1917
- ],
1918
- "className": [
1919
- "absolute inset-0 min-h-0 p-[inherit]"
1920
- ]
1921
- }
1922
- },
1923
- "propToVariantKeys": {
1924
- "variant": [
1925
- "bottomsheetVariantRoot"
1926
- ]
1927
- },
1928
- "runtimeConfigDefaultProps": {},
1929
- "runtimeConfigGetStyles": {},
1930
- "runtimeConfigInternalComponentProps": {},
1931
- "motionVarPrefixes": []
1932
- },
1933
1869
  "BottomSheetHeader": {
1934
1870
  "name": "BottomSheetHeader",
1935
1871
  "defaultProps": {
@@ -1986,14 +1922,12 @@
1986
1922
  "runtimeConfigInternalComponentProps": {},
1987
1923
  "motionVarPrefixes": []
1988
1924
  },
1989
- "BottomSheetTrigger": {
1990
- "name": "BottomSheetTrigger",
1925
+ "BottomSheetInternalContext": {
1926
+ "name": "BottomSheetInternalContext",
1991
1927
  "defaultProps": {},
1992
1928
  "getStylesLiterals": {},
1993
1929
  "cxLiterals": [],
1994
- "internalComponents": [
1995
- "AriakitDialogDisclosure"
1996
- ],
1930
+ "internalComponents": [],
1997
1931
  "internalComponentProps": {},
1998
1932
  "propToVariantKeys": {},
1999
1933
  "runtimeConfigDefaultProps": {},
@@ -2001,13 +1935,13 @@
2001
1935
  "runtimeConfigInternalComponentProps": {},
2002
1936
  "motionVarPrefixes": []
2003
1937
  },
2004
- "UDSBottomSheetConfigProvider": {
2005
- "name": "UDSBottomSheetConfigProvider",
1938
+ "BottomSheetProvider": {
1939
+ "name": "BottomSheetProvider",
2006
1940
  "defaultProps": {},
2007
1941
  "getStylesLiterals": {},
2008
1942
  "cxLiterals": [],
2009
1943
  "internalComponents": [
2010
- "BottomSheetContext.Provider"
1944
+ "AriakitDialogProvider"
2011
1945
  ],
2012
1946
  "internalComponentProps": {},
2013
1947
  "propToVariantKeys": {},
@@ -2016,13 +1950,13 @@
2016
1950
  "runtimeConfigInternalComponentProps": {},
2017
1951
  "motionVarPrefixes": []
2018
1952
  },
2019
- "BottomSheetDismiss": {
2020
- "name": "BottomSheetDismiss",
1953
+ "BottomSheetTrigger": {
1954
+ "name": "BottomSheetTrigger",
2021
1955
  "defaultProps": {},
2022
1956
  "getStylesLiterals": {},
2023
1957
  "cxLiterals": [],
2024
1958
  "internalComponents": [
2025
- "AriakitDialogDismiss"
1959
+ "AriakitDialogDisclosure"
2026
1960
  ],
2027
1961
  "internalComponentProps": {},
2028
1962
  "propToVariantKeys": {},
@@ -2031,13 +1965,13 @@
2031
1965
  "runtimeConfigInternalComponentProps": {},
2032
1966
  "motionVarPrefixes": []
2033
1967
  },
2034
- "BottomSheetProvider": {
2035
- "name": "BottomSheetProvider",
1968
+ "UDSBottomSheetConfigProvider": {
1969
+ "name": "UDSBottomSheetConfigProvider",
2036
1970
  "defaultProps": {},
2037
1971
  "getStylesLiterals": {},
2038
1972
  "cxLiterals": [],
2039
1973
  "internalComponents": [
2040
- "AriakitDialogProvider"
1974
+ "BottomSheetContext.Provider"
2041
1975
  ],
2042
1976
  "internalComponentProps": {},
2043
1977
  "propToVariantKeys": {},
@@ -2046,97 +1980,19 @@
2046
1980
  "runtimeConfigInternalComponentProps": {},
2047
1981
  "motionVarPrefixes": []
2048
1982
  },
2049
- "ChipLink": {
2050
- "name": "ChipLink",
2051
- "defaultProps": {
2052
- "variant": "primary"
2053
- },
2054
- "getStylesLiterals": {},
2055
- "cxLiterals": [
2056
- "uds-ring"
2057
- ],
2058
- "internalComponents": [
2059
- "ChipBase"
2060
- ],
2061
- "internalComponentProps": {
2062
- "ChipBase": {
2063
- "as": [
2064
- "a"
2065
- ]
2066
- }
2067
- },
2068
- "propToVariantKeys": {
2069
- "variant": [
2070
- "chipLinkVariantRoot",
2071
- "chipLinkVariantIcon"
2072
- ]
2073
- },
2074
- "runtimeConfigDefaultProps": {},
2075
- "runtimeConfigGetStyles": {},
2076
- "runtimeConfigInternalComponentProps": {},
2077
- "motionVarPrefixes": []
2078
- },
2079
- "ChipDismissible": {
2080
- "name": "ChipDismissible",
2081
- "defaultProps": {
2082
- "variant": "primary"
2083
- },
1983
+ "Chip": {
1984
+ "name": "Chip",
1985
+ "defaultProps": {},
2084
1986
  "getStylesLiterals": {},
2085
- "cxLiterals": [
2086
- "uds-chip-dismissible-button",
2087
- "uds-hit-target",
2088
- "uds-ring",
2089
- "rounded-full"
2090
- ],
1987
+ "cxLiterals": [],
2091
1988
  "internalComponents": [
2092
- "ChipBase",
2093
- "IconSlot",
2094
- "Pressable"
1989
+ "ChipDismissible",
1990
+ "ChipToggle",
1991
+ "ChipLink",
1992
+ "ChipButton"
2095
1993
  ],
2096
1994
  "internalComponentProps": {},
2097
- "propToVariantKeys": {
2098
- "variant": [
2099
- "chipDismissibleVariantRoot",
2100
- "chipDismissibleVariantIcon"
2101
- ],
2102
- "dismissButtonAriaLabel": [
2103
- "aria-label"
2104
- ]
2105
- },
2106
- "runtimeConfigDefaultProps": {},
2107
- "runtimeConfigGetStyles": {},
2108
- "runtimeConfigInternalComponentProps": {},
2109
- "motionVarPrefixes": []
2110
- },
2111
- "ChipToggle": {
2112
- "name": "ChipToggle",
2113
- "defaultProps": {
2114
- "variant": "primary",
2115
- "role": "checkbox"
2116
- },
2117
- "getStylesLiterals": {
2118
- "chipToggleVariantActiveRoot": "on",
2119
- "chipToggleVariantActiveRoot:1": "off"
2120
- },
2121
- "cxLiterals": [
2122
- "uds-ring"
2123
- ],
2124
- "internalComponents": [
2125
- "ChipBase"
2126
- ],
2127
- "internalComponentProps": {
2128
- "ChipBase": {
2129
- "as": [
2130
- "button"
2131
- ]
2132
- }
2133
- },
2134
- "propToVariantKeys": {
2135
- "variant": [
2136
- "chipToggleVariantRoot",
2137
- "chipToggleVariantIcon"
2138
- ]
2139
- },
1995
+ "propToVariantKeys": {},
2140
1996
  "runtimeConfigDefaultProps": {},
2141
1997
  "runtimeConfigGetStyles": {},
2142
1998
  "runtimeConfigInternalComponentProps": {},
@@ -2197,24 +2053,6 @@
2197
2053
  "runtimeConfigInternalComponentProps": {},
2198
2054
  "motionVarPrefixes": []
2199
2055
  },
2200
- "Chip": {
2201
- "name": "Chip",
2202
- "defaultProps": {},
2203
- "getStylesLiterals": {},
2204
- "cxLiterals": [],
2205
- "internalComponents": [
2206
- "ChipDismissible",
2207
- "ChipToggle",
2208
- "ChipLink",
2209
- "ChipButton"
2210
- ],
2211
- "internalComponentProps": {},
2212
- "propToVariantKeys": {},
2213
- "runtimeConfigDefaultProps": {},
2214
- "runtimeConfigGetStyles": {},
2215
- "runtimeConfigInternalComponentProps": {},
2216
- "motionVarPrefixes": []
2217
- },
2218
2056
  "ChipButton": {
2219
2057
  "name": "ChipButton",
2220
2058
  "defaultProps": {
@@ -2245,36 +2083,61 @@
2245
2083
  "runtimeConfigInternalComponentProps": {},
2246
2084
  "motionVarPrefixes": []
2247
2085
  },
2248
- "TabPanel": {
2249
- "name": "TabPanel",
2250
- "defaultProps": {},
2086
+ "ChipDismissible": {
2087
+ "name": "ChipDismissible",
2088
+ "defaultProps": {
2089
+ "variant": "primary"
2090
+ },
2251
2091
  "getStylesLiterals": {},
2252
- "cxLiterals": [],
2092
+ "cxLiterals": [
2093
+ "uds-chip-dismissible-button",
2094
+ "uds-hit-target",
2095
+ "uds-ring",
2096
+ "rounded-full"
2097
+ ],
2253
2098
  "internalComponents": [
2254
- "AriakitTabPanel"
2099
+ "ChipBase",
2100
+ "IconSlot",
2101
+ "Pressable"
2255
2102
  ],
2256
2103
  "internalComponentProps": {},
2257
- "propToVariantKeys": {},
2104
+ "propToVariantKeys": {
2105
+ "variant": [
2106
+ "chipDismissibleVariantRoot",
2107
+ "chipDismissibleVariantIcon"
2108
+ ],
2109
+ "dismissButtonAriaLabel": [
2110
+ "aria-label"
2111
+ ]
2112
+ },
2258
2113
  "runtimeConfigDefaultProps": {},
2259
2114
  "runtimeConfigGetStyles": {},
2260
2115
  "runtimeConfigInternalComponentProps": {},
2261
2116
  "motionVarPrefixes": []
2262
2117
  },
2263
- "Tabs": {
2264
- "name": "Tabs",
2118
+ "ChipLink": {
2119
+ "name": "ChipLink",
2265
2120
  "defaultProps": {
2266
2121
  "variant": "primary"
2267
2122
  },
2268
2123
  "getStylesLiterals": {},
2269
- "cxLiterals": [],
2124
+ "cxLiterals": [
2125
+ "uds-ring"
2126
+ ],
2270
2127
  "internalComponents": [
2271
- "TabsContext.Provider",
2272
- "TabProvider"
2128
+ "ChipBase"
2273
2129
  ],
2274
- "internalComponentProps": {},
2130
+ "internalComponentProps": {
2131
+ "ChipBase": {
2132
+ "as": [
2133
+ "a"
2134
+ ]
2135
+ }
2136
+ },
2275
2137
  "propToVariantKeys": {
2276
- "onSelectionChange": [
2277
- "setSelectedId"
2138
+ "variant": [
2139
+ "chipLinkVariantRoot",
2140
+ "chipLinkVariantIcon"
2278
2141
  ]
2279
2142
  },
2280
2143
  "runtimeConfigDefaultProps": {},
@@ -2282,52 +2145,33 @@
2282
2145
  "runtimeConfigInternalComponentProps": {},
2283
2146
  "motionVarPrefixes": []
2284
2147
  },
2285
- "TabList": {
2286
- "name": "TabList",
2148
+ "ChipToggle": {
2149
+ "name": "ChipToggle",
2287
2150
  "defaultProps": {
2288
- "variant": "primary"
2151
+ "variant": "primary",
2152
+ "role": "checkbox"
2289
2153
  },
2290
2154
  "getStylesLiterals": {
2291
- "tabSizeRoot": "default",
2292
- "tabVariantActiveRoot": "on"
2155
+ "chipToggleVariantActiveRoot": "on",
2156
+ "chipToggleVariantActiveRoot:1": "off"
2293
2157
  },
2294
2158
  "cxLiterals": [
2295
- "pointer-events-none",
2296
- "absolute",
2297
- "bottom-0",
2298
- "left-0",
2299
- "right-0",
2300
- "h-[var(--uds-tab-underline-width,0px)]",
2301
- "bg-[var(--uds-tab-underline-color,transparent)]",
2302
- "transition-[height,background-color]",
2303
- "duration-[240ms]",
2304
- "ease-[cubic-bezier(0.2,0,0,1)]",
2305
- "!m-0",
2306
- "!p-0",
2307
- "!gap-0",
2308
- "box-border",
2309
- "z-0",
2310
- "min-w-0",
2311
- "min-h-0",
2312
- "flex",
2313
- "flex-row",
2314
- "items-center",
2315
- "overflow-x-auto",
2316
- "overflow-y-clip",
2317
- "scrollbar-none",
2318
- "[overflow-clip-margin:6px]",
2319
- "overflow-clip",
2320
- "[overflow-clip-margin:8px]",
2321
- "relative"
2159
+ "uds-ring"
2322
2160
  ],
2323
2161
  "internalComponents": [
2324
- "AriakitTabList"
2162
+ "ChipBase"
2325
2163
  ],
2326
- "internalComponentProps": {},
2164
+ "internalComponentProps": {
2165
+ "ChipBase": {
2166
+ "as": [
2167
+ "button"
2168
+ ]
2169
+ }
2170
+ },
2327
2171
  "propToVariantKeys": {
2328
2172
  "variant": [
2329
- "tabsVariantRoot",
2330
- "tabVariantRoot"
2173
+ "chipToggleVariantRoot",
2174
+ "chipToggleVariantIcon"
2331
2175
  ]
2332
2176
  },
2333
2177
  "runtimeConfigDefaultProps": {},
@@ -2335,77 +2179,110 @@
2335
2179
  "runtimeConfigInternalComponentProps": {},
2336
2180
  "motionVarPrefixes": []
2337
2181
  },
2338
- "Tab": {
2339
- "name": "Tab",
2182
+ "Input": {
2183
+ "name": "Input",
2340
2184
  "defaultProps": {
2341
- "variant": "primary"
2185
+ "type": "text",
2186
+ "size": "md",
2187
+ "width": "full"
2342
2188
  },
2343
2189
  "getStylesLiterals": {
2344
- "tabSizeRoot": "default",
2345
- "tabVariantActiveRoot": "off",
2346
- "tabVariantActiveRoot:1": "on",
2347
- "tabSizeIcon": "default"
2348
- },
2349
- "cxLiterals": [
2350
- "pointer-events-none",
2351
- "absolute",
2352
- "bottom-0",
2353
- "left-0",
2354
- "right-0",
2355
- "h-[var(--uds-tab-underline-width,0px)]",
2356
- "bg-[var(--uds-tab-underline-color,transparent)]",
2357
- "transition-[height,background-color]",
2358
- "duration-[240ms]",
2359
- "ease-[cubic-bezier(0.2,0,0,1)]",
2360
- "!bg-transparent",
2361
- "!shadow-none",
2362
- "inline-flex",
2363
- "items-center",
2364
- "shrink-0",
2365
- "box-border",
2366
- "relative",
2367
- "z-[1]",
2368
- "cursor-pointer",
2369
- "select-none",
2370
- "whitespace-nowrap",
2371
- "uds-ring",
2190
+ "inputVariantRoot": "default",
2191
+ "inputVariantValueRoot": "empty",
2192
+ "inputVariantValueRoot:1": "filled",
2193
+ "inputVariantInputWrapper": "default",
2194
+ "inputVariantValueInputWrapper": "empty",
2195
+ "inputVariantValueInputWrapper:1": "filled",
2196
+ "inputVariantInput": "default",
2197
+ "inputVariantValueInput": "empty",
2198
+ "inputVariantValueInput:1": "filled",
2199
+ "inputVariantInputPlaceholder": "default",
2200
+ "inputVariantValueInputPlaceholder": "empty",
2201
+ "inputVariantValueInputPlaceholder:1": "filled",
2202
+ "inputVariantLabel": "default",
2203
+ "inputVariantValueLabel": "empty",
2204
+ "inputVariantValueLabel:1": "filled",
2205
+ "inputVariantLabelRequired": "default",
2206
+ "inputVariantValueLabelRequired": "empty",
2207
+ "inputVariantValueLabelRequired:1": "filled",
2208
+ "inputVariantStartIcon": "default",
2209
+ "inputVariantValueStartIcon": "empty",
2210
+ "inputVariantValueStartIcon:1": "filled",
2211
+ "inputVariantEndIcon": "default",
2212
+ "inputVariantValueEndIcon": "empty",
2213
+ "inputVariantValueEndIcon:1": "filled"
2214
+ },
2215
+ "cxLiterals": [
2372
2216
  "opacity-50",
2373
- "cursor-default",
2374
- "border-solid",
2375
- "border-b-solid",
2376
- "transition-colors"
2217
+ "min-w-[200px]",
2218
+ "grow",
2219
+ "uds-hit-target",
2220
+ "bg-clip-text",
2221
+ "focus:outline-none",
2222
+ "cursor-text",
2223
+ "cursor-not-allowed"
2377
2224
  ],
2378
2225
  "internalComponents": [
2379
2226
  "IconSlot",
2380
- "AriakitTab",
2381
- "Text"
2227
+ "StartIcon",
2228
+ "EndIcon",
2229
+ "HelpTextContent",
2230
+ "Box",
2231
+ "InputHelpTextInternal",
2232
+ "VStack",
2233
+ "HStack",
2234
+ "AnimateHeightChange"
2382
2235
  ],
2383
2236
  "internalComponentProps": {
2384
- "Text": {
2385
- "variant": [
2386
- "inherit"
2237
+ "HelpTextContent": {
2238
+ "spacingTop": [
2239
+ "2"
2240
+ ]
2241
+ },
2242
+ "Box": {
2243
+ "spacingBottom": [
2244
+ "2"
2387
2245
  ],
2388
- "as": [
2389
- "span"
2246
+ "columnGap": [
2247
+ "0.5"
2390
2248
  ],
2391
- "color": [
2392
- "current"
2249
+ "alignItems": [
2250
+ "flex-end",
2251
+ "center"
2252
+ ],
2253
+ "position": [
2254
+ "relative"
2255
+ ]
2256
+ },
2257
+ "HStack": {
2258
+ "alignItems": [
2259
+ "center"
2260
+ ],
2261
+ "gap": [
2262
+ "1"
2393
2263
  ]
2394
2264
  }
2395
2265
  },
2396
2266
  "propToVariantKeys": {
2397
- "variant": [
2398
- "tabVariantRoot",
2399
- "tabVariantIcon"
2400
- ],
2401
- "activeState": [
2402
- "tabVariantActiveIcon"
2267
+ "size": [
2268
+ "inputSizeRoot",
2269
+ "inputSizeInputWrapper",
2270
+ "inputSizeInput",
2271
+ "inputSizeLabel",
2272
+ "inputSizeStartIcon",
2273
+ "inputSizeEndIcon"
2403
2274
  ],
2404
2275
  "startIcon": [
2405
2276
  "icon"
2406
2277
  ],
2407
2278
  "endIcon": [
2408
2279
  "icon"
2280
+ ],
2281
+ "slotProps": [
2282
+ "helperTextSlotProps"
2283
+ ],
2284
+ "helperTextIcon": [
2285
+ "startIcon"
2409
2286
  ]
2410
2287
  },
2411
2288
  "runtimeConfigDefaultProps": {},
@@ -2413,69 +2290,31 @@
2413
2290
  "runtimeConfigInternalComponentProps": {},
2414
2291
  "motionVarPrefixes": []
2415
2292
  },
2416
- "AvatarText": {
2417
- "name": "AvatarText",
2293
+ "InputHelpText": {
2294
+ "name": "InputHelpText",
2418
2295
  "defaultProps": {
2419
- "size": "md",
2420
- "variant": "primary"
2296
+ "size": "md"
2421
2297
  },
2422
- "getStylesLiterals": {},
2423
- "cxLiterals": [
2424
- "overflow-hidden",
2425
- "truncate",
2426
- "w-full",
2427
- "h-full",
2428
- "shrink-0",
2429
- "text-center",
2430
- "inline-flex",
2431
- "justify-center",
2432
- "items-center"
2433
- ],
2298
+ "getStylesLiterals": {
2299
+ "inputVariantRoot": "default",
2300
+ "inputVariantValueRoot": "empty",
2301
+ "inputVariantValueRoot:1": "filled"
2302
+ },
2303
+ "cxLiterals": [],
2434
2304
  "internalComponents": [
2435
- "Box",
2436
- "Text"
2305
+ "InputHelpTextInternal",
2306
+ "Box"
2437
2307
  ],
2438
2308
  "internalComponentProps": {
2439
- "Text": {
2440
- "color": [
2441
- "inherit"
2442
- ],
2443
- "variant": [
2444
- "inherit"
2309
+ "Box": {
2310
+ "spacingTop": [
2311
+ "2"
2445
2312
  ]
2446
2313
  }
2447
2314
  },
2448
- "propToVariantKeys": {},
2449
- "runtimeConfigDefaultProps": {},
2450
- "runtimeConfigGetStyles": {},
2451
- "runtimeConfigInternalComponentProps": {},
2452
- "motionVarPrefixes": []
2453
- },
2454
- "AvatarIcon": {
2455
- "name": "AvatarIcon",
2456
- "defaultProps": {
2457
- "size": "md",
2458
- "variant": "primary"
2459
- },
2460
- "getStylesLiterals": {},
2461
- "cxLiterals": [
2462
- "overflow-hidden",
2463
- "w-full",
2464
- "h-full",
2465
- "shrink-0",
2466
- "text-center",
2467
- "inline-flex",
2468
- "justify-center",
2469
- "items-center"
2470
- ],
2471
- "internalComponents": [
2472
- "IconSlot",
2473
- "Box"
2474
- ],
2475
- "internalComponentProps": {},
2476
2315
  "propToVariantKeys": {
2477
2316
  "size": [
2478
- "avatarSizeIcon"
2317
+ "inputSizeRoot"
2479
2318
  ]
2480
2319
  },
2481
2320
  "runtimeConfigDefaultProps": {},
@@ -2483,52 +2322,82 @@
2483
2322
  "runtimeConfigInternalComponentProps": {},
2484
2323
  "motionVarPrefixes": []
2485
2324
  },
2486
- "Avatar": {
2487
- "name": "Avatar",
2325
+ "InputHelpTextInternal": {
2326
+ "name": "InputHelpTextInternal",
2488
2327
  "defaultProps": {},
2489
- "getStylesLiterals": {},
2328
+ "getStylesLiterals": {
2329
+ "inputVariantHelperText": "default",
2330
+ "inputVariantValueHelperText": "empty",
2331
+ "inputVariantValueHelperText:1": "filled",
2332
+ "inputVariantHelperIcon": "default",
2333
+ "inputVariantValueHelperIcon": "empty",
2334
+ "inputVariantValueHelperIcon:1": "filled"
2335
+ },
2490
2336
  "cxLiterals": [],
2491
2337
  "internalComponents": [
2492
- "AvatarImage"
2338
+ "IconSlot",
2339
+ "HStack"
2493
2340
  ],
2494
- "internalComponentProps": {},
2495
- "propToVariantKeys": {},
2341
+ "internalComponentProps": {
2342
+ "HStack": {
2343
+ "gap": [
2344
+ "1"
2345
+ ],
2346
+ "alignItems": [
2347
+ "center"
2348
+ ]
2349
+ }
2350
+ },
2351
+ "propToVariantKeys": {
2352
+ "size": [
2353
+ "inputSizeHelperText",
2354
+ "inputSizeHelperIcon"
2355
+ ],
2356
+ "startIcon": [
2357
+ "icon"
2358
+ ],
2359
+ "endIcon": [
2360
+ "icon"
2361
+ ]
2362
+ },
2496
2363
  "runtimeConfigDefaultProps": {},
2497
2364
  "runtimeConfigGetStyles": {},
2498
2365
  "runtimeConfigInternalComponentProps": {},
2499
2366
  "motionVarPrefixes": []
2500
2367
  },
2501
- "AvatarImage": {
2502
- "name": "AvatarImage",
2368
+ "Menu.Content": {
2369
+ "name": "Menu.Content",
2503
2370
  "defaultProps": {
2504
- "size": "md",
2505
- "variant": "primary"
2371
+ "size": "default",
2372
+ "variant": "default",
2373
+ "gutter": "1"
2506
2374
  },
2507
2375
  "getStylesLiterals": {},
2508
2376
  "cxLiterals": [
2509
- "overflow-hidden",
2510
- "w-full",
2511
- "h-full",
2512
- "shrink-0",
2513
- "text-center",
2514
- "inline-flex",
2515
- "justify-center",
2516
- "items-center",
2517
- "object-cover"
2377
+ "uds-menu-content",
2378
+ "transition-shadow",
2379
+ "duration-200",
2380
+ "ease-in-out",
2381
+ "min-w-60",
2382
+ "max-w-lg",
2383
+ "max-h-96",
2384
+ "overflow-auto",
2385
+ "uds-ring",
2386
+ "z-10",
2387
+ "group"
2518
2388
  ],
2519
2389
  "internalComponents": [
2520
- "UDSImage",
2521
- "AvatarText",
2522
- "AvatarIcon",
2523
- "Box"
2390
+ "AriakitMenu",
2391
+ "AnimatePresence",
2392
+ "MotionVStack"
2524
2393
  ],
2525
2394
  "internalComponentProps": {},
2526
2395
  "propToVariantKeys": {
2527
- "alt": [
2528
- "name"
2396
+ "size": [
2397
+ "menucontentSizeRoot"
2529
2398
  ],
2530
- "fallback": [
2531
- "initials"
2399
+ "variant": [
2400
+ "menucontentVariantRoot"
2532
2401
  ]
2533
2402
  },
2534
2403
  "runtimeConfigDefaultProps": {},
@@ -2536,67 +2405,226 @@
2536
2405
  "runtimeConfigInternalComponentProps": {},
2537
2406
  "motionVarPrefixes": []
2538
2407
  },
2539
- "UDSPopoverConfigProvider": {
2540
- "name": "UDSPopoverConfigProvider",
2541
- "defaultProps": {},
2542
- "getStylesLiterals": {},
2543
- "cxLiterals": [],
2544
- "internalComponents": [
2545
- "PopoverContext.Provider"
2408
+ "Menu.Divider": {
2409
+ "name": "Menu.Divider",
2410
+ "defaultProps": {
2411
+ "role": "separator",
2412
+ "contentPosition": "start",
2413
+ "gap": "4"
2414
+ },
2415
+ "getStylesLiterals": {
2416
+ "menuitemDividerVariantRoot": "default",
2417
+ "menuitemDividerVariantText": "default",
2418
+ "menuitemDividerVariantLine": "default"
2419
+ },
2420
+ "cxLiterals": [],
2421
+ "internalComponents": [
2422
+ "DividerInternal"
2546
2423
  ],
2547
- "internalComponentProps": {},
2424
+ "internalComponentProps": {
2425
+ "DividerInternal": {
2426
+ "variant": [
2427
+ "inherit"
2428
+ ]
2429
+ }
2430
+ },
2548
2431
  "propToVariantKeys": {},
2549
2432
  "runtimeConfigDefaultProps": {},
2550
2433
  "runtimeConfigGetStyles": {},
2551
2434
  "runtimeConfigInternalComponentProps": {},
2552
2435
  "motionVarPrefixes": []
2553
2436
  },
2554
- "Popover": {
2555
- "name": "Popover",
2437
+ "Menu.Item": {
2438
+ "name": "Menu.Item",
2556
2439
  "defaultProps": {},
2557
- "getStylesLiterals": {},
2440
+ "getStylesLiterals": {
2441
+ "menuitemItemVariantRoot": "default",
2442
+ "menuitemItemVariantActiveRoot": "on",
2443
+ "menuitemItemVariantActiveRoot:1": "off",
2444
+ "menuitemItemVariantText": "default",
2445
+ "menuitemItemVariantActiveText": "on",
2446
+ "menuitemItemVariantActiveText:1": "off",
2447
+ "menuitemItemVariantIcon": "default",
2448
+ "menuitemItemVariantActiveIcon": "on",
2449
+ "menuitemItemVariantActiveIcon:1": "off"
2450
+ },
2558
2451
  "cxLiterals": [],
2559
2452
  "internalComponents": [
2560
- "PopoverInternalContext.Provider",
2561
- "PopoverProvider"
2453
+ "MenuItemBase"
2562
2454
  ],
2563
2455
  "internalComponentProps": {},
2564
2456
  "propToVariantKeys": {},
2565
- "runtimeConfigDefaultProps": {
2566
- "size": "popover.defaultSize",
2567
- "variant": "popover.defaultVariant"
2457
+ "runtimeConfigDefaultProps": {},
2458
+ "runtimeConfigGetStyles": {},
2459
+ "runtimeConfigInternalComponentProps": {},
2460
+ "motionVarPrefixes": []
2461
+ },
2462
+ "Menu.ItemBase": {
2463
+ "name": "Menu.ItemBase",
2464
+ "defaultProps": {
2465
+ "spacing": "0",
2466
+ "spacingHorizontal": "4",
2467
+ "spacingVertical": "3.5",
2468
+ "columnGap": "2",
2469
+ "alignItems": "center",
2470
+ "justifyContent": "space-between"
2471
+ },
2472
+ "getStylesLiterals": {
2473
+ "textAlign": "start",
2474
+ "menuitemSizeRoot": "default",
2475
+ "flexDirection": "row",
2476
+ "menuitemSizeStartIcon": "default",
2477
+ "menuitemSizeEndIcon": "default"
2478
+ },
2479
+ "cxLiterals": [
2480
+ "flex",
2481
+ "focus-visible:text-brand",
2482
+ "focus-visible:bg-brand-secondary",
2483
+ "focus-visible:z-10",
2484
+ "uds-ring",
2485
+ "!-outline-offset-2",
2486
+ "[&:not([aria-checked])]:cursor-default",
2487
+ "opacity-25",
2488
+ "cursor-not-allowed",
2489
+ "duration-20",
2490
+ "transition-[font-variation-settings]",
2491
+ "ease-in-out",
2492
+ "z-0",
2493
+ "uds-start-icon",
2494
+ "uds-end-icon"
2495
+ ],
2496
+ "internalComponents": [
2497
+ "Pressable",
2498
+ "IconSlot",
2499
+ "RootComponent",
2500
+ "HStack",
2501
+ "AnimatePresence"
2502
+ ],
2503
+ "internalComponentProps": {
2504
+ "HStack": {
2505
+ "alignItems": [
2506
+ "center"
2507
+ ],
2508
+ "width": [
2509
+ "full"
2510
+ ]
2511
+ },
2512
+ "AnimatePresence": {
2513
+ "mode": [
2514
+ "popLayout"
2515
+ ]
2516
+ }
2517
+ },
2518
+ "propToVariantKeys": {
2519
+ "startIconClassName": [
2520
+ "className"
2521
+ ],
2522
+ "endIconClassName": [
2523
+ "className"
2524
+ ],
2525
+ "startIcon": [
2526
+ "icon"
2527
+ ],
2528
+ "endIcon": [
2529
+ "icon"
2530
+ ],
2531
+ "columnGap": [
2532
+ "gap"
2533
+ ]
2568
2534
  },
2535
+ "runtimeConfigDefaultProps": {},
2569
2536
  "runtimeConfigGetStyles": {},
2570
2537
  "runtimeConfigInternalComponentProps": {},
2571
2538
  "motionVarPrefixes": []
2572
2539
  },
2573
- "PopoverTrigger": {
2574
- "name": "PopoverTrigger",
2540
+ "Menu.ItemCheckbox": {
2541
+ "name": "Menu.ItemCheckbox",
2542
+ "defaultProps": {},
2543
+ "getStylesLiterals": {
2544
+ "menuitemItemCheckboxVariantRoot": "default",
2545
+ "menuitemItemCheckboxVariantActiveRoot": "on",
2546
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
2547
+ "menuitemItemCheckboxVariantText": "default",
2548
+ "menuitemItemCheckboxVariantActiveText": "on",
2549
+ "menuitemItemCheckboxVariantActiveText:1": "off",
2550
+ "menuitemItemCheckboxVariantStartIcon": "default",
2551
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
2552
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
2553
+ "menuitemItemCheckboxVariantEndIcon": "default",
2554
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
2555
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
2556
+ },
2557
+ "cxLiterals": [
2558
+ "uds-menu-item-checkbox"
2559
+ ],
2560
+ "internalComponents": [
2561
+ "MenuItemBase"
2562
+ ],
2563
+ "internalComponentProps": {},
2564
+ "propToVariantKeys": {},
2565
+ "runtimeConfigDefaultProps": {},
2566
+ "runtimeConfigGetStyles": {},
2567
+ "runtimeConfigInternalComponentProps": {},
2568
+ "motionVarPrefixes": []
2569
+ },
2570
+ "Menu.Provider": {
2571
+ "name": "Menu.Provider",
2575
2572
  "defaultProps": {},
2576
2573
  "getStylesLiterals": {},
2577
2574
  "cxLiterals": [],
2578
2575
  "internalComponents": [
2579
- "PopoverDisclosure"
2576
+ "AriakitMenuProvider",
2577
+ "SpringMotionConfig"
2578
+ ],
2579
+ "internalComponentProps": {},
2580
+ "propToVariantKeys": {},
2581
+ "runtimeConfigDefaultProps": {},
2582
+ "runtimeConfigGetStyles": {},
2583
+ "runtimeConfigInternalComponentProps": {},
2584
+ "motionVarPrefixes": [
2585
+ "--uds-motion-subtle-3-",
2586
+ "--uds-motion-smooth-3-"
2587
+ ]
2588
+ },
2589
+ "Menu.Trigger": {
2590
+ "name": "Menu.Trigger",
2591
+ "defaultProps": {},
2592
+ "getStylesLiterals": {},
2593
+ "cxLiterals": [
2594
+ "uds-menu-trigger"
2595
+ ],
2596
+ "internalComponents": [
2597
+ "AriakitMenuTrigger",
2598
+ "Box"
2580
2599
  ],
2581
2600
  "internalComponentProps": {
2582
- "PopoverDisclosure": {
2601
+ "Box": {
2583
2602
  "className": [
2584
- "inline"
2603
+ "uds-ring h-fit w-fit"
2585
2604
  ]
2586
2605
  }
2587
2606
  },
2588
- "propToVariantKeys": {
2589
- "children": [
2590
- "render"
2591
- ]
2592
- },
2607
+ "propToVariantKeys": {},
2593
2608
  "runtimeConfigDefaultProps": {},
2594
2609
  "runtimeConfigGetStyles": {},
2595
2610
  "runtimeConfigInternalComponentProps": {},
2596
2611
  "motionVarPrefixes": []
2597
2612
  },
2598
- "PopoverContext": {
2599
- "name": "PopoverContext",
2613
+ "Menu.index": {
2614
+ "name": "Menu.index",
2615
+ "defaultProps": {},
2616
+ "getStylesLiterals": {},
2617
+ "cxLiterals": [],
2618
+ "internalComponents": [],
2619
+ "internalComponentProps": {},
2620
+ "propToVariantKeys": {},
2621
+ "runtimeConfigDefaultProps": {},
2622
+ "runtimeConfigGetStyles": {},
2623
+ "runtimeConfigInternalComponentProps": {},
2624
+ "motionVarPrefixes": []
2625
+ },
2626
+ "Menu": {
2627
+ "name": "Menu",
2600
2628
  "defaultProps": {},
2601
2629
  "getStylesLiterals": {},
2602
2630
  "cxLiterals": [],
@@ -2608,6 +2636,25 @@
2608
2636
  "runtimeConfigInternalComponentProps": {},
2609
2637
  "motionVarPrefixes": []
2610
2638
  },
2639
+ "Popover": {
2640
+ "name": "Popover",
2641
+ "defaultProps": {},
2642
+ "getStylesLiterals": {},
2643
+ "cxLiterals": [],
2644
+ "internalComponents": [
2645
+ "PopoverInternalContext.Provider",
2646
+ "PopoverProvider"
2647
+ ],
2648
+ "internalComponentProps": {},
2649
+ "propToVariantKeys": {},
2650
+ "runtimeConfigDefaultProps": {
2651
+ "size": "popover.defaultSize",
2652
+ "variant": "popover.defaultVariant"
2653
+ },
2654
+ "runtimeConfigGetStyles": {},
2655
+ "runtimeConfigInternalComponentProps": {},
2656
+ "motionVarPrefixes": []
2657
+ },
2611
2658
  "PopoverContent": {
2612
2659
  "name": "PopoverContent",
2613
2660
  "defaultProps": {},
@@ -2697,110 +2744,37 @@
2697
2744
  },
2698
2745
  "motionVarPrefixes": []
2699
2746
  },
2700
- "Input": {
2701
- "name": "Input",
2702
- "defaultProps": {
2703
- "type": "text",
2704
- "size": "md",
2705
- "width": "full"
2706
- },
2707
- "getStylesLiterals": {
2708
- "inputVariantRoot": "default",
2709
- "inputVariantValueRoot": "empty",
2710
- "inputVariantValueRoot:1": "filled",
2711
- "inputVariantInputWrapper": "default",
2712
- "inputVariantValueInputWrapper": "empty",
2713
- "inputVariantValueInputWrapper:1": "filled",
2714
- "inputVariantInput": "default",
2715
- "inputVariantValueInput": "empty",
2716
- "inputVariantValueInput:1": "filled",
2717
- "inputVariantInputPlaceholder": "default",
2718
- "inputVariantValueInputPlaceholder": "empty",
2719
- "inputVariantValueInputPlaceholder:1": "filled",
2720
- "inputVariantLabel": "default",
2721
- "inputVariantValueLabel": "empty",
2722
- "inputVariantValueLabel:1": "filled",
2723
- "inputVariantLabelRequired": "default",
2724
- "inputVariantValueLabelRequired": "empty",
2725
- "inputVariantValueLabelRequired:1": "filled",
2726
- "inputVariantStartIcon": "default",
2727
- "inputVariantValueStartIcon": "empty",
2728
- "inputVariantValueStartIcon:1": "filled",
2729
- "inputVariantEndIcon": "default",
2730
- "inputVariantValueEndIcon": "empty",
2731
- "inputVariantValueEndIcon:1": "filled"
2732
- },
2733
- "cxLiterals": [
2734
- "opacity-50",
2735
- "min-w-[200px]",
2736
- "grow",
2737
- "uds-hit-target",
2738
- "bg-clip-text",
2739
- "focus:outline-none",
2740
- "cursor-text",
2741
- "cursor-not-allowed"
2742
- ],
2747
+ "PopoverContext": {
2748
+ "name": "PopoverContext",
2749
+ "defaultProps": {},
2750
+ "getStylesLiterals": {},
2751
+ "cxLiterals": [],
2752
+ "internalComponents": [],
2753
+ "internalComponentProps": {},
2754
+ "propToVariantKeys": {},
2755
+ "runtimeConfigDefaultProps": {},
2756
+ "runtimeConfigGetStyles": {},
2757
+ "runtimeConfigInternalComponentProps": {},
2758
+ "motionVarPrefixes": []
2759
+ },
2760
+ "PopoverTrigger": {
2761
+ "name": "PopoverTrigger",
2762
+ "defaultProps": {},
2763
+ "getStylesLiterals": {},
2764
+ "cxLiterals": [],
2743
2765
  "internalComponents": [
2744
- "IconSlot",
2745
- "StartIcon",
2746
- "EndIcon",
2747
- "HelpTextContent",
2748
- "Box",
2749
- "InputHelpTextInternal",
2750
- "VStack",
2751
- "HStack",
2752
- "AnimateHeightChange"
2766
+ "PopoverDisclosure"
2753
2767
  ],
2754
2768
  "internalComponentProps": {
2755
- "HelpTextContent": {
2756
- "spacingTop": [
2757
- "2"
2758
- ]
2759
- },
2760
- "Box": {
2761
- "spacingBottom": [
2762
- "2"
2763
- ],
2764
- "columnGap": [
2765
- "0.5"
2766
- ],
2767
- "alignItems": [
2768
- "flex-end",
2769
- "center"
2770
- ],
2771
- "position": [
2772
- "relative"
2773
- ]
2774
- },
2775
- "HStack": {
2776
- "alignItems": [
2777
- "center"
2778
- ],
2779
- "gap": [
2780
- "1"
2769
+ "PopoverDisclosure": {
2770
+ "className": [
2771
+ "inline"
2781
2772
  ]
2782
2773
  }
2783
2774
  },
2784
2775
  "propToVariantKeys": {
2785
- "size": [
2786
- "inputSizeRoot",
2787
- "inputSizeInputWrapper",
2788
- "inputSizeInput",
2789
- "inputSizeLabel",
2790
- "inputSizeStartIcon",
2791
- "inputSizeEndIcon"
2792
- ],
2793
- "startIcon": [
2794
- "icon"
2795
- ],
2796
- "endIcon": [
2797
- "icon"
2798
- ],
2799
- "slotProps": [
2800
- "helperTextSlotProps"
2801
- ],
2802
- "helperTextIcon": [
2803
- "startIcon"
2776
+ "children": [
2777
+ "render"
2804
2778
  ]
2805
2779
  },
2806
2780
  "runtimeConfigDefaultProps": {},
@@ -2808,121 +2782,161 @@
2808
2782
  "runtimeConfigInternalComponentProps": {},
2809
2783
  "motionVarPrefixes": []
2810
2784
  },
2811
- "InputHelpText": {
2812
- "name": "InputHelpText",
2813
- "defaultProps": {
2814
- "size": "md"
2815
- },
2816
- "getStylesLiterals": {
2817
- "inputVariantRoot": "default",
2818
- "inputVariantValueRoot": "empty",
2819
- "inputVariantValueRoot:1": "filled"
2820
- },
2785
+ "UDSPopoverConfigProvider": {
2786
+ "name": "UDSPopoverConfigProvider",
2787
+ "defaultProps": {},
2788
+ "getStylesLiterals": {},
2821
2789
  "cxLiterals": [],
2822
2790
  "internalComponents": [
2823
- "InputHelpTextInternal",
2824
- "Box"
2791
+ "PopoverContext.Provider"
2825
2792
  ],
2826
- "internalComponentProps": {
2827
- "Box": {
2828
- "spacingTop": [
2829
- "2"
2830
- ]
2831
- }
2832
- },
2833
- "propToVariantKeys": {
2834
- "size": [
2835
- "inputSizeRoot"
2836
- ]
2837
- },
2793
+ "internalComponentProps": {},
2794
+ "propToVariantKeys": {},
2838
2795
  "runtimeConfigDefaultProps": {},
2839
2796
  "runtimeConfigGetStyles": {},
2840
2797
  "runtimeConfigInternalComponentProps": {},
2841
2798
  "motionVarPrefixes": []
2842
2799
  },
2843
- "InputHelpTextInternal": {
2844
- "name": "InputHelpTextInternal",
2845
- "defaultProps": {},
2800
+ "Radio": {
2801
+ "name": "Radio",
2802
+ "defaultProps": {
2803
+ "labelPosition": "start",
2804
+ "variant": "primary",
2805
+ "size": "md",
2806
+ "value": ""
2807
+ },
2846
2808
  "getStylesLiterals": {
2847
- "inputVariantHelperText": "default",
2848
- "inputVariantValueHelperText": "empty",
2849
- "inputVariantValueHelperText:1": "filled",
2850
- "inputVariantHelperIcon": "default",
2851
- "inputVariantValueHelperIcon": "empty",
2852
- "inputVariantValueHelperIcon:1": "filled"
2809
+ "radioVariantValueRoot": "checked",
2810
+ "radioVariantValueRoot:1": "unchecked",
2811
+ "display": "flex",
2812
+ "flexDirection": "row",
2813
+ "flexDirection:1": "row-reverse",
2814
+ "alignItems": "center",
2815
+ "radioVariantValueRadio": "checked",
2816
+ "radioVariantValueRadio:1": "unchecked",
2817
+ "radioVariantValueRadioCircle": "checked",
2818
+ "radioVariantValueRadioCircle:1": "unchecked"
2853
2819
  },
2854
- "cxLiterals": [],
2820
+ "cxLiterals": [
2821
+ "cursor-pointer",
2822
+ "cursor-default",
2823
+ "opacity-50",
2824
+ "border",
2825
+ "uds-ring",
2826
+ "uds-ring-within",
2827
+ "transition-[background-color,border-color]",
2828
+ "transition-shadow",
2829
+ "pointer-events-none",
2830
+ "w-[8px]",
2831
+ "h-[8px]",
2832
+ "transition-opacity",
2833
+ "cursor-[inherit]",
2834
+ "absolute",
2835
+ "opacity-0",
2836
+ "top-1/2",
2837
+ "left-1/2",
2838
+ "w-[calc(100%+2px)]",
2839
+ "h-[calc(100%+2px)]",
2840
+ "transform",
2841
+ "translate-x-[-50%]",
2842
+ "translate-y-[-50%]",
2843
+ "text-start",
2844
+ "text-end"
2845
+ ],
2855
2846
  "internalComponents": [
2856
- "IconSlot",
2857
- "HStack"
2847
+ "Box",
2848
+ "FormLabel",
2849
+ "SpringMotionConfig",
2850
+ "RootElement",
2851
+ "MotionBox"
2858
2852
  ],
2859
2853
  "internalComponentProps": {
2860
- "HStack": {
2861
- "gap": [
2862
- "1"
2854
+ "Box": {
2855
+ "borderRadius": [
2856
+ "full"
2857
+ ]
2858
+ },
2859
+ "FormLabel": {
2860
+ "as": [
2861
+ "div"
2862
+ ],
2863
+ "variant": [
2864
+ "inherit"
2865
+ ],
2866
+ "color": [
2867
+ "inherit"
2868
+ ]
2869
+ },
2870
+ "RootElement": {
2871
+ "data-testid": [
2872
+ "container"
2873
+ ]
2874
+ },
2875
+ "MotionBox": {
2876
+ "position": [
2877
+ "relative"
2878
+ ],
2879
+ "borderRadius": [
2880
+ "full"
2863
2881
  ],
2864
2882
  "alignItems": [
2865
2883
  "center"
2884
+ ],
2885
+ "justifyContent": [
2886
+ "center"
2887
+ ],
2888
+ "flex": [
2889
+ "none"
2866
2890
  ]
2867
2891
  }
2868
2892
  },
2869
2893
  "propToVariantKeys": {
2870
2894
  "size": [
2871
- "inputSizeHelperText",
2872
- "inputSizeHelperIcon"
2895
+ "radioSizeRoot",
2896
+ "radioSizeRadio"
2873
2897
  ],
2874
- "startIcon": [
2875
- "icon"
2898
+ "variant": [
2899
+ "radioVariantRoot",
2900
+ "radioVariantRadio",
2901
+ "radioVariantRadioCircle"
2876
2902
  ],
2877
- "endIcon": [
2878
- "icon"
2903
+ "reduceMotion": [
2904
+ "reducedMotion"
2879
2905
  ]
2880
2906
  },
2881
2907
  "runtimeConfigDefaultProps": {},
2882
2908
  "runtimeConfigGetStyles": {},
2883
2909
  "runtimeConfigInternalComponentProps": {},
2884
- "motionVarPrefixes": []
2910
+ "motionVarPrefixes": [
2911
+ "--uds-motion-subtle-3-",
2912
+ "--uds-motion-smooth-3-"
2913
+ ]
2885
2914
  },
2886
- "Menu.Item": {
2887
- "name": "Menu.Item",
2915
+ "RadioGroupProvider": {
2916
+ "name": "RadioGroupProvider",
2888
2917
  "defaultProps": {},
2889
- "getStylesLiterals": {
2890
- "menuitemItemVariantRoot": "default",
2891
- "menuitemItemVariantActiveRoot": "on",
2892
- "menuitemItemVariantActiveRoot:1": "off",
2893
- "menuitemItemVariantText": "default",
2894
- "menuitemItemVariantActiveText": "on",
2895
- "menuitemItemVariantActiveText:1": "off",
2896
- "menuitemItemVariantIcon": "default",
2897
- "menuitemItemVariantActiveIcon": "on",
2898
- "menuitemItemVariantActiveIcon:1": "off"
2899
- },
2918
+ "getStylesLiterals": {},
2900
2919
  "cxLiterals": [],
2901
2920
  "internalComponents": [
2902
- "MenuItemBase"
2921
+ "DivProps",
2922
+ "Comp",
2923
+ "RadioGroupContext.Provider"
2903
2924
  ],
2904
- "internalComponentProps": {},
2905
- "propToVariantKeys": {},
2906
- "runtimeConfigDefaultProps": {},
2907
- "runtimeConfigGetStyles": {},
2908
- "runtimeConfigInternalComponentProps": {},
2909
- "motionVarPrefixes": []
2910
- },
2911
- "Menu.index": {
2912
- "name": "Menu.index",
2913
- "defaultProps": {},
2914
- "getStylesLiterals": {},
2915
- "cxLiterals": [],
2916
- "internalComponents": [],
2917
- "internalComponentProps": {},
2925
+ "internalComponentProps": {
2926
+ "Comp": {
2927
+ "role": [
2928
+ "radiogroup"
2929
+ ]
2930
+ }
2931
+ },
2918
2932
  "propToVariantKeys": {},
2919
2933
  "runtimeConfigDefaultProps": {},
2920
2934
  "runtimeConfigGetStyles": {},
2921
2935
  "runtimeConfigInternalComponentProps": {},
2922
2936
  "motionVarPrefixes": []
2923
2937
  },
2924
- "Menu": {
2925
- "name": "Menu",
2938
+ "RadioGroupStore": {
2939
+ "name": "RadioGroupStore",
2926
2940
  "defaultProps": {},
2927
2941
  "getStylesLiterals": {},
2928
2942
  "cxLiterals": [],
@@ -2934,39 +2948,77 @@
2934
2948
  "runtimeConfigInternalComponentProps": {},
2935
2949
  "motionVarPrefixes": []
2936
2950
  },
2937
- "Menu.Content": {
2938
- "name": "Menu.Content",
2951
+ "Tab": {
2952
+ "name": "Tab",
2939
2953
  "defaultProps": {
2940
- "size": "default",
2941
- "variant": "default",
2942
- "gutter": "1"
2954
+ "variant": "primary"
2955
+ },
2956
+ "getStylesLiterals": {
2957
+ "tabSizeRoot": "default",
2958
+ "tabVariantActiveRoot": "off",
2959
+ "tabVariantActiveRoot:1": "on",
2960
+ "tabSizeIcon": "default"
2943
2961
  },
2944
- "getStylesLiterals": {},
2945
2962
  "cxLiterals": [
2946
- "uds-menu-content",
2947
- "transition-shadow",
2948
- "duration-200",
2949
- "ease-in-out",
2950
- "min-w-60",
2951
- "max-w-lg",
2952
- "max-h-96",
2953
- "overflow-auto",
2963
+ "pointer-events-none",
2964
+ "absolute",
2965
+ "bottom-0",
2966
+ "left-0",
2967
+ "right-0",
2968
+ "h-[var(--uds-tab-underline-width,0px)]",
2969
+ "bg-[var(--uds-tab-underline-color,transparent)]",
2970
+ "transition-[height,background-color]",
2971
+ "duration-[240ms]",
2972
+ "ease-[cubic-bezier(0.2,0,0,1)]",
2973
+ "!bg-transparent",
2974
+ "!shadow-none",
2975
+ "inline-flex",
2976
+ "items-center",
2977
+ "shrink-0",
2978
+ "box-border",
2979
+ "relative",
2980
+ "z-[1]",
2981
+ "cursor-pointer",
2982
+ "select-none",
2983
+ "whitespace-nowrap",
2954
2984
  "uds-ring",
2955
- "z-10",
2956
- "group"
2985
+ "opacity-50",
2986
+ "cursor-default",
2987
+ "border-solid",
2988
+ "border-b-solid",
2989
+ "transition-colors"
2957
2990
  ],
2958
2991
  "internalComponents": [
2959
- "AriakitMenu",
2960
- "AnimatePresence",
2961
- "MotionVStack"
2992
+ "IconSlot",
2993
+ "AriakitTab",
2994
+ "Text"
2962
2995
  ],
2963
- "internalComponentProps": {},
2996
+ "internalComponentProps": {
2997
+ "Text": {
2998
+ "variant": [
2999
+ "inherit"
3000
+ ],
3001
+ "as": [
3002
+ "span"
3003
+ ],
3004
+ "color": [
3005
+ "current"
3006
+ ]
3007
+ }
3008
+ },
2964
3009
  "propToVariantKeys": {
2965
- "size": [
2966
- "menucontentSizeRoot"
3010
+ "variant": [
3011
+ "tabVariantRoot",
3012
+ "tabVariantIcon"
3013
+ ],
3014
+ "activeState": [
3015
+ "tabVariantActiveIcon"
3016
+ ],
3017
+ "startIcon": [
3018
+ "icon"
2967
3019
  ],
2968
- "variant": [
2969
- "menucontentVariantRoot"
3020
+ "endIcon": [
3021
+ "icon"
2970
3022
  ]
2971
3023
  },
2972
3024
  "runtimeConfigDefaultProps": {},
@@ -2974,212 +3026,287 @@
2974
3026
  "runtimeConfigInternalComponentProps": {},
2975
3027
  "motionVarPrefixes": []
2976
3028
  },
2977
- "Menu.Trigger": {
2978
- "name": "Menu.Trigger",
2979
- "defaultProps": {},
2980
- "getStylesLiterals": {},
3029
+ "TabList": {
3030
+ "name": "TabList",
3031
+ "defaultProps": {
3032
+ "variant": "primary"
3033
+ },
3034
+ "getStylesLiterals": {
3035
+ "tabSizeRoot": "default",
3036
+ "tabVariantActiveRoot": "on"
3037
+ },
2981
3038
  "cxLiterals": [
2982
- "uds-menu-trigger"
3039
+ "pointer-events-none",
3040
+ "absolute",
3041
+ "bottom-0",
3042
+ "left-0",
3043
+ "right-0",
3044
+ "h-[var(--uds-tab-underline-width,0px)]",
3045
+ "bg-[var(--uds-tab-underline-color,transparent)]",
3046
+ "transition-[height,background-color]",
3047
+ "duration-[240ms]",
3048
+ "ease-[cubic-bezier(0.2,0,0,1)]",
3049
+ "!m-0",
3050
+ "!p-0",
3051
+ "!gap-0",
3052
+ "box-border",
3053
+ "z-0",
3054
+ "min-w-0",
3055
+ "min-h-0",
3056
+ "flex",
3057
+ "flex-row",
3058
+ "items-center",
3059
+ "overflow-x-auto",
3060
+ "overflow-y-clip",
3061
+ "scrollbar-none",
3062
+ "[overflow-clip-margin:6px]",
3063
+ "overflow-clip",
3064
+ "[overflow-clip-margin:8px]",
3065
+ "relative"
2983
3066
  ],
2984
3067
  "internalComponents": [
2985
- "AriakitMenuTrigger",
2986
- "Box"
3068
+ "AriakitTabList"
2987
3069
  ],
2988
- "internalComponentProps": {
2989
- "Box": {
2990
- "className": [
2991
- "uds-ring h-fit w-fit"
2992
- ]
2993
- }
3070
+ "internalComponentProps": {},
3071
+ "propToVariantKeys": {
3072
+ "variant": [
3073
+ "tabsVariantRoot",
3074
+ "tabVariantRoot"
3075
+ ]
2994
3076
  },
2995
- "propToVariantKeys": {},
2996
3077
  "runtimeConfigDefaultProps": {},
2997
3078
  "runtimeConfigGetStyles": {},
2998
3079
  "runtimeConfigInternalComponentProps": {},
2999
3080
  "motionVarPrefixes": []
3000
3081
  },
3001
- "Menu.Divider": {
3002
- "name": "Menu.Divider",
3003
- "defaultProps": {
3004
- "role": "separator",
3005
- "contentPosition": "start",
3006
- "gap": "4"
3007
- },
3008
- "getStylesLiterals": {
3009
- "menuitemDividerVariantRoot": "default",
3010
- "menuitemDividerVariantText": "default",
3011
- "menuitemDividerVariantLine": "default"
3012
- },
3082
+ "TabPanel": {
3083
+ "name": "TabPanel",
3084
+ "defaultProps": {},
3085
+ "getStylesLiterals": {},
3013
3086
  "cxLiterals": [],
3014
3087
  "internalComponents": [
3015
- "DividerInternal"
3088
+ "AriakitTabPanel"
3016
3089
  ],
3017
- "internalComponentProps": {
3018
- "DividerInternal": {
3019
- "variant": [
3020
- "inherit"
3021
- ]
3022
- }
3023
- },
3090
+ "internalComponentProps": {},
3024
3091
  "propToVariantKeys": {},
3025
3092
  "runtimeConfigDefaultProps": {},
3026
3093
  "runtimeConfigGetStyles": {},
3027
3094
  "runtimeConfigInternalComponentProps": {},
3028
3095
  "motionVarPrefixes": []
3029
3096
  },
3030
- "Menu.Provider": {
3031
- "name": "Menu.Provider",
3032
- "defaultProps": {},
3097
+ "Tabs": {
3098
+ "name": "Tabs",
3099
+ "defaultProps": {
3100
+ "variant": "primary"
3101
+ },
3033
3102
  "getStylesLiterals": {},
3034
3103
  "cxLiterals": [],
3035
3104
  "internalComponents": [
3036
- "AriakitMenuProvider",
3037
- "SpringMotionConfig"
3105
+ "TabsContext.Provider",
3106
+ "TabProvider"
3038
3107
  ],
3039
3108
  "internalComponentProps": {},
3040
- "propToVariantKeys": {},
3109
+ "propToVariantKeys": {
3110
+ "onSelectionChange": [
3111
+ "setSelectedId"
3112
+ ]
3113
+ },
3041
3114
  "runtimeConfigDefaultProps": {},
3042
3115
  "runtimeConfigGetStyles": {},
3043
3116
  "runtimeConfigInternalComponentProps": {},
3044
- "motionVarPrefixes": [
3045
- "--uds-motion-subtle-3-",
3046
- "--uds-motion-smooth-3-"
3047
- ]
3117
+ "motionVarPrefixes": []
3048
3118
  },
3049
- "Menu.ItemCheckbox": {
3050
- "name": "Menu.ItemCheckbox",
3119
+ "Toast": {
3120
+ "name": "Toast",
3051
3121
  "defaultProps": {},
3052
3122
  "getStylesLiterals": {
3053
- "menuitemItemCheckboxVariantRoot": "default",
3054
- "menuitemItemCheckboxVariantActiveRoot": "on",
3055
- "menuitemItemCheckboxVariantActiveRoot:1": "off",
3056
- "menuitemItemCheckboxVariantText": "default",
3057
- "menuitemItemCheckboxVariantActiveText": "on",
3058
- "menuitemItemCheckboxVariantActiveText:1": "off",
3059
- "menuitemItemCheckboxVariantStartIcon": "default",
3060
- "menuitemItemCheckboxVariantActiveStartIcon": "on",
3061
- "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
3062
- "menuitemItemCheckboxVariantEndIcon": "default",
3063
- "menuitemItemCheckboxVariantActiveEndIcon": "on",
3064
- "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
3123
+ "className": "animate-spin",
3124
+ "className:1": "flex-none",
3125
+ "spacing": "2",
3126
+ "borderRadius": "full"
3065
3127
  },
3066
3128
  "cxLiterals": [
3067
- "uds-menu-item-checkbox"
3129
+ "duration-0",
3130
+ "duration-120",
3131
+ "transition-[background-color]",
3132
+ "bg-carbon-15/0",
3133
+ "hover:bg-carbon-15/10",
3134
+ "active:bg-carbon-15/15",
3135
+ "uds-ring"
3068
3136
  ],
3069
3137
  "internalComponents": [
3070
- "MenuItemBase"
3138
+ "IconSlot",
3139
+ "ToastContainer",
3140
+ "Text",
3141
+ "Button",
3142
+ "Pressable"
3071
3143
  ],
3072
3144
  "internalComponentProps": {},
3073
- "propToVariantKeys": {},
3074
- "runtimeConfigDefaultProps": {},
3075
- "runtimeConfigGetStyles": {},
3076
- "runtimeConfigInternalComponentProps": {},
3077
- "motionVarPrefixes": []
3078
- },
3079
- "Menu.ItemBase": {
3080
- "name": "Menu.ItemBase",
3081
- "defaultProps": {
3082
- "spacing": "0",
3083
- "spacingHorizontal": "4",
3084
- "spacingVertical": "3.5",
3085
- "columnGap": "2",
3086
- "alignItems": "center",
3087
- "justifyContent": "space-between"
3145
+ "propToVariantKeys": {
3146
+ "size": [
3147
+ "toastSizeLabel",
3148
+ "toastSizeIcon",
3149
+ "toastSizeActionButton",
3150
+ "toastSizeCloseIcon"
3151
+ ],
3152
+ "variant": [
3153
+ "toastVariantIcon",
3154
+ "toastVariantActionButton",
3155
+ "toastVariantCloseIcon"
3156
+ ],
3157
+ "closeIcon": [
3158
+ "icon"
3159
+ ],
3160
+ "onClickActionButton": [
3161
+ "onClick"
3162
+ ]
3088
3163
  },
3089
- "getStylesLiterals": {
3090
- "textAlign": "start",
3091
- "menuitemSizeRoot": "default",
3092
- "flexDirection": "row",
3093
- "menuitemSizeStartIcon": "default",
3094
- "menuitemSizeEndIcon": "default"
3164
+ "runtimeConfigDefaultProps": {
3165
+ "size": "toast.defaultSize",
3166
+ "variant": "toast.defaultVariant"
3095
3167
  },
3096
- "cxLiterals": [
3097
- "flex",
3098
- "focus-visible:text-brand",
3099
- "focus-visible:bg-brand-secondary",
3100
- "focus-visible:z-10",
3101
- "uds-ring",
3102
- "!-outline-offset-2",
3103
- "[&:not([aria-checked])]:cursor-default",
3104
- "opacity-25",
3105
- "cursor-not-allowed",
3106
- "duration-20",
3107
- "transition-[font-variation-settings]",
3108
- "ease-in-out",
3109
- "z-0",
3110
- "uds-start-icon",
3111
- "uds-end-icon"
3168
+ "runtimeConfigGetStyles": {
3169
+ "toastSizeLabel": [
3170
+ "toast.defaultSize"
3171
+ ],
3172
+ "toastVariantIcon": [
3173
+ "toast.defaultVariant"
3174
+ ],
3175
+ "toastSizeIcon": [
3176
+ "toast.defaultSize"
3177
+ ],
3178
+ "toastSizeActionButton": [
3179
+ "toast.defaultSize"
3180
+ ],
3181
+ "toastVariantActionButton": [
3182
+ "toast.defaultVariant"
3183
+ ],
3184
+ "toastVariantCloseIcon": [
3185
+ "toast.defaultVariant"
3186
+ ],
3187
+ "toastSizeCloseIcon": [
3188
+ "toast.defaultSize"
3189
+ ]
3190
+ },
3191
+ "runtimeConfigInternalComponentProps": {
3192
+ "ToastContainer": {
3193
+ "size": [
3194
+ "toast.defaultSize"
3195
+ ],
3196
+ "variant": [
3197
+ "toast.defaultVariant"
3198
+ ]
3199
+ },
3200
+ "Text": {
3201
+ "variant": [
3202
+ "toast.textVariant.${size}"
3203
+ ],
3204
+ "color": [
3205
+ "toast.textColor.${variant}"
3206
+ ]
3207
+ },
3208
+ "Button": {
3209
+ "size": [
3210
+ "toast.buttonSize.${size}"
3211
+ ],
3212
+ "variant": [
3213
+ "toast.buttonVariant.${variant}"
3214
+ ]
3215
+ }
3216
+ },
3217
+ "motionVarPrefixes": []
3218
+ },
3219
+ "ToastContainer": {
3220
+ "name": "ToastContainer",
3221
+ "defaultProps": {},
3222
+ "getStylesLiterals": {
3223
+ "position": "relative",
3224
+ "alignItems": "center",
3225
+ "display": "flex",
3226
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
3227
+ },
3228
+ "cxLiterals": [
3229
+ "w-full"
3112
3230
  ],
3113
3231
  "internalComponents": [
3114
- "Pressable",
3115
- "IconSlot",
3116
- "RootComponent",
3117
- "HStack",
3118
- "AnimatePresence"
3232
+ "HStack"
3119
3233
  ],
3120
3234
  "internalComponentProps": {
3121
3235
  "HStack": {
3122
3236
  "alignItems": [
3123
3237
  "center"
3124
3238
  ],
3125
- "width": [
3126
- "full"
3127
- ]
3128
- },
3129
- "AnimatePresence": {
3130
- "mode": [
3131
- "popLayout"
3239
+ "justifyContent": [
3240
+ "space-between"
3241
+ ],
3242
+ "overflow": [
3243
+ "hidden"
3244
+ ],
3245
+ "position": [
3246
+ "relative"
3132
3247
  ]
3133
3248
  }
3134
3249
  },
3135
3250
  "propToVariantKeys": {
3136
- "startIconClassName": [
3137
- "className"
3138
- ],
3139
- "endIconClassName": [
3140
- "className"
3141
- ],
3142
- "startIcon": [
3143
- "icon"
3251
+ "variant": [
3252
+ "toastVariantRoot"
3144
3253
  ],
3145
- "endIcon": [
3146
- "icon"
3254
+ "size": [
3255
+ "toastSizeRoot"
3256
+ ]
3257
+ },
3258
+ "runtimeConfigDefaultProps": {
3259
+ "size": "toast.defaultSize",
3260
+ "variant": "toast.defaultVariant"
3261
+ },
3262
+ "runtimeConfigGetStyles": {
3263
+ "toastVariantRoot": [
3264
+ "toast.defaultVariant"
3147
3265
  ],
3148
- "columnGap": [
3149
- "gap"
3266
+ "toastSizeRoot": [
3267
+ "toast.defaultSize"
3150
3268
  ]
3151
3269
  },
3152
- "runtimeConfigDefaultProps": {},
3153
- "runtimeConfigGetStyles": {},
3154
- "runtimeConfigInternalComponentProps": {},
3270
+ "runtimeConfigInternalComponentProps": {
3271
+ "HStack": {
3272
+ "backgroundColor": [
3273
+ "toast.backgroundColor.${variant}"
3274
+ ]
3275
+ }
3276
+ },
3155
3277
  "motionVarPrefixes": []
3156
3278
  },
3157
- "UDSBreakpointsConfigProvider": {
3158
- "name": "UDSBreakpointsConfigProvider",
3279
+ "ToastPortal": {
3280
+ "name": "ToastPortal",
3159
3281
  "defaultProps": {},
3160
3282
  "getStylesLiterals": {},
3161
3283
  "cxLiterals": [],
3162
3284
  "internalComponents": [
3163
- "UDSBreakpointsConfigContext.Provider"
3285
+ "ReactToastifyToastContainer"
3164
3286
  ],
3165
3287
  "internalComponentProps": {},
3166
3288
  "propToVariantKeys": {},
3167
- "runtimeConfigDefaultProps": {},
3289
+ "runtimeConfigDefaultProps": {
3290
+ "size": "toast.defaultSize",
3291
+ "variant": "toast.defaultVariant"
3292
+ },
3168
3293
  "runtimeConfigGetStyles": {},
3169
- "runtimeConfigInternalComponentProps": {},
3294
+ "runtimeConfigInternalComponentProps": {
3295
+ "ReactToastifyToastContainer": {
3296
+ "autoClose": [
3297
+ "toast.autoClose"
3298
+ ]
3299
+ }
3300
+ },
3170
3301
  "motionVarPrefixes": []
3171
3302
  },
3172
- "UDSConfigProvider": {
3173
- "name": "UDSConfigProvider",
3303
+ "UDSToastConfigProvider": {
3304
+ "name": "UDSToastConfigProvider",
3174
3305
  "defaultProps": {},
3175
3306
  "getStylesLiterals": {},
3176
3307
  "cxLiterals": [],
3177
3308
  "internalComponents": [
3178
- "UDSBreakpointsConfigProvider",
3179
- "UDSBottomSheetConfigProvider",
3180
- "UDSToastConfigProvider",
3181
- "UDSTooltipConfigProvider",
3182
- "UDSPopoverConfigProvider"
3309
+ "ToastContext.Provider"
3183
3310
  ],
3184
3311
  "internalComponentProps": {},
3185
3312
  "propToVariantKeys": {},
@@ -3283,21 +3410,6 @@
3283
3410
  "runtimeConfigInternalComponentProps": {},
3284
3411
  "motionVarPrefixes": []
3285
3412
  },
3286
- "UDSTooltipConfigProvider": {
3287
- "name": "UDSTooltipConfigProvider",
3288
- "defaultProps": {},
3289
- "getStylesLiterals": {},
3290
- "cxLiterals": [],
3291
- "internalComponents": [
3292
- "TooltipContext.Provider"
3293
- ],
3294
- "internalComponentProps": {},
3295
- "propToVariantKeys": {},
3296
- "runtimeConfigDefaultProps": {},
3297
- "runtimeConfigGetStyles": {},
3298
- "runtimeConfigInternalComponentProps": {},
3299
- "motionVarPrefixes": []
3300
- },
3301
3413
  "TooltipTrigger": {
3302
3414
  "name": "TooltipTrigger",
3303
3415
  "defaultProps": {},
@@ -3323,35 +3435,29 @@
3323
3435
  "runtimeConfigInternalComponentProps": {},
3324
3436
  "motionVarPrefixes": []
3325
3437
  },
3326
- "RadioGroupProvider": {
3327
- "name": "RadioGroupProvider",
3438
+ "UDSTooltipConfigProvider": {
3439
+ "name": "UDSTooltipConfigProvider",
3328
3440
  "defaultProps": {},
3329
3441
  "getStylesLiterals": {},
3330
3442
  "cxLiterals": [],
3331
3443
  "internalComponents": [
3332
- "DivProps",
3333
- "Comp",
3334
- "RadioGroupContext.Provider"
3444
+ "TooltipContext.Provider"
3335
3445
  ],
3336
- "internalComponentProps": {
3337
- "Comp": {
3338
- "role": [
3339
- "radiogroup"
3340
- ]
3341
- }
3342
- },
3446
+ "internalComponentProps": {},
3343
3447
  "propToVariantKeys": {},
3344
3448
  "runtimeConfigDefaultProps": {},
3345
3449
  "runtimeConfigGetStyles": {},
3346
3450
  "runtimeConfigInternalComponentProps": {},
3347
3451
  "motionVarPrefixes": []
3348
3452
  },
3349
- "RadioGroupStore": {
3350
- "name": "RadioGroupStore",
3453
+ "UDSBreakpointsConfigProvider": {
3454
+ "name": "UDSBreakpointsConfigProvider",
3351
3455
  "defaultProps": {},
3352
3456
  "getStylesLiterals": {},
3353
3457
  "cxLiterals": [],
3354
- "internalComponents": [],
3458
+ "internalComponents": [
3459
+ "UDSBreakpointsConfigContext.Provider"
3460
+ ],
3355
3461
  "internalComponentProps": {},
3356
3462
  "propToVariantKeys": {},
3357
3463
  "runtimeConfigDefaultProps": {},
@@ -3359,119 +3465,23 @@
3359
3465
  "runtimeConfigInternalComponentProps": {},
3360
3466
  "motionVarPrefixes": []
3361
3467
  },
3362
- "Radio": {
3363
- "name": "Radio",
3364
- "defaultProps": {
3365
- "labelPosition": "start",
3366
- "variant": "primary",
3367
- "size": "md",
3368
- "value": ""
3369
- },
3370
- "getStylesLiterals": {
3371
- "radioVariantValueRoot": "checked",
3372
- "radioVariantValueRoot:1": "unchecked",
3373
- "display": "flex",
3374
- "flexDirection": "row",
3375
- "flexDirection:1": "row-reverse",
3376
- "alignItems": "center",
3377
- "radioVariantValueRadio": "checked",
3378
- "radioVariantValueRadio:1": "unchecked",
3379
- "radioVariantValueRadioCircle": "checked",
3380
- "radioVariantValueRadioCircle:1": "unchecked"
3381
- },
3382
- "cxLiterals": [
3383
- "cursor-pointer",
3384
- "cursor-default",
3385
- "opacity-50",
3386
- "border",
3387
- "uds-ring",
3388
- "uds-ring-within",
3389
- "transition-[background-color,border-color]",
3390
- "transition-shadow",
3391
- "pointer-events-none",
3392
- "w-[8px]",
3393
- "h-[8px]",
3394
- "transition-opacity",
3395
- "cursor-[inherit]",
3396
- "absolute",
3397
- "opacity-0",
3398
- "top-1/2",
3399
- "left-1/2",
3400
- "w-[calc(100%+2px)]",
3401
- "h-[calc(100%+2px)]",
3402
- "transform",
3403
- "translate-x-[-50%]",
3404
- "translate-y-[-50%]",
3405
- "text-start",
3406
- "text-end"
3407
- ],
3468
+ "UDSConfigProvider": {
3469
+ "name": "UDSConfigProvider",
3470
+ "defaultProps": {},
3471
+ "getStylesLiterals": {},
3472
+ "cxLiterals": [],
3408
3473
  "internalComponents": [
3409
- "Box",
3410
- "FormLabel",
3411
- "SpringMotionConfig",
3412
- "RootElement",
3413
- "MotionBox"
3474
+ "UDSBreakpointsConfigProvider",
3475
+ "UDSBottomSheetConfigProvider",
3476
+ "UDSToastConfigProvider",
3477
+ "UDSTooltipConfigProvider",
3478
+ "UDSPopoverConfigProvider"
3414
3479
  ],
3415
- "internalComponentProps": {
3416
- "Box": {
3417
- "borderRadius": [
3418
- "full"
3419
- ]
3420
- },
3421
- "FormLabel": {
3422
- "as": [
3423
- "div"
3424
- ],
3425
- "variant": [
3426
- "inherit"
3427
- ],
3428
- "color": [
3429
- "inherit"
3430
- ]
3431
- },
3432
- "RootElement": {
3433
- "data-testid": [
3434
- "container"
3435
- ]
3436
- },
3437
- "MotionBox": {
3438
- "position": [
3439
- "relative"
3440
- ],
3441
- "borderRadius": [
3442
- "full"
3443
- ],
3444
- "alignItems": [
3445
- "center"
3446
- ],
3447
- "justifyContent": [
3448
- "center"
3449
- ],
3450
- "flex": [
3451
- "none"
3452
- ]
3453
- }
3454
- },
3455
- "propToVariantKeys": {
3456
- "size": [
3457
- "radioSizeRoot",
3458
- "radioSizeRadio"
3459
- ],
3460
- "variant": [
3461
- "radioVariantRoot",
3462
- "radioVariantRadio",
3463
- "radioVariantRadioCircle"
3464
- ],
3465
- "reduceMotion": [
3466
- "reducedMotion"
3467
- ]
3468
- },
3480
+ "internalComponentProps": {},
3481
+ "propToVariantKeys": {},
3469
3482
  "runtimeConfigDefaultProps": {},
3470
3483
  "runtimeConfigGetStyles": {},
3471
3484
  "runtimeConfigInternalComponentProps": {},
3472
- "motionVarPrefixes": [
3473
- "--uds-motion-subtle-3-",
3474
- "--uds-motion-smooth-3-"
3475
- ]
3485
+ "motionVarPrefixes": []
3476
3486
  }
3477
3487
  }