@yahoo/uds 3.158.1 → 3.159.0

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.
@@ -679,168 +679,109 @@
679
679
  "runtimeConfigInternalComponentProps": {},
680
680
  "motionVarPrefixes": []
681
681
  },
682
- "Checkbox": {
683
- "name": "Checkbox",
682
+ "Accordion": {
683
+ "name": "Accordion",
684
684
  "defaultProps": {
685
- "labelPosition": "start",
686
- "variant": "primary",
687
- "size": "md"
688
- },
689
- "getStylesLiterals": {
690
- "display": "flex",
691
- "flexDirection": "row",
692
- "flexDirection:1": "row-reverse",
693
- "alignItems": "center"
685
+ "spacingHorizontal": "4",
686
+ "spacingVertical": "4"
694
687
  },
688
+ "getStylesLiterals": {},
695
689
  "cxLiterals": [
696
- "cursor-pointer",
697
- "cursor-default",
698
- "opacity-50",
699
- "uds-ring",
700
- "uds-ring-within",
701
- "transition-[background-color,border-color,box-shadow]",
702
- "pointer-events-none",
703
- "opacity-0",
704
- "opacity-55",
705
- "opacity-100",
706
- "transition-opacity",
707
- "cursor-[inherit]",
708
- "absolute",
709
- "top-1/2",
710
- "left-1/2",
711
- "w-[calc(100%+2px)]",
712
- "h-[calc(100%+2px)]",
713
- "transform",
714
- "translate-x-[-50%]",
715
- "translate-y-[-50%]",
716
- "text-start",
717
- "text-end"
690
+ "hover:bg-secondary/80",
691
+ "w-full"
718
692
  ],
719
693
  "internalComponents": [
720
694
  "Icon",
721
- "FormLabel",
722
695
  "SpringMotionConfig",
723
- "RootElement",
724
- "MotionBox"
696
+ "Pressable",
697
+ "Text",
698
+ "HStack",
699
+ "AnimatePresence",
700
+ "VStack"
725
701
  ],
726
702
  "internalComponentProps": {
727
703
  "Icon": {
704
+ "variant": [
705
+ "fill"
706
+ ],
728
707
  "size": [
729
708
  "sm"
709
+ ],
710
+ "color": [
711
+ "primary"
730
712
  ]
731
713
  },
732
- "FormLabel": {
733
- "as": [
734
- "div"
714
+ "SpringMotionConfig": {
715
+ "layoutVariant": [
716
+ "smooth"
735
717
  ],
736
- "variant": [
737
- "inherit"
718
+ "layoutSpeed": [
719
+ "3"
720
+ ]
721
+ },
722
+ "Pressable": {
723
+ "display": [
724
+ "flex"
738
725
  ],
739
- "color": [
740
- "inherit"
726
+ "flexDirection": [
727
+ "row"
728
+ ],
729
+ "alignItems": [
730
+ "center"
731
+ ],
732
+ "justifyContent": [
733
+ "space-between"
734
+ ],
735
+ "borderRadius": [
736
+ "md"
741
737
  ]
742
738
  },
743
- "RootElement": {
744
- "data-testid": [
745
- "container"
739
+ "Text": {
740
+ "variant": [
741
+ "title4"
742
+ ],
743
+ "color": [
744
+ "primary"
746
745
  ]
747
746
  },
748
- "MotionBox": {
749
- "position": [
750
- "relative"
747
+ "HStack": {
748
+ "display": [
749
+ "flex"
751
750
  ],
752
751
  "alignItems": [
753
752
  "center"
754
753
  ],
755
754
  "justifyContent": [
756
- "center"
755
+ "space-between"
757
756
  ],
758
- "flex": [
759
- "none"
757
+ "columnGap": [
758
+ "2.5"
760
759
  ]
761
760
  }
762
761
  },
763
- "propToVariantKeys": {
764
- "size": [
765
- "checkboxSizeRoot",
766
- "checkboxSizeCheckbox"
767
- ],
768
- "variant": [
769
- "checkboxVariantRoot",
770
- "checkboxVariantCheckbox",
771
- "checkboxVariantCheckboxIcon"
772
- ],
773
- "valueState": [
774
- "checkboxVariantValueRoot",
775
- "checkboxVariantValueCheckbox",
776
- "checkboxVariantValueCheckboxIcon"
777
- ],
778
- "reduceMotion": [
779
- "reducedMotion"
780
- ]
781
- },
762
+ "propToVariantKeys": {},
782
763
  "runtimeConfigDefaultProps": {},
783
764
  "runtimeConfigGetStyles": {},
784
765
  "runtimeConfigInternalComponentProps": {},
785
766
  "motionVarPrefixes": [
786
- "--uds-motion-subtle-3-",
787
767
  "--uds-motion-smooth-3-"
788
768
  ]
789
769
  },
790
- "SpringMotionConfig": {
791
- "name": "SpringMotionConfig",
792
- "defaultProps": {
793
- "reducedMotion": "user"
794
- },
770
+ "AvoidMotionLibraryProvider": {
771
+ "name": "AvoidMotionLibraryProvider",
772
+ "defaultProps": {},
795
773
  "getStylesLiterals": {},
796
774
  "cxLiterals": [],
797
- "internalComponents": [
798
- "LazyMotion",
799
- "MotionConfig"
800
- ],
775
+ "internalComponents": [],
801
776
  "internalComponentProps": {},
802
- "propToVariantKeys": {
803
- "loadFeatures": [
804
- "features"
805
- ]
806
- },
777
+ "propToVariantKeys": {},
807
778
  "runtimeConfigDefaultProps": {},
808
779
  "runtimeConfigGetStyles": {},
809
780
  "runtimeConfigInternalComponentProps": {},
810
781
  "motionVarPrefixes": []
811
782
  },
812
- "AnimateHeightChange": {
813
- "name": "AnimateHeightChange",
814
- "defaultProps": {},
815
- "getStylesLiterals": {},
816
- "cxLiterals": [
817
- "overflow-hidden"
818
- ],
819
- "internalComponents": [
820
- "SpringMotionConfig"
821
- ],
822
- "internalComponentProps": {
823
- "SpringMotionConfig": {
824
- "layoutSpeed": [
825
- "4"
826
- ]
827
- }
828
- },
829
- "propToVariantKeys": {
830
- "reduceMotion": [
831
- "reducedMotion"
832
- ]
833
- },
834
- "runtimeConfigDefaultProps": {},
835
- "runtimeConfigGetStyles": {},
836
- "runtimeConfigInternalComponentProps": {},
837
- "motionVarPrefixes": [
838
- "--uds-motion-subtle-4-",
839
- "--uds-motion-smooth-3-"
840
- ]
841
- },
842
- "Switch": {
843
- "name": "Switch",
783
+ "SwitchV2": {
784
+ "name": "SwitchV2",
844
785
  "defaultProps": {
845
786
  "labelPosition": "start",
846
787
  "size": "md"
@@ -849,15 +790,9 @@
849
790
  "switchVariantRoot": "default",
850
791
  "switchVariantActiveRoot": "on",
851
792
  "switchVariantActiveRoot:1": "off",
852
- "display": "flex",
853
- "flexDirection": "row",
854
- "flexDirection:1": "row-reverse",
855
- "alignItems": "center",
856
793
  "switchVariantSwitch": "default",
857
794
  "switchVariantActiveSwitch": "on",
858
795
  "switchVariantActiveSwitch:1": "off",
859
- "borderRadius": "full",
860
- "position": "relative",
861
796
  "switchVariantActiveHandle": "on",
862
797
  "switchVariantActiveHandle:1": "off",
863
798
  "switchVariantHandle": "default",
@@ -867,24 +802,28 @@
867
802
  },
868
803
  "cxLiterals": [
869
804
  "group",
870
- "cursor-pointer",
871
- "cursor-default",
872
- "opacity-50",
805
+ "flex",
806
+ "items-center",
807
+ "flex-row",
808
+ "flex-row-reverse",
873
809
  "uds-ring",
874
810
  "uds-ring-within",
875
- "transition-[background-color,box-shadow]",
876
811
  "relative",
877
- "pointer-events-none",
878
812
  "uds-border-radius-full",
879
- "overflow-hidden",
813
+ "transition-[background-color,box-shadow]",
814
+ "pointer-events-none",
815
+ "w-full",
816
+ "h-full",
880
817
  "absolute",
881
818
  "top-0",
882
- "left-0",
883
- "right-0",
884
819
  "bottom-0",
820
+ "right-0",
821
+ "left-0",
822
+ "overflow-hidden",
823
+ "group-hover:scale-105",
885
824
  "opacity-95",
886
825
  "group-hover:opacity-100",
887
- "transition-[background-color,box-shadow,opacity]",
826
+ "transition-[transform,opacity]",
888
827
  "opacity-0",
889
828
  "top-1/2",
890
829
  "left-1/2",
@@ -925,9 +864,22 @@
925
864
  "inherit"
926
865
  ]
927
866
  },
867
+ "SpringMotionConfig": {
868
+ "layoutVariant": [
869
+ "bouncy"
870
+ ],
871
+ "layoutSpeed": [
872
+ "4"
873
+ ]
874
+ },
928
875
  "RootElement": {
929
876
  "data-testid": [
930
- "container"
877
+ "switch-root"
878
+ ]
879
+ },
880
+ "MotionBox": {
881
+ "layout": [
882
+ "position"
931
883
  ]
932
884
  }
933
885
  },
@@ -946,6 +898,9 @@
946
898
  ],
947
899
  "reduceMotion": [
948
900
  "reducedMotion"
901
+ ],
902
+ "isOn": [
903
+ "layoutDependency"
949
904
  ]
950
905
  },
951
906
  "runtimeConfigDefaultProps": {},
@@ -956,154 +911,86 @@
956
911
  "--uds-motion-smooth-3-"
957
912
  ]
958
913
  },
959
- "IconButton": {
960
- "name": "IconButton",
914
+ "SegmentedControl": {
915
+ "name": "SegmentedControl",
961
916
  "defaultProps": {
962
- "type": "button"
917
+ "textVariant": "label2"
918
+ },
919
+ "getStylesLiterals": {
920
+ "display": "flex",
921
+ "alignItems": "center",
922
+ "backgroundColor": "primary",
923
+ "spacingVertical": "1",
924
+ "spacingHorizontal": "3",
925
+ "columnGap": "1.5",
926
+ "borderWidth": "thin",
927
+ "borderRadius": "full",
928
+ "borderColor": "muted",
929
+ "borderColor:1": "transparent",
930
+ "color": "primary",
931
+ "color:1": "tertiary",
932
+ "color:2": "muted"
963
933
  },
964
- "getStylesLiterals": {},
965
934
  "cxLiterals": [
966
935
  "uds-ring",
967
- "uds-hit-target",
968
- "inline-flex",
969
- "overflow-hidden",
970
- "justify-center",
971
- "items-center",
972
- "[transform-origin:center]",
973
- "[backface-visibility:hidden]",
974
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
975
- "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
976
- "[transition-duration:220ms]",
977
936
  "cursor-not-allowed",
978
- "uds-button-loading",
979
- "uds-button-without-effects",
980
- "animate-spin"
937
+ "opacity-50",
938
+ "pointer-events-none",
939
+ "hover:bg-primary"
981
940
  ],
982
941
  "internalComponents": [
942
+ "Radio",
983
943
  "Icon",
984
- "AnimatePresence",
985
- "SpringMotionConfig",
986
- "MotionSlot"
944
+ "RadioProvider",
945
+ "HStack",
946
+ "RadioGroup",
947
+ "Pressable",
948
+ "Text"
987
949
  ],
988
950
  "internalComponentProps": {
989
951
  "Icon": {
952
+ "size": [
953
+ "sm"
954
+ ],
990
955
  "color": [
991
956
  "current"
992
- ]
993
- },
994
- "AnimatePresence": {
995
- "mode": [
996
- "popLayout"
997
- ]
998
- },
999
- "SpringMotionConfig": {
1000
- "layoutSpeed": [
1001
- "3"
1002
- ]
1003
- },
1004
- "MotionSlot": {
1005
- "initial": [
1006
- "icon"
1007
957
  ],
1008
- "whileHover": [
1009
- "hover"
1010
- ],
1011
- "whileTap": [
1012
- "pressed"
1013
- ]
1014
- }
1015
- },
1016
- "propToVariantKeys": {
1017
- "size": [
1018
- "iconbuttonSizeRoot",
1019
- "iconbuttonSizeIcon"
1020
- ],
1021
- "variant": [
1022
- "buttonVariantRoot",
1023
- "buttonVariantIcon"
1024
- ],
1025
- "iconVariant": [
1026
- "variant"
1027
- ]
1028
- },
1029
- "runtimeConfigDefaultProps": {},
1030
- "runtimeConfigGetStyles": {},
1031
- "runtimeConfigInternalComponentProps": {},
1032
- "motionVarPrefixes": [
1033
- "--uds-motion-subtle-3-",
1034
- "--uds-motion-smooth-3-"
1035
- ]
1036
- },
1037
- "Pressable": {
1038
- "name": "Pressable",
1039
- "defaultProps": {},
1040
- "getStylesLiterals": {},
1041
- "cxLiterals": [],
1042
- "internalComponents": [
1043
- "Comp"
1044
- ],
1045
- "internalComponentProps": {},
1046
- "propToVariantKeys": {},
1047
- "runtimeConfigDefaultProps": {},
1048
- "runtimeConfigGetStyles": {},
1049
- "runtimeConfigInternalComponentProps": {},
1050
- "motionVarPrefixes": []
1051
- },
1052
- "Badge": {
1053
- "name": "Badge",
1054
- "defaultProps": {
1055
- "variant": "primary",
1056
- "size": "md"
1057
- },
1058
- "getStylesLiterals": {},
1059
- "cxLiterals": [
1060
- "uds-badge",
1061
- "uds-badge-variant",
1062
- "uds-badge-size",
1063
- "uds-badge-iconSize",
1064
- "uds-badge-iconColor",
1065
- "flex-1",
1066
- "truncate",
1067
- "whitespace-nowrap",
1068
- "text-center"
1069
- ],
1070
- "internalComponents": [
1071
- "IconSlot",
1072
- "HStack"
1073
- ],
1074
- "internalComponentProps": {
1075
- "IconSlot": {
1076
- "data-testid": [
1077
- "start-icon",
1078
- "end-icon"
958
+ "aria-hidden": [
959
+ "true"
1079
960
  ]
1080
961
  },
1081
962
  "HStack": {
963
+ "spacing": [
964
+ "1"
965
+ ],
1082
966
  "gap": [
1083
- "2"
967
+ "1"
968
+ ],
969
+ "backgroundColor": [
970
+ "secondary"
971
+ ],
972
+ "borderRadius": [
973
+ "full"
1084
974
  ],
1085
975
  "display": [
1086
976
  "inline-flex"
1087
- ],
1088
- "alignItems": [
1089
- "center"
977
+ ]
978
+ },
979
+ "Text": {
980
+ "color": [
981
+ "current"
1090
982
  ]
1091
983
  }
1092
984
  },
1093
985
  "propToVariantKeys": {
1094
- "size": [
1095
- "badgeSizeRoot",
1096
- "badgeSizeIcon"
1097
- ],
1098
- "variant": [
1099
- "badgeVariantRoot",
1100
- "badgeVariantIcon"
986
+ "value": [
987
+ "key"
1101
988
  ],
1102
- "startIcon": [
1103
- "icon"
989
+ "label": [
990
+ "aria-label"
1104
991
  ],
1105
- "endIcon": [
1106
- "icon"
992
+ "textVariant": [
993
+ "variant"
1107
994
  ]
1108
995
  },
1109
996
  "runtimeConfigDefaultProps": {},
@@ -1111,89 +998,104 @@
1111
998
  "runtimeConfigInternalComponentProps": {},
1112
999
  "motionVarPrefixes": []
1113
1000
  },
1114
- "Button": {
1115
- "name": "Button",
1001
+ "Checkbox": {
1002
+ "name": "Checkbox",
1116
1003
  "defaultProps": {
1117
- "type": "button"
1004
+ "labelPosition": "start",
1005
+ "variant": "primary",
1006
+ "size": "md"
1007
+ },
1008
+ "getStylesLiterals": {
1009
+ "display": "flex",
1010
+ "flexDirection": "row",
1011
+ "flexDirection:1": "row-reverse",
1012
+ "alignItems": "center"
1118
1013
  },
1119
- "getStylesLiterals": {},
1120
1014
  "cxLiterals": [
1015
+ "cursor-pointer",
1016
+ "cursor-default",
1017
+ "opacity-50",
1121
1018
  "uds-ring",
1122
- "uds-hit-target",
1123
- "inline-flex",
1124
- "max-w-full",
1125
- "overflow-hidden",
1126
- "justify-center",
1127
- "items-center",
1128
- "whitespace-nowrap",
1129
- "select-none",
1130
- "[transform-origin:center]",
1131
- "[backface-visibility:hidden]",
1132
- "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
1133
- "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
1134
- "[transition-duration:220ms]",
1135
- "cursor-not-allowed",
1136
- "uds-button-loading",
1137
- "uds-button-without-effects",
1138
- "withIcon",
1139
- "uds-button-with-gap",
1140
- "animate-spin",
1141
- "min-w-0",
1142
- "truncate",
1143
- "flex",
1144
- "shrink-0",
1145
- "overflow-clip",
1146
- "uds-button-icon-container"
1019
+ "uds-ring-within",
1020
+ "transition-[background-color,border-color,box-shadow]",
1021
+ "pointer-events-none",
1022
+ "opacity-0",
1023
+ "opacity-55",
1024
+ "opacity-100",
1025
+ "transition-opacity",
1026
+ "cursor-[inherit]",
1027
+ "absolute",
1028
+ "top-1/2",
1029
+ "left-1/2",
1030
+ "w-[calc(100%+2px)]",
1031
+ "h-[calc(100%+2px)]",
1032
+ "transform",
1033
+ "translate-x-[-50%]",
1034
+ "translate-y-[-50%]",
1035
+ "text-start",
1036
+ "text-end"
1147
1037
  ],
1148
1038
  "internalComponents": [
1149
1039
  "Icon",
1150
- "IconSlot",
1151
- "AnimatePresence",
1040
+ "FormLabel",
1152
1041
  "SpringMotionConfig",
1153
- "MotionSlot"
1042
+ "RootElement",
1043
+ "MotionBox"
1154
1044
  ],
1155
1045
  "internalComponentProps": {
1156
1046
  "Icon": {
1157
- "color": [
1158
- "current"
1047
+ "size": [
1048
+ "sm"
1159
1049
  ]
1160
1050
  },
1161
- "AnimatePresence": {
1162
- "mode": [
1163
- "popLayout"
1051
+ "FormLabel": {
1052
+ "as": [
1053
+ "div"
1054
+ ],
1055
+ "variant": [
1056
+ "inherit"
1057
+ ],
1058
+ "color": [
1059
+ "inherit"
1164
1060
  ]
1165
1061
  },
1166
- "SpringMotionConfig": {
1167
- "layoutSpeed": [
1168
- "3"
1062
+ "RootElement": {
1063
+ "data-testid": [
1064
+ "container"
1169
1065
  ]
1170
1066
  },
1171
- "MotionSlot": {
1172
- "whileHover": [
1173
- "hover"
1067
+ "MotionBox": {
1068
+ "position": [
1069
+ "relative"
1174
1070
  ],
1175
- "whileTap": [
1176
- "pressed"
1071
+ "alignItems": [
1072
+ "center"
1073
+ ],
1074
+ "justifyContent": [
1075
+ "center"
1076
+ ],
1077
+ "flex": [
1078
+ "none"
1177
1079
  ]
1178
1080
  }
1179
1081
  },
1180
1082
  "propToVariantKeys": {
1181
1083
  "size": [
1182
- "buttonSizeRoot",
1183
- "buttonSizeIcon"
1084
+ "checkboxSizeRoot",
1085
+ "checkboxSizeCheckbox"
1184
1086
  ],
1185
1087
  "variant": [
1186
- "buttonVariantRoot",
1187
- "buttonVariantIcon"
1188
- ],
1189
- "iconVariant": [
1190
- "variant"
1088
+ "checkboxVariantRoot",
1089
+ "checkboxVariantCheckbox",
1090
+ "checkboxVariantCheckboxIcon"
1191
1091
  ],
1192
- "startIcon": [
1193
- "icon"
1092
+ "valueState": [
1093
+ "checkboxVariantValueRoot",
1094
+ "checkboxVariantValueCheckbox",
1095
+ "checkboxVariantValueCheckboxIcon"
1194
1096
  ],
1195
- "endIcon": [
1196
- "icon"
1097
+ "reduceMotion": [
1098
+ "reducedMotion"
1197
1099
  ]
1198
1100
  },
1199
1101
  "runtimeConfigDefaultProps": {},
@@ -1204,109 +1106,60 @@
1204
1106
  "--uds-motion-smooth-3-"
1205
1107
  ]
1206
1108
  },
1207
- "Accordion": {
1208
- "name": "Accordion",
1109
+ "SpringMotionConfig": {
1110
+ "name": "SpringMotionConfig",
1209
1111
  "defaultProps": {
1210
- "spacingHorizontal": "4",
1211
- "spacingVertical": "4"
1112
+ "reducedMotion": "user"
1113
+ },
1114
+ "getStylesLiterals": {},
1115
+ "cxLiterals": [],
1116
+ "internalComponents": [
1117
+ "LazyMotion",
1118
+ "MotionConfig"
1119
+ ],
1120
+ "internalComponentProps": {},
1121
+ "propToVariantKeys": {
1122
+ "loadFeatures": [
1123
+ "features"
1124
+ ]
1212
1125
  },
1126
+ "runtimeConfigDefaultProps": {},
1127
+ "runtimeConfigGetStyles": {},
1128
+ "runtimeConfigInternalComponentProps": {},
1129
+ "motionVarPrefixes": []
1130
+ },
1131
+ "AnimateHeightChange": {
1132
+ "name": "AnimateHeightChange",
1133
+ "defaultProps": {},
1213
1134
  "getStylesLiterals": {},
1214
1135
  "cxLiterals": [
1215
- "hover:bg-secondary/80",
1216
- "w-full"
1136
+ "overflow-hidden"
1217
1137
  ],
1218
1138
  "internalComponents": [
1219
- "Icon",
1220
- "SpringMotionConfig",
1221
- "Pressable",
1222
- "Text",
1223
- "HStack",
1224
- "AnimatePresence",
1225
- "VStack"
1139
+ "SpringMotionConfig"
1226
1140
  ],
1227
1141
  "internalComponentProps": {
1228
- "Icon": {
1229
- "variant": [
1230
- "fill"
1231
- ],
1232
- "size": [
1233
- "sm"
1234
- ],
1235
- "color": [
1236
- "primary"
1237
- ]
1238
- },
1239
1142
  "SpringMotionConfig": {
1240
- "layoutVariant": [
1241
- "smooth"
1242
- ],
1243
1143
  "layoutSpeed": [
1244
- "3"
1245
- ]
1246
- },
1247
- "Pressable": {
1248
- "display": [
1249
- "flex"
1250
- ],
1251
- "flexDirection": [
1252
- "row"
1253
- ],
1254
- "alignItems": [
1255
- "center"
1256
- ],
1257
- "justifyContent": [
1258
- "space-between"
1259
- ],
1260
- "borderRadius": [
1261
- "md"
1262
- ]
1263
- },
1264
- "Text": {
1265
- "variant": [
1266
- "title4"
1267
- ],
1268
- "color": [
1269
- "primary"
1270
- ]
1271
- },
1272
- "HStack": {
1273
- "display": [
1274
- "flex"
1275
- ],
1276
- "alignItems": [
1277
- "center"
1278
- ],
1279
- "justifyContent": [
1280
- "space-between"
1281
- ],
1282
- "columnGap": [
1283
- "2.5"
1144
+ "4"
1284
1145
  ]
1285
1146
  }
1286
1147
  },
1287
- "propToVariantKeys": {},
1148
+ "propToVariantKeys": {
1149
+ "reduceMotion": [
1150
+ "reducedMotion"
1151
+ ]
1152
+ },
1288
1153
  "runtimeConfigDefaultProps": {},
1289
1154
  "runtimeConfigGetStyles": {},
1290
1155
  "runtimeConfigInternalComponentProps": {},
1291
1156
  "motionVarPrefixes": [
1157
+ "--uds-motion-subtle-4-",
1292
1158
  "--uds-motion-smooth-3-"
1293
1159
  ]
1294
1160
  },
1295
- "AvoidMotionLibraryProvider": {
1296
- "name": "AvoidMotionLibraryProvider",
1297
- "defaultProps": {},
1298
- "getStylesLiterals": {},
1299
- "cxLiterals": [],
1300
- "internalComponents": [],
1301
- "internalComponentProps": {},
1302
- "propToVariantKeys": {},
1303
- "runtimeConfigDefaultProps": {},
1304
- "runtimeConfigGetStyles": {},
1305
- "runtimeConfigInternalComponentProps": {},
1306
- "motionVarPrefixes": []
1307
- },
1308
- "SwitchV2": {
1309
- "name": "SwitchV2",
1161
+ "Switch": {
1162
+ "name": "Switch",
1310
1163
  "defaultProps": {
1311
1164
  "labelPosition": "start",
1312
1165
  "size": "md"
@@ -1315,9 +1168,15 @@
1315
1168
  "switchVariantRoot": "default",
1316
1169
  "switchVariantActiveRoot": "on",
1317
1170
  "switchVariantActiveRoot:1": "off",
1171
+ "display": "flex",
1172
+ "flexDirection": "row",
1173
+ "flexDirection:1": "row-reverse",
1174
+ "alignItems": "center",
1318
1175
  "switchVariantSwitch": "default",
1319
1176
  "switchVariantActiveSwitch": "on",
1320
1177
  "switchVariantActiveSwitch:1": "off",
1178
+ "borderRadius": "full",
1179
+ "position": "relative",
1321
1180
  "switchVariantActiveHandle": "on",
1322
1181
  "switchVariantActiveHandle:1": "off",
1323
1182
  "switchVariantHandle": "default",
@@ -1327,28 +1186,24 @@
1327
1186
  },
1328
1187
  "cxLiterals": [
1329
1188
  "group",
1330
- "flex",
1331
- "items-center",
1332
- "flex-row",
1333
- "flex-row-reverse",
1189
+ "cursor-pointer",
1190
+ "cursor-default",
1191
+ "opacity-50",
1334
1192
  "uds-ring",
1335
1193
  "uds-ring-within",
1336
- "relative",
1337
- "uds-border-radius-full",
1338
1194
  "transition-[background-color,box-shadow]",
1195
+ "relative",
1339
1196
  "pointer-events-none",
1340
- "w-full",
1341
- "h-full",
1197
+ "uds-border-radius-full",
1198
+ "overflow-hidden",
1342
1199
  "absolute",
1343
1200
  "top-0",
1344
- "bottom-0",
1345
- "right-0",
1346
1201
  "left-0",
1347
- "overflow-hidden",
1348
- "group-hover:scale-105",
1202
+ "right-0",
1203
+ "bottom-0",
1349
1204
  "opacity-95",
1350
1205
  "group-hover:opacity-100",
1351
- "transition-[transform,opacity]",
1206
+ "transition-[background-color,box-shadow,opacity]",
1352
1207
  "opacity-0",
1353
1208
  "top-1/2",
1354
1209
  "left-1/2",
@@ -1389,22 +1244,9 @@
1389
1244
  "inherit"
1390
1245
  ]
1391
1246
  },
1392
- "SpringMotionConfig": {
1393
- "layoutVariant": [
1394
- "bouncy"
1395
- ],
1396
- "layoutSpeed": [
1397
- "4"
1398
- ]
1399
- },
1400
1247
  "RootElement": {
1401
1248
  "data-testid": [
1402
- "switch-root"
1403
- ]
1404
- },
1405
- "MotionBox": {
1406
- "layout": [
1407
- "position"
1249
+ "container"
1408
1250
  ]
1409
1251
  }
1410
1252
  },
@@ -1423,9 +1265,6 @@
1423
1265
  ],
1424
1266
  "reduceMotion": [
1425
1267
  "reducedMotion"
1426
- ],
1427
- "isOn": [
1428
- "layoutDependency"
1429
1268
  ]
1430
1269
  },
1431
1270
  "runtimeConfigDefaultProps": {},
@@ -1436,92 +1275,253 @@
1436
1275
  "--uds-motion-smooth-3-"
1437
1276
  ]
1438
1277
  },
1439
- "SegmentedControl": {
1440
- "name": "SegmentedControl",
1278
+ "IconButton": {
1279
+ "name": "IconButton",
1441
1280
  "defaultProps": {
1442
- "textVariant": "label2"
1443
- },
1444
- "getStylesLiterals": {
1445
- "display": "flex",
1446
- "alignItems": "center",
1447
- "backgroundColor": "primary",
1448
- "spacingVertical": "1",
1449
- "spacingHorizontal": "3",
1450
- "columnGap": "1.5",
1451
- "borderWidth": "thin",
1452
- "borderRadius": "full",
1453
- "borderColor": "muted",
1454
- "borderColor:1": "transparent",
1455
- "color": "primary",
1456
- "color:1": "tertiary",
1457
- "color:2": "muted"
1281
+ "type": "button"
1458
1282
  },
1283
+ "getStylesLiterals": {},
1459
1284
  "cxLiterals": [
1460
1285
  "uds-ring",
1286
+ "uds-hit-target",
1287
+ "inline-flex",
1288
+ "overflow-hidden",
1289
+ "justify-center",
1290
+ "items-center",
1291
+ "[transform-origin:center]",
1292
+ "[backface-visibility:hidden]",
1293
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
1294
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
1295
+ "[transition-duration:220ms]",
1461
1296
  "cursor-not-allowed",
1462
- "opacity-50",
1463
- "pointer-events-none",
1464
- "hover:bg-primary"
1297
+ "uds-button-loading",
1298
+ "uds-button-without-effects",
1299
+ "animate-spin"
1465
1300
  ],
1466
1301
  "internalComponents": [
1467
- "Radio",
1468
1302
  "Icon",
1469
- "RadioProvider",
1470
- "HStack",
1471
- "RadioGroup",
1472
- "Pressable",
1473
- "Text"
1303
+ "AnimatePresence",
1304
+ "SpringMotionConfig",
1305
+ "MotionSlot"
1474
1306
  ],
1475
1307
  "internalComponentProps": {
1476
1308
  "Icon": {
1477
- "size": [
1478
- "sm"
1479
- ],
1480
1309
  "color": [
1481
1310
  "current"
1311
+ ]
1312
+ },
1313
+ "AnimatePresence": {
1314
+ "mode": [
1315
+ "popLayout"
1316
+ ]
1317
+ },
1318
+ "SpringMotionConfig": {
1319
+ "layoutSpeed": [
1320
+ "3"
1321
+ ]
1322
+ },
1323
+ "MotionSlot": {
1324
+ "initial": [
1325
+ "icon"
1482
1326
  ],
1483
- "aria-hidden": [
1484
- "true"
1327
+ "whileHover": [
1328
+ "hover"
1329
+ ],
1330
+ "whileTap": [
1331
+ "pressed"
1332
+ ]
1333
+ }
1334
+ },
1335
+ "propToVariantKeys": {
1336
+ "size": [
1337
+ "iconbuttonSizeRoot",
1338
+ "iconbuttonSizeIcon"
1339
+ ],
1340
+ "variant": [
1341
+ "buttonVariantRoot",
1342
+ "buttonVariantIcon"
1343
+ ],
1344
+ "iconVariant": [
1345
+ "variant"
1346
+ ]
1347
+ },
1348
+ "runtimeConfigDefaultProps": {},
1349
+ "runtimeConfigGetStyles": {},
1350
+ "runtimeConfigInternalComponentProps": {},
1351
+ "motionVarPrefixes": [
1352
+ "--uds-motion-subtle-3-",
1353
+ "--uds-motion-smooth-3-"
1354
+ ]
1355
+ },
1356
+ "Pressable": {
1357
+ "name": "Pressable",
1358
+ "defaultProps": {},
1359
+ "getStylesLiterals": {},
1360
+ "cxLiterals": [],
1361
+ "internalComponents": [
1362
+ "Comp"
1363
+ ],
1364
+ "internalComponentProps": {},
1365
+ "propToVariantKeys": {},
1366
+ "runtimeConfigDefaultProps": {},
1367
+ "runtimeConfigGetStyles": {},
1368
+ "runtimeConfigInternalComponentProps": {},
1369
+ "motionVarPrefixes": []
1370
+ },
1371
+ "Badge": {
1372
+ "name": "Badge",
1373
+ "defaultProps": {
1374
+ "variant": "primary",
1375
+ "size": "md"
1376
+ },
1377
+ "getStylesLiterals": {},
1378
+ "cxLiterals": [
1379
+ "uds-badge",
1380
+ "uds-badge-variant",
1381
+ "uds-badge-size",
1382
+ "uds-badge-iconSize",
1383
+ "uds-badge-iconColor",
1384
+ "flex-1",
1385
+ "truncate",
1386
+ "whitespace-nowrap",
1387
+ "text-center"
1388
+ ],
1389
+ "internalComponents": [
1390
+ "IconSlot",
1391
+ "HStack"
1392
+ ],
1393
+ "internalComponentProps": {
1394
+ "IconSlot": {
1395
+ "data-testid": [
1396
+ "start-icon",
1397
+ "end-icon"
1485
1398
  ]
1486
1399
  },
1487
1400
  "HStack": {
1488
- "spacing": [
1489
- "1"
1490
- ],
1491
1401
  "gap": [
1492
- "1"
1493
- ],
1494
- "backgroundColor": [
1495
- "secondary"
1496
- ],
1497
- "borderRadius": [
1498
- "full"
1402
+ "2"
1499
1403
  ],
1500
1404
  "display": [
1501
1405
  "inline-flex"
1406
+ ],
1407
+ "alignItems": [
1408
+ "center"
1409
+ ]
1410
+ }
1411
+ },
1412
+ "propToVariantKeys": {
1413
+ "size": [
1414
+ "badgeSizeRoot",
1415
+ "badgeSizeIcon"
1416
+ ],
1417
+ "variant": [
1418
+ "badgeVariantRoot",
1419
+ "badgeVariantIcon"
1420
+ ],
1421
+ "startIcon": [
1422
+ "icon"
1423
+ ],
1424
+ "endIcon": [
1425
+ "icon"
1426
+ ]
1427
+ },
1428
+ "runtimeConfigDefaultProps": {},
1429
+ "runtimeConfigGetStyles": {},
1430
+ "runtimeConfigInternalComponentProps": {},
1431
+ "motionVarPrefixes": []
1432
+ },
1433
+ "Button": {
1434
+ "name": "Button",
1435
+ "defaultProps": {
1436
+ "type": "button"
1437
+ },
1438
+ "getStylesLiterals": {},
1439
+ "cxLiterals": [
1440
+ "uds-ring",
1441
+ "uds-hit-target",
1442
+ "inline-flex",
1443
+ "max-w-full",
1444
+ "overflow-hidden",
1445
+ "justify-center",
1446
+ "items-center",
1447
+ "whitespace-nowrap",
1448
+ "select-none",
1449
+ "[transform-origin:center]",
1450
+ "[backface-visibility:hidden]",
1451
+ "[transition-property:color,background-color,border-color,box-shadow,text-decoration-color,fill,stroke]",
1452
+ "[transition-timing-function:cubic-bezier(0,0,0.2,1)]",
1453
+ "[transition-duration:220ms]",
1454
+ "cursor-not-allowed",
1455
+ "uds-button-loading",
1456
+ "uds-button-without-effects",
1457
+ "withIcon",
1458
+ "uds-button-with-gap",
1459
+ "animate-spin",
1460
+ "min-w-0",
1461
+ "truncate",
1462
+ "flex",
1463
+ "shrink-0",
1464
+ "overflow-clip",
1465
+ "uds-button-icon-container"
1466
+ ],
1467
+ "internalComponents": [
1468
+ "Icon",
1469
+ "IconSlot",
1470
+ "AnimatePresence",
1471
+ "SpringMotionConfig",
1472
+ "MotionSlot"
1473
+ ],
1474
+ "internalComponentProps": {
1475
+ "Icon": {
1476
+ "color": [
1477
+ "current"
1478
+ ]
1479
+ },
1480
+ "AnimatePresence": {
1481
+ "mode": [
1482
+ "popLayout"
1483
+ ]
1484
+ },
1485
+ "SpringMotionConfig": {
1486
+ "layoutSpeed": [
1487
+ "3"
1502
1488
  ]
1503
1489
  },
1504
- "Text": {
1505
- "color": [
1506
- "current"
1490
+ "MotionSlot": {
1491
+ "whileHover": [
1492
+ "hover"
1493
+ ],
1494
+ "whileTap": [
1495
+ "pressed"
1507
1496
  ]
1508
1497
  }
1509
1498
  },
1510
1499
  "propToVariantKeys": {
1511
- "value": [
1512
- "key"
1500
+ "size": [
1501
+ "buttonSizeRoot",
1502
+ "buttonSizeIcon"
1513
1503
  ],
1514
- "label": [
1515
- "aria-label"
1504
+ "variant": [
1505
+ "buttonVariantRoot",
1506
+ "buttonVariantIcon"
1516
1507
  ],
1517
- "textVariant": [
1508
+ "iconVariant": [
1518
1509
  "variant"
1510
+ ],
1511
+ "startIcon": [
1512
+ "icon"
1513
+ ],
1514
+ "endIcon": [
1515
+ "icon"
1519
1516
  ]
1520
1517
  },
1521
1518
  "runtimeConfigDefaultProps": {},
1522
1519
  "runtimeConfigGetStyles": {},
1523
1520
  "runtimeConfigInternalComponentProps": {},
1524
- "motionVarPrefixes": []
1521
+ "motionVarPrefixes": [
1522
+ "--uds-motion-subtle-3-",
1523
+ "--uds-motion-smooth-3-"
1524
+ ]
1525
1525
  },
1526
1526
  "Menu.Item": {
1527
1527
  "name": "Menu.Item",
@@ -2699,22 +2699,249 @@
2699
2699
  "gap": [
2700
2700
  "2"
2701
2701
  ],
2702
- "alignItems": [
2703
- "center"
2702
+ "alignItems": [
2703
+ "center"
2704
+ ],
2705
+ "width": [
2706
+ "full"
2707
+ ]
2708
+ },
2709
+ "AnimatePresence": {
2710
+ "mode": [
2711
+ "popLayout"
2712
+ ]
2713
+ }
2714
+ },
2715
+ "propToVariantKeys": {
2716
+ "startIcon": [
2717
+ "icon"
2718
+ ]
2719
+ },
2720
+ "runtimeConfigDefaultProps": {},
2721
+ "runtimeConfigGetStyles": {},
2722
+ "runtimeConfigInternalComponentProps": {},
2723
+ "motionVarPrefixes": []
2724
+ },
2725
+ "SelectDivider": {
2726
+ "name": "SelectDivider",
2727
+ "defaultProps": {
2728
+ "contentPosition": "start",
2729
+ "gap": "4"
2730
+ },
2731
+ "getStylesLiterals": {
2732
+ "selectitemDividerVariantRoot": "default",
2733
+ "selectitemDividerVariantText": "default",
2734
+ "selectitemDividerVariantLine": "default"
2735
+ },
2736
+ "cxLiterals": [],
2737
+ "internalComponents": [
2738
+ "Divider"
2739
+ ],
2740
+ "internalComponentProps": {
2741
+ "Divider": {
2742
+ "variant": [
2743
+ "inherit"
2744
+ ]
2745
+ }
2746
+ },
2747
+ "propToVariantKeys": {},
2748
+ "runtimeConfigDefaultProps": {},
2749
+ "runtimeConfigGetStyles": {},
2750
+ "runtimeConfigInternalComponentProps": {},
2751
+ "motionVarPrefixes": []
2752
+ },
2753
+ "UDSConfigProvider": {
2754
+ "name": "UDSConfigProvider",
2755
+ "defaultProps": {},
2756
+ "getStylesLiterals": {},
2757
+ "cxLiterals": [],
2758
+ "internalComponents": [
2759
+ "UDSBreakpointsConfigProvider",
2760
+ "UDSBottomSheetConfigProvider",
2761
+ "UDSToastConfigProvider",
2762
+ "UDSTooltipConfigProvider",
2763
+ "UDSPopoverConfigProvider",
2764
+ "UDSModalConfigProvider"
2765
+ ],
2766
+ "internalComponentProps": {},
2767
+ "propToVariantKeys": {},
2768
+ "runtimeConfigDefaultProps": {},
2769
+ "runtimeConfigGetStyles": {},
2770
+ "runtimeConfigInternalComponentProps": {},
2771
+ "motionVarPrefixes": []
2772
+ },
2773
+ "UDSBreakpointsConfigProvider": {
2774
+ "name": "UDSBreakpointsConfigProvider",
2775
+ "defaultProps": {},
2776
+ "getStylesLiterals": {},
2777
+ "cxLiterals": [],
2778
+ "internalComponents": [
2779
+ "UDSBreakpointsConfigContext.Provider"
2780
+ ],
2781
+ "internalComponentProps": {},
2782
+ "propToVariantKeys": {},
2783
+ "runtimeConfigDefaultProps": {},
2784
+ "runtimeConfigGetStyles": {},
2785
+ "runtimeConfigInternalComponentProps": {},
2786
+ "motionVarPrefixes": []
2787
+ },
2788
+ "TabList": {
2789
+ "name": "TabList",
2790
+ "defaultProps": {
2791
+ "variant": "primary"
2792
+ },
2793
+ "getStylesLiterals": {
2794
+ "tabSizeRoot": "default",
2795
+ "tabVariantActiveRoot": "on"
2796
+ },
2797
+ "cxLiterals": [
2798
+ "pointer-events-none",
2799
+ "absolute",
2800
+ "bottom-0",
2801
+ "left-0",
2802
+ "right-0",
2803
+ "h-[var(--uds-tab-underline-width,0px)]",
2804
+ "bg-[var(--uds-tab-underline-color,transparent)]",
2805
+ "transition-[height,background-color]",
2806
+ "duration-[240ms]",
2807
+ "ease-[cubic-bezier(0.2,0,0,1)]",
2808
+ "!m-0",
2809
+ "!p-0",
2810
+ "!gap-0",
2811
+ "box-border",
2812
+ "z-0",
2813
+ "min-w-0",
2814
+ "min-h-0",
2815
+ "flex",
2816
+ "flex-row",
2817
+ "items-center",
2818
+ "overflow-x-auto",
2819
+ "overflow-y-clip",
2820
+ "scrollbar-none",
2821
+ "[overflow-clip-margin:6px]",
2822
+ "overflow-clip",
2823
+ "[overflow-clip-margin:8px]",
2824
+ "relative",
2825
+ "left",
2826
+ "240ms",
2827
+ "cubic-bezier(0.2,",
2828
+ "0,",
2829
+ "1),",
2830
+ "top",
2831
+ "width",
2832
+ "height",
2833
+ "1)",
2834
+ "--uds-tab-underline-color",
2835
+ "--uds-tab-underline-width"
2836
+ ],
2837
+ "internalComponents": [
2838
+ "AriakitTabList"
2839
+ ],
2840
+ "internalComponentProps": {},
2841
+ "propToVariantKeys": {
2842
+ "variant": [
2843
+ "tabsVariantRoot",
2844
+ "tabVariantRoot"
2845
+ ]
2846
+ },
2847
+ "runtimeConfigDefaultProps": {},
2848
+ "runtimeConfigGetStyles": {},
2849
+ "runtimeConfigInternalComponentProps": {},
2850
+ "motionVarPrefixes": []
2851
+ },
2852
+ "Tabs": {
2853
+ "name": "Tabs",
2854
+ "defaultProps": {
2855
+ "variant": "primary"
2856
+ },
2857
+ "getStylesLiterals": {},
2858
+ "cxLiterals": [],
2859
+ "internalComponents": [
2860
+ "TabsContext.Provider",
2861
+ "TabProvider"
2862
+ ],
2863
+ "internalComponentProps": {},
2864
+ "propToVariantKeys": {
2865
+ "onSelectionChange": [
2866
+ "setSelectedId"
2867
+ ]
2868
+ },
2869
+ "runtimeConfigDefaultProps": {},
2870
+ "runtimeConfigGetStyles": {},
2871
+ "runtimeConfigInternalComponentProps": {},
2872
+ "motionVarPrefixes": []
2873
+ },
2874
+ "Tab": {
2875
+ "name": "Tab",
2876
+ "defaultProps": {
2877
+ "variant": "primary"
2878
+ },
2879
+ "getStylesLiterals": {
2880
+ "tabSizeRoot": "default",
2881
+ "tabVariantActiveRoot": "off",
2882
+ "tabVariantActiveRoot:1": "on",
2883
+ "tabSizeIcon": "default"
2884
+ },
2885
+ "cxLiterals": [
2886
+ "pointer-events-none",
2887
+ "absolute",
2888
+ "bottom-0",
2889
+ "left-0",
2890
+ "right-0",
2891
+ "h-[var(--uds-tab-underline-width,0px)]",
2892
+ "bg-[var(--uds-tab-underline-color,transparent)]",
2893
+ "transition-[height,background-color]",
2894
+ "duration-[240ms]",
2895
+ "ease-[cubic-bezier(0.2,0,0,1)]",
2896
+ "!bg-transparent",
2897
+ "!shadow-none",
2898
+ "inline-flex",
2899
+ "items-center",
2900
+ "shrink-0",
2901
+ "box-border",
2902
+ "relative",
2903
+ "z-[1]",
2904
+ "cursor-pointer",
2905
+ "select-none",
2906
+ "whitespace-nowrap",
2907
+ "uds-ring",
2908
+ "opacity-50",
2909
+ "cursor-default",
2910
+ "border-solid",
2911
+ "border-b-solid",
2912
+ "transition-colors"
2913
+ ],
2914
+ "internalComponents": [
2915
+ "IconSlot",
2916
+ "AriakitTab",
2917
+ "Text"
2918
+ ],
2919
+ "internalComponentProps": {
2920
+ "Text": {
2921
+ "variant": [
2922
+ "inherit"
2923
+ ],
2924
+ "as": [
2925
+ "span"
2704
2926
  ],
2705
- "width": [
2706
- "full"
2707
- ]
2708
- },
2709
- "AnimatePresence": {
2710
- "mode": [
2711
- "popLayout"
2927
+ "color": [
2928
+ "current"
2712
2929
  ]
2713
2930
  }
2714
2931
  },
2715
2932
  "propToVariantKeys": {
2933
+ "variant": [
2934
+ "tabVariantRoot",
2935
+ "tabVariantIcon"
2936
+ ],
2937
+ "activeState": [
2938
+ "tabVariantActiveIcon"
2939
+ ],
2716
2940
  "startIcon": [
2717
2941
  "icon"
2942
+ ],
2943
+ "endIcon": [
2944
+ "icon"
2718
2945
  ]
2719
2946
  },
2720
2947
  "runtimeConfigDefaultProps": {},
@@ -2722,61 +2949,13 @@
2722
2949
  "runtimeConfigInternalComponentProps": {},
2723
2950
  "motionVarPrefixes": []
2724
2951
  },
2725
- "SelectDivider": {
2726
- "name": "SelectDivider",
2727
- "defaultProps": {
2728
- "contentPosition": "start",
2729
- "gap": "4"
2730
- },
2731
- "getStylesLiterals": {
2732
- "selectitemDividerVariantRoot": "default",
2733
- "selectitemDividerVariantText": "default",
2734
- "selectitemDividerVariantLine": "default"
2735
- },
2736
- "cxLiterals": [],
2737
- "internalComponents": [
2738
- "Divider"
2739
- ],
2740
- "internalComponentProps": {
2741
- "Divider": {
2742
- "variant": [
2743
- "inherit"
2744
- ]
2745
- }
2746
- },
2747
- "propToVariantKeys": {},
2748
- "runtimeConfigDefaultProps": {},
2749
- "runtimeConfigGetStyles": {},
2750
- "runtimeConfigInternalComponentProps": {},
2751
- "motionVarPrefixes": []
2752
- },
2753
- "UDSConfigProvider": {
2754
- "name": "UDSConfigProvider",
2755
- "defaultProps": {},
2756
- "getStylesLiterals": {},
2757
- "cxLiterals": [],
2758
- "internalComponents": [
2759
- "UDSBreakpointsConfigProvider",
2760
- "UDSBottomSheetConfigProvider",
2761
- "UDSToastConfigProvider",
2762
- "UDSTooltipConfigProvider",
2763
- "UDSPopoverConfigProvider",
2764
- "UDSModalConfigProvider"
2765
- ],
2766
- "internalComponentProps": {},
2767
- "propToVariantKeys": {},
2768
- "runtimeConfigDefaultProps": {},
2769
- "runtimeConfigGetStyles": {},
2770
- "runtimeConfigInternalComponentProps": {},
2771
- "motionVarPrefixes": []
2772
- },
2773
- "UDSBreakpointsConfigProvider": {
2774
- "name": "UDSBreakpointsConfigProvider",
2952
+ "TabPanel": {
2953
+ "name": "TabPanel",
2775
2954
  "defaultProps": {},
2776
2955
  "getStylesLiterals": {},
2777
2956
  "cxLiterals": [],
2778
2957
  "internalComponents": [
2779
- "UDSBreakpointsConfigContext.Provider"
2958
+ "AriakitTabPanel"
2780
2959
  ],
2781
2960
  "internalComponentProps": {},
2782
2961
  "propToVariantKeys": {},
@@ -2984,185 +3163,6 @@
2984
3163
  },
2985
3164
  "motionVarPrefixes": []
2986
3165
  },
2987
- "TabList": {
2988
- "name": "TabList",
2989
- "defaultProps": {
2990
- "variant": "primary"
2991
- },
2992
- "getStylesLiterals": {
2993
- "tabSizeRoot": "default",
2994
- "tabVariantActiveRoot": "on"
2995
- },
2996
- "cxLiterals": [
2997
- "pointer-events-none",
2998
- "absolute",
2999
- "bottom-0",
3000
- "left-0",
3001
- "right-0",
3002
- "h-[var(--uds-tab-underline-width,0px)]",
3003
- "bg-[var(--uds-tab-underline-color,transparent)]",
3004
- "transition-[height,background-color]",
3005
- "duration-[240ms]",
3006
- "ease-[cubic-bezier(0.2,0,0,1)]",
3007
- "!m-0",
3008
- "!p-0",
3009
- "!gap-0",
3010
- "box-border",
3011
- "z-0",
3012
- "min-w-0",
3013
- "min-h-0",
3014
- "flex",
3015
- "flex-row",
3016
- "items-center",
3017
- "overflow-x-auto",
3018
- "overflow-y-clip",
3019
- "scrollbar-none",
3020
- "[overflow-clip-margin:6px]",
3021
- "overflow-clip",
3022
- "[overflow-clip-margin:8px]",
3023
- "relative",
3024
- "left",
3025
- "240ms",
3026
- "cubic-bezier(0.2,",
3027
- "0,",
3028
- "1),",
3029
- "top",
3030
- "width",
3031
- "height",
3032
- "1)",
3033
- "--uds-tab-underline-color",
3034
- "--uds-tab-underline-width"
3035
- ],
3036
- "internalComponents": [
3037
- "AriakitTabList"
3038
- ],
3039
- "internalComponentProps": {},
3040
- "propToVariantKeys": {
3041
- "variant": [
3042
- "tabsVariantRoot",
3043
- "tabVariantRoot"
3044
- ]
3045
- },
3046
- "runtimeConfigDefaultProps": {},
3047
- "runtimeConfigGetStyles": {},
3048
- "runtimeConfigInternalComponentProps": {},
3049
- "motionVarPrefixes": []
3050
- },
3051
- "Tabs": {
3052
- "name": "Tabs",
3053
- "defaultProps": {
3054
- "variant": "primary"
3055
- },
3056
- "getStylesLiterals": {},
3057
- "cxLiterals": [],
3058
- "internalComponents": [
3059
- "TabsContext.Provider",
3060
- "TabProvider"
3061
- ],
3062
- "internalComponentProps": {},
3063
- "propToVariantKeys": {
3064
- "onSelectionChange": [
3065
- "setSelectedId"
3066
- ]
3067
- },
3068
- "runtimeConfigDefaultProps": {},
3069
- "runtimeConfigGetStyles": {},
3070
- "runtimeConfigInternalComponentProps": {},
3071
- "motionVarPrefixes": []
3072
- },
3073
- "Tab": {
3074
- "name": "Tab",
3075
- "defaultProps": {
3076
- "variant": "primary"
3077
- },
3078
- "getStylesLiterals": {
3079
- "tabSizeRoot": "default",
3080
- "tabVariantActiveRoot": "off",
3081
- "tabVariantActiveRoot:1": "on",
3082
- "tabSizeIcon": "default"
3083
- },
3084
- "cxLiterals": [
3085
- "pointer-events-none",
3086
- "absolute",
3087
- "bottom-0",
3088
- "left-0",
3089
- "right-0",
3090
- "h-[var(--uds-tab-underline-width,0px)]",
3091
- "bg-[var(--uds-tab-underline-color,transparent)]",
3092
- "transition-[height,background-color]",
3093
- "duration-[240ms]",
3094
- "ease-[cubic-bezier(0.2,0,0,1)]",
3095
- "!bg-transparent",
3096
- "!shadow-none",
3097
- "inline-flex",
3098
- "items-center",
3099
- "shrink-0",
3100
- "box-border",
3101
- "relative",
3102
- "z-[1]",
3103
- "cursor-pointer",
3104
- "select-none",
3105
- "whitespace-nowrap",
3106
- "uds-ring",
3107
- "opacity-50",
3108
- "cursor-default",
3109
- "border-solid",
3110
- "border-b-solid",
3111
- "transition-colors"
3112
- ],
3113
- "internalComponents": [
3114
- "IconSlot",
3115
- "AriakitTab",
3116
- "Text"
3117
- ],
3118
- "internalComponentProps": {
3119
- "Text": {
3120
- "variant": [
3121
- "inherit"
3122
- ],
3123
- "as": [
3124
- "span"
3125
- ],
3126
- "color": [
3127
- "current"
3128
- ]
3129
- }
3130
- },
3131
- "propToVariantKeys": {
3132
- "variant": [
3133
- "tabVariantRoot",
3134
- "tabVariantIcon"
3135
- ],
3136
- "activeState": [
3137
- "tabVariantActiveIcon"
3138
- ],
3139
- "startIcon": [
3140
- "icon"
3141
- ],
3142
- "endIcon": [
3143
- "icon"
3144
- ]
3145
- },
3146
- "runtimeConfigDefaultProps": {},
3147
- "runtimeConfigGetStyles": {},
3148
- "runtimeConfigInternalComponentProps": {},
3149
- "motionVarPrefixes": []
3150
- },
3151
- "TabPanel": {
3152
- "name": "TabPanel",
3153
- "defaultProps": {},
3154
- "getStylesLiterals": {},
3155
- "cxLiterals": [],
3156
- "internalComponents": [
3157
- "AriakitTabPanel"
3158
- ],
3159
- "internalComponentProps": {},
3160
- "propToVariantKeys": {},
3161
- "runtimeConfigDefaultProps": {},
3162
- "runtimeConfigGetStyles": {},
3163
- "runtimeConfigInternalComponentProps": {},
3164
- "motionVarPrefixes": []
3165
- },
3166
3166
  "UDSTooltipConfigProvider": {
3167
3167
  "name": "UDSTooltipConfigProvider",
3168
3168
  "defaultProps": {},