@yahoo/uds 3.117.5 → 3.117.6

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.
@@ -1,121 +1,4 @@
1
1
  {
2
- "Box": {
3
- "name": "Box",
4
- "defaultProps": {
5
- "as": "div",
6
- "display": "flex"
7
- },
8
- "getStylesLiterals": {},
9
- "cxLiterals": [],
10
- "internalComponents": [
11
- "Comp"
12
- ],
13
- "internalComponentProps": {},
14
- "propToVariantKeys": {
15
- "elevationAlias": [
16
- "backgroundColor",
17
- "borderColor",
18
- "borderWidth",
19
- "dropShadow"
20
- ]
21
- },
22
- "motionVarPrefixes": []
23
- },
24
- "FormLabel": {
25
- "name": "FormLabel",
26
- "defaultProps": {
27
- "color": "muted",
28
- "variant": "label3",
29
- "as": "label"
30
- },
31
- "getStylesLiterals": {},
32
- "cxLiterals": [
33
- "cursor-[inherit]"
34
- ],
35
- "internalComponents": [
36
- "Text"
37
- ],
38
- "internalComponentProps": {
39
- "Text": {
40
- "as": [
41
- "sup"
42
- ],
43
- "variant": [
44
- "inherit"
45
- ],
46
- "spacingStart": [
47
- "0.5"
48
- ]
49
- }
50
- },
51
- "propToVariantKeys": {},
52
- "motionVarPrefixes": []
53
- },
54
- "HStack": {
55
- "name": "HStack",
56
- "defaultProps": {},
57
- "getStylesLiterals": {},
58
- "cxLiterals": [],
59
- "internalComponents": [
60
- "Box"
61
- ],
62
- "internalComponentProps": {
63
- "Box": {
64
- "flexDirection": [
65
- "row"
66
- ]
67
- }
68
- },
69
- "propToVariantKeys": {
70
- "gap": [
71
- "rowGap",
72
- "columnGap"
73
- ]
74
- },
75
- "motionVarPrefixes": []
76
- },
77
- "Icon": {
78
- "name": "Icon",
79
- "defaultProps": {
80
- "size": "md",
81
- "variant": "outline",
82
- "color": "primary"
83
- },
84
- "getStylesLiterals": {
85
- "flex": "none"
86
- },
87
- "cxLiterals": [
88
- "[&_path]:fill-current"
89
- ],
90
- "internalComponents": [
91
- "SVGIcon"
92
- ],
93
- "internalComponentProps": {},
94
- "propToVariantKeys": {},
95
- "motionVarPrefixes": []
96
- },
97
- "IconSlot": {
98
- "name": "IconSlot",
99
- "defaultProps": {},
100
- "getStylesLiterals": {},
101
- "cxLiterals": [],
102
- "internalComponents": [
103
- "Icon"
104
- ],
105
- "internalComponentProps": {},
106
- "propToVariantKeys": {},
107
- "motionVarPrefixes": []
108
- },
109
- "Image": {
110
- "name": "Image",
111
- "defaultProps": {},
112
- "getStylesLiterals": {},
113
- "cxLiterals": [],
114
- "internalComponents": [],
115
- "internalComponentProps": {},
116
- "propToVariantKeys": {},
117
- "motionVarPrefixes": []
118
- },
119
2
  "Link": {
120
3
  "name": "Link",
121
4
  "defaultProps": {
@@ -166,6 +49,51 @@
166
49
  },
167
50
  "motionVarPrefixes": []
168
51
  },
52
+ "VStack": {
53
+ "name": "VStack",
54
+ "defaultProps": {},
55
+ "getStylesLiterals": {},
56
+ "cxLiterals": [],
57
+ "internalComponents": [
58
+ "Box"
59
+ ],
60
+ "internalComponentProps": {
61
+ "Box": {
62
+ "flexDirection": [
63
+ "column"
64
+ ]
65
+ }
66
+ },
67
+ "propToVariantKeys": {
68
+ "gap": [
69
+ "columnGap",
70
+ "rowGap"
71
+ ]
72
+ },
73
+ "motionVarPrefixes": []
74
+ },
75
+ "Box": {
76
+ "name": "Box",
77
+ "defaultProps": {
78
+ "as": "div",
79
+ "display": "flex"
80
+ },
81
+ "getStylesLiterals": {},
82
+ "cxLiterals": [],
83
+ "internalComponents": [
84
+ "Comp"
85
+ ],
86
+ "internalComponentProps": {},
87
+ "propToVariantKeys": {
88
+ "elevationAlias": [
89
+ "backgroundColor",
90
+ "borderColor",
91
+ "borderWidth",
92
+ "dropShadow"
93
+ ]
94
+ },
95
+ "motionVarPrefixes": []
96
+ },
169
97
  "Scrim": {
170
98
  "name": "Scrim",
171
99
  "defaultProps": {
@@ -202,6 +130,26 @@
202
130
  },
203
131
  "motionVarPrefixes": []
204
132
  },
133
+ "Icon": {
134
+ "name": "Icon",
135
+ "defaultProps": {
136
+ "size": "md",
137
+ "variant": "outline",
138
+ "color": "primary"
139
+ },
140
+ "getStylesLiterals": {
141
+ "flex": "none"
142
+ },
143
+ "cxLiterals": [
144
+ "[&_path]:fill-current"
145
+ ],
146
+ "internalComponents": [
147
+ "SVGIcon"
148
+ ],
149
+ "internalComponentProps": {},
150
+ "propToVariantKeys": {},
151
+ "motionVarPrefixes": []
152
+ },
205
153
  "SvgFloatingOverlay": {
206
154
  "name": "SvgFloatingOverlay",
207
155
  "defaultProps": {},
@@ -250,6 +198,36 @@
250
198
  },
251
199
  "motionVarPrefixes": []
252
200
  },
201
+ "FormLabel": {
202
+ "name": "FormLabel",
203
+ "defaultProps": {
204
+ "color": "muted",
205
+ "variant": "label3",
206
+ "as": "label"
207
+ },
208
+ "getStylesLiterals": {},
209
+ "cxLiterals": [
210
+ "cursor-[inherit]"
211
+ ],
212
+ "internalComponents": [
213
+ "Text"
214
+ ],
215
+ "internalComponentProps": {
216
+ "Text": {
217
+ "as": [
218
+ "sup"
219
+ ],
220
+ "variant": [
221
+ "inherit"
222
+ ],
223
+ "spacingStart": [
224
+ "0.5"
225
+ ]
226
+ }
227
+ },
228
+ "propToVariantKeys": {},
229
+ "motionVarPrefixes": []
230
+ },
253
231
  "Text": {
254
232
  "name": "Text",
255
233
  "defaultProps": {
@@ -274,8 +252,20 @@
274
252
  },
275
253
  "motionVarPrefixes": []
276
254
  },
277
- "VStack": {
278
- "name": "VStack",
255
+ "IconSlot": {
256
+ "name": "IconSlot",
257
+ "defaultProps": {},
258
+ "getStylesLiterals": {},
259
+ "cxLiterals": [],
260
+ "internalComponents": [
261
+ "Icon"
262
+ ],
263
+ "internalComponentProps": {},
264
+ "propToVariantKeys": {},
265
+ "motionVarPrefixes": []
266
+ },
267
+ "HStack": {
268
+ "name": "HStack",
279
269
  "defaultProps": {},
280
270
  "getStylesLiterals": {},
281
271
  "cxLiterals": [],
@@ -285,132 +275,31 @@
285
275
  "internalComponentProps": {
286
276
  "Box": {
287
277
  "flexDirection": [
288
- "column"
278
+ "row"
289
279
  ]
290
280
  }
291
281
  },
292
282
  "propToVariantKeys": {
293
283
  "gap": [
294
- "columnGap",
295
- "rowGap"
284
+ "rowGap",
285
+ "columnGap"
296
286
  ]
297
287
  },
298
288
  "motionVarPrefixes": []
299
289
  },
300
- "Divider": {
301
- "name": "Divider",
290
+ "Image": {
291
+ "name": "Image",
302
292
  "defaultProps": {},
303
293
  "getStylesLiterals": {},
304
294
  "cxLiterals": [],
305
- "internalComponents": [
306
- "DividerInternal"
307
- ],
295
+ "internalComponents": [],
308
296
  "internalComponentProps": {},
309
297
  "propToVariantKeys": {},
310
298
  "motionVarPrefixes": []
311
299
  },
312
- "DividerCore": {
313
- "name": "DividerCore",
314
- "defaultProps": {
315
- "contentPosition": "center"
316
- },
317
- "getStylesLiterals": {},
318
- "cxLiterals": [],
319
- "internalComponents": [
320
- "Box",
321
- "Line",
322
- "InternalComponent",
323
- "Text"
324
- ],
325
- "internalComponentProps": {
326
- "Box": {
327
- "flex": [
328
- "1",
329
- "none"
330
- ],
331
- "display": [
332
- "flex"
333
- ]
334
- },
335
- "InternalComponent": {
336
- "flex": [
337
- "1"
338
- ],
339
- "alignItems": [
340
- "center"
341
- ]
342
- },
343
- "Text": {
344
- "as": [
345
- "span"
346
- ],
347
- "color": [
348
- "inherit"
349
- ],
350
- "variant": [
351
- "inherit"
352
- ]
353
- }
354
- },
355
- "propToVariantKeys": {},
356
- "motionVarPrefixes": []
357
- },
358
- "DividerInternal": {
359
- "name": "DividerInternal",
360
- "defaultProps": {
361
- "variant": "primary"
362
- },
363
- "getStylesLiterals": {},
364
- "cxLiterals": [
365
- "inherit"
366
- ],
367
- "internalComponents": [
368
- "DividerCore"
369
- ],
370
- "internalComponentProps": {},
371
- "propToVariantKeys": {
372
- "variant": [
373
- "dividerVariantRoot",
374
- "dividerVariantLabel",
375
- "dividerVariantLine"
376
- ]
377
- },
378
- "motionVarPrefixes": []
379
- },
380
- "Spinner": {
381
- "name": "Spinner",
382
- "defaultProps": {
383
- "color": "primary",
384
- "size": "lg"
385
- },
386
- "getStylesLiterals": {},
387
- "cxLiterals": [
388
- "self-center",
389
- "relative",
390
- "sr-only"
391
- ],
392
- "internalComponents": [
393
- "Icon"
394
- ],
395
- "internalComponentProps": {
396
- "Icon": {
397
- "role": [
398
- "img"
399
- ],
400
- "className": [
401
- "animate-spin"
402
- ],
403
- "aria-hidden": [
404
- "true"
405
- ]
406
- }
407
- },
408
- "propToVariantKeys": {},
409
- "motionVarPrefixes": []
410
- },
411
- "Table.mocks": {
412
- "name": "Table.mocks",
413
- "defaultProps": {},
300
+ "Table.mocks": {
301
+ "name": "Table.mocks",
302
+ "defaultProps": {},
414
303
  "getStylesLiterals": {},
415
304
  "cxLiterals": [],
416
305
  "internalComponents": [],
@@ -454,87 +343,117 @@
454
343
  "propToVariantKeys": {},
455
344
  "motionVarPrefixes": []
456
345
  },
457
- "AnimateHeightChange": {
458
- "name": "AnimateHeightChange",
459
- "defaultProps": {},
346
+ "Spinner": {
347
+ "name": "Spinner",
348
+ "defaultProps": {
349
+ "color": "primary",
350
+ "size": "lg"
351
+ },
460
352
  "getStylesLiterals": {},
461
353
  "cxLiterals": [
462
- "overflow-hidden"
354
+ "self-center",
355
+ "relative",
356
+ "sr-only"
463
357
  ],
464
358
  "internalComponents": [
465
- "SpringMotionConfig"
359
+ "Icon"
466
360
  ],
467
361
  "internalComponentProps": {
468
- "SpringMotionConfig": {
469
- "layoutSpeed": [
470
- "4"
362
+ "Icon": {
363
+ "role": [
364
+ "img"
365
+ ],
366
+ "className": [
367
+ "animate-spin"
368
+ ],
369
+ "aria-hidden": [
370
+ "true"
471
371
  ]
472
372
  }
473
373
  },
474
- "propToVariantKeys": {
475
- "reduceMotion": [
476
- "reducedMotion"
477
- ]
478
- },
479
- "motionVarPrefixes": [
480
- "--uds-motion-subtle-4-",
481
- "--uds-motion-smooth-3-"
482
- ]
374
+ "propToVariantKeys": {},
375
+ "motionVarPrefixes": []
483
376
  },
484
- "Badge": {
485
- "name": "Badge",
377
+ "DividerCore": {
378
+ "name": "DividerCore",
486
379
  "defaultProps": {
487
- "variant": "primary",
488
- "size": "md"
380
+ "contentPosition": "center"
489
381
  },
490
382
  "getStylesLiterals": {},
491
- "cxLiterals": [
492
- "flex-1",
493
- "truncate",
494
- "whitespace-nowrap",
495
- "text-center"
496
- ],
383
+ "cxLiterals": [],
497
384
  "internalComponents": [
498
- "IconSlot",
499
- "HStack"
385
+ "Box",
386
+ "Line",
387
+ "InternalComponent",
388
+ "Text"
500
389
  ],
501
390
  "internalComponentProps": {
502
- "IconSlot": {
503
- "data-testid": [
504
- "start-icon",
505
- "end-icon"
506
- ]
507
- },
508
- "HStack": {
509
- "gap": [
510
- "2"
391
+ "Box": {
392
+ "flex": [
393
+ "1",
394
+ "none"
511
395
  ],
512
396
  "display": [
513
- "inline-flex"
397
+ "flex"
398
+ ]
399
+ },
400
+ "InternalComponent": {
401
+ "flex": [
402
+ "1"
514
403
  ],
515
404
  "alignItems": [
516
405
  "center"
517
406
  ]
407
+ },
408
+ "Text": {
409
+ "as": [
410
+ "span"
411
+ ],
412
+ "color": [
413
+ "inherit"
414
+ ],
415
+ "variant": [
416
+ "inherit"
417
+ ]
518
418
  }
519
419
  },
420
+ "propToVariantKeys": {},
421
+ "motionVarPrefixes": []
422
+ },
423
+ "DividerInternal": {
424
+ "name": "DividerInternal",
425
+ "defaultProps": {
426
+ "variant": "primary"
427
+ },
428
+ "getStylesLiterals": {},
429
+ "cxLiterals": [
430
+ "inherit"
431
+ ],
432
+ "internalComponents": [
433
+ "DividerCore"
434
+ ],
435
+ "internalComponentProps": {},
520
436
  "propToVariantKeys": {
521
- "size": [
522
- "badgeSizeRoot",
523
- "badgeSizeIcon"
524
- ],
525
437
  "variant": [
526
- "badgeVariantRoot",
527
- "badgeVariantIcon"
528
- ],
529
- "startIcon": [
530
- "icon"
531
- ],
532
- "endIcon": [
533
- "icon"
438
+ "dividerVariantRoot",
439
+ "dividerVariantLabel",
440
+ "dividerVariantLine"
534
441
  ]
535
442
  },
536
443
  "motionVarPrefixes": []
537
444
  },
445
+ "Divider": {
446
+ "name": "Divider",
447
+ "defaultProps": {},
448
+ "getStylesLiterals": {},
449
+ "cxLiterals": [],
450
+ "internalComponents": [
451
+ "DividerInternal"
452
+ ],
453
+ "internalComponentProps": {},
454
+ "propToVariantKeys": {},
455
+ "motionVarPrefixes": []
456
+ },
538
457
  "Button": {
539
458
  "name": "Button",
540
459
  "defaultProps": {
@@ -722,6 +641,25 @@
722
641
  "--uds-motion-smooth-3-"
723
642
  ]
724
643
  },
644
+ "SpringMotionConfig": {
645
+ "name": "SpringMotionConfig",
646
+ "defaultProps": {
647
+ "reducedMotion": "user"
648
+ },
649
+ "getStylesLiterals": {},
650
+ "cxLiterals": [],
651
+ "internalComponents": [
652
+ "LazyMotion",
653
+ "MotionConfig"
654
+ ],
655
+ "internalComponentProps": {},
656
+ "propToVariantKeys": {
657
+ "loadFeatures": [
658
+ "features"
659
+ ]
660
+ },
661
+ "motionVarPrefixes": []
662
+ },
725
663
  "IconButton": {
726
664
  "name": "IconButton",
727
665
  "defaultProps": {
@@ -786,37 +724,6 @@
786
724
  "--uds-motion-smooth-3-"
787
725
  ]
788
726
  },
789
- "Pressable": {
790
- "name": "Pressable",
791
- "defaultProps": {},
792
- "getStylesLiterals": {},
793
- "cxLiterals": [],
794
- "internalComponents": [
795
- "Comp"
796
- ],
797
- "internalComponentProps": {},
798
- "propToVariantKeys": {},
799
- "motionVarPrefixes": []
800
- },
801
- "SpringMotionConfig": {
802
- "name": "SpringMotionConfig",
803
- "defaultProps": {
804
- "reducedMotion": "user"
805
- },
806
- "getStylesLiterals": {},
807
- "cxLiterals": [],
808
- "internalComponents": [
809
- "LazyMotion",
810
- "MotionConfig"
811
- ],
812
- "internalComponentProps": {},
813
- "propToVariantKeys": {
814
- "loadFeatures": [
815
- "features"
816
- ]
817
- },
818
- "motionVarPrefixes": []
819
- },
820
727
  "Switch": {
821
728
  "name": "Switch",
822
729
  "defaultProps": {
@@ -931,97 +838,95 @@
931
838
  "--uds-motion-smooth-3-"
932
839
  ]
933
840
  },
934
- "Accordion": {
935
- "name": "Accordion",
841
+ "Badge": {
842
+ "name": "Badge",
936
843
  "defaultProps": {
937
- "spacingHorizontal": "4",
938
- "spacingVertical": "4"
844
+ "variant": "primary",
845
+ "size": "md"
939
846
  },
940
847
  "getStylesLiterals": {},
941
848
  "cxLiterals": [
942
- "hover:bg-secondary/80",
943
- "w-full"
849
+ "flex-1",
850
+ "truncate",
851
+ "whitespace-nowrap",
852
+ "text-center"
944
853
  ],
945
854
  "internalComponents": [
946
- "Icon",
947
- "SpringMotionConfig",
948
- "Pressable",
949
- "Text",
950
- "HStack",
951
- "AnimatePresence",
952
- "VStack"
855
+ "IconSlot",
856
+ "HStack"
953
857
  ],
954
858
  "internalComponentProps": {
955
- "Icon": {
956
- "variant": [
957
- "fill"
958
- ],
959
- "size": [
960
- "sm"
961
- ],
962
- "color": [
963
- "primary"
859
+ "IconSlot": {
860
+ "data-testid": [
861
+ "start-icon",
862
+ "end-icon"
964
863
  ]
965
864
  },
966
- "SpringMotionConfig": {
967
- "layoutVariant": [
968
- "smooth"
865
+ "HStack": {
866
+ "gap": [
867
+ "2"
969
868
  ],
970
- "layoutSpeed": [
971
- "3"
972
- ]
973
- },
974
- "Pressable": {
975
869
  "display": [
976
- "flex"
977
- ],
978
- "flexDirection": [
979
- "row"
870
+ "inline-flex"
980
871
  ],
981
872
  "alignItems": [
982
873
  "center"
983
- ],
984
- "justifyContent": [
985
- "space-between"
986
- ],
987
- "borderRadius": [
988
- "md"
989
- ]
990
- },
991
- "Text": {
992
- "variant": [
993
- "title4"
994
- ],
995
- "color": [
996
- "primary"
997
874
  ]
998
- },
999
- "HStack": {
1000
- "display": [
1001
- "flex"
1002
- ],
1003
- "alignItems": [
1004
- "center"
1005
- ],
1006
- "justifyContent": [
1007
- "space-between"
1008
- ],
1009
- "columnGap": [
1010
- "2.5"
875
+ }
876
+ },
877
+ "propToVariantKeys": {
878
+ "size": [
879
+ "badgeSizeRoot",
880
+ "badgeSizeIcon"
881
+ ],
882
+ "variant": [
883
+ "badgeVariantRoot",
884
+ "badgeVariantIcon"
885
+ ],
886
+ "startIcon": [
887
+ "icon"
888
+ ],
889
+ "endIcon": [
890
+ "icon"
891
+ ]
892
+ },
893
+ "motionVarPrefixes": []
894
+ },
895
+ "AnimateHeightChange": {
896
+ "name": "AnimateHeightChange",
897
+ "defaultProps": {},
898
+ "getStylesLiterals": {},
899
+ "cxLiterals": [
900
+ "overflow-hidden"
901
+ ],
902
+ "internalComponents": [
903
+ "SpringMotionConfig"
904
+ ],
905
+ "internalComponentProps": {
906
+ "SpringMotionConfig": {
907
+ "layoutSpeed": [
908
+ "4"
1011
909
  ]
1012
910
  }
1013
911
  },
1014
- "propToVariantKeys": {},
912
+ "propToVariantKeys": {
913
+ "reduceMotion": [
914
+ "reducedMotion"
915
+ ]
916
+ },
1015
917
  "motionVarPrefixes": [
918
+ "--uds-motion-subtle-4-",
1016
919
  "--uds-motion-smooth-3-"
1017
920
  ]
1018
921
  },
1019
- "AvoidMotionLibraryProvider": {
1020
- "name": "AvoidMotionLibraryProvider",
922
+ "Pressable": {
923
+ "name": "Pressable",
1021
924
  "defaultProps": {},
1022
925
  "getStylesLiterals": {},
1023
926
  "cxLiterals": [],
1024
- "internalComponents": [],
927
+ "internalComponents": [
928
+ "Comp"
929
+ ],
1025
930
  "internalComponentProps": {},
1026
931
  "propToVariantKeys": {},
1027
932
  "motionVarPrefixes": []
@@ -1049,90 +954,14 @@
1049
954
  "propToVariantKeys": {},
1050
955
  "motionVarPrefixes": []
1051
956
  },
1052
- "Modal": {
1053
- "name": "Modal",
957
+ "AvoidMotionLibraryProvider": {
958
+ "name": "AvoidMotionLibraryProvider",
1054
959
  "defaultProps": {},
1055
960
  "getStylesLiterals": {},
1056
- "cxLiterals": [
1057
- "inset-8",
1058
- "top-[250px]",
1059
- "z-50",
1060
- "mx-auto",
1061
- "h-fit",
1062
- "w-[600px]",
1063
- "origin-center",
1064
- "scale-95",
1065
- "opacity-0",
1066
- "transition",
1067
- "duration-150",
1068
- "data-[enter]:scale-100",
1069
- "data-[enter]:opacity-100",
1070
- "data-[enter]:bg-primary",
1071
- "backdrop-blur-0",
1072
- "data-[enter]:opacity-60",
1073
- "data-[enter]:backdrop-blur-sm"
1074
- ],
1075
- "internalComponents": [
1076
- "IconButton",
1077
- "Dialog",
1078
- "HStack",
1079
- "Text",
1080
- "VStack"
1081
- ],
1082
- "internalComponentProps": {
1083
- "IconButton": {
1084
- "aria-label": [
1085
- "Close"
1086
- ],
1087
- "size": [
1088
- "sm"
1089
- ],
1090
- "variant": [
1091
- "tertiary"
1092
- ]
1093
- },
1094
- "HStack": {
1095
- "alignItems": [
1096
- "center"
1097
- ],
1098
- "justifyContent": [
1099
- "space-between"
1100
- ]
1101
- },
1102
- "Text": {
1103
- "variant": [
1104
- "headline1"
1105
- ],
1106
- "color": [
1107
- "primary"
1108
- ]
1109
- },
1110
- "VStack": {
1111
- "borderRadius": [
1112
- "md"
1113
- ],
1114
- "position": [
1115
- "fixed"
1116
- ],
1117
- "backgroundColor": [
1118
- "primary"
1119
- ],
1120
- "dropShadow": [
1121
- "md"
1122
- ],
1123
- "spacing": [
1124
- "8"
1125
- ],
1126
- "overflow": [
1127
- "hidden"
1128
- ]
1129
- }
1130
- },
1131
- "propToVariantKeys": {
1132
- "handleClose": [
1133
- "onClick"
1134
- ]
1135
- },
961
+ "cxLiterals": [],
962
+ "internalComponents": [],
963
+ "internalComponentProps": {},
964
+ "propToVariantKeys": {},
1136
965
  "motionVarPrefixes": []
1137
966
  },
1138
967
  "SegmentedControl": {
@@ -1404,47 +1233,177 @@
1404
1233
  "propToVariantKeys": {},
1405
1234
  "motionVarPrefixes": []
1406
1235
  },
1407
- "Avatar": {
1408
- "name": "Avatar",
1236
+ "Modal": {
1237
+ "name": "Modal",
1409
1238
  "defaultProps": {},
1410
1239
  "getStylesLiterals": {},
1411
- "cxLiterals": [],
1412
- "internalComponents": [
1413
- "AvatarImage"
1414
- ],
1415
- "internalComponentProps": {},
1416
- "propToVariantKeys": {},
1417
- "motionVarPrefixes": []
1418
- },
1419
- "AvatarIcon": {
1420
- "name": "AvatarIcon",
1421
- "defaultProps": {
1422
- "size": "md",
1423
- "variant": "primary"
1424
- },
1425
- "getStylesLiterals": {},
1426
1240
  "cxLiterals": [
1427
- "overflow-hidden",
1428
- "w-full",
1429
- "h-full",
1430
- "shrink-0",
1431
- "text-center",
1432
- "inline-flex",
1433
- "justify-center",
1434
- "items-center"
1241
+ "inset-8",
1242
+ "top-[250px]",
1243
+ "z-50",
1244
+ "mx-auto",
1245
+ "h-fit",
1246
+ "w-[600px]",
1247
+ "origin-center",
1248
+ "scale-95",
1249
+ "opacity-0",
1250
+ "transition",
1251
+ "duration-150",
1252
+ "data-[enter]:scale-100",
1253
+ "data-[enter]:opacity-100",
1254
+ "data-[enter]:bg-primary",
1255
+ "backdrop-blur-0",
1256
+ "data-[enter]:opacity-60",
1257
+ "data-[enter]:backdrop-blur-sm"
1435
1258
  ],
1436
1259
  "internalComponents": [
1437
- "IconSlot",
1438
- "Box"
1260
+ "IconButton",
1261
+ "Dialog",
1262
+ "HStack",
1263
+ "Text",
1264
+ "VStack"
1439
1265
  ],
1440
- "internalComponentProps": {},
1266
+ "internalComponentProps": {
1267
+ "IconButton": {
1268
+ "aria-label": [
1269
+ "Close"
1270
+ ],
1271
+ "size": [
1272
+ "sm"
1273
+ ],
1274
+ "variant": [
1275
+ "tertiary"
1276
+ ]
1277
+ },
1278
+ "HStack": {
1279
+ "alignItems": [
1280
+ "center"
1281
+ ],
1282
+ "justifyContent": [
1283
+ "space-between"
1284
+ ]
1285
+ },
1286
+ "Text": {
1287
+ "variant": [
1288
+ "headline1"
1289
+ ],
1290
+ "color": [
1291
+ "primary"
1292
+ ]
1293
+ },
1294
+ "VStack": {
1295
+ "borderRadius": [
1296
+ "md"
1297
+ ],
1298
+ "position": [
1299
+ "fixed"
1300
+ ],
1301
+ "backgroundColor": [
1302
+ "primary"
1303
+ ],
1304
+ "dropShadow": [
1305
+ "md"
1306
+ ],
1307
+ "spacing": [
1308
+ "8"
1309
+ ],
1310
+ "overflow": [
1311
+ "hidden"
1312
+ ]
1313
+ }
1314
+ },
1441
1315
  "propToVariantKeys": {
1442
- "size": [
1443
- "avatarSizeIcon"
1316
+ "handleClose": [
1317
+ "onClick"
1444
1318
  ]
1445
1319
  },
1446
1320
  "motionVarPrefixes": []
1447
1321
  },
1322
+ "Accordion": {
1323
+ "name": "Accordion",
1324
+ "defaultProps": {
1325
+ "spacingHorizontal": "4",
1326
+ "spacingVertical": "4"
1327
+ },
1328
+ "getStylesLiterals": {},
1329
+ "cxLiterals": [
1330
+ "hover:bg-secondary/80",
1331
+ "w-full"
1332
+ ],
1333
+ "internalComponents": [
1334
+ "Icon",
1335
+ "SpringMotionConfig",
1336
+ "Pressable",
1337
+ "Text",
1338
+ "HStack",
1339
+ "AnimatePresence",
1340
+ "VStack"
1341
+ ],
1342
+ "internalComponentProps": {
1343
+ "Icon": {
1344
+ "variant": [
1345
+ "fill"
1346
+ ],
1347
+ "size": [
1348
+ "sm"
1349
+ ],
1350
+ "color": [
1351
+ "primary"
1352
+ ]
1353
+ },
1354
+ "SpringMotionConfig": {
1355
+ "layoutVariant": [
1356
+ "smooth"
1357
+ ],
1358
+ "layoutSpeed": [
1359
+ "3"
1360
+ ]
1361
+ },
1362
+ "Pressable": {
1363
+ "display": [
1364
+ "flex"
1365
+ ],
1366
+ "flexDirection": [
1367
+ "row"
1368
+ ],
1369
+ "alignItems": [
1370
+ "center"
1371
+ ],
1372
+ "justifyContent": [
1373
+ "space-between"
1374
+ ],
1375
+ "borderRadius": [
1376
+ "md"
1377
+ ]
1378
+ },
1379
+ "Text": {
1380
+ "variant": [
1381
+ "title4"
1382
+ ],
1383
+ "color": [
1384
+ "primary"
1385
+ ]
1386
+ },
1387
+ "HStack": {
1388
+ "display": [
1389
+ "flex"
1390
+ ],
1391
+ "alignItems": [
1392
+ "center"
1393
+ ],
1394
+ "justifyContent": [
1395
+ "space-between"
1396
+ ],
1397
+ "columnGap": [
1398
+ "2.5"
1399
+ ]
1400
+ }
1401
+ },
1402
+ "propToVariantKeys": {},
1403
+ "motionVarPrefixes": [
1404
+ "--uds-motion-smooth-3-"
1405
+ ]
1406
+ },
1448
1407
  "AvatarImage": {
1449
1408
  "name": "AvatarImage",
1450
1409
  "defaultProps": {
@@ -1515,79 +1474,174 @@
1515
1474
  "propToVariantKeys": {},
1516
1475
  "motionVarPrefixes": []
1517
1476
  },
1518
- "BottomSheet": {
1519
- "name": "BottomSheet",
1477
+ "Avatar": {
1478
+ "name": "Avatar",
1479
+ "defaultProps": {},
1480
+ "getStylesLiterals": {},
1481
+ "cxLiterals": [],
1482
+ "internalComponents": [
1483
+ "AvatarImage"
1484
+ ],
1485
+ "internalComponentProps": {},
1486
+ "propToVariantKeys": {},
1487
+ "motionVarPrefixes": []
1488
+ },
1489
+ "AvatarIcon": {
1490
+ "name": "AvatarIcon",
1520
1491
  "defaultProps": {
1521
- "variant": "default"
1492
+ "size": "md",
1493
+ "variant": "primary"
1522
1494
  },
1523
1495
  "getStylesLiterals": {},
1524
1496
  "cxLiterals": [
1525
- "fixed",
1526
1497
  "overflow-hidden",
1527
- "inset-x-0",
1528
- "bottom-0",
1529
- "z-50",
1530
- "[will-change:transform]",
1531
- "touch-none",
1532
- "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
1533
- "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
1534
- "transition-transform",
1535
- "duration-500",
1536
- "ease-[cubic-bezier(0.32,0.72,0,1)]",
1537
- "motion-reduce:transition-none",
1538
- "top-[-4px]",
1539
- "z-[1]",
1540
- "touch-pan-y"
1498
+ "w-full",
1499
+ "h-full",
1500
+ "shrink-0",
1501
+ "text-center",
1502
+ "inline-flex",
1503
+ "justify-center",
1504
+ "items-center"
1541
1505
  ],
1542
1506
  "internalComponents": [
1543
- "Scrim",
1544
- "BottomSheetHandle",
1545
- "Dialog",
1546
- "Box",
1547
- "BottomSheetInternalContext.Provider"
1507
+ "IconSlot",
1508
+ "Box"
1548
1509
  ],
1549
- "internalComponentProps": {
1550
- "BottomSheetHandle": {
1551
- "ariaLabel": [
1552
- "Resize sheet"
1553
- ]
1554
- },
1555
- "Dialog": {
1556
- "data-testid": [
1557
- "bottom-sheet"
1558
- ]
1559
- },
1560
- "Box": {
1561
- "display": [
1562
- "block",
1563
- "flex"
1564
- ],
1565
- "position": [
1566
- "absolute"
1567
- ],
1568
- "flexDirection": [
1569
- "column"
1570
- ],
1571
- "className": [
1572
- "absolute inset-0 min-h-0 p-[inherit]"
1573
- ]
1574
- }
1575
- },
1510
+ "internalComponentProps": {},
1576
1511
  "propToVariantKeys": {
1577
- "variant": [
1578
- "bottomsheetVariantRoot"
1512
+ "size": [
1513
+ "avatarSizeIcon"
1579
1514
  ]
1580
1515
  },
1581
1516
  "motionVarPrefixes": []
1582
1517
  },
1583
- "BottomSheetContent": {
1584
- "name": "BottomSheetContent",
1518
+ "UDSPopoverConfigProvider": {
1519
+ "name": "UDSPopoverConfigProvider",
1585
1520
  "defaultProps": {},
1586
1521
  "getStylesLiterals": {},
1587
- "cxLiterals": [
1588
- "min-h-0",
1589
- "touch-pan-y"
1590
- ],
1522
+ "cxLiterals": [],
1523
+ "internalComponents": [
1524
+ "PopoverContext.Provider"
1525
+ ],
1526
+ "internalComponentProps": {},
1527
+ "propToVariantKeys": {},
1528
+ "motionVarPrefixes": []
1529
+ },
1530
+ "Popover": {
1531
+ "name": "Popover",
1532
+ "defaultProps": {},
1533
+ "getStylesLiterals": {},
1534
+ "cxLiterals": [],
1535
+ "internalComponents": [
1536
+ "PopoverInternalContext.Provider",
1537
+ "PopoverProvider"
1538
+ ],
1539
+ "internalComponentProps": {},
1540
+ "propToVariantKeys": {},
1541
+ "motionVarPrefixes": []
1542
+ },
1543
+ "PopoverContext": {
1544
+ "name": "PopoverContext",
1545
+ "defaultProps": {},
1546
+ "getStylesLiterals": {},
1547
+ "cxLiterals": [],
1548
+ "internalComponents": [],
1549
+ "internalComponentProps": {},
1550
+ "propToVariantKeys": {},
1551
+ "motionVarPrefixes": []
1552
+ },
1553
+ "PopoverTrigger": {
1554
+ "name": "PopoverTrigger",
1555
+ "defaultProps": {},
1556
+ "getStylesLiterals": {},
1557
+ "cxLiterals": [],
1558
+ "internalComponents": [
1559
+ "PopoverDisclosure"
1560
+ ],
1561
+ "internalComponentProps": {
1562
+ "PopoverDisclosure": {
1563
+ "className": [
1564
+ "inline"
1565
+ ]
1566
+ }
1567
+ },
1568
+ "propToVariantKeys": {
1569
+ "children": [
1570
+ "render"
1571
+ ]
1572
+ },
1573
+ "motionVarPrefixes": []
1574
+ },
1575
+ "PopoverContent": {
1576
+ "name": "PopoverContent",
1577
+ "defaultProps": {},
1578
+ "getStylesLiterals": {
1579
+ "popoverSizeRoot": "default",
1580
+ "popoverVariantRoot": "default",
1581
+ "display": "flex",
1582
+ "position": "absolute",
1583
+ "spacingTop": "0",
1584
+ "spacingStart": "0",
1585
+ "spacingBottom": "0",
1586
+ "spacingEnd": "0",
1587
+ "popoverSizeSvgBase": "default",
1588
+ "popoverVariantSvgBase": "default",
1589
+ "popoverSizeSvgBorder": "default",
1590
+ "popoverVariantSvgBorder": "default",
1591
+ "popoverVariantBlur": "default",
1592
+ "width": "full",
1593
+ "height": "full",
1594
+ "flexShrink": "0",
1595
+ "borderRadius": "full",
1596
+ "alignItems": "center",
1597
+ "justifyContent": "center",
1598
+ "popoverVariantCloseIcon": "default",
1599
+ "popoverSizeCloseIcon": "default"
1600
+ },
1601
+ "cxLiterals": [
1602
+ "z-[9999]",
1603
+ "outline-none",
1604
+ "focus-visible:outline-none",
1605
+ "uds-bgBlurFillFallback",
1606
+ "uds-bgBlurFallback",
1607
+ "top-0",
1608
+ "left-0",
1609
+ "z-[1]",
1610
+ "duration-0",
1611
+ "duration-120",
1612
+ "transition-[background-color]",
1613
+ "bg-carbon-15/0",
1614
+ "hover:bg-carbon-15/10",
1615
+ "active:bg-carbon-15/15",
1616
+ "uds-ring",
1617
+ "absolute",
1618
+ "z-[4]"
1619
+ ],
1620
+ "internalComponents": [
1621
+ "PopoverDismiss",
1622
+ "IconSlot",
1623
+ "PopoverArrow",
1624
+ "Popover",
1625
+ "SvgFloatingOverlay",
1626
+ "Box",
1627
+ "Pressable"
1628
+ ],
1629
+ "internalComponentProps": {},
1630
+ "propToVariantKeys": {
1631
+ "closeIcon": [
1632
+ "icon"
1633
+ ]
1634
+ },
1635
+ "motionVarPrefixes": []
1636
+ },
1637
+ "BottomSheetContent": {
1638
+ "name": "BottomSheetContent",
1639
+ "defaultProps": {},
1640
+ "getStylesLiterals": {},
1641
+ "cxLiterals": [
1642
+ "min-h-0",
1643
+ "touch-pan-y"
1644
+ ],
1591
1645
  "internalComponents": [
1592
1646
  "Box",
1593
1647
  "VStack"
@@ -1622,6 +1676,71 @@
1622
1676
  "propToVariantKeys": {},
1623
1677
  "motionVarPrefixes": []
1624
1678
  },
1679
+ "BottomSheet": {
1680
+ "name": "BottomSheet",
1681
+ "defaultProps": {
1682
+ "variant": "default"
1683
+ },
1684
+ "getStylesLiterals": {},
1685
+ "cxLiterals": [
1686
+ "fixed",
1687
+ "overflow-hidden",
1688
+ "inset-x-0",
1689
+ "bottom-0",
1690
+ "z-50",
1691
+ "[will-change:transform]",
1692
+ "touch-none",
1693
+ "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
1694
+ "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
1695
+ "transition-transform",
1696
+ "duration-500",
1697
+ "ease-[cubic-bezier(0.32,0.72,0,1)]",
1698
+ "motion-reduce:transition-none",
1699
+ "top-[-4px]",
1700
+ "z-[1]",
1701
+ "touch-pan-y"
1702
+ ],
1703
+ "internalComponents": [
1704
+ "Scrim",
1705
+ "BottomSheetHandle",
1706
+ "Dialog",
1707
+ "Box",
1708
+ "BottomSheetInternalContext.Provider"
1709
+ ],
1710
+ "internalComponentProps": {
1711
+ "BottomSheetHandle": {
1712
+ "ariaLabel": [
1713
+ "Resize sheet"
1714
+ ]
1715
+ },
1716
+ "Dialog": {
1717
+ "data-testid": [
1718
+ "bottom-sheet"
1719
+ ]
1720
+ },
1721
+ "Box": {
1722
+ "display": [
1723
+ "block",
1724
+ "flex"
1725
+ ],
1726
+ "position": [
1727
+ "absolute"
1728
+ ],
1729
+ "flexDirection": [
1730
+ "column"
1731
+ ],
1732
+ "className": [
1733
+ "absolute inset-0 min-h-0 p-[inherit]"
1734
+ ]
1735
+ }
1736
+ },
1737
+ "propToVariantKeys": {
1738
+ "variant": [
1739
+ "bottomsheetVariantRoot"
1740
+ ]
1741
+ },
1742
+ "motionVarPrefixes": []
1743
+ },
1625
1744
  "BottomSheetHandle": {
1626
1745
  "name": "BottomSheetHandle",
1627
1746
  "defaultProps": {},
@@ -1660,6 +1779,16 @@
1660
1779
  "propToVariantKeys": {},
1661
1780
  "motionVarPrefixes": []
1662
1781
  },
1782
+ "BottomSheetInternalContext": {
1783
+ "name": "BottomSheetInternalContext",
1784
+ "defaultProps": {},
1785
+ "getStylesLiterals": {},
1786
+ "cxLiterals": [],
1787
+ "internalComponents": [],
1788
+ "internalComponentProps": {},
1789
+ "propToVariantKeys": {},
1790
+ "motionVarPrefixes": []
1791
+ },
1663
1792
  "BottomSheetHeader": {
1664
1793
  "name": "BottomSheetHeader",
1665
1794
  "defaultProps": {
@@ -1713,12 +1842,14 @@
1713
1842
  },
1714
1843
  "motionVarPrefixes": []
1715
1844
  },
1716
- "BottomSheetInternalContext": {
1717
- "name": "BottomSheetInternalContext",
1845
+ "BottomSheetTrigger": {
1846
+ "name": "BottomSheetTrigger",
1718
1847
  "defaultProps": {},
1719
1848
  "getStylesLiterals": {},
1720
1849
  "cxLiterals": [],
1721
- "internalComponents": [],
1850
+ "internalComponents": [
1851
+ "AriakitDialogDisclosure"
1852
+ ],
1722
1853
  "internalComponentProps": {},
1723
1854
  "propToVariantKeys": {},
1724
1855
  "motionVarPrefixes": []
@@ -1735,18 +1866,6 @@
1735
1866
  "propToVariantKeys": {},
1736
1867
  "motionVarPrefixes": []
1737
1868
  },
1738
- "BottomSheetTrigger": {
1739
- "name": "BottomSheetTrigger",
1740
- "defaultProps": {},
1741
- "getStylesLiterals": {},
1742
- "cxLiterals": [],
1743
- "internalComponents": [
1744
- "AriakitDialogDisclosure"
1745
- ],
1746
- "internalComponentProps": {},
1747
- "propToVariantKeys": {},
1748
- "motionVarPrefixes": []
1749
- },
1750
1869
  "UDSBottomSheetConfigProvider": {
1751
1870
  "name": "UDSBottomSheetConfigProvider",
1752
1871
  "defaultProps": {},
@@ -1759,187 +1878,371 @@
1759
1878
  "propToVariantKeys": {},
1760
1879
  "motionVarPrefixes": []
1761
1880
  },
1762
- "Chip": {
1763
- "name": "Chip",
1881
+ "UDSToastConfigProvider": {
1882
+ "name": "UDSToastConfigProvider",
1764
1883
  "defaultProps": {},
1765
1884
  "getStylesLiterals": {},
1766
1885
  "cxLiterals": [],
1767
1886
  "internalComponents": [
1768
- "ChipDismissible",
1769
- "ChipToggle",
1770
- "ChipLink",
1771
- "ChipButton"
1887
+ "ToastContext.Provider"
1772
1888
  ],
1773
1889
  "internalComponentProps": {},
1774
1890
  "propToVariantKeys": {},
1775
1891
  "motionVarPrefixes": []
1776
1892
  },
1777
- "ChipBase": {
1778
- "name": "ChipBase",
1779
- "defaultProps": {
1780
- "size": "md",
1781
- "as": "div"
1893
+ "Toast": {
1894
+ "name": "Toast",
1895
+ "defaultProps": {},
1896
+ "getStylesLiterals": {
1897
+ "className": "flex-none",
1898
+ "spacing": "2",
1899
+ "borderRadius": "full"
1782
1900
  },
1783
- "getStylesLiterals": {},
1784
1901
  "cxLiterals": [
1785
- "pointer-events-none",
1786
- "cursor-default",
1787
- "opacity-50",
1788
- "inline-flex",
1789
- "items-center",
1790
- "transition-[background-color,outline-color,box-shadow]",
1791
- "truncate",
1792
- "whitespace-nowrap",
1793
- "text-center",
1794
- "flex-1"
1902
+ "duration-0",
1903
+ "duration-120",
1904
+ "transition-[background-color]",
1905
+ "bg-carbon-15/0",
1906
+ "hover:bg-carbon-15/10",
1907
+ "active:bg-carbon-15/15",
1908
+ "uds-ring"
1795
1909
  ],
1796
1910
  "internalComponents": [
1797
1911
  "IconSlot",
1798
- "HStack",
1799
- "As",
1800
- "Text"
1912
+ "ToastContainer",
1913
+ "Text",
1914
+ "Button",
1915
+ "Pressable"
1801
1916
  ],
1802
- "internalComponentProps": {
1803
- "Text": {
1804
- "as": [
1805
- "span"
1806
- ],
1807
- "color": [
1808
- "current"
1809
- ],
1810
- "variant": [
1811
- "inherit"
1812
- ]
1813
- }
1814
- },
1917
+ "internalComponentProps": {},
1815
1918
  "propToVariantKeys": {
1816
1919
  "size": [
1817
- "chipSizeRoot",
1818
- "chipSizeIcon"
1920
+ "toastSizeLabel",
1921
+ "toastSizeIcon",
1922
+ "toastSizeActionButton",
1923
+ "toastSizeCloseIcon"
1819
1924
  ],
1820
- "startIcon": [
1821
- "icon"
1925
+ "variant": [
1926
+ "toastVariantIcon",
1927
+ "toastVariantActionButton",
1928
+ "toastVariantCloseIcon"
1822
1929
  ],
1823
- "endIcon": [
1930
+ "closeIcon": [
1824
1931
  "icon"
1932
+ ],
1933
+ "onClickActionButton": [
1934
+ "onClick"
1825
1935
  ]
1826
1936
  },
1827
1937
  "motionVarPrefixes": []
1828
1938
  },
1829
- "ChipButton": {
1830
- "name": "ChipButton",
1831
- "defaultProps": {
1832
- "variant": "primary"
1939
+ "ToastContainer": {
1940
+ "name": "ToastContainer",
1941
+ "defaultProps": {},
1942
+ "getStylesLiterals": {
1943
+ "position": "relative",
1944
+ "alignItems": "center",
1945
+ "display": "flex",
1946
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
1833
1947
  },
1834
- "getStylesLiterals": {},
1835
1948
  "cxLiterals": [
1836
- "uds-ring"
1949
+ "w-full"
1837
1950
  ],
1838
1951
  "internalComponents": [
1839
- "ChipBase"
1952
+ "HStack"
1840
1953
  ],
1841
1954
  "internalComponentProps": {
1842
- "ChipBase": {
1843
- "as": [
1844
- "button"
1955
+ "HStack": {
1956
+ "alignItems": [
1957
+ "center"
1958
+ ],
1959
+ "justifyContent": [
1960
+ "space-between"
1961
+ ],
1962
+ "overflow": [
1963
+ "hidden"
1964
+ ],
1965
+ "position": [
1966
+ "relative"
1845
1967
  ]
1846
1968
  }
1847
1969
  },
1848
1970
  "propToVariantKeys": {
1849
1971
  "variant": [
1850
- "chipLinkVariantRoot",
1851
- "chipLinkVariantIcon"
1972
+ "toastVariantRoot"
1973
+ ],
1974
+ "size": [
1975
+ "toastSizeRoot"
1852
1976
  ]
1853
1977
  },
1854
1978
  "motionVarPrefixes": []
1855
1979
  },
1856
- "ChipDismissible": {
1857
- "name": "ChipDismissible",
1980
+ "ToastPortal": {
1981
+ "name": "ToastPortal",
1982
+ "defaultProps": {},
1983
+ "getStylesLiterals": {},
1984
+ "cxLiterals": [],
1985
+ "internalComponents": [
1986
+ "ReactToastifyToastContainer"
1987
+ ],
1988
+ "internalComponentProps": {},
1989
+ "propToVariantKeys": {},
1990
+ "motionVarPrefixes": []
1991
+ },
1992
+ "RadioGroupStore": {
1993
+ "name": "RadioGroupStore",
1994
+ "defaultProps": {},
1995
+ "getStylesLiterals": {},
1996
+ "cxLiterals": [],
1997
+ "internalComponents": [],
1998
+ "internalComponentProps": {},
1999
+ "propToVariantKeys": {},
2000
+ "motionVarPrefixes": []
2001
+ },
2002
+ "RadioGroupProvider": {
2003
+ "name": "RadioGroupProvider",
2004
+ "defaultProps": {},
2005
+ "getStylesLiterals": {},
2006
+ "cxLiterals": [],
2007
+ "internalComponents": [
2008
+ "DivProps",
2009
+ "Comp",
2010
+ "RadioGroupContext.Provider"
2011
+ ],
2012
+ "internalComponentProps": {
2013
+ "Comp": {
2014
+ "role": [
2015
+ "radiogroup"
2016
+ ]
2017
+ }
2018
+ },
2019
+ "propToVariantKeys": {},
2020
+ "motionVarPrefixes": []
2021
+ },
2022
+ "Radio": {
2023
+ "name": "Radio",
1858
2024
  "defaultProps": {
1859
- "variant": "primary"
2025
+ "labelPosition": "start",
2026
+ "variant": "primary",
2027
+ "size": "md",
2028
+ "value": ""
2029
+ },
2030
+ "getStylesLiterals": {
2031
+ "radioVariantValueRoot": "checked",
2032
+ "radioVariantValueRoot:1": "unchecked",
2033
+ "display": "flex",
2034
+ "flexDirection": "row",
2035
+ "flexDirection:1": "row-reverse",
2036
+ "alignItems": "center",
2037
+ "radioVariantValueRadio": "checked",
2038
+ "radioVariantValueRadio:1": "unchecked",
2039
+ "radioVariantValueRadioCircle": "checked",
2040
+ "radioVariantValueRadioCircle:1": "unchecked"
1860
2041
  },
1861
- "getStylesLiterals": {},
1862
2042
  "cxLiterals": [
1863
- "uds-chip-dismissible-button",
1864
- "uds-hit-target",
2043
+ "cursor-pointer",
2044
+ "cursor-default",
2045
+ "opacity-50",
2046
+ "border",
1865
2047
  "uds-ring",
1866
- "rounded-full"
2048
+ "uds-ring-within",
2049
+ "transition-[background-color,border-color]",
2050
+ "transition-shadow",
2051
+ "pointer-events-none",
2052
+ "w-[8px]",
2053
+ "h-[8px]",
2054
+ "transition-opacity",
2055
+ "cursor-[inherit]",
2056
+ "absolute",
2057
+ "opacity-0",
2058
+ "top-1/2",
2059
+ "left-1/2",
2060
+ "w-[calc(100%+2px)]",
2061
+ "h-[calc(100%+2px)]",
2062
+ "transform",
2063
+ "translate-x-[-50%]",
2064
+ "translate-y-[-50%]",
2065
+ "text-start",
2066
+ "text-end"
1867
2067
  ],
1868
2068
  "internalComponents": [
1869
- "ChipBase",
1870
- "IconSlot",
1871
- "Pressable"
2069
+ "Box",
2070
+ "FormLabel",
2071
+ "SpringMotionConfig",
2072
+ "RootElement",
2073
+ "MotionBox"
1872
2074
  ],
1873
- "internalComponentProps": {},
2075
+ "internalComponentProps": {
2076
+ "Box": {
2077
+ "borderRadius": [
2078
+ "full"
2079
+ ]
2080
+ },
2081
+ "FormLabel": {
2082
+ "as": [
2083
+ "div"
2084
+ ],
2085
+ "variant": [
2086
+ "inherit"
2087
+ ],
2088
+ "color": [
2089
+ "inherit"
2090
+ ]
2091
+ },
2092
+ "RootElement": {
2093
+ "data-testid": [
2094
+ "container"
2095
+ ]
2096
+ },
2097
+ "MotionBox": {
2098
+ "position": [
2099
+ "relative"
2100
+ ],
2101
+ "borderRadius": [
2102
+ "full"
2103
+ ],
2104
+ "alignItems": [
2105
+ "center"
2106
+ ],
2107
+ "justifyContent": [
2108
+ "center"
2109
+ ],
2110
+ "flex": [
2111
+ "none"
2112
+ ]
2113
+ }
2114
+ },
1874
2115
  "propToVariantKeys": {
2116
+ "size": [
2117
+ "radioSizeRoot",
2118
+ "radioSizeRadio"
2119
+ ],
1875
2120
  "variant": [
1876
- "chipDismissibleVariantRoot",
1877
- "chipDismissibleVariantIcon"
2121
+ "radioVariantRoot",
2122
+ "radioVariantRadio",
2123
+ "radioVariantRadioCircle"
1878
2124
  ],
1879
- "dismissButtonAriaLabel": [
1880
- "aria-label"
2125
+ "reduceMotion": [
2126
+ "reducedMotion"
1881
2127
  ]
1882
2128
  },
1883
- "motionVarPrefixes": []
2129
+ "motionVarPrefixes": [
2130
+ "--uds-motion-subtle-3-",
2131
+ "--uds-motion-smooth-3-"
2132
+ ]
1884
2133
  },
1885
- "ChipLink": {
1886
- "name": "ChipLink",
1887
- "defaultProps": {
1888
- "variant": "primary"
1889
- },
2134
+ "UDSTooltipConfigProvider": {
2135
+ "name": "UDSTooltipConfigProvider",
2136
+ "defaultProps": {},
1890
2137
  "getStylesLiterals": {},
1891
- "cxLiterals": [
1892
- "uds-ring"
2138
+ "cxLiterals": [],
2139
+ "internalComponents": [
2140
+ "TooltipContext.Provider"
1893
2141
  ],
2142
+ "internalComponentProps": {},
2143
+ "propToVariantKeys": {},
2144
+ "motionVarPrefixes": []
2145
+ },
2146
+ "TooltipTrigger": {
2147
+ "name": "TooltipTrigger",
2148
+ "defaultProps": {},
2149
+ "getStylesLiterals": {},
2150
+ "cxLiterals": [],
1894
2151
  "internalComponents": [
1895
- "ChipBase"
2152
+ "TooltipAnchor"
1896
2153
  ],
1897
2154
  "internalComponentProps": {
1898
- "ChipBase": {
1899
- "as": [
1900
- "a"
2155
+ "TooltipAnchor": {
2156
+ "className": [
2157
+ "inline"
1901
2158
  ]
1902
2159
  }
1903
2160
  },
1904
2161
  "propToVariantKeys": {
1905
- "variant": [
1906
- "chipLinkVariantRoot",
1907
- "chipLinkVariantIcon"
2162
+ "children": [
2163
+ "render"
1908
2164
  ]
1909
2165
  },
1910
2166
  "motionVarPrefixes": []
1911
2167
  },
1912
- "ChipToggle": {
1913
- "name": "ChipToggle",
1914
- "defaultProps": {
1915
- "variant": "primary",
1916
- "role": "checkbox"
1917
- },
2168
+ "TooltipContent": {
2169
+ "name": "TooltipContent",
2170
+ "defaultProps": {},
1918
2171
  "getStylesLiterals": {
1919
- "chipToggleVariantActiveRoot": "on",
1920
- "chipToggleVariantActiveRoot:1": "off"
2172
+ "tooltipSizeRoot": "default",
2173
+ "tooltipVariantRoot": "default",
2174
+ "tooltipSizeSvg": "default",
2175
+ "tooltipVariantSvg": "default",
2176
+ "tooltipVariantBlur": "default",
2177
+ "position": "absolute",
2178
+ "width": "full",
2179
+ "height": "full",
2180
+ "tooltipSizeTitle": "default",
2181
+ "tooltipSizeBody": "default",
2182
+ "tooltipSizeEndContent": "default",
2183
+ "tooltipSizeIcon": "default",
2184
+ "tooltipVariantIcon": "default"
1921
2185
  },
1922
2186
  "cxLiterals": [
1923
- "uds-ring"
2187
+ "max-w-lg",
2188
+ "flex",
2189
+ "z-[9999]",
2190
+ "uds-bgBlurFillFallback",
2191
+ "uds-bgBlurFallback",
2192
+ "top-0",
2193
+ "left-0",
2194
+ "z-[1]"
1924
2195
  ],
1925
2196
  "internalComponents": [
1926
- "ChipBase"
2197
+ "IconSlot",
2198
+ "TooltipArrow",
2199
+ "Tooltip",
2200
+ "SvgFloatingOverlay",
2201
+ "VStack",
2202
+ "Box",
2203
+ "Text"
1927
2204
  ],
1928
2205
  "internalComponentProps": {
1929
- "ChipBase": {
1930
- "as": [
1931
- "button"
2206
+ "VStack": {
2207
+ "className": [
2208
+ "gap-[inherit]"
2209
+ ]
2210
+ },
2211
+ "Box": {
2212
+ "alignItems": [
2213
+ "center"
2214
+ ],
2215
+ "columnGap": [
2216
+ "1",
2217
+ "1.5"
2218
+ ]
2219
+ },
2220
+ "Text": {
2221
+ "color": [
2222
+ "inherit"
1932
2223
  ]
1933
2224
  }
1934
2225
  },
1935
2226
  "propToVariantKeys": {
1936
- "variant": [
1937
- "chipToggleVariantRoot",
1938
- "chipToggleVariantIcon"
2227
+ "startTitleIcon": [
2228
+ "icon"
1939
2229
  ]
1940
2230
  },
1941
2231
  "motionVarPrefixes": []
1942
2232
  },
2233
+ "Tooltip": {
2234
+ "name": "Tooltip",
2235
+ "defaultProps": {},
2236
+ "getStylesLiterals": {},
2237
+ "cxLiterals": [],
2238
+ "internalComponents": [
2239
+ "TooltipInternalContext.Provider",
2240
+ "TooltipProvider"
2241
+ ],
2242
+ "internalComponentProps": {},
2243
+ "propToVariantKeys": {},
2244
+ "motionVarPrefixes": []
2245
+ },
1943
2246
  "Input": {
1944
2247
  "name": "Input",
1945
2248
  "defaultProps": {
@@ -2012,853 +2315,550 @@
2012
2315
  "center"
2013
2316
  ],
2014
2317
  "position": [
2015
- "relative"
2016
- ]
2017
- },
2018
- "HStack": {
2019
- "alignItems": [
2020
- "center"
2021
- ],
2022
- "gap": [
2023
- "1"
2024
- ]
2025
- }
2026
- },
2027
- "propToVariantKeys": {
2028
- "size": [
2029
- "inputSizeRoot",
2030
- "inputSizeInputWrapper",
2031
- "inputSizeInput",
2032
- "inputSizeLabel",
2033
- "inputSizeStartIcon",
2034
- "inputSizeEndIcon"
2035
- ],
2036
- "startIcon": [
2037
- "icon"
2038
- ],
2039
- "endIcon": [
2040
- "icon"
2041
- ],
2042
- "helperTextIcon": [
2043
- "startIcon"
2044
- ]
2045
- },
2046
- "motionVarPrefixes": []
2047
- },
2048
- "InputHelpText": {
2049
- "name": "InputHelpText",
2050
- "defaultProps": {
2051
- "size": "md"
2052
- },
2053
- "getStylesLiterals": {
2054
- "inputVariantRoot": "default",
2055
- "inputVariantValueRoot": "empty",
2056
- "inputVariantValueRoot:1": "filled"
2057
- },
2058
- "cxLiterals": [],
2059
- "internalComponents": [
2060
- "InputHelpTextInternal",
2061
- "Box"
2062
- ],
2063
- "internalComponentProps": {
2064
- "Box": {
2065
- "spacingTop": [
2066
- "2"
2067
- ]
2068
- }
2069
- },
2070
- "propToVariantKeys": {
2071
- "size": [
2072
- "inputSizeRoot"
2073
- ]
2074
- },
2075
- "motionVarPrefixes": []
2076
- },
2077
- "InputHelpTextInternal": {
2078
- "name": "InputHelpTextInternal",
2079
- "defaultProps": {},
2080
- "getStylesLiterals": {
2081
- "inputVariantHelperText": "default",
2082
- "inputVariantValueHelperText": "empty",
2083
- "inputVariantValueHelperText:1": "filled",
2084
- "inputVariantHelperIcon": "default",
2085
- "inputVariantValueHelperIcon": "empty",
2086
- "inputVariantValueHelperIcon:1": "filled"
2087
- },
2088
- "cxLiterals": [],
2089
- "internalComponents": [
2090
- "IconSlot",
2091
- "HStack"
2092
- ],
2093
- "internalComponentProps": {
2094
- "HStack": {
2095
- "gap": [
2096
- "1"
2097
- ],
2098
- "alignItems": [
2099
- "center"
2100
- ]
2101
- }
2102
- },
2103
- "propToVariantKeys": {
2104
- "size": [
2105
- "inputSizeHelperText",
2106
- "inputSizeHelperIcon"
2107
- ],
2108
- "startIcon": [
2109
- "icon"
2110
- ],
2111
- "endIcon": [
2112
- "icon"
2113
- ]
2114
- },
2115
- "motionVarPrefixes": []
2116
- },
2117
- "Menu.Content": {
2118
- "name": "Menu.Content",
2119
- "defaultProps": {
2120
- "size": "default",
2121
- "variant": "default",
2122
- "gutter": "1"
2123
- },
2124
- "getStylesLiterals": {},
2125
- "cxLiterals": [
2126
- "uds-menu-content",
2127
- "transition-shadow",
2128
- "duration-200",
2129
- "ease-in-out",
2130
- "min-w-60",
2131
- "max-w-lg",
2132
- "max-h-96",
2133
- "overflow-auto",
2134
- "uds-ring",
2135
- "z-10",
2136
- "group"
2137
- ],
2138
- "internalComponents": [
2139
- "AriakitMenu",
2140
- "AnimatePresence",
2141
- "MotionVStack"
2142
- ],
2143
- "internalComponentProps": {},
2144
- "propToVariantKeys": {
2145
- "size": [
2146
- "menucontentSizeRoot"
2147
- ],
2148
- "variant": [
2149
- "menucontentVariantRoot"
2150
- ]
2151
- },
2152
- "motionVarPrefixes": []
2153
- },
2154
- "Menu.Divider": {
2155
- "name": "Menu.Divider",
2156
- "defaultProps": {
2157
- "role": "separator",
2158
- "contentPosition": "start",
2159
- "gap": "4"
2160
- },
2161
- "getStylesLiterals": {
2162
- "menuitemDividerVariantRoot": "default",
2163
- "menuitemDividerVariantText": "default",
2164
- "menuitemDividerVariantLine": "default"
2165
- },
2166
- "cxLiterals": [],
2167
- "internalComponents": [
2168
- "DividerInternal"
2169
- ],
2170
- "internalComponentProps": {
2171
- "DividerInternal": {
2172
- "variant": [
2173
- "inherit"
2174
- ]
2175
- }
2176
- },
2177
- "propToVariantKeys": {},
2178
- "motionVarPrefixes": []
2179
- },
2180
- "Menu.Item": {
2181
- "name": "Menu.Item",
2182
- "defaultProps": {},
2183
- "getStylesLiterals": {
2184
- "menuitemItemVariantRoot": "default",
2185
- "menuitemItemVariantActiveRoot": "on",
2186
- "menuitemItemVariantActiveRoot:1": "off",
2187
- "menuitemItemVariantText": "default",
2188
- "menuitemItemVariantActiveText": "on",
2189
- "menuitemItemVariantActiveText:1": "off",
2190
- "menuitemItemVariantIcon": "default",
2191
- "menuitemItemVariantActiveIcon": "on",
2192
- "menuitemItemVariantActiveIcon:1": "off"
2193
- },
2194
- "cxLiterals": [],
2195
- "internalComponents": [
2196
- "MenuItemBase"
2197
- ],
2198
- "internalComponentProps": {},
2199
- "propToVariantKeys": {},
2200
- "motionVarPrefixes": []
2201
- },
2202
- "Menu.ItemBase": {
2203
- "name": "Menu.ItemBase",
2204
- "defaultProps": {
2205
- "spacing": "0",
2206
- "spacingHorizontal": "4",
2207
- "spacingVertical": "3.5",
2208
- "columnGap": "2",
2209
- "alignItems": "center",
2210
- "justifyContent": "space-between"
2211
- },
2212
- "getStylesLiterals": {
2213
- "textAlign": "start",
2214
- "menuitemSizeRoot": "default",
2215
- "flexDirection": "row",
2216
- "menuitemSizeStartIcon": "default",
2217
- "menuitemSizeEndIcon": "default"
2218
- },
2219
- "cxLiterals": [
2220
- "flex",
2221
- "focus-visible:text-brand",
2222
- "focus-visible:bg-brand-secondary",
2223
- "focus-visible:z-10",
2224
- "uds-ring",
2225
- "!-outline-offset-2",
2226
- "[&:not([aria-checked])]:cursor-default",
2227
- "opacity-25",
2228
- "cursor-not-allowed",
2229
- "duration-20",
2230
- "transition-[font-variation-settings]",
2231
- "ease-in-out",
2232
- "z-0",
2233
- "uds-start-icon",
2234
- "uds-end-icon"
2235
- ],
2236
- "internalComponents": [
2237
- "Pressable",
2238
- "IconSlot",
2239
- "RootComponent",
2240
- "HStack",
2241
- "AnimatePresence"
2242
- ],
2243
- "internalComponentProps": {
2318
+ "relative"
2319
+ ]
2320
+ },
2244
2321
  "HStack": {
2245
2322
  "alignItems": [
2246
2323
  "center"
2247
2324
  ],
2248
- "width": [
2249
- "full"
2250
- ]
2251
- },
2252
- "AnimatePresence": {
2253
- "mode": [
2254
- "popLayout"
2325
+ "gap": [
2326
+ "1"
2255
2327
  ]
2256
2328
  }
2257
2329
  },
2258
2330
  "propToVariantKeys": {
2331
+ "size": [
2332
+ "inputSizeRoot",
2333
+ "inputSizeInputWrapper",
2334
+ "inputSizeInput",
2335
+ "inputSizeLabel",
2336
+ "inputSizeStartIcon",
2337
+ "inputSizeEndIcon"
2338
+ ],
2259
2339
  "startIcon": [
2260
2340
  "icon"
2261
2341
  ],
2262
2342
  "endIcon": [
2263
2343
  "icon"
2264
2344
  ],
2265
- "columnGap": [
2266
- "gap"
2345
+ "helperTextIcon": [
2346
+ "startIcon"
2267
2347
  ]
2268
2348
  },
2269
2349
  "motionVarPrefixes": []
2270
2350
  },
2271
- "Menu.ItemCheckbox": {
2272
- "name": "Menu.ItemCheckbox",
2273
- "defaultProps": {},
2351
+ "InputHelpText": {
2352
+ "name": "InputHelpText",
2353
+ "defaultProps": {
2354
+ "size": "md"
2355
+ },
2274
2356
  "getStylesLiterals": {
2275
- "menuitemItemCheckboxVariantRoot": "default",
2276
- "menuitemItemCheckboxVariantActiveRoot": "on",
2277
- "menuitemItemCheckboxVariantActiveRoot:1": "off",
2278
- "menuitemItemCheckboxVariantText": "default",
2279
- "menuitemItemCheckboxVariantActiveText": "on",
2280
- "menuitemItemCheckboxVariantActiveText:1": "off",
2281
- "menuitemItemCheckboxVariantStartIcon": "default",
2282
- "menuitemItemCheckboxVariantActiveStartIcon": "on",
2283
- "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
2284
- "menuitemItemCheckboxVariantEndIcon": "default",
2285
- "menuitemItemCheckboxVariantActiveEndIcon": "on",
2286
- "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
2357
+ "inputVariantRoot": "default",
2358
+ "inputVariantValueRoot": "empty",
2359
+ "inputVariantValueRoot:1": "filled"
2287
2360
  },
2288
- "cxLiterals": [
2289
- "uds-menu-item-checkbox"
2290
- ],
2291
- "internalComponents": [
2292
- "MenuItemBase"
2293
- ],
2294
- "internalComponentProps": {},
2295
- "propToVariantKeys": {},
2296
- "motionVarPrefixes": []
2297
- },
2298
- "Menu.Provider": {
2299
- "name": "Menu.Provider",
2300
- "defaultProps": {},
2301
- "getStylesLiterals": {},
2302
2361
  "cxLiterals": [],
2303
2362
  "internalComponents": [
2304
- "AriakitMenuProvider",
2305
- "SpringMotionConfig"
2306
- ],
2307
- "internalComponentProps": {},
2308
- "propToVariantKeys": {},
2309
- "motionVarPrefixes": [
2310
- "--uds-motion-subtle-3-",
2311
- "--uds-motion-smooth-3-"
2312
- ]
2313
- },
2314
- "Menu.Trigger": {
2315
- "name": "Menu.Trigger",
2316
- "defaultProps": {},
2317
- "getStylesLiterals": {},
2318
- "cxLiterals": [
2319
- "uds-menu-trigger"
2320
- ],
2321
- "internalComponents": [
2322
- "AriakitMenuTrigger",
2363
+ "InputHelpTextInternal",
2323
2364
  "Box"
2324
2365
  ],
2325
2366
  "internalComponentProps": {
2326
2367
  "Box": {
2327
- "className": [
2328
- "uds-ring h-fit w-fit"
2368
+ "spacingTop": [
2369
+ "2"
2329
2370
  ]
2330
2371
  }
2331
2372
  },
2332
- "propToVariantKeys": {},
2373
+ "propToVariantKeys": {
2374
+ "size": [
2375
+ "inputSizeRoot"
2376
+ ]
2377
+ },
2333
2378
  "motionVarPrefixes": []
2334
2379
  },
2335
- "Menu.index": {
2336
- "name": "Menu.index",
2380
+ "InputHelpTextInternal": {
2381
+ "name": "InputHelpTextInternal",
2337
2382
  "defaultProps": {},
2338
- "getStylesLiterals": {},
2383
+ "getStylesLiterals": {
2384
+ "inputVariantHelperText": "default",
2385
+ "inputVariantValueHelperText": "empty",
2386
+ "inputVariantValueHelperText:1": "filled",
2387
+ "inputVariantHelperIcon": "default",
2388
+ "inputVariantValueHelperIcon": "empty",
2389
+ "inputVariantValueHelperIcon:1": "filled"
2390
+ },
2339
2391
  "cxLiterals": [],
2340
- "internalComponents": [],
2341
- "internalComponentProps": {},
2342
- "propToVariantKeys": {},
2392
+ "internalComponents": [
2393
+ "IconSlot",
2394
+ "HStack"
2395
+ ],
2396
+ "internalComponentProps": {
2397
+ "HStack": {
2398
+ "gap": [
2399
+ "1"
2400
+ ],
2401
+ "alignItems": [
2402
+ "center"
2403
+ ]
2404
+ }
2405
+ },
2406
+ "propToVariantKeys": {
2407
+ "size": [
2408
+ "inputSizeHelperText",
2409
+ "inputSizeHelperIcon"
2410
+ ],
2411
+ "startIcon": [
2412
+ "icon"
2413
+ ],
2414
+ "endIcon": [
2415
+ "icon"
2416
+ ]
2417
+ },
2343
2418
  "motionVarPrefixes": []
2344
2419
  },
2345
- "Menu": {
2346
- "name": "Menu",
2420
+ "UDSConfigProvider": {
2421
+ "name": "UDSConfigProvider",
2347
2422
  "defaultProps": {},
2348
2423
  "getStylesLiterals": {},
2349
2424
  "cxLiterals": [],
2350
- "internalComponents": [],
2425
+ "internalComponents": [
2426
+ "UDSBreakpointsConfigProvider",
2427
+ "UDSBottomSheetConfigProvider",
2428
+ "UDSToastConfigProvider",
2429
+ "UDSTooltipConfigProvider",
2430
+ "UDSPopoverConfigProvider"
2431
+ ],
2351
2432
  "internalComponentProps": {},
2352
2433
  "propToVariantKeys": {},
2353
2434
  "motionVarPrefixes": []
2354
2435
  },
2355
- "Popover": {
2356
- "name": "Popover",
2436
+ "UDSBreakpointsConfigProvider": {
2437
+ "name": "UDSBreakpointsConfigProvider",
2357
2438
  "defaultProps": {},
2358
2439
  "getStylesLiterals": {},
2359
2440
  "cxLiterals": [],
2360
2441
  "internalComponents": [
2361
- "PopoverInternalContext.Provider",
2362
- "PopoverProvider"
2442
+ "UDSBreakpointsConfigContext.Provider"
2363
2443
  ],
2364
2444
  "internalComponentProps": {},
2365
2445
  "propToVariantKeys": {},
2366
2446
  "motionVarPrefixes": []
2367
2447
  },
2368
- "PopoverContent": {
2369
- "name": "PopoverContent",
2370
- "defaultProps": {},
2371
- "getStylesLiterals": {
2372
- "popoverSizeRoot": "default",
2373
- "popoverVariantRoot": "default",
2374
- "display": "flex",
2375
- "position": "absolute",
2376
- "spacingTop": "0",
2377
- "spacingStart": "0",
2378
- "spacingBottom": "0",
2379
- "spacingEnd": "0",
2380
- "popoverSizeSvgBase": "default",
2381
- "popoverVariantSvgBase": "default",
2382
- "popoverSizeSvgBorder": "default",
2383
- "popoverVariantSvgBorder": "default",
2384
- "popoverVariantBlur": "default",
2385
- "width": "full",
2386
- "height": "full",
2387
- "flexShrink": "0",
2388
- "borderRadius": "full",
2389
- "alignItems": "center",
2390
- "justifyContent": "center",
2391
- "popoverVariantCloseIcon": "default",
2392
- "popoverSizeCloseIcon": "default"
2448
+ "ChipLink": {
2449
+ "name": "ChipLink",
2450
+ "defaultProps": {
2451
+ "variant": "primary"
2393
2452
  },
2453
+ "getStylesLiterals": {},
2394
2454
  "cxLiterals": [
2395
- "z-[9999]",
2396
- "outline-none",
2397
- "focus-visible:outline-none",
2398
- "uds-bgBlurFillFallback",
2399
- "uds-bgBlurFallback",
2400
- "top-0",
2401
- "left-0",
2402
- "z-[1]",
2403
- "duration-0",
2404
- "duration-120",
2405
- "transition-[background-color]",
2406
- "bg-carbon-15/0",
2407
- "hover:bg-carbon-15/10",
2408
- "active:bg-carbon-15/15",
2409
- "uds-ring",
2410
- "absolute",
2411
- "z-[4]"
2412
- ],
2413
- "internalComponents": [
2414
- "PopoverDismiss",
2415
- "IconSlot",
2416
- "PopoverArrow",
2417
- "Popover",
2418
- "SvgFloatingOverlay",
2419
- "Box",
2420
- "Pressable"
2455
+ "uds-ring"
2421
2456
  ],
2422
- "internalComponentProps": {},
2423
- "propToVariantKeys": {
2424
- "closeIcon": [
2425
- "icon"
2426
- ]
2427
- },
2428
- "motionVarPrefixes": []
2429
- },
2430
- "PopoverContext": {
2431
- "name": "PopoverContext",
2432
- "defaultProps": {},
2433
- "getStylesLiterals": {},
2434
- "cxLiterals": [],
2435
- "internalComponents": [],
2436
- "internalComponentProps": {},
2437
- "propToVariantKeys": {},
2438
- "motionVarPrefixes": []
2439
- },
2440
- "PopoverTrigger": {
2441
- "name": "PopoverTrigger",
2442
- "defaultProps": {},
2443
- "getStylesLiterals": {},
2444
- "cxLiterals": [],
2445
2457
  "internalComponents": [
2446
- "PopoverDisclosure"
2458
+ "ChipBase"
2447
2459
  ],
2448
2460
  "internalComponentProps": {
2449
- "PopoverDisclosure": {
2450
- "className": [
2451
- "inline"
2461
+ "ChipBase": {
2462
+ "as": [
2463
+ "a"
2452
2464
  ]
2453
2465
  }
2454
2466
  },
2455
2467
  "propToVariantKeys": {
2456
- "children": [
2457
- "render"
2468
+ "variant": [
2469
+ "chipLinkVariantRoot",
2470
+ "chipLinkVariantIcon"
2458
2471
  ]
2459
2472
  },
2460
2473
  "motionVarPrefixes": []
2461
2474
  },
2462
- "UDSPopoverConfigProvider": {
2463
- "name": "UDSPopoverConfigProvider",
2464
- "defaultProps": {},
2475
+ "ChipDismissible": {
2476
+ "name": "ChipDismissible",
2477
+ "defaultProps": {
2478
+ "variant": "primary"
2479
+ },
2465
2480
  "getStylesLiterals": {},
2466
- "cxLiterals": [],
2481
+ "cxLiterals": [
2482
+ "uds-chip-dismissible-button",
2483
+ "uds-hit-target",
2484
+ "uds-ring",
2485
+ "rounded-full"
2486
+ ],
2467
2487
  "internalComponents": [
2468
- "PopoverContext.Provider"
2488
+ "ChipBase",
2489
+ "IconSlot",
2490
+ "Pressable"
2469
2491
  ],
2470
2492
  "internalComponentProps": {},
2471
- "propToVariantKeys": {},
2493
+ "propToVariantKeys": {
2494
+ "variant": [
2495
+ "chipDismissibleVariantRoot",
2496
+ "chipDismissibleVariantIcon"
2497
+ ],
2498
+ "dismissButtonAriaLabel": [
2499
+ "aria-label"
2500
+ ]
2501
+ },
2472
2502
  "motionVarPrefixes": []
2473
2503
  },
2474
- "Radio": {
2475
- "name": "Radio",
2504
+ "ChipToggle": {
2505
+ "name": "ChipToggle",
2476
2506
  "defaultProps": {
2477
- "labelPosition": "start",
2478
2507
  "variant": "primary",
2479
- "size": "md",
2480
- "value": ""
2508
+ "role": "checkbox"
2481
2509
  },
2482
2510
  "getStylesLiterals": {
2483
- "radioVariantValueRoot": "checked",
2484
- "radioVariantValueRoot:1": "unchecked",
2485
- "display": "flex",
2486
- "flexDirection": "row",
2487
- "flexDirection:1": "row-reverse",
2488
- "alignItems": "center",
2489
- "radioVariantValueRadio": "checked",
2490
- "radioVariantValueRadio:1": "unchecked",
2491
- "radioVariantValueRadioCircle": "checked",
2492
- "radioVariantValueRadioCircle:1": "unchecked"
2511
+ "chipToggleVariantActiveRoot": "on",
2512
+ "chipToggleVariantActiveRoot:1": "off"
2493
2513
  },
2494
2514
  "cxLiterals": [
2495
- "cursor-pointer",
2496
- "cursor-default",
2497
- "opacity-50",
2498
- "border",
2499
- "uds-ring",
2500
- "uds-ring-within",
2501
- "transition-[background-color,border-color]",
2502
- "transition-shadow",
2503
- "pointer-events-none",
2504
- "w-[8px]",
2505
- "h-[8px]",
2506
- "transition-opacity",
2507
- "cursor-[inherit]",
2508
- "absolute",
2509
- "opacity-0",
2510
- "top-1/2",
2511
- "left-1/2",
2512
- "w-[calc(100%+2px)]",
2513
- "h-[calc(100%+2px)]",
2514
- "transform",
2515
- "translate-x-[-50%]",
2516
- "translate-y-[-50%]",
2517
- "text-start",
2518
- "text-end"
2515
+ "uds-ring"
2519
2516
  ],
2520
2517
  "internalComponents": [
2521
- "Box",
2522
- "FormLabel",
2523
- "SpringMotionConfig",
2524
- "RootElement",
2525
- "MotionBox"
2518
+ "ChipBase"
2526
2519
  ],
2527
2520
  "internalComponentProps": {
2528
- "Box": {
2529
- "borderRadius": [
2530
- "full"
2531
- ]
2532
- },
2533
- "FormLabel": {
2521
+ "ChipBase": {
2534
2522
  "as": [
2535
- "div"
2536
- ],
2537
- "variant": [
2538
- "inherit"
2539
- ],
2540
- "color": [
2541
- "inherit"
2542
- ]
2543
- },
2544
- "RootElement": {
2545
- "data-testid": [
2546
- "container"
2547
- ]
2548
- },
2549
- "MotionBox": {
2550
- "position": [
2551
- "relative"
2552
- ],
2553
- "borderRadius": [
2554
- "full"
2555
- ],
2556
- "alignItems": [
2557
- "center"
2558
- ],
2559
- "justifyContent": [
2560
- "center"
2561
- ],
2562
- "flex": [
2563
- "none"
2523
+ "button"
2564
2524
  ]
2565
2525
  }
2566
2526
  },
2567
2527
  "propToVariantKeys": {
2568
- "size": [
2569
- "radioSizeRoot",
2570
- "radioSizeRadio"
2571
- ],
2572
2528
  "variant": [
2573
- "radioVariantRoot",
2574
- "radioVariantRadio",
2575
- "radioVariantRadioCircle"
2576
- ],
2577
- "reduceMotion": [
2578
- "reducedMotion"
2529
+ "chipToggleVariantRoot",
2530
+ "chipToggleVariantIcon"
2579
2531
  ]
2580
2532
  },
2581
- "motionVarPrefixes": [
2582
- "--uds-motion-subtle-3-",
2583
- "--uds-motion-smooth-3-"
2584
- ]
2533
+ "motionVarPrefixes": []
2585
2534
  },
2586
- "RadioGroupProvider": {
2587
- "name": "RadioGroupProvider",
2535
+ "Chip": {
2536
+ "name": "Chip",
2588
2537
  "defaultProps": {},
2589
2538
  "getStylesLiterals": {},
2590
2539
  "cxLiterals": [],
2591
2540
  "internalComponents": [
2592
- "DivProps",
2593
- "Comp",
2594
- "RadioGroupContext.Provider"
2541
+ "ChipDismissible",
2542
+ "ChipToggle",
2543
+ "ChipLink",
2544
+ "ChipButton"
2595
2545
  ],
2596
- "internalComponentProps": {
2597
- "Comp": {
2598
- "role": [
2599
- "radiogroup"
2600
- ]
2601
- }
2602
- },
2603
- "propToVariantKeys": {},
2604
- "motionVarPrefixes": []
2605
- },
2606
- "RadioGroupStore": {
2607
- "name": "RadioGroupStore",
2608
- "defaultProps": {},
2609
- "getStylesLiterals": {},
2610
- "cxLiterals": [],
2611
- "internalComponents": [],
2612
2546
  "internalComponentProps": {},
2613
2547
  "propToVariantKeys": {},
2614
2548
  "motionVarPrefixes": []
2615
2549
  },
2616
- "Toast": {
2617
- "name": "Toast",
2618
- "defaultProps": {},
2619
- "getStylesLiterals": {
2620
- "className": "flex-none",
2621
- "spacing": "2",
2622
- "borderRadius": "full"
2550
+ "ChipBase": {
2551
+ "name": "ChipBase",
2552
+ "defaultProps": {
2553
+ "size": "md",
2554
+ "as": "div"
2623
2555
  },
2556
+ "getStylesLiterals": {},
2624
2557
  "cxLiterals": [
2625
- "duration-0",
2626
- "duration-120",
2627
- "transition-[background-color]",
2628
- "bg-carbon-15/0",
2629
- "hover:bg-carbon-15/10",
2630
- "active:bg-carbon-15/15",
2631
- "uds-ring"
2558
+ "pointer-events-none",
2559
+ "cursor-default",
2560
+ "opacity-50",
2561
+ "inline-flex",
2562
+ "items-center",
2563
+ "transition-[background-color,outline-color,box-shadow]",
2564
+ "truncate",
2565
+ "whitespace-nowrap",
2566
+ "text-center",
2567
+ "flex-1"
2632
2568
  ],
2633
2569
  "internalComponents": [
2634
2570
  "IconSlot",
2635
- "ToastContainer",
2636
- "Text",
2637
- "Button",
2638
- "Pressable"
2571
+ "HStack",
2572
+ "As",
2573
+ "Text"
2639
2574
  ],
2640
- "internalComponentProps": {},
2575
+ "internalComponentProps": {
2576
+ "Text": {
2577
+ "as": [
2578
+ "span"
2579
+ ],
2580
+ "color": [
2581
+ "current"
2582
+ ],
2583
+ "variant": [
2584
+ "inherit"
2585
+ ]
2586
+ }
2587
+ },
2641
2588
  "propToVariantKeys": {
2642
2589
  "size": [
2643
- "toastSizeLabel",
2644
- "toastSizeIcon",
2645
- "toastSizeActionButton",
2646
- "toastSizeCloseIcon"
2647
- ],
2648
- "variant": [
2649
- "toastVariantIcon",
2650
- "toastVariantActionButton",
2651
- "toastVariantCloseIcon"
2590
+ "chipSizeRoot",
2591
+ "chipSizeIcon"
2652
2592
  ],
2653
- "closeIcon": [
2593
+ "startIcon": [
2654
2594
  "icon"
2655
2595
  ],
2656
- "onClickActionButton": [
2657
- "onClick"
2596
+ "endIcon": [
2597
+ "icon"
2658
2598
  ]
2659
2599
  },
2660
2600
  "motionVarPrefixes": []
2661
2601
  },
2662
- "ToastContainer": {
2663
- "name": "ToastContainer",
2664
- "defaultProps": {},
2665
- "getStylesLiterals": {
2666
- "position": "relative",
2667
- "alignItems": "center",
2668
- "display": "flex",
2669
- "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
2602
+ "ChipButton": {
2603
+ "name": "ChipButton",
2604
+ "defaultProps": {
2605
+ "variant": "primary"
2670
2606
  },
2607
+ "getStylesLiterals": {},
2671
2608
  "cxLiterals": [
2672
- "w-full"
2609
+ "uds-ring"
2673
2610
  ],
2674
2611
  "internalComponents": [
2675
- "HStack"
2612
+ "ChipBase"
2676
2613
  ],
2677
2614
  "internalComponentProps": {
2678
- "HStack": {
2679
- "alignItems": [
2680
- "center"
2681
- ],
2682
- "justifyContent": [
2683
- "space-between"
2684
- ],
2685
- "overflow": [
2686
- "hidden"
2687
- ],
2688
- "position": [
2689
- "relative"
2615
+ "ChipBase": {
2616
+ "as": [
2617
+ "button"
2690
2618
  ]
2691
2619
  }
2692
2620
  },
2693
2621
  "propToVariantKeys": {
2694
2622
  "variant": [
2695
- "toastVariantRoot"
2696
- ],
2697
- "size": [
2698
- "toastSizeRoot"
2623
+ "chipLinkVariantRoot",
2624
+ "chipLinkVariantIcon"
2699
2625
  ]
2700
2626
  },
2701
2627
  "motionVarPrefixes": []
2702
2628
  },
2703
- "ToastPortal": {
2704
- "name": "ToastPortal",
2705
- "defaultProps": {},
2706
- "getStylesLiterals": {},
2707
- "cxLiterals": [],
2708
- "internalComponents": [
2709
- "ReactToastifyToastContainer"
2710
- ],
2711
- "internalComponentProps": {},
2712
- "propToVariantKeys": {},
2713
- "motionVarPrefixes": []
2714
- },
2715
- "UDSToastConfigProvider": {
2716
- "name": "UDSToastConfigProvider",
2629
+ "Menu.Item": {
2630
+ "name": "Menu.Item",
2717
2631
  "defaultProps": {},
2718
- "getStylesLiterals": {},
2632
+ "getStylesLiterals": {
2633
+ "menuitemItemVariantRoot": "default",
2634
+ "menuitemItemVariantActiveRoot": "on",
2635
+ "menuitemItemVariantActiveRoot:1": "off",
2636
+ "menuitemItemVariantText": "default",
2637
+ "menuitemItemVariantActiveText": "on",
2638
+ "menuitemItemVariantActiveText:1": "off",
2639
+ "menuitemItemVariantIcon": "default",
2640
+ "menuitemItemVariantActiveIcon": "on",
2641
+ "menuitemItemVariantActiveIcon:1": "off"
2642
+ },
2719
2643
  "cxLiterals": [],
2720
2644
  "internalComponents": [
2721
- "ToastContext.Provider"
2645
+ "MenuItemBase"
2722
2646
  ],
2723
2647
  "internalComponentProps": {},
2724
2648
  "propToVariantKeys": {},
2725
2649
  "motionVarPrefixes": []
2726
2650
  },
2727
- "Tooltip": {
2728
- "name": "Tooltip",
2651
+ "Menu.Provider": {
2652
+ "name": "Menu.Provider",
2729
2653
  "defaultProps": {},
2730
2654
  "getStylesLiterals": {},
2731
2655
  "cxLiterals": [],
2732
2656
  "internalComponents": [
2733
- "TooltipInternalContext.Provider",
2734
- "TooltipProvider"
2657
+ "AriakitMenuProvider",
2658
+ "SpringMotionConfig"
2735
2659
  ],
2736
2660
  "internalComponentProps": {},
2737
2661
  "propToVariantKeys": {},
2738
- "motionVarPrefixes": []
2662
+ "motionVarPrefixes": [
2663
+ "--uds-motion-subtle-3-",
2664
+ "--uds-motion-smooth-3-"
2665
+ ]
2739
2666
  },
2740
- "TooltipContent": {
2741
- "name": "TooltipContent",
2742
- "defaultProps": {},
2667
+ "Menu.ItemBase": {
2668
+ "name": "Menu.ItemBase",
2669
+ "defaultProps": {
2670
+ "spacing": "0",
2671
+ "spacingHorizontal": "4",
2672
+ "spacingVertical": "3.5",
2673
+ "columnGap": "2",
2674
+ "alignItems": "center",
2675
+ "justifyContent": "space-between"
2676
+ },
2743
2677
  "getStylesLiterals": {
2744
- "tooltipSizeRoot": "default",
2745
- "tooltipVariantRoot": "default",
2746
- "tooltipSizeSvg": "default",
2747
- "tooltipVariantSvg": "default",
2748
- "tooltipVariantBlur": "default",
2749
- "position": "absolute",
2750
- "width": "full",
2751
- "height": "full",
2752
- "tooltipSizeTitle": "default",
2753
- "tooltipSizeBody": "default",
2754
- "tooltipSizeEndContent": "default",
2755
- "tooltipSizeIcon": "default",
2756
- "tooltipVariantIcon": "default"
2678
+ "textAlign": "start",
2679
+ "menuitemSizeRoot": "default",
2680
+ "flexDirection": "row",
2681
+ "menuitemSizeStartIcon": "default",
2682
+ "menuitemSizeEndIcon": "default"
2757
2683
  },
2758
2684
  "cxLiterals": [
2759
- "max-w-lg",
2760
2685
  "flex",
2761
- "z-[9999]",
2762
- "uds-bgBlurFillFallback",
2763
- "uds-bgBlurFallback",
2764
- "top-0",
2765
- "left-0",
2766
- "z-[1]"
2686
+ "focus-visible:text-brand",
2687
+ "focus-visible:bg-brand-secondary",
2688
+ "focus-visible:z-10",
2689
+ "uds-ring",
2690
+ "!-outline-offset-2",
2691
+ "[&:not([aria-checked])]:cursor-default",
2692
+ "opacity-25",
2693
+ "cursor-not-allowed",
2694
+ "duration-20",
2695
+ "transition-[font-variation-settings]",
2696
+ "ease-in-out",
2697
+ "z-0",
2698
+ "uds-start-icon",
2699
+ "uds-end-icon"
2767
2700
  ],
2768
2701
  "internalComponents": [
2702
+ "Pressable",
2769
2703
  "IconSlot",
2770
- "TooltipArrow",
2771
- "Tooltip",
2772
- "SvgFloatingOverlay",
2773
- "VStack",
2774
- "Box",
2775
- "Text"
2704
+ "RootComponent",
2705
+ "HStack",
2706
+ "AnimatePresence"
2776
2707
  ],
2777
2708
  "internalComponentProps": {
2778
- "VStack": {
2779
- "className": [
2780
- "gap-[inherit]"
2781
- ]
2782
- },
2783
- "Box": {
2709
+ "HStack": {
2784
2710
  "alignItems": [
2785
2711
  "center"
2786
2712
  ],
2787
- "columnGap": [
2788
- "1",
2789
- "1.5"
2713
+ "width": [
2714
+ "full"
2790
2715
  ]
2791
2716
  },
2792
- "Text": {
2793
- "color": [
2794
- "inherit"
2717
+ "AnimatePresence": {
2718
+ "mode": [
2719
+ "popLayout"
2795
2720
  ]
2796
2721
  }
2797
2722
  },
2798
2723
  "propToVariantKeys": {
2799
- "startTitleIcon": [
2724
+ "startIcon": [
2725
+ "icon"
2726
+ ],
2727
+ "endIcon": [
2800
2728
  "icon"
2729
+ ],
2730
+ "columnGap": [
2731
+ "gap"
2801
2732
  ]
2802
2733
  },
2803
2734
  "motionVarPrefixes": []
2804
2735
  },
2805
- "TooltipTrigger": {
2806
- "name": "TooltipTrigger",
2736
+ "Menu.Trigger": {
2737
+ "name": "Menu.Trigger",
2807
2738
  "defaultProps": {},
2808
2739
  "getStylesLiterals": {},
2809
- "cxLiterals": [],
2740
+ "cxLiterals": [
2741
+ "uds-menu-trigger"
2742
+ ],
2810
2743
  "internalComponents": [
2811
- "TooltipAnchor"
2744
+ "AriakitMenuTrigger",
2745
+ "Box"
2812
2746
  ],
2813
2747
  "internalComponentProps": {
2814
- "TooltipAnchor": {
2748
+ "Box": {
2815
2749
  "className": [
2816
- "inline"
2750
+ "uds-ring h-fit w-fit"
2817
2751
  ]
2818
2752
  }
2819
2753
  },
2820
- "propToVariantKeys": {
2821
- "children": [
2822
- "render"
2823
- ]
2824
- },
2754
+ "propToVariantKeys": {},
2825
2755
  "motionVarPrefixes": []
2826
2756
  },
2827
- "UDSTooltipConfigProvider": {
2828
- "name": "UDSTooltipConfigProvider",
2757
+ "Menu.index": {
2758
+ "name": "Menu.index",
2829
2759
  "defaultProps": {},
2830
2760
  "getStylesLiterals": {},
2831
2761
  "cxLiterals": [],
2832
- "internalComponents": [
2833
- "TooltipContext.Provider"
2834
- ],
2762
+ "internalComponents": [],
2835
2763
  "internalComponentProps": {},
2836
2764
  "propToVariantKeys": {},
2837
2765
  "motionVarPrefixes": []
2838
2766
  },
2839
- "UDSBreakpointsConfigProvider": {
2840
- "name": "UDSBreakpointsConfigProvider",
2841
- "defaultProps": {},
2767
+ "Menu.Content": {
2768
+ "name": "Menu.Content",
2769
+ "defaultProps": {
2770
+ "size": "default",
2771
+ "variant": "default",
2772
+ "gutter": "1"
2773
+ },
2842
2774
  "getStylesLiterals": {},
2843
- "cxLiterals": [],
2775
+ "cxLiterals": [
2776
+ "uds-menu-content",
2777
+ "transition-shadow",
2778
+ "duration-200",
2779
+ "ease-in-out",
2780
+ "min-w-60",
2781
+ "max-w-lg",
2782
+ "max-h-96",
2783
+ "overflow-auto",
2784
+ "uds-ring",
2785
+ "z-10",
2786
+ "group"
2787
+ ],
2844
2788
  "internalComponents": [
2845
- "UDSBreakpointsConfigContext.Provider"
2789
+ "AriakitMenu",
2790
+ "AnimatePresence",
2791
+ "MotionVStack"
2846
2792
  ],
2847
2793
  "internalComponentProps": {},
2794
+ "propToVariantKeys": {
2795
+ "size": [
2796
+ "menucontentSizeRoot"
2797
+ ],
2798
+ "variant": [
2799
+ "menucontentVariantRoot"
2800
+ ]
2801
+ },
2802
+ "motionVarPrefixes": []
2803
+ },
2804
+ "Menu.Divider": {
2805
+ "name": "Menu.Divider",
2806
+ "defaultProps": {
2807
+ "role": "separator",
2808
+ "contentPosition": "start",
2809
+ "gap": "4"
2810
+ },
2811
+ "getStylesLiterals": {
2812
+ "menuitemDividerVariantRoot": "default",
2813
+ "menuitemDividerVariantText": "default",
2814
+ "menuitemDividerVariantLine": "default"
2815
+ },
2816
+ "cxLiterals": [],
2817
+ "internalComponents": [
2818
+ "DividerInternal"
2819
+ ],
2820
+ "internalComponentProps": {
2821
+ "DividerInternal": {
2822
+ "variant": [
2823
+ "inherit"
2824
+ ]
2825
+ }
2826
+ },
2848
2827
  "propToVariantKeys": {},
2849
2828
  "motionVarPrefixes": []
2850
2829
  },
2851
- "UDSConfigProvider": {
2852
- "name": "UDSConfigProvider",
2830
+ "Menu": {
2831
+ "name": "Menu",
2853
2832
  "defaultProps": {},
2854
2833
  "getStylesLiterals": {},
2855
2834
  "cxLiterals": [],
2835
+ "internalComponents": [],
2836
+ "internalComponentProps": {},
2837
+ "propToVariantKeys": {},
2838
+ "motionVarPrefixes": []
2839
+ },
2840
+ "Menu.ItemCheckbox": {
2841
+ "name": "Menu.ItemCheckbox",
2842
+ "defaultProps": {},
2843
+ "getStylesLiterals": {
2844
+ "menuitemItemCheckboxVariantRoot": "default",
2845
+ "menuitemItemCheckboxVariantActiveRoot": "on",
2846
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
2847
+ "menuitemItemCheckboxVariantText": "default",
2848
+ "menuitemItemCheckboxVariantActiveText": "on",
2849
+ "menuitemItemCheckboxVariantActiveText:1": "off",
2850
+ "menuitemItemCheckboxVariantStartIcon": "default",
2851
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
2852
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
2853
+ "menuitemItemCheckboxVariantEndIcon": "default",
2854
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
2855
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
2856
+ },
2857
+ "cxLiterals": [
2858
+ "uds-menu-item-checkbox"
2859
+ ],
2856
2860
  "internalComponents": [
2857
- "UDSBreakpointsConfigProvider",
2858
- "UDSBottomSheetConfigProvider",
2859
- "UDSToastConfigProvider",
2860
- "UDSTooltipConfigProvider",
2861
- "UDSPopoverConfigProvider"
2861
+ "MenuItemBase"
2862
2862
  ],
2863
2863
  "internalComponentProps": {},
2864
2864
  "propToVariantKeys": {},