@yahoo/uds 3.132.0 → 3.132.2

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