@yahoo/uds 3.130.0 → 3.130.1

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.
@@ -928,263 +928,6 @@ var AvatarText = {
928
928
  "runtimeConfigInternalComponentProps": {},
929
929
  "motionVarPrefixes": []
930
930
  };
931
- var Chip = {
932
- "name": "Chip",
933
- "defaultProps": {},
934
- "getStylesLiterals": {},
935
- "cxLiterals": [],
936
- "internalComponents": [
937
- "ChipDismissible",
938
- "ChipToggle",
939
- "ChipLink",
940
- "ChipButton"
941
- ],
942
- "internalComponentProps": {},
943
- "propToVariantKeys": {},
944
- "runtimeConfigDefaultProps": {},
945
- "runtimeConfigGetStyles": {},
946
- "runtimeConfigInternalComponentProps": {},
947
- "motionVarPrefixes": []
948
- };
949
- var ChipBase = {
950
- "name": "ChipBase",
951
- "defaultProps": {
952
- "size": "md",
953
- "as": "div"
954
- },
955
- "getStylesLiterals": {},
956
- "cxLiterals": [
957
- "pointer-events-none",
958
- "cursor-default",
959
- "opacity-50",
960
- "inline-flex",
961
- "items-center",
962
- "transition-[background-color,outline-color,box-shadow]",
963
- "truncate",
964
- "whitespace-nowrap",
965
- "text-center",
966
- "flex-1"
967
- ],
968
- "internalComponents": [
969
- "IconSlot",
970
- "HStack",
971
- "As",
972
- "Text"
973
- ],
974
- "internalComponentProps": { "Text": {
975
- "as": ["span"],
976
- "color": ["current"],
977
- "variant": ["inherit"]
978
- } },
979
- "propToVariantKeys": {
980
- "size": ["chipSizeRoot", "chipSizeIcon"],
981
- "startIcon": ["icon"],
982
- "endIcon": ["icon"]
983
- },
984
- "runtimeConfigDefaultProps": {},
985
- "runtimeConfigGetStyles": {},
986
- "runtimeConfigInternalComponentProps": {},
987
- "motionVarPrefixes": []
988
- };
989
- var ChipButton = {
990
- "name": "ChipButton",
991
- "defaultProps": { "variant": "primary" },
992
- "getStylesLiterals": {},
993
- "cxLiterals": ["uds-ring"],
994
- "internalComponents": ["ChipBase"],
995
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
996
- "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
997
- "runtimeConfigDefaultProps": {},
998
- "runtimeConfigGetStyles": {},
999
- "runtimeConfigInternalComponentProps": {},
1000
- "motionVarPrefixes": []
1001
- };
1002
- var ChipDismissible = {
1003
- "name": "ChipDismissible",
1004
- "defaultProps": { "variant": "primary" },
1005
- "getStylesLiterals": {},
1006
- "cxLiterals": [
1007
- "uds-chip-dismissible-button",
1008
- "uds-hit-target",
1009
- "uds-ring",
1010
- "rounded-full"
1011
- ],
1012
- "internalComponents": [
1013
- "ChipBase",
1014
- "IconSlot",
1015
- "Pressable"
1016
- ],
1017
- "internalComponentProps": {},
1018
- "propToVariantKeys": {
1019
- "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1020
- "dismissButtonAriaLabel": ["aria-label"]
1021
- },
1022
- "runtimeConfigDefaultProps": {},
1023
- "runtimeConfigGetStyles": {},
1024
- "runtimeConfigInternalComponentProps": {},
1025
- "motionVarPrefixes": []
1026
- };
1027
- var ChipLink = {
1028
- "name": "ChipLink",
1029
- "defaultProps": { "variant": "primary" },
1030
- "getStylesLiterals": {},
1031
- "cxLiterals": ["uds-ring"],
1032
- "internalComponents": ["ChipBase"],
1033
- "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1034
- "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1035
- "runtimeConfigDefaultProps": {},
1036
- "runtimeConfigGetStyles": {},
1037
- "runtimeConfigInternalComponentProps": {},
1038
- "motionVarPrefixes": []
1039
- };
1040
- var ChipToggle = {
1041
- "name": "ChipToggle",
1042
- "defaultProps": {
1043
- "variant": "primary",
1044
- "role": "checkbox"
1045
- },
1046
- "getStylesLiterals": {
1047
- "chipToggleVariantActiveRoot": "on",
1048
- "chipToggleVariantActiveRoot:1": "off"
1049
- },
1050
- "cxLiterals": ["uds-ring"],
1051
- "internalComponents": ["ChipBase"],
1052
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1053
- "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1054
- "runtimeConfigDefaultProps": {},
1055
- "runtimeConfigGetStyles": {},
1056
- "runtimeConfigInternalComponentProps": {},
1057
- "motionVarPrefixes": []
1058
- };
1059
- var Input = {
1060
- "name": "Input",
1061
- "defaultProps": {
1062
- "type": "text",
1063
- "size": "md",
1064
- "width": "full"
1065
- },
1066
- "getStylesLiterals": {
1067
- "inputVariantRoot": "default",
1068
- "inputVariantValueRoot": "empty",
1069
- "inputVariantValueRoot:1": "filled",
1070
- "inputVariantInputWrapper": "default",
1071
- "inputVariantValueInputWrapper": "empty",
1072
- "inputVariantValueInputWrapper:1": "filled",
1073
- "inputVariantInput": "default",
1074
- "inputVariantValueInput": "empty",
1075
- "inputVariantValueInput:1": "filled",
1076
- "inputVariantInputPlaceholder": "default",
1077
- "inputVariantValueInputPlaceholder": "empty",
1078
- "inputVariantValueInputPlaceholder:1": "filled",
1079
- "inputVariantLabel": "default",
1080
- "inputVariantValueLabel": "empty",
1081
- "inputVariantValueLabel:1": "filled",
1082
- "inputVariantLabelRequired": "default",
1083
- "inputVariantValueLabelRequired": "empty",
1084
- "inputVariantValueLabelRequired:1": "filled",
1085
- "inputVariantStartIcon": "default",
1086
- "inputVariantValueStartIcon": "empty",
1087
- "inputVariantValueStartIcon:1": "filled",
1088
- "inputVariantEndIcon": "default",
1089
- "inputVariantValueEndIcon": "empty",
1090
- "inputVariantValueEndIcon:1": "filled"
1091
- },
1092
- "cxLiterals": [
1093
- "opacity-50",
1094
- "min-w-[200px]",
1095
- "grow",
1096
- "uds-hit-target",
1097
- "bg-clip-text",
1098
- "focus:outline-none",
1099
- "cursor-text",
1100
- "cursor-not-allowed"
1101
- ],
1102
- "internalComponents": [
1103
- "IconSlot",
1104
- "StartIcon",
1105
- "EndIcon",
1106
- "HelpTextContent",
1107
- "Box",
1108
- "InputHelpTextInternal",
1109
- "VStack",
1110
- "HStack",
1111
- "AnimateHeightChange"
1112
- ],
1113
- "internalComponentProps": {
1114
- "HelpTextContent": { "spacingTop": ["2"] },
1115
- "Box": {
1116
- "spacingBottom": ["2"],
1117
- "columnGap": ["0.5"],
1118
- "alignItems": ["flex-end", "center"],
1119
- "position": ["relative"]
1120
- },
1121
- "HStack": {
1122
- "alignItems": ["center"],
1123
- "gap": ["1"]
1124
- }
1125
- },
1126
- "propToVariantKeys": {
1127
- "size": [
1128
- "inputSizeRoot",
1129
- "inputSizeInputWrapper",
1130
- "inputSizeInput",
1131
- "inputSizeLabel",
1132
- "inputSizeStartIcon",
1133
- "inputSizeEndIcon"
1134
- ],
1135
- "startIcon": ["icon"],
1136
- "endIcon": ["icon"],
1137
- "helperTextIcon": ["startIcon"]
1138
- },
1139
- "runtimeConfigDefaultProps": {},
1140
- "runtimeConfigGetStyles": {},
1141
- "runtimeConfigInternalComponentProps": {},
1142
- "motionVarPrefixes": []
1143
- };
1144
- var InputHelpText = {
1145
- "name": "InputHelpText",
1146
- "defaultProps": { "size": "md" },
1147
- "getStylesLiterals": {
1148
- "inputVariantRoot": "default",
1149
- "inputVariantValueRoot": "empty",
1150
- "inputVariantValueRoot:1": "filled"
1151
- },
1152
- "cxLiterals": [],
1153
- "internalComponents": ["InputHelpTextInternal", "Box"],
1154
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1155
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
1156
- "runtimeConfigDefaultProps": {},
1157
- "runtimeConfigGetStyles": {},
1158
- "runtimeConfigInternalComponentProps": {},
1159
- "motionVarPrefixes": []
1160
- };
1161
- var InputHelpTextInternal = {
1162
- "name": "InputHelpTextInternal",
1163
- "defaultProps": {},
1164
- "getStylesLiterals": {
1165
- "inputVariantHelperText": "default",
1166
- "inputVariantValueHelperText": "empty",
1167
- "inputVariantValueHelperText:1": "filled",
1168
- "inputVariantHelperIcon": "default",
1169
- "inputVariantValueHelperIcon": "empty",
1170
- "inputVariantValueHelperIcon:1": "filled"
1171
- },
1172
- "cxLiterals": [],
1173
- "internalComponents": ["IconSlot", "HStack"],
1174
- "internalComponentProps": { "HStack": {
1175
- "gap": ["1"],
1176
- "alignItems": ["center"]
1177
- } },
1178
- "propToVariantKeys": {
1179
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1180
- "startIcon": ["icon"],
1181
- "endIcon": ["icon"]
1182
- },
1183
- "runtimeConfigDefaultProps": {},
1184
- "runtimeConfigGetStyles": {},
1185
- "runtimeConfigInternalComponentProps": {},
1186
- "motionVarPrefixes": []
1187
- };
1188
931
  var BottomSheet = {
1189
932
  "name": "BottomSheet",
1190
933
  "defaultProps": { "variant": "default" },
@@ -1304,73 +1047,201 @@ var BottomSheetHeader = {
1304
1047
  "min-h-10",
1305
1048
  "mt-2"
1306
1049
  ],
1307
- "internalComponents": ["Box", "Text"],
1308
- "internalComponentProps": {
1309
- "Box": {
1310
- "className": ["h-10 w-10 opacity-0 pointer-events-none"],
1311
- "display": ["grid", "flex"],
1312
- "justifyContent": ["flex-start", "flex-end"]
1313
- },
1314
- "Text": {
1315
- "variant": ["inherit"],
1316
- "color": ["inherit"],
1317
- "textAlign": ["center"],
1318
- "className": ["w-full"]
1319
- }
1050
+ "internalComponents": ["Box", "Text"],
1051
+ "internalComponentProps": {
1052
+ "Box": {
1053
+ "className": ["h-10 w-10 opacity-0 pointer-events-none"],
1054
+ "display": ["grid", "flex"],
1055
+ "justifyContent": ["flex-start", "flex-end"]
1056
+ },
1057
+ "Text": {
1058
+ "variant": ["inherit"],
1059
+ "color": ["inherit"],
1060
+ "textAlign": ["center"],
1061
+ "className": ["w-full"]
1062
+ }
1063
+ },
1064
+ "propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
1065
+ "runtimeConfigDefaultProps": {},
1066
+ "runtimeConfigGetStyles": {},
1067
+ "runtimeConfigInternalComponentProps": {},
1068
+ "motionVarPrefixes": []
1069
+ };
1070
+ var BottomSheetInternalContext = {
1071
+ "name": "BottomSheetInternalContext",
1072
+ "defaultProps": {},
1073
+ "getStylesLiterals": {},
1074
+ "cxLiterals": [],
1075
+ "internalComponents": [],
1076
+ "internalComponentProps": {},
1077
+ "propToVariantKeys": {},
1078
+ "runtimeConfigDefaultProps": {},
1079
+ "runtimeConfigGetStyles": {},
1080
+ "runtimeConfigInternalComponentProps": {},
1081
+ "motionVarPrefixes": []
1082
+ };
1083
+ var BottomSheetProvider = {
1084
+ "name": "BottomSheetProvider",
1085
+ "defaultProps": {},
1086
+ "getStylesLiterals": {},
1087
+ "cxLiterals": [],
1088
+ "internalComponents": ["AriakitDialogProvider"],
1089
+ "internalComponentProps": {},
1090
+ "propToVariantKeys": {},
1091
+ "runtimeConfigDefaultProps": {},
1092
+ "runtimeConfigGetStyles": {},
1093
+ "runtimeConfigInternalComponentProps": {},
1094
+ "motionVarPrefixes": []
1095
+ };
1096
+ var BottomSheetTrigger = {
1097
+ "name": "BottomSheetTrigger",
1098
+ "defaultProps": {},
1099
+ "getStylesLiterals": {},
1100
+ "cxLiterals": [],
1101
+ "internalComponents": ["AriakitDialogDisclosure"],
1102
+ "internalComponentProps": {},
1103
+ "propToVariantKeys": {},
1104
+ "runtimeConfigDefaultProps": {},
1105
+ "runtimeConfigGetStyles": {},
1106
+ "runtimeConfigInternalComponentProps": {},
1107
+ "motionVarPrefixes": []
1108
+ };
1109
+ var UDSBottomSheetConfigProvider = {
1110
+ "name": "UDSBottomSheetConfigProvider",
1111
+ "defaultProps": {},
1112
+ "getStylesLiterals": {},
1113
+ "cxLiterals": [],
1114
+ "internalComponents": ["BottomSheetContext.Provider"],
1115
+ "internalComponentProps": {},
1116
+ "propToVariantKeys": {},
1117
+ "runtimeConfigDefaultProps": {},
1118
+ "runtimeConfigGetStyles": {},
1119
+ "runtimeConfigInternalComponentProps": {},
1120
+ "motionVarPrefixes": []
1121
+ };
1122
+ var Chip = {
1123
+ "name": "Chip",
1124
+ "defaultProps": {},
1125
+ "getStylesLiterals": {},
1126
+ "cxLiterals": [],
1127
+ "internalComponents": [
1128
+ "ChipDismissible",
1129
+ "ChipToggle",
1130
+ "ChipLink",
1131
+ "ChipButton"
1132
+ ],
1133
+ "internalComponentProps": {},
1134
+ "propToVariantKeys": {},
1135
+ "runtimeConfigDefaultProps": {},
1136
+ "runtimeConfigGetStyles": {},
1137
+ "runtimeConfigInternalComponentProps": {},
1138
+ "motionVarPrefixes": []
1139
+ };
1140
+ var ChipBase = {
1141
+ "name": "ChipBase",
1142
+ "defaultProps": {
1143
+ "size": "md",
1144
+ "as": "div"
1145
+ },
1146
+ "getStylesLiterals": {},
1147
+ "cxLiterals": [
1148
+ "pointer-events-none",
1149
+ "cursor-default",
1150
+ "opacity-50",
1151
+ "inline-flex",
1152
+ "items-center",
1153
+ "transition-[background-color,outline-color,box-shadow]",
1154
+ "truncate",
1155
+ "whitespace-nowrap",
1156
+ "text-center",
1157
+ "flex-1"
1158
+ ],
1159
+ "internalComponents": [
1160
+ "IconSlot",
1161
+ "HStack",
1162
+ "As",
1163
+ "Text"
1164
+ ],
1165
+ "internalComponentProps": { "Text": {
1166
+ "as": ["span"],
1167
+ "color": ["current"],
1168
+ "variant": ["inherit"]
1169
+ } },
1170
+ "propToVariantKeys": {
1171
+ "size": ["chipSizeRoot", "chipSizeIcon"],
1172
+ "startIcon": ["icon"],
1173
+ "endIcon": ["icon"]
1320
1174
  },
1321
- "propToVariantKeys": { "variant": ["bottomsheetVariantHeader"] },
1322
1175
  "runtimeConfigDefaultProps": {},
1323
1176
  "runtimeConfigGetStyles": {},
1324
1177
  "runtimeConfigInternalComponentProps": {},
1325
1178
  "motionVarPrefixes": []
1326
1179
  };
1327
- var BottomSheetInternalContext = {
1328
- "name": "BottomSheetInternalContext",
1329
- "defaultProps": {},
1180
+ var ChipButton = {
1181
+ "name": "ChipButton",
1182
+ "defaultProps": { "variant": "primary" },
1330
1183
  "getStylesLiterals": {},
1331
- "cxLiterals": [],
1332
- "internalComponents": [],
1333
- "internalComponentProps": {},
1334
- "propToVariantKeys": {},
1184
+ "cxLiterals": ["uds-ring"],
1185
+ "internalComponents": ["ChipBase"],
1186
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1187
+ "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1335
1188
  "runtimeConfigDefaultProps": {},
1336
1189
  "runtimeConfigGetStyles": {},
1337
1190
  "runtimeConfigInternalComponentProps": {},
1338
1191
  "motionVarPrefixes": []
1339
1192
  };
1340
- var BottomSheetProvider = {
1341
- "name": "BottomSheetProvider",
1342
- "defaultProps": {},
1193
+ var ChipDismissible = {
1194
+ "name": "ChipDismissible",
1195
+ "defaultProps": { "variant": "primary" },
1343
1196
  "getStylesLiterals": {},
1344
- "cxLiterals": [],
1345
- "internalComponents": ["AriakitDialogProvider"],
1197
+ "cxLiterals": [
1198
+ "uds-chip-dismissible-button",
1199
+ "uds-hit-target",
1200
+ "uds-ring",
1201
+ "rounded-full"
1202
+ ],
1203
+ "internalComponents": [
1204
+ "ChipBase",
1205
+ "IconSlot",
1206
+ "Pressable"
1207
+ ],
1346
1208
  "internalComponentProps": {},
1347
- "propToVariantKeys": {},
1209
+ "propToVariantKeys": {
1210
+ "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1211
+ "dismissButtonAriaLabel": ["aria-label"]
1212
+ },
1348
1213
  "runtimeConfigDefaultProps": {},
1349
1214
  "runtimeConfigGetStyles": {},
1350
1215
  "runtimeConfigInternalComponentProps": {},
1351
1216
  "motionVarPrefixes": []
1352
1217
  };
1353
- var BottomSheetTrigger = {
1354
- "name": "BottomSheetTrigger",
1355
- "defaultProps": {},
1218
+ var ChipLink = {
1219
+ "name": "ChipLink",
1220
+ "defaultProps": { "variant": "primary" },
1356
1221
  "getStylesLiterals": {},
1357
- "cxLiterals": [],
1358
- "internalComponents": ["AriakitDialogDisclosure"],
1359
- "internalComponentProps": {},
1360
- "propToVariantKeys": {},
1222
+ "cxLiterals": ["uds-ring"],
1223
+ "internalComponents": ["ChipBase"],
1224
+ "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1225
+ "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1361
1226
  "runtimeConfigDefaultProps": {},
1362
1227
  "runtimeConfigGetStyles": {},
1363
1228
  "runtimeConfigInternalComponentProps": {},
1364
1229
  "motionVarPrefixes": []
1365
1230
  };
1366
- var UDSBottomSheetConfigProvider = {
1367
- "name": "UDSBottomSheetConfigProvider",
1368
- "defaultProps": {},
1369
- "getStylesLiterals": {},
1370
- "cxLiterals": [],
1371
- "internalComponents": ["BottomSheetContext.Provider"],
1372
- "internalComponentProps": {},
1373
- "propToVariantKeys": {},
1231
+ var ChipToggle = {
1232
+ "name": "ChipToggle",
1233
+ "defaultProps": {
1234
+ "variant": "primary",
1235
+ "role": "checkbox"
1236
+ },
1237
+ "getStylesLiterals": {
1238
+ "chipToggleVariantActiveRoot": "on",
1239
+ "chipToggleVariantActiveRoot:1": "off"
1240
+ },
1241
+ "cxLiterals": ["uds-ring"],
1242
+ "internalComponents": ["ChipBase"],
1243
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1244
+ "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1374
1245
  "runtimeConfigDefaultProps": {},
1375
1246
  "runtimeConfigGetStyles": {},
1376
1247
  "runtimeConfigInternalComponentProps": {},
@@ -1592,6 +1463,135 @@ var Menu = {
1592
1463
  "runtimeConfigInternalComponentProps": {},
1593
1464
  "motionVarPrefixes": []
1594
1465
  };
1466
+ var Input = {
1467
+ "name": "Input",
1468
+ "defaultProps": {
1469
+ "type": "text",
1470
+ "size": "md",
1471
+ "width": "full"
1472
+ },
1473
+ "getStylesLiterals": {
1474
+ "inputVariantRoot": "default",
1475
+ "inputVariantValueRoot": "empty",
1476
+ "inputVariantValueRoot:1": "filled",
1477
+ "inputVariantInputWrapper": "default",
1478
+ "inputVariantValueInputWrapper": "empty",
1479
+ "inputVariantValueInputWrapper:1": "filled",
1480
+ "inputVariantInput": "default",
1481
+ "inputVariantValueInput": "empty",
1482
+ "inputVariantValueInput:1": "filled",
1483
+ "inputVariantInputPlaceholder": "default",
1484
+ "inputVariantValueInputPlaceholder": "empty",
1485
+ "inputVariantValueInputPlaceholder:1": "filled",
1486
+ "inputVariantLabel": "default",
1487
+ "inputVariantValueLabel": "empty",
1488
+ "inputVariantValueLabel:1": "filled",
1489
+ "inputVariantLabelRequired": "default",
1490
+ "inputVariantValueLabelRequired": "empty",
1491
+ "inputVariantValueLabelRequired:1": "filled",
1492
+ "inputVariantStartIcon": "default",
1493
+ "inputVariantValueStartIcon": "empty",
1494
+ "inputVariantValueStartIcon:1": "filled",
1495
+ "inputVariantEndIcon": "default",
1496
+ "inputVariantValueEndIcon": "empty",
1497
+ "inputVariantValueEndIcon:1": "filled"
1498
+ },
1499
+ "cxLiterals": [
1500
+ "opacity-50",
1501
+ "min-w-[200px]",
1502
+ "grow",
1503
+ "uds-hit-target",
1504
+ "bg-clip-text",
1505
+ "focus:outline-none",
1506
+ "cursor-text",
1507
+ "cursor-not-allowed"
1508
+ ],
1509
+ "internalComponents": [
1510
+ "IconSlot",
1511
+ "StartIcon",
1512
+ "EndIcon",
1513
+ "HelpTextContent",
1514
+ "Box",
1515
+ "InputHelpTextInternal",
1516
+ "VStack",
1517
+ "HStack",
1518
+ "AnimateHeightChange"
1519
+ ],
1520
+ "internalComponentProps": {
1521
+ "HelpTextContent": { "spacingTop": ["2"] },
1522
+ "Box": {
1523
+ "spacingBottom": ["2"],
1524
+ "columnGap": ["0.5"],
1525
+ "alignItems": ["flex-end", "center"],
1526
+ "position": ["relative"]
1527
+ },
1528
+ "HStack": {
1529
+ "alignItems": ["center"],
1530
+ "gap": ["1"]
1531
+ }
1532
+ },
1533
+ "propToVariantKeys": {
1534
+ "size": [
1535
+ "inputSizeRoot",
1536
+ "inputSizeInputWrapper",
1537
+ "inputSizeInput",
1538
+ "inputSizeLabel",
1539
+ "inputSizeStartIcon",
1540
+ "inputSizeEndIcon"
1541
+ ],
1542
+ "startIcon": ["icon"],
1543
+ "endIcon": ["icon"],
1544
+ "helperTextIcon": ["startIcon"]
1545
+ },
1546
+ "runtimeConfigDefaultProps": {},
1547
+ "runtimeConfigGetStyles": {},
1548
+ "runtimeConfigInternalComponentProps": {},
1549
+ "motionVarPrefixes": []
1550
+ };
1551
+ var InputHelpText = {
1552
+ "name": "InputHelpText",
1553
+ "defaultProps": { "size": "md" },
1554
+ "getStylesLiterals": {
1555
+ "inputVariantRoot": "default",
1556
+ "inputVariantValueRoot": "empty",
1557
+ "inputVariantValueRoot:1": "filled"
1558
+ },
1559
+ "cxLiterals": [],
1560
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1561
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1562
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1563
+ "runtimeConfigDefaultProps": {},
1564
+ "runtimeConfigGetStyles": {},
1565
+ "runtimeConfigInternalComponentProps": {},
1566
+ "motionVarPrefixes": []
1567
+ };
1568
+ var InputHelpTextInternal = {
1569
+ "name": "InputHelpTextInternal",
1570
+ "defaultProps": {},
1571
+ "getStylesLiterals": {
1572
+ "inputVariantHelperText": "default",
1573
+ "inputVariantValueHelperText": "empty",
1574
+ "inputVariantValueHelperText:1": "filled",
1575
+ "inputVariantHelperIcon": "default",
1576
+ "inputVariantValueHelperIcon": "empty",
1577
+ "inputVariantValueHelperIcon:1": "filled"
1578
+ },
1579
+ "cxLiterals": [],
1580
+ "internalComponents": ["IconSlot", "HStack"],
1581
+ "internalComponentProps": { "HStack": {
1582
+ "gap": ["1"],
1583
+ "alignItems": ["center"]
1584
+ } },
1585
+ "propToVariantKeys": {
1586
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1587
+ "startIcon": ["icon"],
1588
+ "endIcon": ["icon"]
1589
+ },
1590
+ "runtimeConfigDefaultProps": {},
1591
+ "runtimeConfigGetStyles": {},
1592
+ "runtimeConfigInternalComponentProps": {},
1593
+ "motionVarPrefixes": []
1594
+ };
1595
1595
  var Popover = {
1596
1596
  "name": "Popover",
1597
1597
  "defaultProps": {},
@@ -2528,15 +2528,6 @@ var componentData_default = {
2528
2528
  AvatarIcon,
2529
2529
  AvatarImage,
2530
2530
  AvatarText,
2531
- Chip,
2532
- ChipBase,
2533
- ChipButton,
2534
- ChipDismissible,
2535
- ChipLink,
2536
- ChipToggle,
2537
- Input,
2538
- InputHelpText,
2539
- InputHelpTextInternal,
2540
2531
  BottomSheet,
2541
2532
  BottomSheetContent,
2542
2533
  BottomSheetDismiss,
@@ -2546,6 +2537,12 @@ var componentData_default = {
2546
2537
  BottomSheetProvider,
2547
2538
  BottomSheetTrigger,
2548
2539
  UDSBottomSheetConfigProvider,
2540
+ Chip,
2541
+ ChipBase,
2542
+ ChipButton,
2543
+ ChipDismissible,
2544
+ ChipLink,
2545
+ ChipToggle,
2549
2546
  "Menu.Content": Menu_Content,
2550
2547
  "Menu.Divider": Menu_Divider,
2551
2548
  "Menu.Item": Menu_Item,
@@ -2555,6 +2552,9 @@ var componentData_default = {
2555
2552
  "Menu.Trigger": Menu_Trigger,
2556
2553
  "Menu.index": Menu_index,
2557
2554
  Menu,
2555
+ Input,
2556
+ InputHelpText,
2557
+ InputHelpTextInternal,
2558
2558
  Popover,
2559
2559
  PopoverContent,
2560
2560
  PopoverContext,