@yahoo/uds 3.133.1 → 3.133.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,6 +450,24 @@
468
450
  "runtimeConfigInternalComponentProps": {},
469
451
  "motionVarPrefixes": []
470
452
  },
453
+ "BannerDescription": {
454
+ "name": "BannerDescription",
455
+ "defaultProps": {},
456
+ "getStylesLiterals": {
457
+ "bannerSizeDescription": "default",
458
+ "className": "w-full line-clamp-3"
459
+ },
460
+ "cxLiterals": [],
461
+ "internalComponents": [
462
+ "Text"
463
+ ],
464
+ "internalComponentProps": {},
465
+ "propToVariantKeys": {},
466
+ "runtimeConfigDefaultProps": {},
467
+ "runtimeConfigGetStyles": {},
468
+ "runtimeConfigInternalComponentProps": {},
469
+ "motionVarPrefixes": []
470
+ },
471
471
  "BannerTitle": {
472
472
  "name": "BannerTitle",
473
473
  "defaultProps": {},
@@ -577,19 +577,6 @@
577
577
  "runtimeConfigInternalComponentProps": {},
578
578
  "motionVarPrefixes": []
579
579
  },
580
- "Table.mocks": {
581
- "name": "Table.mocks",
582
- "defaultProps": {},
583
- "getStylesLiterals": {},
584
- "cxLiterals": [],
585
- "internalComponents": [],
586
- "internalComponentProps": {},
587
- "propToVariantKeys": {},
588
- "runtimeConfigDefaultProps": {},
589
- "runtimeConfigGetStyles": {},
590
- "runtimeConfigInternalComponentProps": {},
591
- "motionVarPrefixes": []
592
- },
593
580
  "Spinner": {
594
581
  "name": "Spinner",
595
582
  "defaultProps": {
@@ -624,6 +611,19 @@
624
611
  "runtimeConfigInternalComponentProps": {},
625
612
  "motionVarPrefixes": []
626
613
  },
614
+ "Table.mocks": {
615
+ "name": "Table.mocks",
616
+ "defaultProps": {},
617
+ "getStylesLiterals": {},
618
+ "cxLiterals": [],
619
+ "internalComponents": [],
620
+ "internalComponentProps": {},
621
+ "propToVariantKeys": {},
622
+ "runtimeConfigDefaultProps": {},
623
+ "runtimeConfigGetStyles": {},
624
+ "runtimeConfigInternalComponentProps": {},
625
+ "motionVarPrefixes": []
626
+ },
627
627
  "Table": {
628
628
  "name": "Table",
629
629
  "defaultProps": {
@@ -663,43 +663,6 @@
663
663
  "runtimeConfigInternalComponentProps": {},
664
664
  "motionVarPrefixes": []
665
665
  },
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
666
  "AnimateHeightChange": {
704
667
  "name": "AnimateHeightChange",
705
668
  "defaultProps": {},
@@ -730,125 +693,65 @@
730
693
  "--uds-motion-smooth-3-"
731
694
  ]
732
695
  },
733
- "Switch": {
734
- "name": "Switch",
696
+ "Badge": {
697
+ "name": "Badge",
735
698
  "defaultProps": {
736
- "labelPosition": "start",
699
+ "variant": "primary",
737
700
  "size": "md"
738
701
  },
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
- },
702
+ "getStylesLiterals": {},
759
703
  "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"
704
+ "flex-1",
705
+ "truncate",
706
+ "whitespace-nowrap",
707
+ "text-center"
792
708
  ],
793
709
  "internalComponents": [
794
710
  "IconSlot",
795
- "Box",
796
- "FormLabel",
797
- "SpringMotionConfig",
798
- "RootElement",
799
- "MotionBox"
711
+ "HStack"
800
712
  ],
801
713
  "internalComponentProps": {
802
714
  "IconSlot": {
803
715
  "data-testid": [
804
- "on-icon",
805
- "off-icon"
716
+ "start-icon",
717
+ "end-icon"
806
718
  ]
807
719
  },
808
- "FormLabel": {
809
- "as": [
810
- "div"
720
+ "HStack": {
721
+ "gap": [
722
+ "2"
811
723
  ],
812
- "variant": [
813
- "inherit"
724
+ "display": [
725
+ "inline-flex"
814
726
  ],
815
- "color": [
816
- "inherit"
817
- ]
818
- },
819
- "RootElement": {
820
- "data-testid": [
821
- "container"
727
+ "alignItems": [
728
+ "center"
822
729
  ]
823
730
  }
824
731
  },
825
732
  "propToVariantKeys": {
826
733
  "size": [
827
- "switchSizeRoot",
828
- "switchSizeSwitch",
829
- "switchSizeHandle",
830
- "switchSizeHandleIcon"
734
+ "badgeSizeRoot",
735
+ "badgeSizeIcon"
831
736
  ],
832
- "onIcon": [
833
- "icon"
737
+ "variant": [
738
+ "badgeVariantRoot",
739
+ "badgeVariantIcon"
834
740
  ],
835
- "offIcon": [
741
+ "startIcon": [
836
742
  "icon"
837
743
  ],
838
- "reduceMotion": [
839
- "reducedMotion"
744
+ "endIcon": [
745
+ "icon"
840
746
  ]
841
747
  },
842
748
  "runtimeConfigDefaultProps": {},
843
749
  "runtimeConfigGetStyles": {},
844
750
  "runtimeConfigInternalComponentProps": {},
845
- "motionVarPrefixes": [
846
- "--uds-motion-bouncy-4-",
847
- "--uds-motion-smooth-3-"
848
- ]
751
+ "motionVarPrefixes": []
849
752
  },
850
- "IconButton": {
851
- "name": "IconButton",
753
+ "Button": {
754
+ "name": "Button",
852
755
  "defaultProps": {
853
756
  "type": "button"
854
757
  },
@@ -860,21 +763,27 @@
860
763
  "overflow-hidden",
861
764
  "justify-center",
862
765
  "items-center",
766
+ "whitespace-nowrap",
767
+ "select-none",
863
768
  "[transform-origin:center]",
864
769
  "[backface-visibility:hidden]",
865
- "[transition-property:color,background-color,border-color,",
866
- "box-shadow,text-decoration-color,fill,stroke]",
770
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
867
771
  "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
868
772
  "[transition-duration:220ms]",
869
773
  "cursor-not-allowed",
870
774
  "uds-button-loading",
871
775
  "uds-button-without-effects",
872
- "animate-spin"
776
+ "withIcon",
777
+ "uds-button-with-gap",
778
+ "animate-spin",
779
+ "truncate"
873
780
  ],
874
781
  "internalComponents": [
875
782
  "Icon",
783
+ "IconSlot",
784
+ "AnimatePresence",
876
785
  "SpringMotionConfig",
877
- "AnimatePresence"
786
+ "MotionSlot"
878
787
  ],
879
788
  "internalComponentProps": {
880
789
  "Icon": {
@@ -882,21 +791,29 @@
882
791
  "current"
883
792
  ]
884
793
  },
794
+ "AnimatePresence": {
795
+ "mode": [
796
+ "popLayout"
797
+ ]
798
+ },
885
799
  "SpringMotionConfig": {
886
800
  "layoutSpeed": [
887
801
  "3"
888
802
  ]
889
803
  },
890
- "AnimatePresence": {
891
- "mode": [
892
- "popLayout"
804
+ "MotionSlot": {
805
+ "whileHover": [
806
+ "hover"
807
+ ],
808
+ "whileTap": [
809
+ "pressed"
893
810
  ]
894
811
  }
895
812
  },
896
813
  "propToVariantKeys": {
897
814
  "size": [
898
- "iconbuttonSizeRoot",
899
- "iconbuttonSizeIcon"
815
+ "buttonSizeRoot",
816
+ "buttonSizeIcon"
900
817
  ],
901
818
  "variant": [
902
819
  "buttonVariantRoot",
@@ -904,60 +821,6 @@
904
821
  ],
905
822
  "iconVariant": [
906
823
  "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
824
  ],
962
825
  "startIcon": [
963
826
  "icon"
@@ -969,7 +832,10 @@
969
832
  "runtimeConfigDefaultProps": {},
970
833
  "runtimeConfigGetStyles": {},
971
834
  "runtimeConfigInternalComponentProps": {},
972
- "motionVarPrefixes": []
835
+ "motionVarPrefixes": [
836
+ "--uds-motion-subtle-3-",
837
+ "--uds-motion-smooth-3-"
838
+ ]
973
839
  },
974
840
  "Checkbox": {
975
841
  "name": "Checkbox",
@@ -1077,8 +943,8 @@
1077
943
  "--uds-motion-smooth-3-"
1078
944
  ]
1079
945
  },
1080
- "Button": {
1081
- "name": "Button",
946
+ "IconButton": {
947
+ "name": "IconButton",
1082
948
  "defaultProps": {
1083
949
  "type": "button"
1084
950
  },
@@ -1090,27 +956,21 @@
1090
956
  "overflow-hidden",
1091
957
  "justify-center",
1092
958
  "items-center",
1093
- "whitespace-nowrap",
1094
- "select-none",
1095
959
  "[transform-origin:center]",
1096
960
  "[backface-visibility:hidden]",
1097
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
961
+ "[transition-property:color,background-color,border-color,",
962
+ "box-shadow,text-decoration-color,fill,stroke]",
1098
963
  "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
1099
964
  "[transition-duration:220ms]",
1100
965
  "cursor-not-allowed",
1101
966
  "uds-button-loading",
1102
967
  "uds-button-without-effects",
1103
- "withIcon",
1104
- "uds-button-with-gap",
1105
- "animate-spin",
1106
- "truncate"
968
+ "animate-spin"
1107
969
  ],
1108
970
  "internalComponents": [
1109
971
  "Icon",
1110
- "IconSlot",
1111
- "AnimatePresence",
1112
972
  "SpringMotionConfig",
1113
- "MotionSlot"
973
+ "AnimatePresence"
1114
974
  ],
1115
975
  "internalComponentProps": {
1116
976
  "Icon": {
@@ -1118,29 +978,21 @@
1118
978
  "current"
1119
979
  ]
1120
980
  },
1121
- "AnimatePresence": {
1122
- "mode": [
1123
- "popLayout"
1124
- ]
1125
- },
1126
981
  "SpringMotionConfig": {
1127
982
  "layoutSpeed": [
1128
983
  "3"
1129
984
  ]
1130
985
  },
1131
- "MotionSlot": {
1132
- "whileHover": [
1133
- "hover"
1134
- ],
1135
- "whileTap": [
1136
- "pressed"
986
+ "AnimatePresence": {
987
+ "mode": [
988
+ "popLayout"
1137
989
  ]
1138
990
  }
1139
991
  },
1140
992
  "propToVariantKeys": {
1141
993
  "size": [
1142
- "buttonSizeRoot",
1143
- "buttonSizeIcon"
994
+ "iconbuttonSizeRoot",
995
+ "iconbuttonSizeIcon"
1144
996
  ],
1145
997
  "variant": [
1146
998
  "buttonVariantRoot",
@@ -1148,12 +1000,6 @@
1148
1000
  ],
1149
1001
  "iconVariant": [
1150
1002
  "variant"
1151
- ],
1152
- "startIcon": [
1153
- "icon"
1154
- ],
1155
- "endIcon": [
1156
- "icon"
1157
1003
  ]
1158
1004
  },
1159
1005
  "runtimeConfigDefaultProps": {},
@@ -1164,277 +1010,36 @@
1164
1010
  "--uds-motion-smooth-3-"
1165
1011
  ]
1166
1012
  },
1167
- "Accordion": {
1168
- "name": "Accordion",
1169
- "defaultProps": {
1170
- "spacingHorizontal": "4",
1171
- "spacingVertical": "4"
1172
- },
1013
+ "Pressable": {
1014
+ "name": "Pressable",
1015
+ "defaultProps": {},
1173
1016
  "getStylesLiterals": {},
1174
- "cxLiterals": [
1175
- "hover:bg-secondary/80",
1176
- "w-full"
1177
- ],
1017
+ "cxLiterals": [],
1178
1018
  "internalComponents": [
1179
- "Icon",
1180
- "SpringMotionConfig",
1181
- "Pressable",
1182
- "Text",
1183
- "HStack",
1184
- "AnimatePresence",
1185
- "VStack"
1019
+ "Comp"
1186
1020
  ],
1187
- "internalComponentProps": {
1188
- "Icon": {
1189
- "variant": [
1190
- "fill"
1191
- ],
1192
- "size": [
1193
- "sm"
1194
- ],
1195
- "color": [
1196
- "primary"
1197
- ]
1198
- },
1199
- "SpringMotionConfig": {
1200
- "layoutVariant": [
1201
- "smooth"
1202
- ],
1203
- "layoutSpeed": [
1204
- "3"
1205
- ]
1206
- },
1207
- "Pressable": {
1208
- "display": [
1209
- "flex"
1210
- ],
1211
- "flexDirection": [
1212
- "row"
1213
- ],
1214
- "alignItems": [
1215
- "center"
1216
- ],
1217
- "justifyContent": [
1218
- "space-between"
1219
- ],
1220
- "borderRadius": [
1221
- "md"
1222
- ]
1223
- },
1224
- "Text": {
1225
- "variant": [
1226
- "title4"
1227
- ],
1228
- "color": [
1229
- "primary"
1230
- ]
1231
- },
1232
- "HStack": {
1233
- "display": [
1234
- "flex"
1235
- ],
1236
- "alignItems": [
1237
- "center"
1238
- ],
1239
- "justifyContent": [
1240
- "space-between"
1241
- ],
1242
- "columnGap": [
1243
- "2.5"
1244
- ]
1245
- }
1246
- },
1021
+ "internalComponentProps": {},
1247
1022
  "propToVariantKeys": {},
1248
1023
  "runtimeConfigDefaultProps": {},
1249
1024
  "runtimeConfigGetStyles": {},
1250
1025
  "runtimeConfigInternalComponentProps": {},
1251
- "motionVarPrefixes": [
1252
- "--uds-motion-smooth-3-"
1253
- ]
1026
+ "motionVarPrefixes": []
1254
1027
  },
1255
- "Modal": {
1256
- "name": "Modal",
1257
- "defaultProps": {},
1258
- "getStylesLiterals": {},
1259
- "cxLiterals": [
1260
- "inset-8",
1261
- "top-[250px]",
1262
- "z-50",
1263
- "mx-auto",
1264
- "h-fit",
1265
- "w-[600px]",
1266
- "origin-center",
1267
- "scale-95",
1268
- "opacity-0",
1269
- "transition",
1270
- "duration-150",
1271
- "data-[enter]:scale-100",
1272
- "data-[enter]:opacity-100",
1273
- "data-[enter]:bg-primary",
1274
- "backdrop-blur-0",
1275
- "data-[enter]:opacity-60",
1276
- "data-[enter]:backdrop-blur-sm"
1277
- ],
1278
- "internalComponents": [
1279
- "IconButton",
1280
- "Dialog",
1281
- "HStack",
1282
- "Text",
1283
- "VStack"
1284
- ],
1285
- "internalComponentProps": {
1286
- "IconButton": {
1287
- "aria-label": [
1288
- "Close"
1289
- ],
1290
- "size": [
1291
- "sm"
1292
- ],
1293
- "variant": [
1294
- "tertiary"
1295
- ]
1296
- },
1297
- "HStack": {
1298
- "alignItems": [
1299
- "center"
1300
- ],
1301
- "justifyContent": [
1302
- "space-between"
1303
- ]
1304
- },
1305
- "Text": {
1306
- "variant": [
1307
- "headline1"
1308
- ],
1309
- "color": [
1310
- "primary"
1311
- ]
1312
- },
1313
- "VStack": {
1314
- "borderRadius": [
1315
- "md"
1316
- ],
1317
- "position": [
1318
- "fixed"
1319
- ],
1320
- "backgroundColor": [
1321
- "primary"
1322
- ],
1323
- "dropShadow": [
1324
- "md"
1325
- ],
1326
- "spacing": [
1327
- "8"
1328
- ],
1329
- "overflow": [
1330
- "hidden"
1331
- ]
1332
- }
1333
- },
1334
- "propToVariantKeys": {
1335
- "handleClose": [
1336
- "onClick"
1337
- ]
1338
- },
1339
- "runtimeConfigDefaultProps": {},
1340
- "runtimeConfigGetStyles": {},
1341
- "runtimeConfigInternalComponentProps": {},
1342
- "motionVarPrefixes": []
1343
- },
1344
- "AvoidMotionLibraryProvider": {
1345
- "name": "AvoidMotionLibraryProvider",
1346
- "defaultProps": {},
1028
+ "SpringMotionConfig": {
1029
+ "name": "SpringMotionConfig",
1030
+ "defaultProps": {
1031
+ "reducedMotion": "user"
1032
+ },
1347
1033
  "getStylesLiterals": {},
1348
1034
  "cxLiterals": [],
1349
- "internalComponents": [],
1350
- "internalComponentProps": {},
1351
- "propToVariantKeys": {},
1352
- "runtimeConfigDefaultProps": {},
1353
- "runtimeConfigGetStyles": {},
1354
- "runtimeConfigInternalComponentProps": {},
1355
- "motionVarPrefixes": []
1356
- },
1357
- "SegmentedControl": {
1358
- "name": "SegmentedControl",
1359
- "defaultProps": {
1360
- "textVariant": "label2"
1361
- },
1362
- "getStylesLiterals": {
1363
- "display": "flex",
1364
- "alignItems": "center",
1365
- "backgroundColor": "primary",
1366
- "spacingVertical": "1",
1367
- "spacingHorizontal": "3",
1368
- "columnGap": "1.5",
1369
- "borderWidth": "thin",
1370
- "borderRadius": "full",
1371
- "borderColor": "muted",
1372
- "borderColor:1": "transparent",
1373
- "color": "primary",
1374
- "color:1": "tertiary",
1375
- "color:2": "muted"
1376
- },
1377
- "cxLiterals": [
1378
- "uds-ring",
1379
- "cursor-not-allowed",
1380
- "opacity-50",
1381
- "pointer-events-none",
1382
- "hover:bg-primary"
1383
- ],
1384
1035
  "internalComponents": [
1385
- "TextVariant",
1386
- "Radio",
1387
- "Icon",
1388
- "RadioProvider",
1389
- "HStack",
1390
- "RadioGroup",
1391
- "Pressable",
1392
- "Text"
1036
+ "LazyMotion",
1037
+ "MotionConfig"
1393
1038
  ],
1394
- "internalComponentProps": {
1395
- "Icon": {
1396
- "size": [
1397
- "sm"
1398
- ],
1399
- "color": [
1400
- "current"
1401
- ],
1402
- "aria-hidden": [
1403
- "true"
1404
- ]
1405
- },
1406
- "HStack": {
1407
- "spacing": [
1408
- "1"
1409
- ],
1410
- "gap": [
1411
- "1"
1412
- ],
1413
- "backgroundColor": [
1414
- "secondary"
1415
- ],
1416
- "borderRadius": [
1417
- "full"
1418
- ],
1419
- "display": [
1420
- "inline-flex"
1421
- ]
1422
- },
1423
- "Text": {
1424
- "color": [
1425
- "current"
1426
- ]
1427
- }
1428
- },
1039
+ "internalComponentProps": {},
1429
1040
  "propToVariantKeys": {
1430
- "value": [
1431
- "key"
1432
- ],
1433
- "label": [
1434
- "aria-label"
1435
- ],
1436
- "textVariant": [
1437
- "variant"
1041
+ "loadFeatures": [
1042
+ "features"
1438
1043
  ]
1439
1044
  },
1440
1045
  "runtimeConfigDefaultProps": {},
@@ -1442,8 +1047,8 @@
1442
1047
  "runtimeConfigInternalComponentProps": {},
1443
1048
  "motionVarPrefixes": []
1444
1049
  },
1445
- "SwitchV2": {
1446
- "name": "SwitchV2",
1050
+ "Switch": {
1051
+ "name": "Switch",
1447
1052
  "defaultProps": {
1448
1053
  "labelPosition": "start",
1449
1054
  "size": "md"
@@ -1452,9 +1057,15 @@
1452
1057
  "switchVariantRoot": "default",
1453
1058
  "switchVariantActiveRoot": "on",
1454
1059
  "switchVariantActiveRoot:1": "off",
1060
+ "display": "flex",
1061
+ "flexDirection": "row",
1062
+ "flexDirection:1": "row-reverse",
1063
+ "alignItems": "center",
1455
1064
  "switchVariantSwitch": "default",
1456
1065
  "switchVariantActiveSwitch": "on",
1457
1066
  "switchVariantActiveSwitch:1": "off",
1067
+ "borderRadius": "full",
1068
+ "position": "relative",
1458
1069
  "switchVariantActiveHandle": "on",
1459
1070
  "switchVariantActiveHandle:1": "off",
1460
1071
  "switchVariantHandle": "default",
@@ -1464,28 +1075,24 @@
1464
1075
  },
1465
1076
  "cxLiterals": [
1466
1077
  "group",
1467
- "flex",
1468
- "items-center",
1469
- "flex-row",
1470
- "flex-row-reverse",
1078
+ "cursor-pointer",
1079
+ "cursor-default",
1080
+ "opacity-50",
1471
1081
  "uds-ring",
1472
1082
  "uds-ring-within",
1473
- "relative",
1474
- "uds-border-radius-full",
1475
1083
  "transition-[background-color,box-shadow]",
1084
+ "relative",
1476
1085
  "pointer-events-none",
1477
- "w-full",
1478
- "h-full",
1086
+ "uds-border-radius-full",
1087
+ "overflow-hidden",
1479
1088
  "absolute",
1480
1089
  "top-0",
1481
- "bottom-0",
1482
- "right-0",
1483
1090
  "left-0",
1484
- "overflow-hidden",
1485
- "group-hover:scale-105",
1091
+ "right-0",
1092
+ "bottom-0",
1486
1093
  "opacity-95",
1487
1094
  "group-hover:opacity-100",
1488
- "transition-[transform,opacity]",
1095
+ "transition-[background-color,box-shadow,opacity]",
1489
1096
  "opacity-0",
1490
1097
  "top-1/2",
1491
1098
  "left-1/2",
@@ -1526,22 +1133,9 @@
1526
1133
  "inherit"
1527
1134
  ]
1528
1135
  },
1529
- "SpringMotionConfig": {
1530
- "layoutVariant": [
1531
- "bouncy"
1532
- ],
1533
- "layoutSpeed": [
1534
- "4"
1535
- ]
1536
- },
1537
1136
  "RootElement": {
1538
1137
  "data-testid": [
1539
- "switch-root"
1540
- ]
1541
- },
1542
- "MotionBox": {
1543
- "layout": [
1544
- "position"
1138
+ "container"
1545
1139
  ]
1546
1140
  }
1547
1141
  },
@@ -1560,9 +1154,6 @@
1560
1154
  ],
1561
1155
  "reduceMotion": [
1562
1156
  "reducedMotion"
1563
- ],
1564
- "isOn": [
1565
- "layoutDependency"
1566
1157
  ]
1567
1158
  },
1568
1159
  "runtimeConfigDefaultProps": {},
@@ -1573,213 +1164,601 @@
1573
1164
  "--uds-motion-smooth-3-"
1574
1165
  ]
1575
1166
  },
1576
- "UDSToastConfigProvider": {
1577
- "name": "UDSToastConfigProvider",
1578
- "defaultProps": {},
1167
+ "Accordion": {
1168
+ "name": "Accordion",
1169
+ "defaultProps": {
1170
+ "spacingHorizontal": "4",
1171
+ "spacingVertical": "4"
1172
+ },
1579
1173
  "getStylesLiterals": {},
1580
- "cxLiterals": [],
1581
- "internalComponents": [
1582
- "ToastContext.Provider"
1174
+ "cxLiterals": [
1175
+ "hover:bg-secondary/80",
1176
+ "w-full"
1583
1177
  ],
1584
- "internalComponentProps": {},
1585
- "propToVariantKeys": {},
1586
- "runtimeConfigDefaultProps": {},
1587
- "runtimeConfigGetStyles": {},
1588
- "runtimeConfigInternalComponentProps": {},
1589
- "motionVarPrefixes": []
1590
- },
1591
- "ToastPortal": {
1592
- "name": "ToastPortal",
1593
- "defaultProps": {},
1594
- "getStylesLiterals": {},
1595
- "cxLiterals": [],
1596
1178
  "internalComponents": [
1597
- "ReactToastifyToastContainer"
1179
+ "Icon",
1180
+ "SpringMotionConfig",
1181
+ "Pressable",
1182
+ "Text",
1183
+ "HStack",
1184
+ "AnimatePresence",
1185
+ "VStack"
1598
1186
  ],
1187
+ "internalComponentProps": {
1188
+ "Icon": {
1189
+ "variant": [
1190
+ "fill"
1191
+ ],
1192
+ "size": [
1193
+ "sm"
1194
+ ],
1195
+ "color": [
1196
+ "primary"
1197
+ ]
1198
+ },
1199
+ "SpringMotionConfig": {
1200
+ "layoutVariant": [
1201
+ "smooth"
1202
+ ],
1203
+ "layoutSpeed": [
1204
+ "3"
1205
+ ]
1206
+ },
1207
+ "Pressable": {
1208
+ "display": [
1209
+ "flex"
1210
+ ],
1211
+ "flexDirection": [
1212
+ "row"
1213
+ ],
1214
+ "alignItems": [
1215
+ "center"
1216
+ ],
1217
+ "justifyContent": [
1218
+ "space-between"
1219
+ ],
1220
+ "borderRadius": [
1221
+ "md"
1222
+ ]
1223
+ },
1224
+ "Text": {
1225
+ "variant": [
1226
+ "title4"
1227
+ ],
1228
+ "color": [
1229
+ "primary"
1230
+ ]
1231
+ },
1232
+ "HStack": {
1233
+ "display": [
1234
+ "flex"
1235
+ ],
1236
+ "alignItems": [
1237
+ "center"
1238
+ ],
1239
+ "justifyContent": [
1240
+ "space-between"
1241
+ ],
1242
+ "columnGap": [
1243
+ "2.5"
1244
+ ]
1245
+ }
1246
+ },
1247
+ "propToVariantKeys": {},
1248
+ "runtimeConfigDefaultProps": {},
1249
+ "runtimeConfigGetStyles": {},
1250
+ "runtimeConfigInternalComponentProps": {},
1251
+ "motionVarPrefixes": [
1252
+ "--uds-motion-smooth-3-"
1253
+ ]
1254
+ },
1255
+ "AvoidMotionLibraryProvider": {
1256
+ "name": "AvoidMotionLibraryProvider",
1257
+ "defaultProps": {},
1258
+ "getStylesLiterals": {},
1259
+ "cxLiterals": [],
1260
+ "internalComponents": [],
1599
1261
  "internalComponentProps": {},
1600
1262
  "propToVariantKeys": {},
1601
- "runtimeConfigDefaultProps": {
1602
- "size": "toast.defaultSize",
1603
- "variant": "toast.defaultVariant"
1263
+ "runtimeConfigDefaultProps": {},
1264
+ "runtimeConfigGetStyles": {},
1265
+ "runtimeConfigInternalComponentProps": {},
1266
+ "motionVarPrefixes": []
1267
+ },
1268
+ "Modal": {
1269
+ "name": "Modal",
1270
+ "defaultProps": {},
1271
+ "getStylesLiterals": {},
1272
+ "cxLiterals": [
1273
+ "inset-8",
1274
+ "top-[250px]",
1275
+ "z-50",
1276
+ "mx-auto",
1277
+ "h-fit",
1278
+ "w-[600px]",
1279
+ "origin-center",
1280
+ "scale-95",
1281
+ "opacity-0",
1282
+ "transition",
1283
+ "duration-150",
1284
+ "data-[enter]:scale-100",
1285
+ "data-[enter]:opacity-100",
1286
+ "data-[enter]:bg-primary",
1287
+ "backdrop-blur-0",
1288
+ "data-[enter]:opacity-60",
1289
+ "data-[enter]:backdrop-blur-sm"
1290
+ ],
1291
+ "internalComponents": [
1292
+ "IconButton",
1293
+ "Dialog",
1294
+ "HStack",
1295
+ "Text",
1296
+ "VStack"
1297
+ ],
1298
+ "internalComponentProps": {
1299
+ "IconButton": {
1300
+ "aria-label": [
1301
+ "Close"
1302
+ ],
1303
+ "size": [
1304
+ "sm"
1305
+ ],
1306
+ "variant": [
1307
+ "tertiary"
1308
+ ]
1309
+ },
1310
+ "HStack": {
1311
+ "alignItems": [
1312
+ "center"
1313
+ ],
1314
+ "justifyContent": [
1315
+ "space-between"
1316
+ ]
1317
+ },
1318
+ "Text": {
1319
+ "variant": [
1320
+ "headline1"
1321
+ ],
1322
+ "color": [
1323
+ "primary"
1324
+ ]
1325
+ },
1326
+ "VStack": {
1327
+ "borderRadius": [
1328
+ "md"
1329
+ ],
1330
+ "position": [
1331
+ "fixed"
1332
+ ],
1333
+ "backgroundColor": [
1334
+ "primary"
1335
+ ],
1336
+ "dropShadow": [
1337
+ "md"
1338
+ ],
1339
+ "spacing": [
1340
+ "8"
1341
+ ],
1342
+ "overflow": [
1343
+ "hidden"
1344
+ ]
1345
+ }
1604
1346
  },
1347
+ "propToVariantKeys": {
1348
+ "handleClose": [
1349
+ "onClick"
1350
+ ]
1351
+ },
1352
+ "runtimeConfigDefaultProps": {},
1605
1353
  "runtimeConfigGetStyles": {},
1606
- "runtimeConfigInternalComponentProps": {
1607
- "ReactToastifyToastContainer": {
1608
- "autoClose": [
1609
- "toast.autoClose"
1354
+ "runtimeConfigInternalComponentProps": {},
1355
+ "motionVarPrefixes": []
1356
+ },
1357
+ "SegmentedControl": {
1358
+ "name": "SegmentedControl",
1359
+ "defaultProps": {
1360
+ "textVariant": "label2"
1361
+ },
1362
+ "getStylesLiterals": {
1363
+ "display": "flex",
1364
+ "alignItems": "center",
1365
+ "backgroundColor": "primary",
1366
+ "spacingVertical": "1",
1367
+ "spacingHorizontal": "3",
1368
+ "columnGap": "1.5",
1369
+ "borderWidth": "thin",
1370
+ "borderRadius": "full",
1371
+ "borderColor": "muted",
1372
+ "borderColor:1": "transparent",
1373
+ "color": "primary",
1374
+ "color:1": "tertiary",
1375
+ "color:2": "muted"
1376
+ },
1377
+ "cxLiterals": [
1378
+ "uds-ring",
1379
+ "cursor-not-allowed",
1380
+ "opacity-50",
1381
+ "pointer-events-none",
1382
+ "hover:bg-primary"
1383
+ ],
1384
+ "internalComponents": [
1385
+ "TextVariant",
1386
+ "Radio",
1387
+ "Icon",
1388
+ "RadioProvider",
1389
+ "HStack",
1390
+ "RadioGroup",
1391
+ "Pressable",
1392
+ "Text"
1393
+ ],
1394
+ "internalComponentProps": {
1395
+ "Icon": {
1396
+ "size": [
1397
+ "sm"
1398
+ ],
1399
+ "color": [
1400
+ "current"
1401
+ ],
1402
+ "aria-hidden": [
1403
+ "true"
1404
+ ]
1405
+ },
1406
+ "HStack": {
1407
+ "spacing": [
1408
+ "1"
1409
+ ],
1410
+ "gap": [
1411
+ "1"
1412
+ ],
1413
+ "backgroundColor": [
1414
+ "secondary"
1415
+ ],
1416
+ "borderRadius": [
1417
+ "full"
1418
+ ],
1419
+ "display": [
1420
+ "inline-flex"
1421
+ ]
1422
+ },
1423
+ "Text": {
1424
+ "color": [
1425
+ "current"
1610
1426
  ]
1611
1427
  }
1612
1428
  },
1429
+ "propToVariantKeys": {
1430
+ "value": [
1431
+ "key"
1432
+ ],
1433
+ "label": [
1434
+ "aria-label"
1435
+ ],
1436
+ "textVariant": [
1437
+ "variant"
1438
+ ]
1439
+ },
1440
+ "runtimeConfigDefaultProps": {},
1441
+ "runtimeConfigGetStyles": {},
1442
+ "runtimeConfigInternalComponentProps": {},
1613
1443
  "motionVarPrefixes": []
1614
1444
  },
1615
- "Toast": {
1616
- "name": "Toast",
1617
- "defaultProps": {},
1445
+ "SwitchV2": {
1446
+ "name": "SwitchV2",
1447
+ "defaultProps": {
1448
+ "labelPosition": "start",
1449
+ "size": "md"
1450
+ },
1618
1451
  "getStylesLiterals": {
1619
- "className": "animate-spin",
1620
- "className:1": "flex-none",
1621
- "spacing": "2",
1622
- "borderRadius": "full"
1452
+ "switchVariantRoot": "default",
1453
+ "switchVariantActiveRoot": "on",
1454
+ "switchVariantActiveRoot:1": "off",
1455
+ "switchVariantSwitch": "default",
1456
+ "switchVariantActiveSwitch": "on",
1457
+ "switchVariantActiveSwitch:1": "off",
1458
+ "switchVariantActiveHandle": "on",
1459
+ "switchVariantActiveHandle:1": "off",
1460
+ "switchVariantHandle": "default",
1461
+ "switchVariantHandleIcon": "default",
1462
+ "switchVariantActiveHandleIcon": "on",
1463
+ "switchVariantActiveHandleIcon:1": "off"
1623
1464
  },
1624
1465
  "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"
1466
+ "group",
1467
+ "flex",
1468
+ "items-center",
1469
+ "flex-row",
1470
+ "flex-row-reverse",
1471
+ "uds-ring",
1472
+ "uds-ring-within",
1473
+ "relative",
1474
+ "uds-border-radius-full",
1475
+ "transition-[background-color,box-shadow]",
1476
+ "pointer-events-none",
1477
+ "w-full",
1478
+ "h-full",
1479
+ "absolute",
1480
+ "top-0",
1481
+ "bottom-0",
1482
+ "right-0",
1483
+ "left-0",
1484
+ "overflow-hidden",
1485
+ "group-hover:scale-105",
1486
+ "opacity-95",
1487
+ "group-hover:opacity-100",
1488
+ "transition-[transform,opacity]",
1489
+ "opacity-0",
1490
+ "top-1/2",
1491
+ "left-1/2",
1492
+ "transform",
1493
+ "translate-x-[-50%]",
1494
+ "translate-y-[-50%]",
1495
+ "transition-opacity",
1496
+ "cursor-[inherit]",
1497
+ "w-[calc(100%+2px)]",
1498
+ "h-[calc(100%+2px)]",
1499
+ "text-start",
1500
+ "text-end",
1501
+ "opacity-100"
1632
1502
  ],
1633
1503
  "internalComponents": [
1634
1504
  "IconSlot",
1635
- "ToastContainer",
1636
- "Text",
1637
- "Button",
1638
- "Pressable"
1505
+ "Box",
1506
+ "FormLabel",
1507
+ "SpringMotionConfig",
1508
+ "RootElement",
1509
+ "MotionBox"
1639
1510
  ],
1640
- "internalComponentProps": {},
1511
+ "internalComponentProps": {
1512
+ "IconSlot": {
1513
+ "data-testid": [
1514
+ "on-icon",
1515
+ "off-icon"
1516
+ ]
1517
+ },
1518
+ "FormLabel": {
1519
+ "as": [
1520
+ "div"
1521
+ ],
1522
+ "variant": [
1523
+ "inherit"
1524
+ ],
1525
+ "color": [
1526
+ "inherit"
1527
+ ]
1528
+ },
1529
+ "SpringMotionConfig": {
1530
+ "layoutVariant": [
1531
+ "bouncy"
1532
+ ],
1533
+ "layoutSpeed": [
1534
+ "4"
1535
+ ]
1536
+ },
1537
+ "RootElement": {
1538
+ "data-testid": [
1539
+ "switch-root"
1540
+ ]
1541
+ },
1542
+ "MotionBox": {
1543
+ "layout": [
1544
+ "position"
1545
+ ]
1546
+ }
1547
+ },
1641
1548
  "propToVariantKeys": {
1642
1549
  "size": [
1643
- "toastSizeLabel",
1644
- "toastSizeIcon",
1645
- "toastSizeActionButton",
1646
- "toastSizeCloseIcon"
1550
+ "switchSizeRoot",
1551
+ "switchSizeSwitch",
1552
+ "switchSizeHandle",
1553
+ "switchSizeHandleIcon"
1647
1554
  ],
1648
- "variant": [
1649
- "toastVariantIcon",
1650
- "toastVariantActionButton",
1651
- "toastVariantCloseIcon"
1555
+ "onIcon": [
1556
+ "icon"
1652
1557
  ],
1653
- "closeIcon": [
1558
+ "offIcon": [
1654
1559
  "icon"
1655
1560
  ],
1656
- "onClickActionButton": [
1657
- "onClick"
1561
+ "reduceMotion": [
1562
+ "reducedMotion"
1563
+ ],
1564
+ "isOn": [
1565
+ "layoutDependency"
1566
+ ]
1567
+ },
1568
+ "runtimeConfigDefaultProps": {},
1569
+ "runtimeConfigGetStyles": {},
1570
+ "runtimeConfigInternalComponentProps": {},
1571
+ "motionVarPrefixes": [
1572
+ "--uds-motion-bouncy-4-",
1573
+ "--uds-motion-smooth-3-"
1574
+ ]
1575
+ },
1576
+ "Avatar": {
1577
+ "name": "Avatar",
1578
+ "defaultProps": {},
1579
+ "getStylesLiterals": {},
1580
+ "cxLiterals": [],
1581
+ "internalComponents": [
1582
+ "AvatarImage"
1583
+ ],
1584
+ "internalComponentProps": {},
1585
+ "propToVariantKeys": {},
1586
+ "runtimeConfigDefaultProps": {},
1587
+ "runtimeConfigGetStyles": {},
1588
+ "runtimeConfigInternalComponentProps": {},
1589
+ "motionVarPrefixes": []
1590
+ },
1591
+ "AvatarIcon": {
1592
+ "name": "AvatarIcon",
1593
+ "defaultProps": {
1594
+ "size": "md",
1595
+ "variant": "primary"
1596
+ },
1597
+ "getStylesLiterals": {},
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
+ ],
1608
+ "internalComponents": [
1609
+ "IconSlot",
1610
+ "Box"
1611
+ ],
1612
+ "internalComponentProps": {},
1613
+ "propToVariantKeys": {
1614
+ "size": [
1615
+ "avatarSizeIcon"
1616
+ ]
1617
+ },
1618
+ "runtimeConfigDefaultProps": {},
1619
+ "runtimeConfigGetStyles": {},
1620
+ "runtimeConfigInternalComponentProps": {},
1621
+ "motionVarPrefixes": []
1622
+ },
1623
+ "AvatarImage": {
1624
+ "name": "AvatarImage",
1625
+ "defaultProps": {
1626
+ "size": "md",
1627
+ "variant": "primary"
1628
+ },
1629
+ "getStylesLiterals": {},
1630
+ "cxLiterals": [
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"
1640
+ ],
1641
+ "internalComponents": [
1642
+ "UDSImage",
1643
+ "AvatarText",
1644
+ "AvatarIcon",
1645
+ "Box"
1646
+ ],
1647
+ "internalComponentProps": {},
1648
+ "propToVariantKeys": {
1649
+ "alt": [
1650
+ "name"
1651
+ ],
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"
1752
- ]
1753
- },
1754
- "runtimeConfigDefaultProps": {
1755
- "size": "toast.defaultSize",
1756
- "variant": "toast.defaultVariant"
1757
- },
1758
- "runtimeConfigGetStyles": {
1759
- "toastVariantRoot": [
1760
- "toast.defaultVariant"
1761
- ],
1762
- "toastSizeRoot": [
1763
- "toast.defaultSize"
1759
+ "bottomsheetVariantRoot"
1764
1760
  ]
1765
1761
  },
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,113 +1797,60 @@
1818
1797
  "runtimeConfigInternalComponentProps": {},
1819
1798
  "motionVarPrefixes": []
1820
1799
  },
1821
- "BottomSheetHandle": {
1822
- "name": "BottomSheetHandle",
1823
- "defaultProps": {
1824
- "variant": "default"
1825
- },
1800
+ "BottomSheetDismiss": {
1801
+ "name": "BottomSheetDismiss",
1802
+ "defaultProps": {},
1826
1803
  "getStylesLiterals": {},
1827
- "cxLiterals": [
1828
- "relative",
1829
- "h-5",
1830
- "w-16",
1831
- "outline-none",
1832
- "focus-visible:outline-none",
1833
- "[touch-action:pan-y]",
1834
- "absolute",
1835
- "left-1/2",
1836
- "top-1/2",
1837
- "-translate-x-1/2",
1838
- "-translate-y-1/2",
1839
- "h-1",
1840
- "w-8",
1841
- "rounded-full"
1842
- ],
1804
+ "cxLiterals": [],
1843
1805
  "internalComponents": [
1844
- "Box"
1806
+ "AriakitDialogDismiss"
1845
1807
  ],
1846
- "internalComponentProps": {
1847
- "Box": {
1848
- "display": [
1849
- "block",
1850
- "flex"
1851
- ],
1852
- "justifyContent": [
1853
- "center"
1854
- ]
1855
- }
1856
- },
1857
- "propToVariantKeys": {
1858
- "variant": [
1859
- "bottomsheetVariantHandleIndicator"
1860
- ]
1861
- },
1808
+ "internalComponentProps": {},
1809
+ "propToVariantKeys": {},
1862
1810
  "runtimeConfigDefaultProps": {},
1863
1811
  "runtimeConfigGetStyles": {},
1864
1812
  "runtimeConfigInternalComponentProps": {},
1865
1813
  "motionVarPrefixes": []
1866
1814
  },
1867
- "BottomSheet": {
1868
- "name": "BottomSheet",
1815
+ "BottomSheetHandle": {
1816
+ "name": "BottomSheetHandle",
1869
1817
  "defaultProps": {
1870
1818
  "variant": "default"
1871
1819
  },
1872
1820
  "getStylesLiterals": {},
1873
1821
  "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"
1822
+ "relative",
1823
+ "h-5",
1824
+ "w-16",
1825
+ "outline-none",
1826
+ "focus-visible:outline-none",
1827
+ "[touch-action:pan-y]",
1828
+ "absolute",
1829
+ "left-1/2",
1830
+ "top-1/2",
1831
+ "-translate-x-1/2",
1832
+ "-translate-y-1/2",
1833
+ "h-1",
1834
+ "w-8",
1835
+ "rounded-full"
1890
1836
  ],
1891
1837
  "internalComponents": [
1892
- "Scrim",
1893
- "BottomSheetHandle",
1894
- "Dialog",
1895
- "Box",
1896
- "BottomSheetInternalContext.Provider"
1838
+ "Box"
1897
1839
  ],
1898
1840
  "internalComponentProps": {
1899
- "BottomSheetHandle": {
1900
- "ariaLabel": [
1901
- "Resize sheet"
1902
- ]
1903
- },
1904
- "Dialog": {
1905
- "data-testid": [
1906
- "bottom-sheet"
1907
- ]
1908
- },
1909
1841
  "Box": {
1910
1842
  "display": [
1911
1843
  "block",
1912
1844
  "flex"
1913
1845
  ],
1914
- "position": [
1915
- "absolute"
1916
- ],
1917
- "flexDirection": [
1918
- "column"
1919
- ],
1920
- "className": [
1921
- "absolute inset-0 min-h-0 p-[inherit]"
1846
+ "justifyContent": [
1847
+ "center"
1922
1848
  ]
1923
1849
  }
1924
1850
  },
1925
1851
  "propToVariantKeys": {
1926
1852
  "variant": [
1927
- "bottomsheetVariantRoot"
1853
+ "bottomsheetVariantHandleIndicator"
1928
1854
  ]
1929
1855
  },
1930
1856
  "runtimeConfigDefaultProps": {},
@@ -1988,14 +1914,12 @@
1988
1914
  "runtimeConfigInternalComponentProps": {},
1989
1915
  "motionVarPrefixes": []
1990
1916
  },
1991
- "BottomSheetTrigger": {
1992
- "name": "BottomSheetTrigger",
1917
+ "BottomSheetInternalContext": {
1918
+ "name": "BottomSheetInternalContext",
1993
1919
  "defaultProps": {},
1994
1920
  "getStylesLiterals": {},
1995
1921
  "cxLiterals": [],
1996
- "internalComponents": [
1997
- "AriakitDialogDisclosure"
1998
- ],
1922
+ "internalComponents": [],
1999
1923
  "internalComponentProps": {},
2000
1924
  "propToVariantKeys": {},
2001
1925
  "runtimeConfigDefaultProps": {},
@@ -2003,13 +1927,13 @@
2003
1927
  "runtimeConfigInternalComponentProps": {},
2004
1928
  "motionVarPrefixes": []
2005
1929
  },
2006
- "UDSBottomSheetConfigProvider": {
2007
- "name": "UDSBottomSheetConfigProvider",
1930
+ "BottomSheetProvider": {
1931
+ "name": "BottomSheetProvider",
2008
1932
  "defaultProps": {},
2009
1933
  "getStylesLiterals": {},
2010
1934
  "cxLiterals": [],
2011
1935
  "internalComponents": [
2012
- "BottomSheetContext.Provider"
1936
+ "AriakitDialogProvider"
2013
1937
  ],
2014
1938
  "internalComponentProps": {},
2015
1939
  "propToVariantKeys": {},
@@ -2018,13 +1942,13 @@
2018
1942
  "runtimeConfigInternalComponentProps": {},
2019
1943
  "motionVarPrefixes": []
2020
1944
  },
2021
- "BottomSheetDismiss": {
2022
- "name": "BottomSheetDismiss",
1945
+ "BottomSheetTrigger": {
1946
+ "name": "BottomSheetTrigger",
2023
1947
  "defaultProps": {},
2024
1948
  "getStylesLiterals": {},
2025
1949
  "cxLiterals": [],
2026
1950
  "internalComponents": [
2027
- "AriakitDialogDismiss"
1951
+ "AriakitDialogDisclosure"
2028
1952
  ],
2029
1953
  "internalComponentProps": {},
2030
1954
  "propToVariantKeys": {},
@@ -2033,13 +1957,13 @@
2033
1957
  "runtimeConfigInternalComponentProps": {},
2034
1958
  "motionVarPrefixes": []
2035
1959
  },
2036
- "BottomSheetProvider": {
2037
- "name": "BottomSheetProvider",
1960
+ "UDSBottomSheetConfigProvider": {
1961
+ "name": "UDSBottomSheetConfigProvider",
2038
1962
  "defaultProps": {},
2039
1963
  "getStylesLiterals": {},
2040
1964
  "cxLiterals": [],
2041
1965
  "internalComponents": [
2042
- "AriakitDialogProvider"
1966
+ "BottomSheetContext.Provider"
2043
1967
  ],
2044
1968
  "internalComponentProps": {},
2045
1969
  "propToVariantKeys": {},
@@ -2048,97 +1972,19 @@
2048
1972
  "runtimeConfigInternalComponentProps": {},
2049
1973
  "motionVarPrefixes": []
2050
1974
  },
2051
- "ChipLink": {
2052
- "name": "ChipLink",
2053
- "defaultProps": {
2054
- "variant": "primary"
2055
- },
2056
- "getStylesLiterals": {},
2057
- "cxLiterals": [
2058
- "uds-ring"
2059
- ],
2060
- "internalComponents": [
2061
- "ChipBase"
2062
- ],
2063
- "internalComponentProps": {
2064
- "ChipBase": {
2065
- "as": [
2066
- "a"
2067
- ]
2068
- }
2069
- },
2070
- "propToVariantKeys": {
2071
- "variant": [
2072
- "chipLinkVariantRoot",
2073
- "chipLinkVariantIcon"
2074
- ]
2075
- },
2076
- "runtimeConfigDefaultProps": {},
2077
- "runtimeConfigGetStyles": {},
2078
- "runtimeConfigInternalComponentProps": {},
2079
- "motionVarPrefixes": []
2080
- },
2081
- "ChipDismissible": {
2082
- "name": "ChipDismissible",
2083
- "defaultProps": {
2084
- "variant": "primary"
2085
- },
1975
+ "Chip": {
1976
+ "name": "Chip",
1977
+ "defaultProps": {},
2086
1978
  "getStylesLiterals": {},
2087
- "cxLiterals": [
2088
- "uds-chip-dismissible-button",
2089
- "uds-hit-target",
2090
- "uds-ring",
2091
- "rounded-full"
2092
- ],
1979
+ "cxLiterals": [],
2093
1980
  "internalComponents": [
2094
- "ChipBase",
2095
- "IconSlot",
2096
- "Pressable"
1981
+ "ChipDismissible",
1982
+ "ChipToggle",
1983
+ "ChipLink",
1984
+ "ChipButton"
2097
1985
  ],
2098
1986
  "internalComponentProps": {},
2099
- "propToVariantKeys": {
2100
- "variant": [
2101
- "chipDismissibleVariantRoot",
2102
- "chipDismissibleVariantIcon"
2103
- ],
2104
- "dismissButtonAriaLabel": [
2105
- "aria-label"
2106
- ]
2107
- },
2108
- "runtimeConfigDefaultProps": {},
2109
- "runtimeConfigGetStyles": {},
2110
- "runtimeConfigInternalComponentProps": {},
2111
- "motionVarPrefixes": []
2112
- },
2113
- "ChipToggle": {
2114
- "name": "ChipToggle",
2115
- "defaultProps": {
2116
- "variant": "primary",
2117
- "role": "checkbox"
2118
- },
2119
- "getStylesLiterals": {
2120
- "chipToggleVariantActiveRoot": "on",
2121
- "chipToggleVariantActiveRoot:1": "off"
2122
- },
2123
- "cxLiterals": [
2124
- "uds-ring"
2125
- ],
2126
- "internalComponents": [
2127
- "ChipBase"
2128
- ],
2129
- "internalComponentProps": {
2130
- "ChipBase": {
2131
- "as": [
2132
- "button"
2133
- ]
2134
- }
2135
- },
2136
- "propToVariantKeys": {
2137
- "variant": [
2138
- "chipToggleVariantRoot",
2139
- "chipToggleVariantIcon"
2140
- ]
2141
- },
1987
+ "propToVariantKeys": {},
2142
1988
  "runtimeConfigDefaultProps": {},
2143
1989
  "runtimeConfigGetStyles": {},
2144
1990
  "runtimeConfigInternalComponentProps": {},
@@ -2184,132 +2030,44 @@
2184
2030
  },
2185
2031
  "propToVariantKeys": {
2186
2032
  "size": [
2187
- "chipSizeRoot",
2188
- "chipSizeIcon"
2189
- ],
2190
- "startIcon": [
2191
- "icon"
2192
- ],
2193
- "endIcon": [
2194
- "icon"
2195
- ]
2196
- },
2197
- "runtimeConfigDefaultProps": {},
2198
- "runtimeConfigGetStyles": {},
2199
- "runtimeConfigInternalComponentProps": {},
2200
- "motionVarPrefixes": []
2201
- },
2202
- "Chip": {
2203
- "name": "Chip",
2204
- "defaultProps": {},
2205
- "getStylesLiterals": {},
2206
- "cxLiterals": [],
2207
- "internalComponents": [
2208
- "ChipDismissible",
2209
- "ChipToggle",
2210
- "ChipLink",
2211
- "ChipButton"
2212
- ],
2213
- "internalComponentProps": {},
2214
- "propToVariantKeys": {},
2215
- "runtimeConfigDefaultProps": {},
2216
- "runtimeConfigGetStyles": {},
2217
- "runtimeConfigInternalComponentProps": {},
2218
- "motionVarPrefixes": []
2219
- },
2220
- "ChipButton": {
2221
- "name": "ChipButton",
2222
- "defaultProps": {
2223
- "variant": "primary"
2224
- },
2225
- "getStylesLiterals": {},
2226
- "cxLiterals": [
2227
- "uds-ring"
2228
- ],
2229
- "internalComponents": [
2230
- "ChipBase"
2231
- ],
2232
- "internalComponentProps": {
2233
- "ChipBase": {
2234
- "as": [
2235
- "button"
2236
- ]
2237
- }
2238
- },
2239
- "propToVariantKeys": {
2240
- "variant": [
2241
- "chipLinkVariantRoot",
2242
- "chipLinkVariantIcon"
2243
- ]
2244
- },
2245
- "runtimeConfigDefaultProps": {},
2246
- "runtimeConfigGetStyles": {},
2247
- "runtimeConfigInternalComponentProps": {},
2248
- "motionVarPrefixes": []
2249
- },
2250
- "AvatarText": {
2251
- "name": "AvatarText",
2252
- "defaultProps": {
2253
- "size": "md",
2254
- "variant": "primary"
2255
- },
2256
- "getStylesLiterals": {},
2257
- "cxLiterals": [
2258
- "overflow-hidden",
2259
- "truncate",
2260
- "w-full",
2261
- "h-full",
2262
- "shrink-0",
2263
- "text-center",
2264
- "inline-flex",
2265
- "justify-center",
2266
- "items-center"
2267
- ],
2268
- "internalComponents": [
2269
- "Box",
2270
- "Text"
2271
- ],
2272
- "internalComponentProps": {
2273
- "Text": {
2274
- "color": [
2275
- "inherit"
2276
- ],
2277
- "variant": [
2278
- "inherit"
2279
- ]
2280
- }
2033
+ "chipSizeRoot",
2034
+ "chipSizeIcon"
2035
+ ],
2036
+ "startIcon": [
2037
+ "icon"
2038
+ ],
2039
+ "endIcon": [
2040
+ "icon"
2041
+ ]
2281
2042
  },
2282
- "propToVariantKeys": {},
2283
2043
  "runtimeConfigDefaultProps": {},
2284
2044
  "runtimeConfigGetStyles": {},
2285
2045
  "runtimeConfigInternalComponentProps": {},
2286
2046
  "motionVarPrefixes": []
2287
2047
  },
2288
- "AvatarIcon": {
2289
- "name": "AvatarIcon",
2048
+ "ChipButton": {
2049
+ "name": "ChipButton",
2290
2050
  "defaultProps": {
2291
- "size": "md",
2292
2051
  "variant": "primary"
2293
2052
  },
2294
2053
  "getStylesLiterals": {},
2295
2054
  "cxLiterals": [
2296
- "overflow-hidden",
2297
- "w-full",
2298
- "h-full",
2299
- "shrink-0",
2300
- "text-center",
2301
- "inline-flex",
2302
- "justify-center",
2303
- "items-center"
2055
+ "uds-ring"
2304
2056
  ],
2305
2057
  "internalComponents": [
2306
- "IconSlot",
2307
- "Box"
2058
+ "ChipBase"
2308
2059
  ],
2309
- "internalComponentProps": {},
2060
+ "internalComponentProps": {
2061
+ "ChipBase": {
2062
+ "as": [
2063
+ "button"
2064
+ ]
2065
+ }
2066
+ },
2310
2067
  "propToVariantKeys": {
2311
- "size": [
2312
- "avatarSizeIcon"
2068
+ "variant": [
2069
+ "chipLinkVariantRoot",
2070
+ "chipLinkVariantIcon"
2313
2071
  ]
2314
2072
  },
2315
2073
  "runtimeConfigDefaultProps": {},
@@ -2317,52 +2075,31 @@
2317
2075
  "runtimeConfigInternalComponentProps": {},
2318
2076
  "motionVarPrefixes": []
2319
2077
  },
2320
- "Avatar": {
2321
- "name": "Avatar",
2322
- "defaultProps": {},
2323
- "getStylesLiterals": {},
2324
- "cxLiterals": [],
2325
- "internalComponents": [
2326
- "AvatarImage"
2327
- ],
2328
- "internalComponentProps": {},
2329
- "propToVariantKeys": {},
2330
- "runtimeConfigDefaultProps": {},
2331
- "runtimeConfigGetStyles": {},
2332
- "runtimeConfigInternalComponentProps": {},
2333
- "motionVarPrefixes": []
2334
- },
2335
- "AvatarImage": {
2336
- "name": "AvatarImage",
2078
+ "ChipDismissible": {
2079
+ "name": "ChipDismissible",
2337
2080
  "defaultProps": {
2338
- "size": "md",
2339
2081
  "variant": "primary"
2340
2082
  },
2341
2083
  "getStylesLiterals": {},
2342
2084
  "cxLiterals": [
2343
- "overflow-hidden",
2344
- "w-full",
2345
- "h-full",
2346
- "shrink-0",
2347
- "text-center",
2348
- "inline-flex",
2349
- "justify-center",
2350
- "items-center",
2351
- "object-cover"
2085
+ "uds-chip-dismissible-button",
2086
+ "uds-hit-target",
2087
+ "uds-ring",
2088
+ "rounded-full"
2352
2089
  ],
2353
2090
  "internalComponents": [
2354
- "UDSImage",
2355
- "AvatarText",
2356
- "AvatarIcon",
2357
- "Box"
2091
+ "ChipBase",
2092
+ "IconSlot",
2093
+ "Pressable"
2358
2094
  ],
2359
2095
  "internalComponentProps": {},
2360
2096
  "propToVariantKeys": {
2361
- "alt": [
2362
- "name"
2097
+ "variant": [
2098
+ "chipDismissibleVariantRoot",
2099
+ "chipDismissibleVariantIcon"
2363
2100
  ],
2364
- "fallback": [
2365
- "initials"
2101
+ "dismissButtonAriaLabel": [
2102
+ "aria-label"
2366
2103
  ]
2367
2104
  },
2368
2105
  "runtimeConfigDefaultProps": {},
@@ -2370,36 +2107,29 @@
2370
2107
  "runtimeConfigInternalComponentProps": {},
2371
2108
  "motionVarPrefixes": []
2372
2109
  },
2373
- "TabPanel": {
2374
- "name": "TabPanel",
2375
- "defaultProps": {},
2376
- "getStylesLiterals": {},
2377
- "cxLiterals": [],
2378
- "internalComponents": [
2379
- "AriakitTabPanel"
2380
- ],
2381
- "internalComponentProps": {},
2382
- "propToVariantKeys": {},
2383
- "runtimeConfigDefaultProps": {},
2384
- "runtimeConfigGetStyles": {},
2385
- "runtimeConfigInternalComponentProps": {},
2386
- "motionVarPrefixes": []
2387
- },
2388
- "Tabs": {
2389
- "name": "Tabs",
2110
+ "ChipLink": {
2111
+ "name": "ChipLink",
2390
2112
  "defaultProps": {
2391
2113
  "variant": "primary"
2392
2114
  },
2393
2115
  "getStylesLiterals": {},
2394
- "cxLiterals": [],
2116
+ "cxLiterals": [
2117
+ "uds-ring"
2118
+ ],
2395
2119
  "internalComponents": [
2396
- "TabsContext.Provider",
2397
- "TabProvider"
2120
+ "ChipBase"
2398
2121
  ],
2399
- "internalComponentProps": {},
2122
+ "internalComponentProps": {
2123
+ "ChipBase": {
2124
+ "as": [
2125
+ "a"
2126
+ ]
2127
+ }
2128
+ },
2400
2129
  "propToVariantKeys": {
2401
- "onSelectionChange": [
2402
- "setSelectedId"
2130
+ "variant": [
2131
+ "chipLinkVariantRoot",
2132
+ "chipLinkVariantIcon"
2403
2133
  ]
2404
2134
  },
2405
2135
  "runtimeConfigDefaultProps": {},
@@ -2407,52 +2137,33 @@
2407
2137
  "runtimeConfigInternalComponentProps": {},
2408
2138
  "motionVarPrefixes": []
2409
2139
  },
2410
- "TabList": {
2411
- "name": "TabList",
2140
+ "ChipToggle": {
2141
+ "name": "ChipToggle",
2412
2142
  "defaultProps": {
2413
- "variant": "primary"
2143
+ "variant": "primary",
2144
+ "role": "checkbox"
2414
2145
  },
2415
2146
  "getStylesLiterals": {
2416
- "tabSizeRoot": "default",
2417
- "tabVariantActiveRoot": "on"
2147
+ "chipToggleVariantActiveRoot": "on",
2148
+ "chipToggleVariantActiveRoot:1": "off"
2418
2149
  },
2419
2150
  "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"
2151
+ "uds-ring"
2447
2152
  ],
2448
2153
  "internalComponents": [
2449
- "AriakitTabList"
2154
+ "ChipBase"
2450
2155
  ],
2451
- "internalComponentProps": {},
2156
+ "internalComponentProps": {
2157
+ "ChipBase": {
2158
+ "as": [
2159
+ "button"
2160
+ ]
2161
+ }
2162
+ },
2452
2163
  "propToVariantKeys": {
2453
2164
  "variant": [
2454
- "tabsVariantRoot",
2455
- "tabVariantRoot"
2165
+ "chipToggleVariantRoot",
2166
+ "chipToggleVariantIcon"
2456
2167
  ]
2457
2168
  },
2458
2169
  "runtimeConfigDefaultProps": {},
@@ -2460,77 +2171,110 @@
2460
2171
  "runtimeConfigInternalComponentProps": {},
2461
2172
  "motionVarPrefixes": []
2462
2173
  },
2463
- "Tab": {
2464
- "name": "Tab",
2174
+ "Input": {
2175
+ "name": "Input",
2465
2176
  "defaultProps": {
2466
- "variant": "primary"
2177
+ "type": "text",
2178
+ "size": "md",
2179
+ "width": "full"
2467
2180
  },
2468
2181
  "getStylesLiterals": {
2469
- "tabSizeRoot": "default",
2470
- "tabVariantActiveRoot": "off",
2471
- "tabVariantActiveRoot:1": "on",
2472
- "tabSizeIcon": "default"
2182
+ "inputVariantRoot": "default",
2183
+ "inputVariantValueRoot": "empty",
2184
+ "inputVariantValueRoot:1": "filled",
2185
+ "inputVariantInputWrapper": "default",
2186
+ "inputVariantValueInputWrapper": "empty",
2187
+ "inputVariantValueInputWrapper:1": "filled",
2188
+ "inputVariantInput": "default",
2189
+ "inputVariantValueInput": "empty",
2190
+ "inputVariantValueInput:1": "filled",
2191
+ "inputVariantInputPlaceholder": "default",
2192
+ "inputVariantValueInputPlaceholder": "empty",
2193
+ "inputVariantValueInputPlaceholder:1": "filled",
2194
+ "inputVariantLabel": "default",
2195
+ "inputVariantValueLabel": "empty",
2196
+ "inputVariantValueLabel:1": "filled",
2197
+ "inputVariantLabelRequired": "default",
2198
+ "inputVariantValueLabelRequired": "empty",
2199
+ "inputVariantValueLabelRequired:1": "filled",
2200
+ "inputVariantStartIcon": "default",
2201
+ "inputVariantValueStartIcon": "empty",
2202
+ "inputVariantValueStartIcon:1": "filled",
2203
+ "inputVariantEndIcon": "default",
2204
+ "inputVariantValueEndIcon": "empty",
2205
+ "inputVariantValueEndIcon:1": "filled"
2473
2206
  },
2474
2207
  "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
2208
  "opacity-50",
2498
- "cursor-default",
2499
- "border-solid",
2500
- "border-b-solid",
2501
- "transition-colors"
2209
+ "min-w-[200px]",
2210
+ "grow",
2211
+ "uds-hit-target",
2212
+ "bg-clip-text",
2213
+ "focus:outline-none",
2214
+ "cursor-text",
2215
+ "cursor-not-allowed"
2502
2216
  ],
2503
2217
  "internalComponents": [
2504
2218
  "IconSlot",
2505
- "AriakitTab",
2506
- "Text"
2219
+ "StartIcon",
2220
+ "EndIcon",
2221
+ "HelpTextContent",
2222
+ "Box",
2223
+ "InputHelpTextInternal",
2224
+ "VStack",
2225
+ "HStack",
2226
+ "AnimateHeightChange"
2507
2227
  ],
2508
2228
  "internalComponentProps": {
2509
- "Text": {
2510
- "variant": [
2511
- "inherit"
2229
+ "HelpTextContent": {
2230
+ "spacingTop": [
2231
+ "2"
2232
+ ]
2233
+ },
2234
+ "Box": {
2235
+ "spacingBottom": [
2236
+ "2"
2512
2237
  ],
2513
- "as": [
2514
- "span"
2238
+ "columnGap": [
2239
+ "0.5"
2515
2240
  ],
2516
- "color": [
2517
- "current"
2241
+ "alignItems": [
2242
+ "flex-end",
2243
+ "center"
2244
+ ],
2245
+ "position": [
2246
+ "relative"
2247
+ ]
2248
+ },
2249
+ "HStack": {
2250
+ "alignItems": [
2251
+ "center"
2252
+ ],
2253
+ "gap": [
2254
+ "1"
2518
2255
  ]
2519
2256
  }
2520
2257
  },
2521
2258
  "propToVariantKeys": {
2522
- "variant": [
2523
- "tabVariantRoot",
2524
- "tabVariantIcon"
2525
- ],
2526
- "activeState": [
2527
- "tabVariantActiveIcon"
2259
+ "size": [
2260
+ "inputSizeRoot",
2261
+ "inputSizeInputWrapper",
2262
+ "inputSizeInput",
2263
+ "inputSizeLabel",
2264
+ "inputSizeStartIcon",
2265
+ "inputSizeEndIcon"
2528
2266
  ],
2529
2267
  "startIcon": [
2530
2268
  "icon"
2531
2269
  ],
2532
2270
  "endIcon": [
2533
2271
  "icon"
2272
+ ],
2273
+ "slotProps": [
2274
+ "helperTextSlotProps"
2275
+ ],
2276
+ "helperTextIcon": [
2277
+ "startIcon"
2534
2278
  ]
2535
2279
  },
2536
2280
  "runtimeConfigDefaultProps": {},
@@ -2538,58 +2282,74 @@
2538
2282
  "runtimeConfigInternalComponentProps": {},
2539
2283
  "motionVarPrefixes": []
2540
2284
  },
2541
- "UDSPopoverConfigProvider": {
2542
- "name": "UDSPopoverConfigProvider",
2543
- "defaultProps": {},
2544
- "getStylesLiterals": {},
2285
+ "InputHelpText": {
2286
+ "name": "InputHelpText",
2287
+ "defaultProps": {
2288
+ "size": "md"
2289
+ },
2290
+ "getStylesLiterals": {
2291
+ "inputVariantRoot": "default",
2292
+ "inputVariantValueRoot": "empty",
2293
+ "inputVariantValueRoot:1": "filled"
2294
+ },
2545
2295
  "cxLiterals": [],
2546
2296
  "internalComponents": [
2547
- "PopoverContext.Provider"
2297
+ "InputHelpTextInternal",
2298
+ "Box"
2548
2299
  ],
2549
- "internalComponentProps": {},
2550
- "propToVariantKeys": {},
2300
+ "internalComponentProps": {
2301
+ "Box": {
2302
+ "spacingTop": [
2303
+ "2"
2304
+ ]
2305
+ }
2306
+ },
2307
+ "propToVariantKeys": {
2308
+ "size": [
2309
+ "inputSizeRoot"
2310
+ ]
2311
+ },
2551
2312
  "runtimeConfigDefaultProps": {},
2552
2313
  "runtimeConfigGetStyles": {},
2553
2314
  "runtimeConfigInternalComponentProps": {},
2554
2315
  "motionVarPrefixes": []
2555
2316
  },
2556
- "Popover": {
2557
- "name": "Popover",
2317
+ "InputHelpTextInternal": {
2318
+ "name": "InputHelpTextInternal",
2558
2319
  "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"
2320
+ "getStylesLiterals": {
2321
+ "inputVariantHelperText": "default",
2322
+ "inputVariantValueHelperText": "empty",
2323
+ "inputVariantValueHelperText:1": "filled",
2324
+ "inputVariantHelperIcon": "default",
2325
+ "inputVariantValueHelperIcon": "empty",
2326
+ "inputVariantValueHelperIcon:1": "filled"
2570
2327
  },
2571
- "runtimeConfigGetStyles": {},
2572
- "runtimeConfigInternalComponentProps": {},
2573
- "motionVarPrefixes": []
2574
- },
2575
- "PopoverTrigger": {
2576
- "name": "PopoverTrigger",
2577
- "defaultProps": {},
2578
- "getStylesLiterals": {},
2579
2328
  "cxLiterals": [],
2580
2329
  "internalComponents": [
2581
- "PopoverDisclosure"
2330
+ "IconSlot",
2331
+ "HStack"
2582
2332
  ],
2583
2333
  "internalComponentProps": {
2584
- "PopoverDisclosure": {
2585
- "className": [
2586
- "inline"
2334
+ "HStack": {
2335
+ "gap": [
2336
+ "1"
2337
+ ],
2338
+ "alignItems": [
2339
+ "center"
2587
2340
  ]
2588
2341
  }
2589
2342
  },
2590
2343
  "propToVariantKeys": {
2591
- "children": [
2592
- "render"
2344
+ "size": [
2345
+ "inputSizeHelperText",
2346
+ "inputSizeHelperIcon"
2347
+ ],
2348
+ "startIcon": [
2349
+ "icon"
2350
+ ],
2351
+ "endIcon": [
2352
+ "icon"
2593
2353
  ]
2594
2354
  },
2595
2355
  "runtimeConfigDefaultProps": {},
@@ -2597,15 +2357,21 @@
2597
2357
  "runtimeConfigInternalComponentProps": {},
2598
2358
  "motionVarPrefixes": []
2599
2359
  },
2600
- "PopoverContext": {
2601
- "name": "PopoverContext",
2360
+ "Popover": {
2361
+ "name": "Popover",
2602
2362
  "defaultProps": {},
2603
2363
  "getStylesLiterals": {},
2604
2364
  "cxLiterals": [],
2605
- "internalComponents": [],
2365
+ "internalComponents": [
2366
+ "PopoverInternalContext.Provider",
2367
+ "PopoverProvider"
2368
+ ],
2606
2369
  "internalComponentProps": {},
2607
2370
  "propToVariantKeys": {},
2608
- "runtimeConfigDefaultProps": {},
2371
+ "runtimeConfigDefaultProps": {
2372
+ "size": "popover.defaultSize",
2373
+ "variant": "popover.defaultVariant"
2374
+ },
2609
2375
  "runtimeConfigGetStyles": {},
2610
2376
  "runtimeConfigInternalComponentProps": {},
2611
2377
  "motionVarPrefixes": []
@@ -2690,107 +2456,224 @@
2690
2456
  "popover.spacingHorizontal.${size}"
2691
2457
  ]
2692
2458
  },
2693
- "runtimeConfigInternalComponentProps": {
2694
- "SvgFloatingOverlay": {
2695
- "borderRadius": [
2696
- "popover.borderRadius.${size}"
2459
+ "runtimeConfigInternalComponentProps": {
2460
+ "SvgFloatingOverlay": {
2461
+ "borderRadius": [
2462
+ "popover.borderRadius.${size}"
2463
+ ]
2464
+ }
2465
+ },
2466
+ "motionVarPrefixes": []
2467
+ },
2468
+ "PopoverContext": {
2469
+ "name": "PopoverContext",
2470
+ "defaultProps": {},
2471
+ "getStylesLiterals": {},
2472
+ "cxLiterals": [],
2473
+ "internalComponents": [],
2474
+ "internalComponentProps": {},
2475
+ "propToVariantKeys": {},
2476
+ "runtimeConfigDefaultProps": {},
2477
+ "runtimeConfigGetStyles": {},
2478
+ "runtimeConfigInternalComponentProps": {},
2479
+ "motionVarPrefixes": []
2480
+ },
2481
+ "PopoverTrigger": {
2482
+ "name": "PopoverTrigger",
2483
+ "defaultProps": {},
2484
+ "getStylesLiterals": {},
2485
+ "cxLiterals": [],
2486
+ "internalComponents": [
2487
+ "PopoverDisclosure"
2488
+ ],
2489
+ "internalComponentProps": {
2490
+ "PopoverDisclosure": {
2491
+ "className": [
2492
+ "inline"
2493
+ ]
2494
+ }
2495
+ },
2496
+ "propToVariantKeys": {
2497
+ "children": [
2498
+ "render"
2499
+ ]
2500
+ },
2501
+ "runtimeConfigDefaultProps": {},
2502
+ "runtimeConfigGetStyles": {},
2503
+ "runtimeConfigInternalComponentProps": {},
2504
+ "motionVarPrefixes": []
2505
+ },
2506
+ "UDSPopoverConfigProvider": {
2507
+ "name": "UDSPopoverConfigProvider",
2508
+ "defaultProps": {},
2509
+ "getStylesLiterals": {},
2510
+ "cxLiterals": [],
2511
+ "internalComponents": [
2512
+ "PopoverContext.Provider"
2513
+ ],
2514
+ "internalComponentProps": {},
2515
+ "propToVariantKeys": {},
2516
+ "runtimeConfigDefaultProps": {},
2517
+ "runtimeConfigGetStyles": {},
2518
+ "runtimeConfigInternalComponentProps": {},
2519
+ "motionVarPrefixes": []
2520
+ },
2521
+ "Menu.Content": {
2522
+ "name": "Menu.Content",
2523
+ "defaultProps": {
2524
+ "size": "default",
2525
+ "variant": "default",
2526
+ "gutter": "1"
2527
+ },
2528
+ "getStylesLiterals": {},
2529
+ "cxLiterals": [
2530
+ "uds-menu-content",
2531
+ "transition-shadow",
2532
+ "duration-200",
2533
+ "ease-in-out",
2534
+ "min-w-60",
2535
+ "max-w-lg",
2536
+ "max-h-96",
2537
+ "overflow-auto",
2538
+ "uds-ring",
2539
+ "z-10",
2540
+ "group"
2541
+ ],
2542
+ "internalComponents": [
2543
+ "AriakitMenu",
2544
+ "AnimatePresence",
2545
+ "MotionVStack"
2546
+ ],
2547
+ "internalComponentProps": {},
2548
+ "propToVariantKeys": {
2549
+ "size": [
2550
+ "menucontentSizeRoot"
2551
+ ],
2552
+ "variant": [
2553
+ "menucontentVariantRoot"
2554
+ ]
2555
+ },
2556
+ "runtimeConfigDefaultProps": {},
2557
+ "runtimeConfigGetStyles": {},
2558
+ "runtimeConfigInternalComponentProps": {},
2559
+ "motionVarPrefixes": []
2560
+ },
2561
+ "Menu.Divider": {
2562
+ "name": "Menu.Divider",
2563
+ "defaultProps": {
2564
+ "role": "separator",
2565
+ "contentPosition": "start",
2566
+ "gap": "4"
2567
+ },
2568
+ "getStylesLiterals": {
2569
+ "menuitemDividerVariantRoot": "default",
2570
+ "menuitemDividerVariantText": "default",
2571
+ "menuitemDividerVariantLine": "default"
2572
+ },
2573
+ "cxLiterals": [],
2574
+ "internalComponents": [
2575
+ "DividerInternal"
2576
+ ],
2577
+ "internalComponentProps": {
2578
+ "DividerInternal": {
2579
+ "variant": [
2580
+ "inherit"
2697
2581
  ]
2698
2582
  }
2699
2583
  },
2584
+ "propToVariantKeys": {},
2585
+ "runtimeConfigDefaultProps": {},
2586
+ "runtimeConfigGetStyles": {},
2587
+ "runtimeConfigInternalComponentProps": {},
2700
2588
  "motionVarPrefixes": []
2701
2589
  },
2702
- "Input": {
2703
- "name": "Input",
2590
+ "Menu.Item": {
2591
+ "name": "Menu.Item",
2592
+ "defaultProps": {},
2593
+ "getStylesLiterals": {
2594
+ "menuitemItemVariantRoot": "default",
2595
+ "menuitemItemVariantActiveRoot": "on",
2596
+ "menuitemItemVariantActiveRoot:1": "off",
2597
+ "menuitemItemVariantText": "default",
2598
+ "menuitemItemVariantActiveText": "on",
2599
+ "menuitemItemVariantActiveText:1": "off",
2600
+ "menuitemItemVariantIcon": "default",
2601
+ "menuitemItemVariantActiveIcon": "on",
2602
+ "menuitemItemVariantActiveIcon:1": "off"
2603
+ },
2604
+ "cxLiterals": [],
2605
+ "internalComponents": [
2606
+ "MenuItemBase"
2607
+ ],
2608
+ "internalComponentProps": {},
2609
+ "propToVariantKeys": {},
2610
+ "runtimeConfigDefaultProps": {},
2611
+ "runtimeConfigGetStyles": {},
2612
+ "runtimeConfigInternalComponentProps": {},
2613
+ "motionVarPrefixes": []
2614
+ },
2615
+ "Menu.ItemBase": {
2616
+ "name": "Menu.ItemBase",
2704
2617
  "defaultProps": {
2705
- "type": "text",
2706
- "size": "md",
2707
- "width": "full"
2618
+ "spacing": "0",
2619
+ "spacingHorizontal": "4",
2620
+ "spacingVertical": "3.5",
2621
+ "columnGap": "2",
2622
+ "alignItems": "center",
2623
+ "justifyContent": "space-between"
2708
2624
  },
2709
2625
  "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"
2626
+ "textAlign": "start",
2627
+ "menuitemSizeRoot": "default",
2628
+ "flexDirection": "row",
2629
+ "menuitemSizeStartIcon": "default",
2630
+ "menuitemSizeEndIcon": "default"
2734
2631
  },
2735
2632
  "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"
2633
+ "flex",
2634
+ "focus-visible:text-brand",
2635
+ "focus-visible:bg-brand-secondary",
2636
+ "focus-visible:z-10",
2637
+ "uds-ring",
2638
+ "!-outline-offset-2",
2639
+ "[&:not([aria-checked])]:cursor-default",
2640
+ "opacity-25",
2641
+ "cursor-not-allowed",
2642
+ "duration-20",
2643
+ "transition-[font-variation-settings]",
2644
+ "ease-in-out",
2645
+ "z-0",
2646
+ "uds-start-icon",
2647
+ "uds-end-icon"
2744
2648
  ],
2745
2649
  "internalComponents": [
2650
+ "Pressable",
2746
2651
  "IconSlot",
2747
- "StartIcon",
2748
- "EndIcon",
2749
- "HelpTextContent",
2750
- "Box",
2751
- "InputHelpTextInternal",
2752
- "VStack",
2652
+ "RootComponent",
2753
2653
  "HStack",
2754
- "AnimateHeightChange"
2654
+ "AnimatePresence"
2755
2655
  ],
2756
2656
  "internalComponentProps": {
2757
- "HelpTextContent": {
2758
- "spacingTop": [
2759
- "2"
2760
- ]
2761
- },
2762
- "Box": {
2763
- "spacingBottom": [
2764
- "2"
2765
- ],
2766
- "columnGap": [
2767
- "0.5"
2768
- ],
2657
+ "HStack": {
2769
2658
  "alignItems": [
2770
- "flex-end",
2771
2659
  "center"
2772
2660
  ],
2773
- "position": [
2774
- "relative"
2661
+ "width": [
2662
+ "full"
2775
2663
  ]
2776
2664
  },
2777
- "HStack": {
2778
- "alignItems": [
2779
- "center"
2780
- ],
2781
- "gap": [
2782
- "1"
2665
+ "AnimatePresence": {
2666
+ "mode": [
2667
+ "popLayout"
2783
2668
  ]
2784
2669
  }
2785
2670
  },
2786
2671
  "propToVariantKeys": {
2787
- "size": [
2788
- "inputSizeRoot",
2789
- "inputSizeInputWrapper",
2790
- "inputSizeInput",
2791
- "inputSizeLabel",
2792
- "inputSizeStartIcon",
2793
- "inputSizeEndIcon"
2672
+ "startIconClassName": [
2673
+ "className"
2674
+ ],
2675
+ "endIconClassName": [
2676
+ "className"
2794
2677
  ],
2795
2678
  "startIcon": [
2796
2679
  "icon"
@@ -2798,11 +2681,8 @@
2798
2681
  "endIcon": [
2799
2682
  "icon"
2800
2683
  ],
2801
- "slotProps": [
2802
- "helperTextSlotProps"
2803
- ],
2804
- "helperTextIcon": [
2805
- "startIcon"
2684
+ "columnGap": [
2685
+ "gap"
2806
2686
  ]
2807
2687
  },
2808
2688
  "runtimeConfigDefaultProps": {},
@@ -2810,121 +2690,245 @@
2810
2690
  "runtimeConfigInternalComponentProps": {},
2811
2691
  "motionVarPrefixes": []
2812
2692
  },
2813
- "InputHelpText": {
2814
- "name": "InputHelpText",
2815
- "defaultProps": {
2816
- "size": "md"
2817
- },
2693
+ "Menu.ItemCheckbox": {
2694
+ "name": "Menu.ItemCheckbox",
2695
+ "defaultProps": {},
2818
2696
  "getStylesLiterals": {
2819
- "inputVariantRoot": "default",
2820
- "inputVariantValueRoot": "empty",
2821
- "inputVariantValueRoot:1": "filled"
2697
+ "menuitemItemCheckboxVariantRoot": "default",
2698
+ "menuitemItemCheckboxVariantActiveRoot": "on",
2699
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
2700
+ "menuitemItemCheckboxVariantText": "default",
2701
+ "menuitemItemCheckboxVariantActiveText": "on",
2702
+ "menuitemItemCheckboxVariantActiveText:1": "off",
2703
+ "menuitemItemCheckboxVariantStartIcon": "default",
2704
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
2705
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
2706
+ "menuitemItemCheckboxVariantEndIcon": "default",
2707
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
2708
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
2822
2709
  },
2710
+ "cxLiterals": [
2711
+ "uds-menu-item-checkbox"
2712
+ ],
2713
+ "internalComponents": [
2714
+ "MenuItemBase"
2715
+ ],
2716
+ "internalComponentProps": {},
2717
+ "propToVariantKeys": {},
2718
+ "runtimeConfigDefaultProps": {},
2719
+ "runtimeConfigGetStyles": {},
2720
+ "runtimeConfigInternalComponentProps": {},
2721
+ "motionVarPrefixes": []
2722
+ },
2723
+ "Menu.Provider": {
2724
+ "name": "Menu.Provider",
2725
+ "defaultProps": {},
2726
+ "getStylesLiterals": {},
2823
2727
  "cxLiterals": [],
2824
2728
  "internalComponents": [
2825
- "InputHelpTextInternal",
2729
+ "AriakitMenuProvider",
2730
+ "SpringMotionConfig"
2731
+ ],
2732
+ "internalComponentProps": {},
2733
+ "propToVariantKeys": {},
2734
+ "runtimeConfigDefaultProps": {},
2735
+ "runtimeConfigGetStyles": {},
2736
+ "runtimeConfigInternalComponentProps": {},
2737
+ "motionVarPrefixes": [
2738
+ "--uds-motion-subtle-3-",
2739
+ "--uds-motion-smooth-3-"
2740
+ ]
2741
+ },
2742
+ "Menu.Trigger": {
2743
+ "name": "Menu.Trigger",
2744
+ "defaultProps": {},
2745
+ "getStylesLiterals": {},
2746
+ "cxLiterals": [
2747
+ "uds-menu-trigger"
2748
+ ],
2749
+ "internalComponents": [
2750
+ "AriakitMenuTrigger",
2826
2751
  "Box"
2827
2752
  ],
2828
2753
  "internalComponentProps": {
2829
2754
  "Box": {
2830
- "spacingTop": [
2831
- "2"
2755
+ "className": [
2756
+ "uds-ring h-fit w-fit"
2832
2757
  ]
2833
2758
  }
2834
2759
  },
2835
- "propToVariantKeys": {
2836
- "size": [
2837
- "inputSizeRoot"
2838
- ]
2839
- },
2760
+ "propToVariantKeys": {},
2761
+ "runtimeConfigDefaultProps": {},
2762
+ "runtimeConfigGetStyles": {},
2763
+ "runtimeConfigInternalComponentProps": {},
2764
+ "motionVarPrefixes": []
2765
+ },
2766
+ "Menu.index": {
2767
+ "name": "Menu.index",
2768
+ "defaultProps": {},
2769
+ "getStylesLiterals": {},
2770
+ "cxLiterals": [],
2771
+ "internalComponents": [],
2772
+ "internalComponentProps": {},
2773
+ "propToVariantKeys": {},
2840
2774
  "runtimeConfigDefaultProps": {},
2841
2775
  "runtimeConfigGetStyles": {},
2842
2776
  "runtimeConfigInternalComponentProps": {},
2843
2777
  "motionVarPrefixes": []
2844
2778
  },
2845
- "InputHelpTextInternal": {
2846
- "name": "InputHelpTextInternal",
2779
+ "Menu": {
2780
+ "name": "Menu",
2847
2781
  "defaultProps": {},
2782
+ "getStylesLiterals": {},
2783
+ "cxLiterals": [],
2784
+ "internalComponents": [],
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
+ },
2848
2800
  "getStylesLiterals": {
2849
- "inputVariantHelperText": "default",
2850
- "inputVariantValueHelperText": "empty",
2851
- "inputVariantValueHelperText:1": "filled",
2852
- "inputVariantHelperIcon": "default",
2853
- "inputVariantValueHelperIcon": "empty",
2854
- "inputVariantValueHelperIcon:1": "filled"
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"
2855
2811
  },
2856
- "cxLiterals": [],
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
+ ],
2857
2838
  "internalComponents": [
2858
- "IconSlot",
2859
- "HStack"
2839
+ "Box",
2840
+ "FormLabel",
2841
+ "SpringMotionConfig",
2842
+ "RootElement",
2843
+ "MotionBox"
2860
2844
  ],
2861
2845
  "internalComponentProps": {
2862
- "HStack": {
2863
- "gap": [
2864
- "1"
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"
3002
+ "variant": [
3003
+ "tabVariantRoot",
3004
+ "tabVariantIcon"
3005
+ ],
3006
+ "activeState": [
3007
+ "tabVariantActiveIcon"
3008
+ ],
3009
+ "startIcon": [
3010
+ "icon"
2969
3011
  ],
2970
- "variant": [
2971
- "menucontentVariantRoot"
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
  }