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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -518,6 +518,74 @@ var DividerInternal = {
518
518
  "runtimeConfigInternalComponentProps": {},
519
519
  "motionVarPrefixes": []
520
520
  };
521
+ var Spinner = {
522
+ "name": "Spinner",
523
+ "defaultProps": {
524
+ "color": "primary",
525
+ "size": "lg"
526
+ },
527
+ "getStylesLiterals": {},
528
+ "cxLiterals": [
529
+ "self-center",
530
+ "relative",
531
+ "sr-only"
532
+ ],
533
+ "internalComponents": ["Icon"],
534
+ "internalComponentProps": { "Icon": {
535
+ "role": ["img"],
536
+ "className": ["animate-spin"],
537
+ "aria-hidden": ["true"]
538
+ } },
539
+ "propToVariantKeys": {},
540
+ "runtimeConfigDefaultProps": {},
541
+ "runtimeConfigGetStyles": {},
542
+ "runtimeConfigInternalComponentProps": {},
543
+ "motionVarPrefixes": []
544
+ };
545
+ var Table_mocks = {
546
+ "name": "Table.mocks",
547
+ "defaultProps": {},
548
+ "getStylesLiterals": {},
549
+ "cxLiterals": [],
550
+ "internalComponents": [],
551
+ "internalComponentProps": {},
552
+ "propToVariantKeys": {},
553
+ "runtimeConfigDefaultProps": {},
554
+ "runtimeConfigGetStyles": {},
555
+ "runtimeConfigInternalComponentProps": {},
556
+ "motionVarPrefixes": []
557
+ };
558
+ var Table = {
559
+ "name": "Table",
560
+ "defaultProps": {
561
+ "display": "table-cell",
562
+ "overflow": "hidden",
563
+ "borderColor": "muted",
564
+ "borderRadius": "md",
565
+ "spacing": "3",
566
+ "borderBottomColor": "muted",
567
+ "borderBottomWidth": "thin",
568
+ "color": "primary"
569
+ },
570
+ "getStylesLiterals": { "textAlign": "start" },
571
+ "cxLiterals": [],
572
+ "internalComponents": [
573
+ "CellComponent",
574
+ "Box",
575
+ "Text",
576
+ "Table.Root",
577
+ "Table.Header",
578
+ "Table.Row",
579
+ "Table.Cell",
580
+ "Table.Body"
581
+ ],
582
+ "internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
583
+ "propToVariantKeys": {},
584
+ "runtimeConfigDefaultProps": {},
585
+ "runtimeConfigGetStyles": {},
586
+ "runtimeConfigInternalComponentProps": {},
587
+ "motionVarPrefixes": []
588
+ };
521
589
  var AnimateHeightChange = {
522
590
  "name": "AnimateHeightChange",
523
591
  "defaultProps": {},
@@ -855,84 +923,63 @@ var Switch = {
855
923
  "runtimeConfigInternalComponentProps": {},
856
924
  "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
857
925
  };
858
- var Spinner = {
859
- "name": "Spinner",
926
+ var Accordion = {
927
+ "name": "Accordion",
860
928
  "defaultProps": {
861
- "color": "primary",
862
- "size": "lg"
929
+ "spacingHorizontal": "4",
930
+ "spacingVertical": "4"
863
931
  },
864
932
  "getStylesLiterals": {},
865
- "cxLiterals": [
866
- "self-center",
867
- "relative",
868
- "sr-only"
869
- ],
870
- "internalComponents": ["Icon"],
871
- "internalComponentProps": { "Icon": {
872
- "role": ["img"],
873
- "className": ["animate-spin"],
874
- "aria-hidden": ["true"]
875
- } },
876
- "propToVariantKeys": {},
877
- "runtimeConfigDefaultProps": {},
878
- "runtimeConfigGetStyles": {},
879
- "runtimeConfigInternalComponentProps": {},
880
- "motionVarPrefixes": []
881
- };
882
- var Table_mocks = {
883
- "name": "Table.mocks",
884
- "defaultProps": {},
885
- "getStylesLiterals": {},
886
- "cxLiterals": [],
887
- "internalComponents": [],
888
- "internalComponentProps": {},
889
- "propToVariantKeys": {},
890
- "runtimeConfigDefaultProps": {},
891
- "runtimeConfigGetStyles": {},
892
- "runtimeConfigInternalComponentProps": {},
893
- "motionVarPrefixes": []
894
- };
895
- var Table = {
896
- "name": "Table",
897
- "defaultProps": {
898
- "display": "table-cell",
899
- "overflow": "hidden",
900
- "borderColor": "muted",
901
- "borderRadius": "md",
902
- "spacing": "3",
903
- "borderBottomColor": "muted",
904
- "borderBottomWidth": "thin",
905
- "color": "primary"
906
- },
907
- "getStylesLiterals": { "textAlign": "start" },
908
- "cxLiterals": [],
933
+ "cxLiterals": ["hover:bg-secondary/80", "w-full"],
909
934
  "internalComponents": [
910
- "CellComponent",
911
- "Box",
935
+ "Icon",
936
+ "SpringMotionConfig",
937
+ "Pressable",
912
938
  "Text",
913
- "Table.Root",
914
- "Table.Header",
915
- "Table.Row",
916
- "Table.Cell",
917
- "Table.Body"
939
+ "HStack",
940
+ "AnimatePresence",
941
+ "VStack"
918
942
  ],
919
- "internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
943
+ "internalComponentProps": {
944
+ "Icon": {
945
+ "variant": ["fill"],
946
+ "size": ["sm"],
947
+ "color": ["primary"]
948
+ },
949
+ "SpringMotionConfig": {
950
+ "layoutVariant": ["smooth"],
951
+ "layoutSpeed": ["3"]
952
+ },
953
+ "Pressable": {
954
+ "display": ["flex"],
955
+ "flexDirection": ["row"],
956
+ "alignItems": ["center"],
957
+ "justifyContent": ["space-between"],
958
+ "borderRadius": ["md"]
959
+ },
960
+ "Text": {
961
+ "variant": ["title4"],
962
+ "color": ["primary"]
963
+ },
964
+ "HStack": {
965
+ "display": ["flex"],
966
+ "alignItems": ["center"],
967
+ "justifyContent": ["space-between"],
968
+ "columnGap": ["2.5"]
969
+ }
970
+ },
920
971
  "propToVariantKeys": {},
921
972
  "runtimeConfigDefaultProps": {},
922
973
  "runtimeConfigGetStyles": {},
923
974
  "runtimeConfigInternalComponentProps": {},
924
- "motionVarPrefixes": []
975
+ "motionVarPrefixes": ["--uds-motion-smooth-3-"]
925
976
  };
926
- var AvatarImage = {
927
- "name": "AvatarImage",
977
+ var AvoidMotionLibraryProvider = {
978
+ "name": "AvoidMotionLibraryProvider",
928
979
  "defaultProps": {},
929
980
  "getStylesLiterals": {},
930
981
  "cxLiterals": [],
931
- "internalComponents": [
932
- "AvatarImageNoFallback",
933
- "AvatarText",
934
- "AvatarIcon"
935
- ],
982
+ "internalComponents": [],
936
983
  "internalComponentProps": {},
937
984
  "propToVariantKeys": {},
938
985
  "runtimeConfigDefaultProps": {},
@@ -940,58 +987,291 @@ var AvatarImage = {
940
987
  "runtimeConfigInternalComponentProps": {},
941
988
  "motionVarPrefixes": []
942
989
  };
943
- var BottomSheet = {
944
- "name": "BottomSheet",
945
- "defaultProps": { "variant": "default" },
990
+ var Modal = {
991
+ "name": "Modal",
992
+ "defaultProps": {},
946
993
  "getStylesLiterals": {},
947
994
  "cxLiterals": [
948
- "fixed",
949
- "overflow-hidden",
950
- "inset-x-0",
951
- "bottom-0",
995
+ "inset-8",
996
+ "top-[250px]",
952
997
  "z-50",
953
- "[will-change:transform]",
954
- "touch-none",
955
- "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
956
- "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
957
- "transition-transform",
958
- "duration-500",
959
- "ease-[cubic-bezier(0.32,0.72,0,1)]",
960
- "motion-reduce:transition-none",
961
- "top-[-4px]",
962
- "z-[1]",
963
- "touch-pan-y"
998
+ "mx-auto",
999
+ "h-fit",
1000
+ "w-[600px]",
1001
+ "origin-center",
1002
+ "scale-95",
1003
+ "opacity-0",
1004
+ "transition",
1005
+ "duration-150",
1006
+ "data-[enter]:scale-100",
1007
+ "data-[enter]:opacity-100",
1008
+ "data-[enter]:bg-primary",
1009
+ "backdrop-blur-0",
1010
+ "data-[enter]:opacity-60",
1011
+ "data-[enter]:backdrop-blur-sm"
964
1012
  ],
965
1013
  "internalComponents": [
966
- "Scrim",
967
- "BottomSheetHandle",
1014
+ "IconButton",
968
1015
  "Dialog",
969
- "Box",
970
- "BottomSheetInternalContext.Provider"
1016
+ "HStack",
1017
+ "Text",
1018
+ "VStack"
971
1019
  ],
972
1020
  "internalComponentProps": {
973
- "BottomSheetHandle": { "ariaLabel": ["Resize sheet"] },
974
- "Dialog": { "data-testid": ["bottom-sheet"] },
975
- "Box": {
976
- "display": ["block", "flex"],
977
- "position": ["absolute"],
978
- "flexDirection": ["column"],
979
- "className": ["absolute inset-0 min-h-0 p-[inherit]"]
1021
+ "IconButton": {
1022
+ "aria-label": ["Close"],
1023
+ "size": ["sm"],
1024
+ "variant": ["tertiary"]
1025
+ },
1026
+ "HStack": {
1027
+ "alignItems": ["center"],
1028
+ "justifyContent": ["space-between"]
1029
+ },
1030
+ "Text": {
1031
+ "variant": ["headline1"],
1032
+ "color": ["primary"]
1033
+ },
1034
+ "VStack": {
1035
+ "borderRadius": ["md"],
1036
+ "position": ["fixed"],
1037
+ "backgroundColor": ["primary"],
1038
+ "dropShadow": ["md"],
1039
+ "spacing": ["8"],
1040
+ "overflow": ["hidden"]
980
1041
  }
981
1042
  },
982
- "propToVariantKeys": { "variant": ["bottomsheetVariantRoot"] },
1043
+ "propToVariantKeys": { "handleClose": ["onClick"] },
983
1044
  "runtimeConfigDefaultProps": {},
984
1045
  "runtimeConfigGetStyles": {},
985
1046
  "runtimeConfigInternalComponentProps": {},
986
1047
  "motionVarPrefixes": []
987
1048
  };
988
- var BottomSheetContent = {
989
- "name": "BottomSheetContent",
990
- "defaultProps": {},
991
- "getStylesLiterals": {},
992
- "cxLiterals": ["min-h-0", "touch-pan-y"],
993
- "internalComponents": ["Box", "VStack"],
994
- "internalComponentProps": {
1049
+ var SegmentedControl = {
1050
+ "name": "SegmentedControl",
1051
+ "defaultProps": { "textVariant": "label2" },
1052
+ "getStylesLiterals": {
1053
+ "display": "flex",
1054
+ "alignItems": "center",
1055
+ "backgroundColor": "primary",
1056
+ "spacingVertical": "1",
1057
+ "spacingHorizontal": "3",
1058
+ "columnGap": "1.5",
1059
+ "borderWidth": "thin",
1060
+ "borderRadius": "full",
1061
+ "borderColor": "muted",
1062
+ "borderColor:1": "transparent",
1063
+ "color": "primary",
1064
+ "color:1": "tertiary",
1065
+ "color:2": "muted"
1066
+ },
1067
+ "cxLiterals": [
1068
+ "uds-ring",
1069
+ "cursor-not-allowed",
1070
+ "opacity-50",
1071
+ "pointer-events-none",
1072
+ "hover:bg-primary"
1073
+ ],
1074
+ "internalComponents": [
1075
+ "TextVariant",
1076
+ "Radio",
1077
+ "Icon",
1078
+ "RadioProvider",
1079
+ "HStack",
1080
+ "RadioGroup",
1081
+ "Pressable",
1082
+ "Text"
1083
+ ],
1084
+ "internalComponentProps": {
1085
+ "Icon": {
1086
+ "size": ["sm"],
1087
+ "color": ["current"],
1088
+ "aria-hidden": ["true"]
1089
+ },
1090
+ "HStack": {
1091
+ "spacing": ["1"],
1092
+ "gap": ["1"],
1093
+ "backgroundColor": ["secondary"],
1094
+ "borderRadius": ["full"],
1095
+ "display": ["inline-flex"]
1096
+ },
1097
+ "Text": { "color": ["current"] }
1098
+ },
1099
+ "propToVariantKeys": {
1100
+ "value": ["key"],
1101
+ "label": ["aria-label"],
1102
+ "textVariant": ["variant"]
1103
+ },
1104
+ "runtimeConfigDefaultProps": {},
1105
+ "runtimeConfigGetStyles": {},
1106
+ "runtimeConfigInternalComponentProps": {},
1107
+ "motionVarPrefixes": []
1108
+ };
1109
+ var SwitchV2 = {
1110
+ "name": "SwitchV2",
1111
+ "defaultProps": {
1112
+ "labelPosition": "start",
1113
+ "size": "md"
1114
+ },
1115
+ "getStylesLiterals": {
1116
+ "switchVariantRoot": "default",
1117
+ "switchVariantActiveRoot": "on",
1118
+ "switchVariantActiveRoot:1": "off",
1119
+ "switchVariantSwitch": "default",
1120
+ "switchVariantActiveSwitch": "on",
1121
+ "switchVariantActiveSwitch:1": "off",
1122
+ "switchVariantActiveHandle": "on",
1123
+ "switchVariantActiveHandle:1": "off",
1124
+ "switchVariantHandle": "default",
1125
+ "switchVariantHandleIcon": "default",
1126
+ "switchVariantActiveHandleIcon": "on",
1127
+ "switchVariantActiveHandleIcon:1": "off"
1128
+ },
1129
+ "cxLiterals": [
1130
+ "group",
1131
+ "flex",
1132
+ "items-center",
1133
+ "flex-row",
1134
+ "flex-row-reverse",
1135
+ "uds-ring",
1136
+ "uds-ring-within",
1137
+ "relative",
1138
+ "uds-border-radius-full",
1139
+ "transition-[background-color,box-shadow]",
1140
+ "pointer-events-none",
1141
+ "w-full",
1142
+ "h-full",
1143
+ "absolute",
1144
+ "top-0",
1145
+ "bottom-0",
1146
+ "right-0",
1147
+ "left-0",
1148
+ "overflow-hidden",
1149
+ "group-hover:scale-105",
1150
+ "opacity-95",
1151
+ "group-hover:opacity-100",
1152
+ "transition-[transform,opacity]",
1153
+ "opacity-0",
1154
+ "top-1/2",
1155
+ "left-1/2",
1156
+ "transform",
1157
+ "translate-x-[-50%]",
1158
+ "translate-y-[-50%]",
1159
+ "transition-opacity",
1160
+ "cursor-[inherit]",
1161
+ "w-[calc(100%+2px)]",
1162
+ "h-[calc(100%+2px)]",
1163
+ "text-start",
1164
+ "text-end",
1165
+ "opacity-100"
1166
+ ],
1167
+ "internalComponents": [
1168
+ "IconSlot",
1169
+ "Box",
1170
+ "FormLabel",
1171
+ "SpringMotionConfig",
1172
+ "RootElement",
1173
+ "MotionBox"
1174
+ ],
1175
+ "internalComponentProps": {
1176
+ "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
1177
+ "FormLabel": {
1178
+ "as": ["div"],
1179
+ "variant": ["inherit"],
1180
+ "color": ["inherit"]
1181
+ },
1182
+ "SpringMotionConfig": {
1183
+ "layoutVariant": ["bouncy"],
1184
+ "layoutSpeed": ["4"]
1185
+ },
1186
+ "RootElement": { "data-testid": ["switch-root"] },
1187
+ "MotionBox": { "layout": ["position"] }
1188
+ },
1189
+ "propToVariantKeys": {
1190
+ "size": [
1191
+ "switchSizeRoot",
1192
+ "switchSizeSwitch",
1193
+ "switchSizeHandle",
1194
+ "switchSizeHandleIcon"
1195
+ ],
1196
+ "onIcon": ["icon"],
1197
+ "offIcon": ["icon"],
1198
+ "reduceMotion": ["reducedMotion"],
1199
+ "isOn": ["layoutDependency"]
1200
+ },
1201
+ "runtimeConfigDefaultProps": {},
1202
+ "runtimeConfigGetStyles": {},
1203
+ "runtimeConfigInternalComponentProps": {},
1204
+ "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
1205
+ };
1206
+ var AvatarImage = {
1207
+ "name": "AvatarImage",
1208
+ "defaultProps": {},
1209
+ "getStylesLiterals": {},
1210
+ "cxLiterals": [],
1211
+ "internalComponents": [
1212
+ "AvatarImageNoFallback",
1213
+ "AvatarText",
1214
+ "AvatarIcon"
1215
+ ],
1216
+ "internalComponentProps": {},
1217
+ "propToVariantKeys": {},
1218
+ "runtimeConfigDefaultProps": {},
1219
+ "runtimeConfigGetStyles": {},
1220
+ "runtimeConfigInternalComponentProps": {},
1221
+ "motionVarPrefixes": []
1222
+ };
1223
+ var BottomSheet = {
1224
+ "name": "BottomSheet",
1225
+ "defaultProps": { "variant": "default" },
1226
+ "getStylesLiterals": {},
1227
+ "cxLiterals": [
1228
+ "fixed",
1229
+ "overflow-hidden",
1230
+ "inset-x-0",
1231
+ "bottom-0",
1232
+ "z-50",
1233
+ "[will-change:transform]",
1234
+ "touch-none",
1235
+ "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
1236
+ "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
1237
+ "transition-transform",
1238
+ "duration-500",
1239
+ "ease-[cubic-bezier(0.32,0.72,0,1)]",
1240
+ "motion-reduce:transition-none",
1241
+ "top-[-4px]",
1242
+ "z-[1]",
1243
+ "touch-pan-y"
1244
+ ],
1245
+ "internalComponents": [
1246
+ "Scrim",
1247
+ "BottomSheetHandle",
1248
+ "Dialog",
1249
+ "Box",
1250
+ "BottomSheetInternalContext.Provider"
1251
+ ],
1252
+ "internalComponentProps": {
1253
+ "BottomSheetHandle": { "ariaLabel": ["Resize sheet"] },
1254
+ "Dialog": { "data-testid": ["bottom-sheet"] },
1255
+ "Box": {
1256
+ "display": ["block", "flex"],
1257
+ "position": ["absolute"],
1258
+ "flexDirection": ["column"],
1259
+ "className": ["absolute inset-0 min-h-0 p-[inherit]"]
1260
+ }
1261
+ },
1262
+ "propToVariantKeys": { "variant": ["bottomsheetVariantRoot"] },
1263
+ "runtimeConfigDefaultProps": {},
1264
+ "runtimeConfigGetStyles": {},
1265
+ "runtimeConfigInternalComponentProps": {},
1266
+ "motionVarPrefixes": []
1267
+ };
1268
+ var BottomSheetContent = {
1269
+ "name": "BottomSheetContent",
1270
+ "defaultProps": {},
1271
+ "getStylesLiterals": {},
1272
+ "cxLiterals": ["min-h-0", "touch-pan-y"],
1273
+ "internalComponents": ["Box", "VStack"],
1274
+ "internalComponentProps": {
995
1275
  "Box": {
996
1276
  "display": ["block"],
997
1277
  "flex": ["1"]
@@ -1259,33 +1539,163 @@ var ChipToggle = {
1259
1539
  "runtimeConfigInternalComponentProps": {},
1260
1540
  "motionVarPrefixes": []
1261
1541
  };
1262
- var Menu_Content = {
1263
- "name": "Menu.Content",
1542
+ var Input = {
1543
+ "name": "Input",
1264
1544
  "defaultProps": {
1265
- "size": "default",
1266
- "variant": "default",
1267
- "gutter": "1"
1545
+ "type": "text",
1546
+ "size": "md",
1547
+ "width": "full"
1268
1548
  },
1269
- "getStylesLiterals": {},
1270
- "cxLiterals": [
1271
- "uds-menu-content",
1272
- "transition-shadow",
1273
- "duration-200",
1274
- "ease-in-out",
1275
- "min-w-60",
1276
- "max-w-lg",
1277
- "max-h-96",
1278
- "overflow-auto",
1279
- "uds-ring",
1280
- "z-10",
1281
- "group"
1282
- ],
1283
- "internalComponents": [
1284
- "AriakitMenu",
1285
- "AnimatePresence",
1286
- "MotionVStack"
1287
- ],
1288
- "internalComponentProps": {},
1549
+ "getStylesLiterals": {
1550
+ "inputVariantRoot": "default",
1551
+ "inputVariantValueRoot": "empty",
1552
+ "inputVariantValueRoot:1": "filled",
1553
+ "inputVariantInputWrapper": "default",
1554
+ "inputVariantValueInputWrapper": "empty",
1555
+ "inputVariantValueInputWrapper:1": "filled",
1556
+ "inputVariantInput": "default",
1557
+ "inputVariantValueInput": "empty",
1558
+ "inputVariantValueInput:1": "filled",
1559
+ "inputVariantInputPlaceholder": "default",
1560
+ "inputVariantValueInputPlaceholder": "empty",
1561
+ "inputVariantValueInputPlaceholder:1": "filled",
1562
+ "inputVariantLabel": "default",
1563
+ "inputVariantValueLabel": "empty",
1564
+ "inputVariantValueLabel:1": "filled",
1565
+ "inputVariantLabelRequired": "default",
1566
+ "inputVariantValueLabelRequired": "empty",
1567
+ "inputVariantValueLabelRequired:1": "filled",
1568
+ "inputVariantStartIcon": "default",
1569
+ "inputVariantValueStartIcon": "empty",
1570
+ "inputVariantValueStartIcon:1": "filled",
1571
+ "inputVariantEndIcon": "default",
1572
+ "inputVariantValueEndIcon": "empty",
1573
+ "inputVariantValueEndIcon:1": "filled"
1574
+ },
1575
+ "cxLiterals": [
1576
+ "opacity-50",
1577
+ "min-w-[200px]",
1578
+ "grow",
1579
+ "uds-hit-target",
1580
+ "bg-clip-text",
1581
+ "focus:outline-none",
1582
+ "cursor-text",
1583
+ "cursor-not-allowed"
1584
+ ],
1585
+ "internalComponents": [
1586
+ "IconSlot",
1587
+ "StartIcon",
1588
+ "EndIcon",
1589
+ "HelpTextContent",
1590
+ "Box",
1591
+ "InputHelpTextInternal",
1592
+ "VStack",
1593
+ "HStack",
1594
+ "AnimateHeightChange"
1595
+ ],
1596
+ "internalComponentProps": {
1597
+ "HelpTextContent": { "spacingTop": ["2"] },
1598
+ "Box": {
1599
+ "spacingBottom": ["2"],
1600
+ "columnGap": ["0.5"],
1601
+ "alignItems": ["flex-end", "center"],
1602
+ "position": ["relative"]
1603
+ },
1604
+ "HStack": {
1605
+ "alignItems": ["center"],
1606
+ "gap": ["1"]
1607
+ }
1608
+ },
1609
+ "propToVariantKeys": {
1610
+ "size": [
1611
+ "inputSizeRoot",
1612
+ "inputSizeInputWrapper",
1613
+ "inputSizeInput",
1614
+ "inputSizeLabel",
1615
+ "inputSizeStartIcon",
1616
+ "inputSizeEndIcon"
1617
+ ],
1618
+ "startIcon": ["icon"],
1619
+ "endIcon": ["icon"],
1620
+ "slotProps": ["helperTextSlotProps"],
1621
+ "helperTextIcon": ["startIcon"]
1622
+ },
1623
+ "runtimeConfigDefaultProps": {},
1624
+ "runtimeConfigGetStyles": {},
1625
+ "runtimeConfigInternalComponentProps": {},
1626
+ "motionVarPrefixes": []
1627
+ };
1628
+ var InputHelpText = {
1629
+ "name": "InputHelpText",
1630
+ "defaultProps": { "size": "md" },
1631
+ "getStylesLiterals": {
1632
+ "inputVariantRoot": "default",
1633
+ "inputVariantValueRoot": "empty",
1634
+ "inputVariantValueRoot:1": "filled"
1635
+ },
1636
+ "cxLiterals": [],
1637
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1638
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1639
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1640
+ "runtimeConfigDefaultProps": {},
1641
+ "runtimeConfigGetStyles": {},
1642
+ "runtimeConfigInternalComponentProps": {},
1643
+ "motionVarPrefixes": []
1644
+ };
1645
+ var InputHelpTextInternal = {
1646
+ "name": "InputHelpTextInternal",
1647
+ "defaultProps": {},
1648
+ "getStylesLiterals": {
1649
+ "inputVariantHelperText": "default",
1650
+ "inputVariantValueHelperText": "empty",
1651
+ "inputVariantValueHelperText:1": "filled",
1652
+ "inputVariantHelperIcon": "default",
1653
+ "inputVariantValueHelperIcon": "empty",
1654
+ "inputVariantValueHelperIcon:1": "filled"
1655
+ },
1656
+ "cxLiterals": [],
1657
+ "internalComponents": ["IconSlot", "HStack"],
1658
+ "internalComponentProps": { "HStack": {
1659
+ "gap": ["1"],
1660
+ "alignItems": ["center"]
1661
+ } },
1662
+ "propToVariantKeys": {
1663
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1664
+ "startIcon": ["icon"],
1665
+ "endIcon": ["icon"]
1666
+ },
1667
+ "runtimeConfigDefaultProps": {},
1668
+ "runtimeConfigGetStyles": {},
1669
+ "runtimeConfigInternalComponentProps": {},
1670
+ "motionVarPrefixes": []
1671
+ };
1672
+ var Menu_Content = {
1673
+ "name": "Menu.Content",
1674
+ "defaultProps": {
1675
+ "size": "default",
1676
+ "variant": "default",
1677
+ "gutter": "1"
1678
+ },
1679
+ "getStylesLiterals": {},
1680
+ "cxLiterals": [
1681
+ "uds-menu-content",
1682
+ "transition-shadow",
1683
+ "duration-200",
1684
+ "ease-in-out",
1685
+ "min-w-60",
1686
+ "max-w-lg",
1687
+ "max-h-96",
1688
+ "overflow-auto",
1689
+ "uds-ring",
1690
+ "z-10",
1691
+ "group"
1692
+ ],
1693
+ "internalComponents": [
1694
+ "AriakitMenu",
1695
+ "AnimatePresence",
1696
+ "MotionVStack"
1697
+ ],
1698
+ "internalComponentProps": {},
1289
1699
  "propToVariantKeys": {
1290
1700
  "size": ["menucontentSizeRoot"],
1291
1701
  "variant": ["menucontentVariantRoot"]
@@ -1477,205 +1887,75 @@ var Menu = {
1477
1887
  "runtimeConfigInternalComponentProps": {},
1478
1888
  "motionVarPrefixes": []
1479
1889
  };
1480
- var Input = {
1481
- "name": "Input",
1482
- "defaultProps": {
1483
- "type": "text",
1484
- "size": "md",
1485
- "width": "full"
1890
+ var Popover = {
1891
+ "name": "Popover",
1892
+ "defaultProps": {},
1893
+ "getStylesLiterals": {},
1894
+ "cxLiterals": [],
1895
+ "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
1896
+ "internalComponentProps": {},
1897
+ "propToVariantKeys": {},
1898
+ "runtimeConfigDefaultProps": {
1899
+ "size": "popover.defaultSize",
1900
+ "variant": "popover.defaultVariant"
1486
1901
  },
1902
+ "runtimeConfigGetStyles": {},
1903
+ "runtimeConfigInternalComponentProps": {},
1904
+ "motionVarPrefixes": []
1905
+ };
1906
+ var PopoverContent = {
1907
+ "name": "PopoverContent",
1908
+ "defaultProps": {},
1487
1909
  "getStylesLiterals": {
1488
- "inputVariantRoot": "default",
1489
- "inputVariantValueRoot": "empty",
1490
- "inputVariantValueRoot:1": "filled",
1491
- "inputVariantInputWrapper": "default",
1492
- "inputVariantValueInputWrapper": "empty",
1493
- "inputVariantValueInputWrapper:1": "filled",
1494
- "inputVariantInput": "default",
1495
- "inputVariantValueInput": "empty",
1496
- "inputVariantValueInput:1": "filled",
1497
- "inputVariantInputPlaceholder": "default",
1498
- "inputVariantValueInputPlaceholder": "empty",
1499
- "inputVariantValueInputPlaceholder:1": "filled",
1500
- "inputVariantLabel": "default",
1501
- "inputVariantValueLabel": "empty",
1502
- "inputVariantValueLabel:1": "filled",
1503
- "inputVariantLabelRequired": "default",
1504
- "inputVariantValueLabelRequired": "empty",
1505
- "inputVariantValueLabelRequired:1": "filled",
1506
- "inputVariantStartIcon": "default",
1507
- "inputVariantValueStartIcon": "empty",
1508
- "inputVariantValueStartIcon:1": "filled",
1509
- "inputVariantEndIcon": "default",
1510
- "inputVariantValueEndIcon": "empty",
1511
- "inputVariantValueEndIcon:1": "filled"
1910
+ "popoverSizeRoot": "default",
1911
+ "popoverVariantRoot": "default",
1912
+ "display": "flex",
1913
+ "position": "relative",
1914
+ "display:1": "block",
1915
+ "spacingTop": "0",
1916
+ "spacingStart": "0",
1917
+ "spacingBottom": "0",
1918
+ "spacingEnd": "0",
1919
+ "popoverSizeSvgBase": "default",
1920
+ "popoverVariantSvgBase": "default",
1921
+ "popoverSizeSvgBorder": "default",
1922
+ "popoverVariantSvgBorder": "default",
1923
+ "popoverVariantBlur": "default",
1924
+ "position:1": "absolute",
1925
+ "width": "full",
1926
+ "height": "full",
1927
+ "flexShrink": "0",
1928
+ "borderRadius": "full",
1929
+ "alignItems": "center",
1930
+ "justifyContent": "center",
1931
+ "popoverVariantCloseIcon": "default",
1932
+ "popoverSizeCloseIcon": "default"
1512
1933
  },
1513
1934
  "cxLiterals": [
1514
- "opacity-50",
1515
- "min-w-[200px]",
1516
- "grow",
1517
- "uds-hit-target",
1518
- "bg-clip-text",
1519
- "focus:outline-none",
1520
- "cursor-text",
1521
- "cursor-not-allowed"
1935
+ "z-[9999]",
1936
+ "outline-none",
1937
+ "focus-visible:outline-none",
1938
+ "uds-bgBlurFillFallback",
1939
+ "uds-bgBlurFallback",
1940
+ "top-0",
1941
+ "left-0",
1942
+ "z-[1]",
1943
+ "duration-0",
1944
+ "duration-120",
1945
+ "transition-[background-color]",
1946
+ "bg-carbon-15/0",
1947
+ "hover:bg-carbon-15/10",
1948
+ "active:bg-carbon-15/15",
1949
+ "uds-ring",
1950
+ "absolute",
1951
+ "z-[4]"
1522
1952
  ],
1523
1953
  "internalComponents": [
1954
+ "PopoverDismiss",
1524
1955
  "IconSlot",
1525
- "StartIcon",
1526
- "EndIcon",
1527
- "HelpTextContent",
1528
- "Box",
1529
- "InputHelpTextInternal",
1530
- "VStack",
1531
- "HStack",
1532
- "AnimateHeightChange"
1533
- ],
1534
- "internalComponentProps": {
1535
- "HelpTextContent": { "spacingTop": ["2"] },
1536
- "Box": {
1537
- "spacingBottom": ["2"],
1538
- "columnGap": ["0.5"],
1539
- "alignItems": ["flex-end", "center"],
1540
- "position": ["relative"]
1541
- },
1542
- "HStack": {
1543
- "alignItems": ["center"],
1544
- "gap": ["1"]
1545
- }
1546
- },
1547
- "propToVariantKeys": {
1548
- "size": [
1549
- "inputSizeRoot",
1550
- "inputSizeInputWrapper",
1551
- "inputSizeInput",
1552
- "inputSizeLabel",
1553
- "inputSizeStartIcon",
1554
- "inputSizeEndIcon"
1555
- ],
1556
- "startIcon": ["icon"],
1557
- "endIcon": ["icon"],
1558
- "slotProps": ["helperTextSlotProps"],
1559
- "helperTextIcon": ["startIcon"]
1560
- },
1561
- "runtimeConfigDefaultProps": {},
1562
- "runtimeConfigGetStyles": {},
1563
- "runtimeConfigInternalComponentProps": {},
1564
- "motionVarPrefixes": []
1565
- };
1566
- var InputHelpText = {
1567
- "name": "InputHelpText",
1568
- "defaultProps": { "size": "md" },
1569
- "getStylesLiterals": {
1570
- "inputVariantRoot": "default",
1571
- "inputVariantValueRoot": "empty",
1572
- "inputVariantValueRoot:1": "filled"
1573
- },
1574
- "cxLiterals": [],
1575
- "internalComponents": ["InputHelpTextInternal", "Box"],
1576
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1577
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
1578
- "runtimeConfigDefaultProps": {},
1579
- "runtimeConfigGetStyles": {},
1580
- "runtimeConfigInternalComponentProps": {},
1581
- "motionVarPrefixes": []
1582
- };
1583
- var InputHelpTextInternal = {
1584
- "name": "InputHelpTextInternal",
1585
- "defaultProps": {},
1586
- "getStylesLiterals": {
1587
- "inputVariantHelperText": "default",
1588
- "inputVariantValueHelperText": "empty",
1589
- "inputVariantValueHelperText:1": "filled",
1590
- "inputVariantHelperIcon": "default",
1591
- "inputVariantValueHelperIcon": "empty",
1592
- "inputVariantValueHelperIcon:1": "filled"
1593
- },
1594
- "cxLiterals": [],
1595
- "internalComponents": ["IconSlot", "HStack"],
1596
- "internalComponentProps": { "HStack": {
1597
- "gap": ["1"],
1598
- "alignItems": ["center"]
1599
- } },
1600
- "propToVariantKeys": {
1601
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1602
- "startIcon": ["icon"],
1603
- "endIcon": ["icon"]
1604
- },
1605
- "runtimeConfigDefaultProps": {},
1606
- "runtimeConfigGetStyles": {},
1607
- "runtimeConfigInternalComponentProps": {},
1608
- "motionVarPrefixes": []
1609
- };
1610
- var Popover = {
1611
- "name": "Popover",
1612
- "defaultProps": {},
1613
- "getStylesLiterals": {},
1614
- "cxLiterals": [],
1615
- "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
1616
- "internalComponentProps": {},
1617
- "propToVariantKeys": {},
1618
- "runtimeConfigDefaultProps": {
1619
- "size": "popover.defaultSize",
1620
- "variant": "popover.defaultVariant"
1621
- },
1622
- "runtimeConfigGetStyles": {},
1623
- "runtimeConfigInternalComponentProps": {},
1624
- "motionVarPrefixes": []
1625
- };
1626
- var PopoverContent = {
1627
- "name": "PopoverContent",
1628
- "defaultProps": {},
1629
- "getStylesLiterals": {
1630
- "popoverSizeRoot": "default",
1631
- "popoverVariantRoot": "default",
1632
- "display": "flex",
1633
- "position": "relative",
1634
- "display:1": "block",
1635
- "spacingTop": "0",
1636
- "spacingStart": "0",
1637
- "spacingBottom": "0",
1638
- "spacingEnd": "0",
1639
- "popoverSizeSvgBase": "default",
1640
- "popoverVariantSvgBase": "default",
1641
- "popoverSizeSvgBorder": "default",
1642
- "popoverVariantSvgBorder": "default",
1643
- "popoverVariantBlur": "default",
1644
- "position:1": "absolute",
1645
- "width": "full",
1646
- "height": "full",
1647
- "flexShrink": "0",
1648
- "borderRadius": "full",
1649
- "alignItems": "center",
1650
- "justifyContent": "center",
1651
- "popoverVariantCloseIcon": "default",
1652
- "popoverSizeCloseIcon": "default"
1653
- },
1654
- "cxLiterals": [
1655
- "z-[9999]",
1656
- "outline-none",
1657
- "focus-visible:outline-none",
1658
- "uds-bgBlurFillFallback",
1659
- "uds-bgBlurFallback",
1660
- "top-0",
1661
- "left-0",
1662
- "z-[1]",
1663
- "duration-0",
1664
- "duration-120",
1665
- "transition-[background-color]",
1666
- "bg-carbon-15/0",
1667
- "hover:bg-carbon-15/10",
1668
- "active:bg-carbon-15/15",
1669
- "uds-ring",
1670
- "absolute",
1671
- "z-[4]"
1672
- ],
1673
- "internalComponents": [
1674
- "PopoverDismiss",
1675
- "IconSlot",
1676
- "PopoverArrow",
1677
- "Popover",
1678
- "SvgFloatingOverlay",
1956
+ "PopoverArrow",
1957
+ "Popover",
1958
+ "SvgFloatingOverlay",
1679
1959
  "Box",
1680
1960
  "Pressable"
1681
1961
  ],
@@ -2229,286 +2509,6 @@ var UDSConfigProvider = {
2229
2509
  "runtimeConfigInternalComponentProps": {},
2230
2510
  "motionVarPrefixes": []
2231
2511
  };
2232
- var Accordion = {
2233
- "name": "Accordion",
2234
- "defaultProps": {
2235
- "spacingHorizontal": "4",
2236
- "spacingVertical": "4"
2237
- },
2238
- "getStylesLiterals": {},
2239
- "cxLiterals": ["hover:bg-secondary/80", "w-full"],
2240
- "internalComponents": [
2241
- "Icon",
2242
- "SpringMotionConfig",
2243
- "Pressable",
2244
- "Text",
2245
- "HStack",
2246
- "AnimatePresence",
2247
- "VStack"
2248
- ],
2249
- "internalComponentProps": {
2250
- "Icon": {
2251
- "variant": ["fill"],
2252
- "size": ["sm"],
2253
- "color": ["primary"]
2254
- },
2255
- "SpringMotionConfig": {
2256
- "layoutVariant": ["smooth"],
2257
- "layoutSpeed": ["3"]
2258
- },
2259
- "Pressable": {
2260
- "display": ["flex"],
2261
- "flexDirection": ["row"],
2262
- "alignItems": ["center"],
2263
- "justifyContent": ["space-between"],
2264
- "borderRadius": ["md"]
2265
- },
2266
- "Text": {
2267
- "variant": ["title4"],
2268
- "color": ["primary"]
2269
- },
2270
- "HStack": {
2271
- "display": ["flex"],
2272
- "alignItems": ["center"],
2273
- "justifyContent": ["space-between"],
2274
- "columnGap": ["2.5"]
2275
- }
2276
- },
2277
- "propToVariantKeys": {},
2278
- "runtimeConfigDefaultProps": {},
2279
- "runtimeConfigGetStyles": {},
2280
- "runtimeConfigInternalComponentProps": {},
2281
- "motionVarPrefixes": ["--uds-motion-smooth-3-"]
2282
- };
2283
- var AvoidMotionLibraryProvider = {
2284
- "name": "AvoidMotionLibraryProvider",
2285
- "defaultProps": {},
2286
- "getStylesLiterals": {},
2287
- "cxLiterals": [],
2288
- "internalComponents": [],
2289
- "internalComponentProps": {},
2290
- "propToVariantKeys": {},
2291
- "runtimeConfigDefaultProps": {},
2292
- "runtimeConfigGetStyles": {},
2293
- "runtimeConfigInternalComponentProps": {},
2294
- "motionVarPrefixes": []
2295
- };
2296
- var Modal = {
2297
- "name": "Modal",
2298
- "defaultProps": {},
2299
- "getStylesLiterals": {},
2300
- "cxLiterals": [
2301
- "inset-8",
2302
- "top-[250px]",
2303
- "z-50",
2304
- "mx-auto",
2305
- "h-fit",
2306
- "w-[600px]",
2307
- "origin-center",
2308
- "scale-95",
2309
- "opacity-0",
2310
- "transition",
2311
- "duration-150",
2312
- "data-[enter]:scale-100",
2313
- "data-[enter]:opacity-100",
2314
- "data-[enter]:bg-primary",
2315
- "backdrop-blur-0",
2316
- "data-[enter]:opacity-60",
2317
- "data-[enter]:backdrop-blur-sm"
2318
- ],
2319
- "internalComponents": [
2320
- "IconButton",
2321
- "Dialog",
2322
- "HStack",
2323
- "Text",
2324
- "VStack"
2325
- ],
2326
- "internalComponentProps": {
2327
- "IconButton": {
2328
- "aria-label": ["Close"],
2329
- "size": ["sm"],
2330
- "variant": ["tertiary"]
2331
- },
2332
- "HStack": {
2333
- "alignItems": ["center"],
2334
- "justifyContent": ["space-between"]
2335
- },
2336
- "Text": {
2337
- "variant": ["headline1"],
2338
- "color": ["primary"]
2339
- },
2340
- "VStack": {
2341
- "borderRadius": ["md"],
2342
- "position": ["fixed"],
2343
- "backgroundColor": ["primary"],
2344
- "dropShadow": ["md"],
2345
- "spacing": ["8"],
2346
- "overflow": ["hidden"]
2347
- }
2348
- },
2349
- "propToVariantKeys": { "handleClose": ["onClick"] },
2350
- "runtimeConfigDefaultProps": {},
2351
- "runtimeConfigGetStyles": {},
2352
- "runtimeConfigInternalComponentProps": {},
2353
- "motionVarPrefixes": []
2354
- };
2355
- var SegmentedControl = {
2356
- "name": "SegmentedControl",
2357
- "defaultProps": { "textVariant": "label2" },
2358
- "getStylesLiterals": {
2359
- "display": "flex",
2360
- "alignItems": "center",
2361
- "backgroundColor": "primary",
2362
- "spacingVertical": "1",
2363
- "spacingHorizontal": "3",
2364
- "columnGap": "1.5",
2365
- "borderWidth": "thin",
2366
- "borderRadius": "full",
2367
- "borderColor": "muted",
2368
- "borderColor:1": "transparent",
2369
- "color": "primary",
2370
- "color:1": "tertiary",
2371
- "color:2": "muted"
2372
- },
2373
- "cxLiterals": [
2374
- "uds-ring",
2375
- "cursor-not-allowed",
2376
- "opacity-50",
2377
- "pointer-events-none",
2378
- "hover:bg-primary"
2379
- ],
2380
- "internalComponents": [
2381
- "TextVariant",
2382
- "Radio",
2383
- "Icon",
2384
- "RadioProvider",
2385
- "HStack",
2386
- "RadioGroup",
2387
- "Pressable",
2388
- "Text"
2389
- ],
2390
- "internalComponentProps": {
2391
- "Icon": {
2392
- "size": ["sm"],
2393
- "color": ["current"],
2394
- "aria-hidden": ["true"]
2395
- },
2396
- "HStack": {
2397
- "spacing": ["1"],
2398
- "gap": ["1"],
2399
- "backgroundColor": ["secondary"],
2400
- "borderRadius": ["full"],
2401
- "display": ["inline-flex"]
2402
- },
2403
- "Text": { "color": ["current"] }
2404
- },
2405
- "propToVariantKeys": {
2406
- "value": ["key"],
2407
- "label": ["aria-label"],
2408
- "textVariant": ["variant"]
2409
- },
2410
- "runtimeConfigDefaultProps": {},
2411
- "runtimeConfigGetStyles": {},
2412
- "runtimeConfigInternalComponentProps": {},
2413
- "motionVarPrefixes": []
2414
- };
2415
- var SwitchV2 = {
2416
- "name": "SwitchV2",
2417
- "defaultProps": {
2418
- "labelPosition": "start",
2419
- "size": "md"
2420
- },
2421
- "getStylesLiterals": {
2422
- "switchVariantRoot": "default",
2423
- "switchVariantActiveRoot": "on",
2424
- "switchVariantActiveRoot:1": "off",
2425
- "switchVariantSwitch": "default",
2426
- "switchVariantActiveSwitch": "on",
2427
- "switchVariantActiveSwitch:1": "off",
2428
- "switchVariantActiveHandle": "on",
2429
- "switchVariantActiveHandle:1": "off",
2430
- "switchVariantHandle": "default",
2431
- "switchVariantHandleIcon": "default",
2432
- "switchVariantActiveHandleIcon": "on",
2433
- "switchVariantActiveHandleIcon:1": "off"
2434
- },
2435
- "cxLiterals": [
2436
- "group",
2437
- "flex",
2438
- "items-center",
2439
- "flex-row",
2440
- "flex-row-reverse",
2441
- "uds-ring",
2442
- "uds-ring-within",
2443
- "relative",
2444
- "uds-border-radius-full",
2445
- "transition-[background-color,box-shadow]",
2446
- "pointer-events-none",
2447
- "w-full",
2448
- "h-full",
2449
- "absolute",
2450
- "top-0",
2451
- "bottom-0",
2452
- "right-0",
2453
- "left-0",
2454
- "overflow-hidden",
2455
- "group-hover:scale-105",
2456
- "opacity-95",
2457
- "group-hover:opacity-100",
2458
- "transition-[transform,opacity]",
2459
- "opacity-0",
2460
- "top-1/2",
2461
- "left-1/2",
2462
- "transform",
2463
- "translate-x-[-50%]",
2464
- "translate-y-[-50%]",
2465
- "transition-opacity",
2466
- "cursor-[inherit]",
2467
- "w-[calc(100%+2px)]",
2468
- "h-[calc(100%+2px)]",
2469
- "text-start",
2470
- "text-end",
2471
- "opacity-100"
2472
- ],
2473
- "internalComponents": [
2474
- "IconSlot",
2475
- "Box",
2476
- "FormLabel",
2477
- "SpringMotionConfig",
2478
- "RootElement",
2479
- "MotionBox"
2480
- ],
2481
- "internalComponentProps": {
2482
- "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
2483
- "FormLabel": {
2484
- "as": ["div"],
2485
- "variant": ["inherit"],
2486
- "color": ["inherit"]
2487
- },
2488
- "SpringMotionConfig": {
2489
- "layoutVariant": ["bouncy"],
2490
- "layoutSpeed": ["4"]
2491
- },
2492
- "RootElement": { "data-testid": ["switch-root"] },
2493
- "MotionBox": { "layout": ["position"] }
2494
- },
2495
- "propToVariantKeys": {
2496
- "size": [
2497
- "switchSizeRoot",
2498
- "switchSizeSwitch",
2499
- "switchSizeHandle",
2500
- "switchSizeHandleIcon"
2501
- ],
2502
- "onIcon": ["icon"],
2503
- "offIcon": ["icon"],
2504
- "reduceMotion": ["reducedMotion"],
2505
- "isOn": ["layoutDependency"]
2506
- },
2507
- "runtimeConfigDefaultProps": {},
2508
- "runtimeConfigGetStyles": {},
2509
- "runtimeConfigInternalComponentProps": {},
2510
- "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
2511
- };
2512
2512
  var componentData_default = {
2513
2513
  Box,
2514
2514
  FormLabel,
@@ -2532,6 +2532,9 @@ var componentData_default = {
2532
2532
  Divider,
2533
2533
  DividerCore,
2534
2534
  DividerInternal,
2535
+ Spinner,
2536
+ "Table.mocks": Table_mocks,
2537
+ Table,
2535
2538
  AnimateHeightChange,
2536
2539
  Badge,
2537
2540
  Button,
@@ -2540,9 +2543,11 @@ var componentData_default = {
2540
2543
  Pressable,
2541
2544
  SpringMotionConfig,
2542
2545
  Switch,
2543
- Spinner,
2544
- "Table.mocks": Table_mocks,
2545
- Table,
2546
+ Accordion,
2547
+ AvoidMotionLibraryProvider,
2548
+ Modal,
2549
+ SegmentedControl,
2550
+ SwitchV2,
2546
2551
  AvatarImage,
2547
2552
  BottomSheet,
2548
2553
  BottomSheetContent,
@@ -2559,6 +2564,9 @@ var componentData_default = {
2559
2564
  ChipDismissible,
2560
2565
  ChipLink,
2561
2566
  ChipToggle,
2567
+ Input,
2568
+ InputHelpText,
2569
+ InputHelpTextInternal,
2562
2570
  "Menu.Content": Menu_Content,
2563
2571
  "Menu.Divider": Menu_Divider,
2564
2572
  "Menu.Item": Menu_Item,
@@ -2568,9 +2576,6 @@ var componentData_default = {
2568
2576
  "Menu.Trigger": Menu_Trigger,
2569
2577
  "Menu.index": Menu_index,
2570
2578
  Menu,
2571
- Input,
2572
- InputHelpText,
2573
- InputHelpTextInternal,
2574
2579
  Popover,
2575
2580
  PopoverContent,
2576
2581
  PopoverContext,
@@ -2592,12 +2597,7 @@ var componentData_default = {
2592
2597
  TooltipTrigger,
2593
2598
  UDSTooltipConfigProvider,
2594
2599
  UDSBreakpointsConfigProvider,
2595
- UDSConfigProvider,
2596
- Accordion,
2597
- AvoidMotionLibraryProvider,
2598
- Modal,
2599
- SegmentedControl,
2600
- SwitchV2
2600
+ UDSConfigProvider
2601
2601
  };
2602
2602
 
2603
2603
  //#endregion