@yahoo/uds 3.134.0 → 3.134.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/dist/lib/args.cjs +7 -3
- package/dist/cli/dist/lib/args.js +7 -3
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
- package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/styles/styler.d.cts +21 -21
- package/dist/styles/styler.d.ts +21 -21
- package/dist/tailwind/dist/commands/css.cjs +1 -0
- package/dist/tailwind/dist/commands/css.d.cts.map +1 -1
- package/dist/tailwind/dist/commands/css.d.ts.map +1 -1
- package/dist/tailwind/dist/commands/css.helpers.cjs +8 -1
- package/dist/tailwind/dist/commands/css.helpers.js +8 -1
- package/dist/tailwind/dist/commands/css.helpers.js.map +1 -1
- package/dist/tailwind/dist/commands/css.js +1 -0
- package/dist/tailwind/dist/commands/css.js.map +1 -1
- package/dist/tailwind/dist/css/generate.cjs +7 -4
- package/dist/tailwind/dist/css/generate.d.cts.map +1 -1
- package/dist/tailwind/dist/css/generate.d.ts.map +1 -1
- package/dist/tailwind/dist/css/generate.js +7 -4
- package/dist/tailwind/dist/css/generate.js.map +1 -1
- package/dist/tailwind/dist/css/nodeUtils.cjs +19 -8
- package/dist/tailwind/dist/css/nodeUtils.js +19 -8
- package/dist/tailwind/dist/css/nodeUtils.js.map +1 -1
- package/dist/tailwind/dist/css/perf.cjs +92 -0
- package/dist/tailwind/dist/css/perf.js +89 -0
- package/dist/tailwind/dist/css/perf.js.map +1 -0
- package/dist/tailwind/dist/css/purgeWorker.cjs +47 -0
- package/dist/tailwind/dist/css/purgeWorker.d.cts +2 -0
- package/dist/tailwind/dist/css/purgeWorker.d.ts +2 -0
- package/dist/tailwind/dist/css/purgeWorker.js +48 -0
- package/dist/tailwind/dist/css/purgeWorker.js.map +1 -0
- package/dist/tailwind/dist/css/runner.cjs +158 -145
- package/dist/tailwind/dist/css/runner.js +158 -145
- package/dist/tailwind/dist/css/runner.js.map +1 -1
- package/dist/tailwind/dist/css/theme.d.cts +1 -1
- package/dist/tailwind/dist/css/theme.d.ts +1 -1
- package/dist/tailwind/dist/css/workerPool.cjs +89 -0
- package/dist/tailwind/dist/css/workerPool.js +90 -0
- package/dist/tailwind/dist/css/workerPool.js.map +1 -0
- package/dist/tailwind/dist/index.d.cts +2 -2
- package/dist/tailwind/dist/index.d.ts +2 -2
- package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +95 -15
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js +95 -15
- package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +38 -14
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.cts.map +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.ts.map +1 -1
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +39 -15
- package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -1
- package/dist/tailwind/dist/purger/optimized/types.d.cts +10 -0
- package/dist/tailwind/dist/purger/optimized/types.d.cts.map +1 -1
- package/dist/tailwind/dist/purger/optimized/types.d.ts +10 -0
- package/dist/tailwind/dist/purger/optimized/types.d.ts.map +1 -1
- package/dist/uds/generated/componentData.cjs +271 -271
- package/dist/uds/generated/componentData.js +271 -271
- package/generated/componentData.json +361 -361
- package/package.json +1 -1
- package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +0 -16
- package/dist/tailwind/dist/purger/optimized/ast/jsx.js +0 -17
- package/dist/tailwind/dist/purger/optimized/ast/jsx.js.map +0 -1
|
@@ -577,92 +577,6 @@
|
|
|
577
577
|
"runtimeConfigInternalComponentProps": {},
|
|
578
578
|
"motionVarPrefixes": []
|
|
579
579
|
},
|
|
580
|
-
"Spinner": {
|
|
581
|
-
"name": "Spinner",
|
|
582
|
-
"defaultProps": {
|
|
583
|
-
"color": "primary",
|
|
584
|
-
"size": "lg"
|
|
585
|
-
},
|
|
586
|
-
"getStylesLiterals": {},
|
|
587
|
-
"cxLiterals": [
|
|
588
|
-
"self-center",
|
|
589
|
-
"relative",
|
|
590
|
-
"sr-only"
|
|
591
|
-
],
|
|
592
|
-
"internalComponents": [
|
|
593
|
-
"Icon"
|
|
594
|
-
],
|
|
595
|
-
"internalComponentProps": {
|
|
596
|
-
"Icon": {
|
|
597
|
-
"role": [
|
|
598
|
-
"img"
|
|
599
|
-
],
|
|
600
|
-
"className": [
|
|
601
|
-
"animate-spin"
|
|
602
|
-
],
|
|
603
|
-
"aria-hidden": [
|
|
604
|
-
"true"
|
|
605
|
-
]
|
|
606
|
-
}
|
|
607
|
-
},
|
|
608
|
-
"propToVariantKeys": {},
|
|
609
|
-
"runtimeConfigDefaultProps": {},
|
|
610
|
-
"runtimeConfigGetStyles": {},
|
|
611
|
-
"runtimeConfigInternalComponentProps": {},
|
|
612
|
-
"motionVarPrefixes": []
|
|
613
|
-
},
|
|
614
|
-
"Table.mocks": {
|
|
615
|
-
"name": "Table.mocks",
|
|
616
|
-
"defaultProps": {},
|
|
617
|
-
"getStylesLiterals": {},
|
|
618
|
-
"cxLiterals": [],
|
|
619
|
-
"internalComponents": [],
|
|
620
|
-
"internalComponentProps": {},
|
|
621
|
-
"propToVariantKeys": {},
|
|
622
|
-
"runtimeConfigDefaultProps": {},
|
|
623
|
-
"runtimeConfigGetStyles": {},
|
|
624
|
-
"runtimeConfigInternalComponentProps": {},
|
|
625
|
-
"motionVarPrefixes": []
|
|
626
|
-
},
|
|
627
|
-
"Table": {
|
|
628
|
-
"name": "Table",
|
|
629
|
-
"defaultProps": {
|
|
630
|
-
"display": "table-cell",
|
|
631
|
-
"overflow": "hidden",
|
|
632
|
-
"borderColor": "muted",
|
|
633
|
-
"borderRadius": "md",
|
|
634
|
-
"spacing": "3",
|
|
635
|
-
"borderBottomColor": "muted",
|
|
636
|
-
"borderBottomWidth": "thin",
|
|
637
|
-
"color": "primary"
|
|
638
|
-
},
|
|
639
|
-
"getStylesLiterals": {
|
|
640
|
-
"textAlign": "start"
|
|
641
|
-
},
|
|
642
|
-
"cxLiterals": [],
|
|
643
|
-
"internalComponents": [
|
|
644
|
-
"CellComponent",
|
|
645
|
-
"Box",
|
|
646
|
-
"Text",
|
|
647
|
-
"Table.Root",
|
|
648
|
-
"Table.Header",
|
|
649
|
-
"Table.Row",
|
|
650
|
-
"Table.Cell",
|
|
651
|
-
"Table.Body"
|
|
652
|
-
],
|
|
653
|
-
"internalComponentProps": {
|
|
654
|
-
"Table.Cell": {
|
|
655
|
-
"asHeaderCell": [
|
|
656
|
-
"column"
|
|
657
|
-
]
|
|
658
|
-
}
|
|
659
|
-
},
|
|
660
|
-
"propToVariantKeys": {},
|
|
661
|
-
"runtimeConfigDefaultProps": {},
|
|
662
|
-
"runtimeConfigGetStyles": {},
|
|
663
|
-
"runtimeConfigInternalComponentProps": {},
|
|
664
|
-
"motionVarPrefixes": []
|
|
665
|
-
},
|
|
666
580
|
"AnimateHeightChange": {
|
|
667
581
|
"name": "AnimateHeightChange",
|
|
668
582
|
"defaultProps": {},
|
|
@@ -1164,83 +1078,31 @@
|
|
|
1164
1078
|
"--uds-motion-smooth-3-"
|
|
1165
1079
|
]
|
|
1166
1080
|
},
|
|
1167
|
-
"
|
|
1168
|
-
"name": "
|
|
1081
|
+
"Spinner": {
|
|
1082
|
+
"name": "Spinner",
|
|
1169
1083
|
"defaultProps": {
|
|
1170
|
-
"
|
|
1171
|
-
"
|
|
1084
|
+
"color": "primary",
|
|
1085
|
+
"size": "lg"
|
|
1172
1086
|
},
|
|
1173
1087
|
"getStylesLiterals": {},
|
|
1174
1088
|
"cxLiterals": [
|
|
1175
|
-
"
|
|
1176
|
-
"
|
|
1089
|
+
"self-center",
|
|
1090
|
+
"relative",
|
|
1091
|
+
"sr-only"
|
|
1177
1092
|
],
|
|
1178
1093
|
"internalComponents": [
|
|
1179
|
-
"Icon"
|
|
1180
|
-
"SpringMotionConfig",
|
|
1181
|
-
"Pressable",
|
|
1182
|
-
"Text",
|
|
1183
|
-
"HStack",
|
|
1184
|
-
"AnimatePresence",
|
|
1185
|
-
"VStack"
|
|
1094
|
+
"Icon"
|
|
1186
1095
|
],
|
|
1187
1096
|
"internalComponentProps": {
|
|
1188
1097
|
"Icon": {
|
|
1189
|
-
"
|
|
1190
|
-
"
|
|
1191
|
-
],
|
|
1192
|
-
"size": [
|
|
1193
|
-
"sm"
|
|
1194
|
-
],
|
|
1195
|
-
"color": [
|
|
1196
|
-
"primary"
|
|
1197
|
-
]
|
|
1198
|
-
},
|
|
1199
|
-
"SpringMotionConfig": {
|
|
1200
|
-
"layoutVariant": [
|
|
1201
|
-
"smooth"
|
|
1202
|
-
],
|
|
1203
|
-
"layoutSpeed": [
|
|
1204
|
-
"3"
|
|
1205
|
-
]
|
|
1206
|
-
},
|
|
1207
|
-
"Pressable": {
|
|
1208
|
-
"display": [
|
|
1209
|
-
"flex"
|
|
1210
|
-
],
|
|
1211
|
-
"flexDirection": [
|
|
1212
|
-
"row"
|
|
1213
|
-
],
|
|
1214
|
-
"alignItems": [
|
|
1215
|
-
"center"
|
|
1216
|
-
],
|
|
1217
|
-
"justifyContent": [
|
|
1218
|
-
"space-between"
|
|
1219
|
-
],
|
|
1220
|
-
"borderRadius": [
|
|
1221
|
-
"md"
|
|
1222
|
-
]
|
|
1223
|
-
},
|
|
1224
|
-
"Text": {
|
|
1225
|
-
"variant": [
|
|
1226
|
-
"title4"
|
|
1227
|
-
],
|
|
1228
|
-
"color": [
|
|
1229
|
-
"primary"
|
|
1230
|
-
]
|
|
1231
|
-
},
|
|
1232
|
-
"HStack": {
|
|
1233
|
-
"display": [
|
|
1234
|
-
"flex"
|
|
1235
|
-
],
|
|
1236
|
-
"alignItems": [
|
|
1237
|
-
"center"
|
|
1098
|
+
"role": [
|
|
1099
|
+
"img"
|
|
1238
1100
|
],
|
|
1239
|
-
"
|
|
1240
|
-
"
|
|
1101
|
+
"className": [
|
|
1102
|
+
"animate-spin"
|
|
1241
1103
|
],
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
1104
|
+
"aria-hidden": [
|
|
1105
|
+
"true"
|
|
1244
1106
|
]
|
|
1245
1107
|
}
|
|
1246
1108
|
},
|
|
@@ -1248,12 +1110,10 @@
|
|
|
1248
1110
|
"runtimeConfigDefaultProps": {},
|
|
1249
1111
|
"runtimeConfigGetStyles": {},
|
|
1250
1112
|
"runtimeConfigInternalComponentProps": {},
|
|
1251
|
-
"motionVarPrefixes": [
|
|
1252
|
-
"--uds-motion-smooth-3-"
|
|
1253
|
-
]
|
|
1113
|
+
"motionVarPrefixes": []
|
|
1254
1114
|
},
|
|
1255
|
-
"
|
|
1256
|
-
"name": "
|
|
1115
|
+
"Table.mocks": {
|
|
1116
|
+
"name": "Table.mocks",
|
|
1257
1117
|
"defaultProps": {},
|
|
1258
1118
|
"getStylesLiterals": {},
|
|
1259
1119
|
"cxLiterals": [],
|
|
@@ -1265,225 +1125,45 @@
|
|
|
1265
1125
|
"runtimeConfigInternalComponentProps": {},
|
|
1266
1126
|
"motionVarPrefixes": []
|
|
1267
1127
|
},
|
|
1268
|
-
"
|
|
1269
|
-
"name": "
|
|
1128
|
+
"Table": {
|
|
1129
|
+
"name": "Table",
|
|
1270
1130
|
"defaultProps": {
|
|
1271
|
-
"
|
|
1131
|
+
"display": "table-cell",
|
|
1132
|
+
"overflow": "hidden",
|
|
1133
|
+
"borderColor": "muted",
|
|
1134
|
+
"borderRadius": "md",
|
|
1135
|
+
"spacing": "3",
|
|
1136
|
+
"borderBottomColor": "muted",
|
|
1137
|
+
"borderBottomWidth": "thin",
|
|
1138
|
+
"color": "primary"
|
|
1272
1139
|
},
|
|
1273
1140
|
"getStylesLiterals": {
|
|
1274
|
-
"
|
|
1275
|
-
"alignItems": "center",
|
|
1276
|
-
"backgroundColor": "primary",
|
|
1277
|
-
"spacingVertical": "1",
|
|
1278
|
-
"spacingHorizontal": "3",
|
|
1279
|
-
"columnGap": "1.5",
|
|
1280
|
-
"borderWidth": "thin",
|
|
1281
|
-
"borderRadius": "full",
|
|
1282
|
-
"borderColor": "muted",
|
|
1283
|
-
"borderColor:1": "transparent",
|
|
1284
|
-
"color": "primary",
|
|
1285
|
-
"color:1": "tertiary",
|
|
1286
|
-
"color:2": "muted"
|
|
1141
|
+
"textAlign": "start"
|
|
1287
1142
|
},
|
|
1288
|
-
"cxLiterals": [
|
|
1289
|
-
"uds-ring",
|
|
1290
|
-
"cursor-not-allowed",
|
|
1291
|
-
"opacity-50",
|
|
1292
|
-
"pointer-events-none",
|
|
1293
|
-
"hover:bg-primary"
|
|
1294
|
-
],
|
|
1143
|
+
"cxLiterals": [],
|
|
1295
1144
|
"internalComponents": [
|
|
1296
|
-
"
|
|
1297
|
-
"
|
|
1298
|
-
"
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1145
|
+
"CellComponent",
|
|
1146
|
+
"Box",
|
|
1147
|
+
"Text",
|
|
1148
|
+
"Table.Root",
|
|
1149
|
+
"Table.Header",
|
|
1150
|
+
"Table.Row",
|
|
1151
|
+
"Table.Cell",
|
|
1152
|
+
"Table.Body"
|
|
1304
1153
|
],
|
|
1305
1154
|
"internalComponentProps": {
|
|
1306
|
-
"
|
|
1307
|
-
"
|
|
1308
|
-
"
|
|
1309
|
-
],
|
|
1310
|
-
"color": [
|
|
1311
|
-
"current"
|
|
1312
|
-
],
|
|
1313
|
-
"aria-hidden": [
|
|
1314
|
-
"true"
|
|
1315
|
-
]
|
|
1316
|
-
},
|
|
1317
|
-
"HStack": {
|
|
1318
|
-
"spacing": [
|
|
1319
|
-
"1"
|
|
1320
|
-
],
|
|
1321
|
-
"gap": [
|
|
1322
|
-
"1"
|
|
1323
|
-
],
|
|
1324
|
-
"backgroundColor": [
|
|
1325
|
-
"secondary"
|
|
1326
|
-
],
|
|
1327
|
-
"borderRadius": [
|
|
1328
|
-
"full"
|
|
1329
|
-
],
|
|
1330
|
-
"display": [
|
|
1331
|
-
"inline-flex"
|
|
1332
|
-
]
|
|
1333
|
-
},
|
|
1334
|
-
"Text": {
|
|
1335
|
-
"color": [
|
|
1336
|
-
"current"
|
|
1155
|
+
"Table.Cell": {
|
|
1156
|
+
"asHeaderCell": [
|
|
1157
|
+
"column"
|
|
1337
1158
|
]
|
|
1338
1159
|
}
|
|
1339
1160
|
},
|
|
1340
|
-
"propToVariantKeys": {
|
|
1341
|
-
"value": [
|
|
1342
|
-
"key"
|
|
1343
|
-
],
|
|
1344
|
-
"label": [
|
|
1345
|
-
"aria-label"
|
|
1346
|
-
],
|
|
1347
|
-
"textVariant": [
|
|
1348
|
-
"variant"
|
|
1349
|
-
]
|
|
1350
|
-
},
|
|
1161
|
+
"propToVariantKeys": {},
|
|
1351
1162
|
"runtimeConfigDefaultProps": {},
|
|
1352
1163
|
"runtimeConfigGetStyles": {},
|
|
1353
1164
|
"runtimeConfigInternalComponentProps": {},
|
|
1354
1165
|
"motionVarPrefixes": []
|
|
1355
1166
|
},
|
|
1356
|
-
"SwitchV2": {
|
|
1357
|
-
"name": "SwitchV2",
|
|
1358
|
-
"defaultProps": {
|
|
1359
|
-
"labelPosition": "start",
|
|
1360
|
-
"size": "md"
|
|
1361
|
-
},
|
|
1362
|
-
"getStylesLiterals": {
|
|
1363
|
-
"switchVariantRoot": "default",
|
|
1364
|
-
"switchVariantActiveRoot": "on",
|
|
1365
|
-
"switchVariantActiveRoot:1": "off",
|
|
1366
|
-
"switchVariantSwitch": "default",
|
|
1367
|
-
"switchVariantActiveSwitch": "on",
|
|
1368
|
-
"switchVariantActiveSwitch:1": "off",
|
|
1369
|
-
"switchVariantActiveHandle": "on",
|
|
1370
|
-
"switchVariantActiveHandle:1": "off",
|
|
1371
|
-
"switchVariantHandle": "default",
|
|
1372
|
-
"switchVariantHandleIcon": "default",
|
|
1373
|
-
"switchVariantActiveHandleIcon": "on",
|
|
1374
|
-
"switchVariantActiveHandleIcon:1": "off"
|
|
1375
|
-
},
|
|
1376
|
-
"cxLiterals": [
|
|
1377
|
-
"group",
|
|
1378
|
-
"flex",
|
|
1379
|
-
"items-center",
|
|
1380
|
-
"flex-row",
|
|
1381
|
-
"flex-row-reverse",
|
|
1382
|
-
"uds-ring",
|
|
1383
|
-
"uds-ring-within",
|
|
1384
|
-
"relative",
|
|
1385
|
-
"uds-border-radius-full",
|
|
1386
|
-
"transition-[background-color,box-shadow]",
|
|
1387
|
-
"pointer-events-none",
|
|
1388
|
-
"w-full",
|
|
1389
|
-
"h-full",
|
|
1390
|
-
"absolute",
|
|
1391
|
-
"top-0",
|
|
1392
|
-
"bottom-0",
|
|
1393
|
-
"right-0",
|
|
1394
|
-
"left-0",
|
|
1395
|
-
"overflow-hidden",
|
|
1396
|
-
"group-hover:scale-105",
|
|
1397
|
-
"opacity-95",
|
|
1398
|
-
"group-hover:opacity-100",
|
|
1399
|
-
"transition-[transform,opacity]",
|
|
1400
|
-
"opacity-0",
|
|
1401
|
-
"top-1/2",
|
|
1402
|
-
"left-1/2",
|
|
1403
|
-
"transform",
|
|
1404
|
-
"translate-x-[-50%]",
|
|
1405
|
-
"translate-y-[-50%]",
|
|
1406
|
-
"transition-opacity",
|
|
1407
|
-
"cursor-[inherit]",
|
|
1408
|
-
"w-[calc(100%+2px)]",
|
|
1409
|
-
"h-[calc(100%+2px)]",
|
|
1410
|
-
"text-start",
|
|
1411
|
-
"text-end",
|
|
1412
|
-
"opacity-100"
|
|
1413
|
-
],
|
|
1414
|
-
"internalComponents": [
|
|
1415
|
-
"IconSlot",
|
|
1416
|
-
"Box",
|
|
1417
|
-
"FormLabel",
|
|
1418
|
-
"SpringMotionConfig",
|
|
1419
|
-
"RootElement",
|
|
1420
|
-
"MotionBox"
|
|
1421
|
-
],
|
|
1422
|
-
"internalComponentProps": {
|
|
1423
|
-
"IconSlot": {
|
|
1424
|
-
"data-testid": [
|
|
1425
|
-
"on-icon",
|
|
1426
|
-
"off-icon"
|
|
1427
|
-
]
|
|
1428
|
-
},
|
|
1429
|
-
"FormLabel": {
|
|
1430
|
-
"as": [
|
|
1431
|
-
"div"
|
|
1432
|
-
],
|
|
1433
|
-
"variant": [
|
|
1434
|
-
"inherit"
|
|
1435
|
-
],
|
|
1436
|
-
"color": [
|
|
1437
|
-
"inherit"
|
|
1438
|
-
]
|
|
1439
|
-
},
|
|
1440
|
-
"SpringMotionConfig": {
|
|
1441
|
-
"layoutVariant": [
|
|
1442
|
-
"bouncy"
|
|
1443
|
-
],
|
|
1444
|
-
"layoutSpeed": [
|
|
1445
|
-
"4"
|
|
1446
|
-
]
|
|
1447
|
-
},
|
|
1448
|
-
"RootElement": {
|
|
1449
|
-
"data-testid": [
|
|
1450
|
-
"switch-root"
|
|
1451
|
-
]
|
|
1452
|
-
},
|
|
1453
|
-
"MotionBox": {
|
|
1454
|
-
"layout": [
|
|
1455
|
-
"position"
|
|
1456
|
-
]
|
|
1457
|
-
}
|
|
1458
|
-
},
|
|
1459
|
-
"propToVariantKeys": {
|
|
1460
|
-
"size": [
|
|
1461
|
-
"switchSizeRoot",
|
|
1462
|
-
"switchSizeSwitch",
|
|
1463
|
-
"switchSizeHandle",
|
|
1464
|
-
"switchSizeHandleIcon"
|
|
1465
|
-
],
|
|
1466
|
-
"onIcon": [
|
|
1467
|
-
"icon"
|
|
1468
|
-
],
|
|
1469
|
-
"offIcon": [
|
|
1470
|
-
"icon"
|
|
1471
|
-
],
|
|
1472
|
-
"reduceMotion": [
|
|
1473
|
-
"reducedMotion"
|
|
1474
|
-
],
|
|
1475
|
-
"isOn": [
|
|
1476
|
-
"layoutDependency"
|
|
1477
|
-
]
|
|
1478
|
-
},
|
|
1479
|
-
"runtimeConfigDefaultProps": {},
|
|
1480
|
-
"runtimeConfigGetStyles": {},
|
|
1481
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1482
|
-
"motionVarPrefixes": [
|
|
1483
|
-
"--uds-motion-bouncy-4-",
|
|
1484
|
-
"--uds-motion-smooth-3-"
|
|
1485
|
-
]
|
|
1486
|
-
},
|
|
1487
1167
|
"Avatar": {
|
|
1488
1168
|
"name": "Avatar",
|
|
1489
1169
|
"defaultProps": {},
|
|
@@ -3686,5 +3366,325 @@
|
|
|
3686
3366
|
"runtimeConfigGetStyles": {},
|
|
3687
3367
|
"runtimeConfigInternalComponentProps": {},
|
|
3688
3368
|
"motionVarPrefixes": []
|
|
3369
|
+
},
|
|
3370
|
+
"Accordion": {
|
|
3371
|
+
"name": "Accordion",
|
|
3372
|
+
"defaultProps": {
|
|
3373
|
+
"spacingHorizontal": "4",
|
|
3374
|
+
"spacingVertical": "4"
|
|
3375
|
+
},
|
|
3376
|
+
"getStylesLiterals": {},
|
|
3377
|
+
"cxLiterals": [
|
|
3378
|
+
"hover:bg-secondary/80",
|
|
3379
|
+
"w-full"
|
|
3380
|
+
],
|
|
3381
|
+
"internalComponents": [
|
|
3382
|
+
"Icon",
|
|
3383
|
+
"SpringMotionConfig",
|
|
3384
|
+
"Pressable",
|
|
3385
|
+
"Text",
|
|
3386
|
+
"HStack",
|
|
3387
|
+
"AnimatePresence",
|
|
3388
|
+
"VStack"
|
|
3389
|
+
],
|
|
3390
|
+
"internalComponentProps": {
|
|
3391
|
+
"Icon": {
|
|
3392
|
+
"variant": [
|
|
3393
|
+
"fill"
|
|
3394
|
+
],
|
|
3395
|
+
"size": [
|
|
3396
|
+
"sm"
|
|
3397
|
+
],
|
|
3398
|
+
"color": [
|
|
3399
|
+
"primary"
|
|
3400
|
+
]
|
|
3401
|
+
},
|
|
3402
|
+
"SpringMotionConfig": {
|
|
3403
|
+
"layoutVariant": [
|
|
3404
|
+
"smooth"
|
|
3405
|
+
],
|
|
3406
|
+
"layoutSpeed": [
|
|
3407
|
+
"3"
|
|
3408
|
+
]
|
|
3409
|
+
},
|
|
3410
|
+
"Pressable": {
|
|
3411
|
+
"display": [
|
|
3412
|
+
"flex"
|
|
3413
|
+
],
|
|
3414
|
+
"flexDirection": [
|
|
3415
|
+
"row"
|
|
3416
|
+
],
|
|
3417
|
+
"alignItems": [
|
|
3418
|
+
"center"
|
|
3419
|
+
],
|
|
3420
|
+
"justifyContent": [
|
|
3421
|
+
"space-between"
|
|
3422
|
+
],
|
|
3423
|
+
"borderRadius": [
|
|
3424
|
+
"md"
|
|
3425
|
+
]
|
|
3426
|
+
},
|
|
3427
|
+
"Text": {
|
|
3428
|
+
"variant": [
|
|
3429
|
+
"title4"
|
|
3430
|
+
],
|
|
3431
|
+
"color": [
|
|
3432
|
+
"primary"
|
|
3433
|
+
]
|
|
3434
|
+
},
|
|
3435
|
+
"HStack": {
|
|
3436
|
+
"display": [
|
|
3437
|
+
"flex"
|
|
3438
|
+
],
|
|
3439
|
+
"alignItems": [
|
|
3440
|
+
"center"
|
|
3441
|
+
],
|
|
3442
|
+
"justifyContent": [
|
|
3443
|
+
"space-between"
|
|
3444
|
+
],
|
|
3445
|
+
"columnGap": [
|
|
3446
|
+
"2.5"
|
|
3447
|
+
]
|
|
3448
|
+
}
|
|
3449
|
+
},
|
|
3450
|
+
"propToVariantKeys": {},
|
|
3451
|
+
"runtimeConfigDefaultProps": {},
|
|
3452
|
+
"runtimeConfigGetStyles": {},
|
|
3453
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3454
|
+
"motionVarPrefixes": [
|
|
3455
|
+
"--uds-motion-smooth-3-"
|
|
3456
|
+
]
|
|
3457
|
+
},
|
|
3458
|
+
"AvoidMotionLibraryProvider": {
|
|
3459
|
+
"name": "AvoidMotionLibraryProvider",
|
|
3460
|
+
"defaultProps": {},
|
|
3461
|
+
"getStylesLiterals": {},
|
|
3462
|
+
"cxLiterals": [],
|
|
3463
|
+
"internalComponents": [],
|
|
3464
|
+
"internalComponentProps": {},
|
|
3465
|
+
"propToVariantKeys": {},
|
|
3466
|
+
"runtimeConfigDefaultProps": {},
|
|
3467
|
+
"runtimeConfigGetStyles": {},
|
|
3468
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3469
|
+
"motionVarPrefixes": []
|
|
3470
|
+
},
|
|
3471
|
+
"SegmentedControl": {
|
|
3472
|
+
"name": "SegmentedControl",
|
|
3473
|
+
"defaultProps": {
|
|
3474
|
+
"textVariant": "label2"
|
|
3475
|
+
},
|
|
3476
|
+
"getStylesLiterals": {
|
|
3477
|
+
"display": "flex",
|
|
3478
|
+
"alignItems": "center",
|
|
3479
|
+
"backgroundColor": "primary",
|
|
3480
|
+
"spacingVertical": "1",
|
|
3481
|
+
"spacingHorizontal": "3",
|
|
3482
|
+
"columnGap": "1.5",
|
|
3483
|
+
"borderWidth": "thin",
|
|
3484
|
+
"borderRadius": "full",
|
|
3485
|
+
"borderColor": "muted",
|
|
3486
|
+
"borderColor:1": "transparent",
|
|
3487
|
+
"color": "primary",
|
|
3488
|
+
"color:1": "tertiary",
|
|
3489
|
+
"color:2": "muted"
|
|
3490
|
+
},
|
|
3491
|
+
"cxLiterals": [
|
|
3492
|
+
"uds-ring",
|
|
3493
|
+
"cursor-not-allowed",
|
|
3494
|
+
"opacity-50",
|
|
3495
|
+
"pointer-events-none",
|
|
3496
|
+
"hover:bg-primary"
|
|
3497
|
+
],
|
|
3498
|
+
"internalComponents": [
|
|
3499
|
+
"TextVariant",
|
|
3500
|
+
"Radio",
|
|
3501
|
+
"Icon",
|
|
3502
|
+
"RadioProvider",
|
|
3503
|
+
"HStack",
|
|
3504
|
+
"RadioGroup",
|
|
3505
|
+
"Pressable",
|
|
3506
|
+
"Text"
|
|
3507
|
+
],
|
|
3508
|
+
"internalComponentProps": {
|
|
3509
|
+
"Icon": {
|
|
3510
|
+
"size": [
|
|
3511
|
+
"sm"
|
|
3512
|
+
],
|
|
3513
|
+
"color": [
|
|
3514
|
+
"current"
|
|
3515
|
+
],
|
|
3516
|
+
"aria-hidden": [
|
|
3517
|
+
"true"
|
|
3518
|
+
]
|
|
3519
|
+
},
|
|
3520
|
+
"HStack": {
|
|
3521
|
+
"spacing": [
|
|
3522
|
+
"1"
|
|
3523
|
+
],
|
|
3524
|
+
"gap": [
|
|
3525
|
+
"1"
|
|
3526
|
+
],
|
|
3527
|
+
"backgroundColor": [
|
|
3528
|
+
"secondary"
|
|
3529
|
+
],
|
|
3530
|
+
"borderRadius": [
|
|
3531
|
+
"full"
|
|
3532
|
+
],
|
|
3533
|
+
"display": [
|
|
3534
|
+
"inline-flex"
|
|
3535
|
+
]
|
|
3536
|
+
},
|
|
3537
|
+
"Text": {
|
|
3538
|
+
"color": [
|
|
3539
|
+
"current"
|
|
3540
|
+
]
|
|
3541
|
+
}
|
|
3542
|
+
},
|
|
3543
|
+
"propToVariantKeys": {
|
|
3544
|
+
"value": [
|
|
3545
|
+
"key"
|
|
3546
|
+
],
|
|
3547
|
+
"label": [
|
|
3548
|
+
"aria-label"
|
|
3549
|
+
],
|
|
3550
|
+
"textVariant": [
|
|
3551
|
+
"variant"
|
|
3552
|
+
]
|
|
3553
|
+
},
|
|
3554
|
+
"runtimeConfigDefaultProps": {},
|
|
3555
|
+
"runtimeConfigGetStyles": {},
|
|
3556
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3557
|
+
"motionVarPrefixes": []
|
|
3558
|
+
},
|
|
3559
|
+
"SwitchV2": {
|
|
3560
|
+
"name": "SwitchV2",
|
|
3561
|
+
"defaultProps": {
|
|
3562
|
+
"labelPosition": "start",
|
|
3563
|
+
"size": "md"
|
|
3564
|
+
},
|
|
3565
|
+
"getStylesLiterals": {
|
|
3566
|
+
"switchVariantRoot": "default",
|
|
3567
|
+
"switchVariantActiveRoot": "on",
|
|
3568
|
+
"switchVariantActiveRoot:1": "off",
|
|
3569
|
+
"switchVariantSwitch": "default",
|
|
3570
|
+
"switchVariantActiveSwitch": "on",
|
|
3571
|
+
"switchVariantActiveSwitch:1": "off",
|
|
3572
|
+
"switchVariantActiveHandle": "on",
|
|
3573
|
+
"switchVariantActiveHandle:1": "off",
|
|
3574
|
+
"switchVariantHandle": "default",
|
|
3575
|
+
"switchVariantHandleIcon": "default",
|
|
3576
|
+
"switchVariantActiveHandleIcon": "on",
|
|
3577
|
+
"switchVariantActiveHandleIcon:1": "off"
|
|
3578
|
+
},
|
|
3579
|
+
"cxLiterals": [
|
|
3580
|
+
"group",
|
|
3581
|
+
"flex",
|
|
3582
|
+
"items-center",
|
|
3583
|
+
"flex-row",
|
|
3584
|
+
"flex-row-reverse",
|
|
3585
|
+
"uds-ring",
|
|
3586
|
+
"uds-ring-within",
|
|
3587
|
+
"relative",
|
|
3588
|
+
"uds-border-radius-full",
|
|
3589
|
+
"transition-[background-color,box-shadow]",
|
|
3590
|
+
"pointer-events-none",
|
|
3591
|
+
"w-full",
|
|
3592
|
+
"h-full",
|
|
3593
|
+
"absolute",
|
|
3594
|
+
"top-0",
|
|
3595
|
+
"bottom-0",
|
|
3596
|
+
"right-0",
|
|
3597
|
+
"left-0",
|
|
3598
|
+
"overflow-hidden",
|
|
3599
|
+
"group-hover:scale-105",
|
|
3600
|
+
"opacity-95",
|
|
3601
|
+
"group-hover:opacity-100",
|
|
3602
|
+
"transition-[transform,opacity]",
|
|
3603
|
+
"opacity-0",
|
|
3604
|
+
"top-1/2",
|
|
3605
|
+
"left-1/2",
|
|
3606
|
+
"transform",
|
|
3607
|
+
"translate-x-[-50%]",
|
|
3608
|
+
"translate-y-[-50%]",
|
|
3609
|
+
"transition-opacity",
|
|
3610
|
+
"cursor-[inherit]",
|
|
3611
|
+
"w-[calc(100%+2px)]",
|
|
3612
|
+
"h-[calc(100%+2px)]",
|
|
3613
|
+
"text-start",
|
|
3614
|
+
"text-end",
|
|
3615
|
+
"opacity-100"
|
|
3616
|
+
],
|
|
3617
|
+
"internalComponents": [
|
|
3618
|
+
"IconSlot",
|
|
3619
|
+
"Box",
|
|
3620
|
+
"FormLabel",
|
|
3621
|
+
"SpringMotionConfig",
|
|
3622
|
+
"RootElement",
|
|
3623
|
+
"MotionBox"
|
|
3624
|
+
],
|
|
3625
|
+
"internalComponentProps": {
|
|
3626
|
+
"IconSlot": {
|
|
3627
|
+
"data-testid": [
|
|
3628
|
+
"on-icon",
|
|
3629
|
+
"off-icon"
|
|
3630
|
+
]
|
|
3631
|
+
},
|
|
3632
|
+
"FormLabel": {
|
|
3633
|
+
"as": [
|
|
3634
|
+
"div"
|
|
3635
|
+
],
|
|
3636
|
+
"variant": [
|
|
3637
|
+
"inherit"
|
|
3638
|
+
],
|
|
3639
|
+
"color": [
|
|
3640
|
+
"inherit"
|
|
3641
|
+
]
|
|
3642
|
+
},
|
|
3643
|
+
"SpringMotionConfig": {
|
|
3644
|
+
"layoutVariant": [
|
|
3645
|
+
"bouncy"
|
|
3646
|
+
],
|
|
3647
|
+
"layoutSpeed": [
|
|
3648
|
+
"4"
|
|
3649
|
+
]
|
|
3650
|
+
},
|
|
3651
|
+
"RootElement": {
|
|
3652
|
+
"data-testid": [
|
|
3653
|
+
"switch-root"
|
|
3654
|
+
]
|
|
3655
|
+
},
|
|
3656
|
+
"MotionBox": {
|
|
3657
|
+
"layout": [
|
|
3658
|
+
"position"
|
|
3659
|
+
]
|
|
3660
|
+
}
|
|
3661
|
+
},
|
|
3662
|
+
"propToVariantKeys": {
|
|
3663
|
+
"size": [
|
|
3664
|
+
"switchSizeRoot",
|
|
3665
|
+
"switchSizeSwitch",
|
|
3666
|
+
"switchSizeHandle",
|
|
3667
|
+
"switchSizeHandleIcon"
|
|
3668
|
+
],
|
|
3669
|
+
"onIcon": [
|
|
3670
|
+
"icon"
|
|
3671
|
+
],
|
|
3672
|
+
"offIcon": [
|
|
3673
|
+
"icon"
|
|
3674
|
+
],
|
|
3675
|
+
"reduceMotion": [
|
|
3676
|
+
"reducedMotion"
|
|
3677
|
+
],
|
|
3678
|
+
"isOn": [
|
|
3679
|
+
"layoutDependency"
|
|
3680
|
+
]
|
|
3681
|
+
},
|
|
3682
|
+
"runtimeConfigDefaultProps": {},
|
|
3683
|
+
"runtimeConfigGetStyles": {},
|
|
3684
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3685
|
+
"motionVarPrefixes": [
|
|
3686
|
+
"--uds-motion-bouncy-4-",
|
|
3687
|
+
"--uds-motion-smooth-3-"
|
|
3688
|
+
]
|
|
3689
3689
|
}
|
|
3690
3690
|
}
|