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