@yahoo/uds 3.151.0 → 3.152.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.
- package/dist/components/client/IconButton.cjs +62 -31
- package/dist/components/client/IconButton.d.cts +2 -1
- package/dist/components/client/IconButton.d.ts +2 -1
- package/dist/components/client/IconButton.js +63 -32
- package/dist/css/dist/purger/optimized/purgeFromCode.cjs +6 -4
- package/dist/css/dist/purger/optimized/purgeFromCode.js +6 -4
- package/dist/styles/styler.d.cts +18 -18
- package/dist/styles/styler.d.ts +18 -18
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.cjs +3 -2
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.js +3 -2
- package/dist/types/dist/index.d.cts +2 -0
- package/dist/types/dist/index.d.ts +2 -0
- package/dist/uds/generated/componentData.cjs +611 -598
- package/dist/uds/generated/componentData.js +611 -598
- package/dist/uds/generated/tailwindPurge.cjs +42 -5
- package/dist/uds/generated/tailwindPurge.js +42 -5
- package/generated/componentData.json +989 -970
- package/generated/tailwindPurge.ts +3 -3
- package/package.json +1 -1
|
@@ -711,7 +711,10 @@
|
|
|
711
711
|
"withIcon",
|
|
712
712
|
"uds-button-with-gap",
|
|
713
713
|
"animate-spin",
|
|
714
|
-
"truncate"
|
|
714
|
+
"truncate",
|
|
715
|
+
"flex",
|
|
716
|
+
"overflow-clip",
|
|
717
|
+
"uds-button-icon-container"
|
|
715
718
|
],
|
|
716
719
|
"internalComponents": [
|
|
717
720
|
"Icon",
|
|
@@ -793,10 +796,12 @@
|
|
|
793
796
|
"uds-ring-within",
|
|
794
797
|
"transition-[background-color,border-color,box-shadow]",
|
|
795
798
|
"pointer-events-none",
|
|
799
|
+
"opacity-0",
|
|
800
|
+
"opacity-55",
|
|
801
|
+
"opacity-100",
|
|
796
802
|
"transition-opacity",
|
|
797
803
|
"cursor-[inherit]",
|
|
798
804
|
"absolute",
|
|
799
|
-
"opacity-0",
|
|
800
805
|
"top-1/2",
|
|
801
806
|
"left-1/2",
|
|
802
807
|
"w-[calc(100%+2px)]",
|
|
@@ -904,8 +909,9 @@
|
|
|
904
909
|
],
|
|
905
910
|
"internalComponents": [
|
|
906
911
|
"Icon",
|
|
912
|
+
"AnimatePresence",
|
|
907
913
|
"SpringMotionConfig",
|
|
908
|
-
"
|
|
914
|
+
"MotionSlot"
|
|
909
915
|
],
|
|
910
916
|
"internalComponentProps": {
|
|
911
917
|
"Icon": {
|
|
@@ -913,14 +919,25 @@
|
|
|
913
919
|
"current"
|
|
914
920
|
]
|
|
915
921
|
},
|
|
922
|
+
"AnimatePresence": {
|
|
923
|
+
"mode": [
|
|
924
|
+
"popLayout"
|
|
925
|
+
]
|
|
926
|
+
},
|
|
916
927
|
"SpringMotionConfig": {
|
|
917
928
|
"layoutSpeed": [
|
|
918
929
|
"3"
|
|
919
930
|
]
|
|
920
931
|
},
|
|
921
|
-
"
|
|
922
|
-
"
|
|
923
|
-
"
|
|
932
|
+
"MotionSlot": {
|
|
933
|
+
"initial": [
|
|
934
|
+
"icon"
|
|
935
|
+
],
|
|
936
|
+
"whileHover": [
|
|
937
|
+
"hover"
|
|
938
|
+
],
|
|
939
|
+
"whileTap": [
|
|
940
|
+
"pressed"
|
|
924
941
|
]
|
|
925
942
|
}
|
|
926
943
|
},
|
|
@@ -1308,67 +1325,39 @@
|
|
|
1308
1325
|
"runtimeConfigInternalComponentProps": {},
|
|
1309
1326
|
"motionVarPrefixes": []
|
|
1310
1327
|
},
|
|
1311
|
-
"
|
|
1312
|
-
"name": "
|
|
1328
|
+
"Menu.Content": {
|
|
1329
|
+
"name": "Menu.Content",
|
|
1313
1330
|
"defaultProps": {
|
|
1314
|
-
"
|
|
1331
|
+
"size": "default",
|
|
1332
|
+
"variant": "default",
|
|
1333
|
+
"gutter": "1"
|
|
1315
1334
|
},
|
|
1316
1335
|
"getStylesLiterals": {},
|
|
1317
1336
|
"cxLiterals": [
|
|
1318
|
-
"
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1321
|
-
"
|
|
1322
|
-
"
|
|
1323
|
-
"
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
"
|
|
1327
|
-
"
|
|
1328
|
-
"
|
|
1329
|
-
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
1330
|
-
"motion-reduce:transition-none",
|
|
1331
|
-
"top-[-4px]",
|
|
1332
|
-
"z-[1]",
|
|
1333
|
-
"touch-pan-y"
|
|
1337
|
+
"uds-menu-content",
|
|
1338
|
+
"transition-shadow",
|
|
1339
|
+
"duration-200",
|
|
1340
|
+
"ease-in-out",
|
|
1341
|
+
"min-w-60",
|
|
1342
|
+
"max-w-lg",
|
|
1343
|
+
"max-h-96",
|
|
1344
|
+
"overflow-auto",
|
|
1345
|
+
"uds-ring",
|
|
1346
|
+
"z-10",
|
|
1347
|
+
"group"
|
|
1334
1348
|
],
|
|
1335
1349
|
"internalComponents": [
|
|
1336
|
-
"
|
|
1337
|
-
"
|
|
1338
|
-
"
|
|
1339
|
-
"Box",
|
|
1340
|
-
"BottomSheetInternalContext.Provider"
|
|
1350
|
+
"AriakitMenu",
|
|
1351
|
+
"AnimatePresence",
|
|
1352
|
+
"MotionVStack"
|
|
1341
1353
|
],
|
|
1342
|
-
"internalComponentProps": {
|
|
1343
|
-
"BottomSheetHandle": {
|
|
1344
|
-
"ariaLabel": [
|
|
1345
|
-
"Resize sheet"
|
|
1346
|
-
]
|
|
1347
|
-
},
|
|
1348
|
-
"Dialog": {
|
|
1349
|
-
"data-testid": [
|
|
1350
|
-
"bottom-sheet"
|
|
1351
|
-
]
|
|
1352
|
-
},
|
|
1353
|
-
"Box": {
|
|
1354
|
-
"display": [
|
|
1355
|
-
"block",
|
|
1356
|
-
"flex"
|
|
1357
|
-
],
|
|
1358
|
-
"position": [
|
|
1359
|
-
"absolute"
|
|
1360
|
-
],
|
|
1361
|
-
"flexDirection": [
|
|
1362
|
-
"column"
|
|
1363
|
-
],
|
|
1364
|
-
"className": [
|
|
1365
|
-
"absolute inset-0 min-h-0 p-[inherit]"
|
|
1366
|
-
]
|
|
1367
|
-
}
|
|
1368
|
-
},
|
|
1354
|
+
"internalComponentProps": {},
|
|
1369
1355
|
"propToVariantKeys": {
|
|
1356
|
+
"size": [
|
|
1357
|
+
"menucontentSizeRoot"
|
|
1358
|
+
],
|
|
1370
1359
|
"variant": [
|
|
1371
|
-
"
|
|
1360
|
+
"menucontentVariantRoot"
|
|
1372
1361
|
]
|
|
1373
1362
|
},
|
|
1374
1363
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1376,30 +1365,26 @@
|
|
|
1376
1365
|
"runtimeConfigInternalComponentProps": {},
|
|
1377
1366
|
"motionVarPrefixes": []
|
|
1378
1367
|
},
|
|
1379
|
-
"
|
|
1380
|
-
"name": "
|
|
1381
|
-
"defaultProps": {
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
"
|
|
1385
|
-
|
|
1386
|
-
|
|
1368
|
+
"Menu.Divider": {
|
|
1369
|
+
"name": "Menu.Divider",
|
|
1370
|
+
"defaultProps": {
|
|
1371
|
+
"role": "separator",
|
|
1372
|
+
"contentPosition": "start",
|
|
1373
|
+
"gap": "4"
|
|
1374
|
+
},
|
|
1375
|
+
"getStylesLiterals": {
|
|
1376
|
+
"menuitemDividerVariantRoot": "default",
|
|
1377
|
+
"menuitemDividerVariantText": "default",
|
|
1378
|
+
"menuitemDividerVariantLine": "default"
|
|
1379
|
+
},
|
|
1380
|
+
"cxLiterals": [],
|
|
1387
1381
|
"internalComponents": [
|
|
1388
|
-
"
|
|
1389
|
-
"VStack"
|
|
1382
|
+
"Divider"
|
|
1390
1383
|
],
|
|
1391
1384
|
"internalComponentProps": {
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1394
|
-
"
|
|
1395
|
-
],
|
|
1396
|
-
"flex": [
|
|
1397
|
-
"1"
|
|
1398
|
-
]
|
|
1399
|
-
},
|
|
1400
|
-
"VStack": {
|
|
1401
|
-
"className": [
|
|
1402
|
-
"pb-[calc(env(safe-area-inset-bottom))]"
|
|
1385
|
+
"Divider": {
|
|
1386
|
+
"variant": [
|
|
1387
|
+
"inherit"
|
|
1403
1388
|
]
|
|
1404
1389
|
}
|
|
1405
1390
|
},
|
|
@@ -1409,13 +1394,23 @@
|
|
|
1409
1394
|
"runtimeConfigInternalComponentProps": {},
|
|
1410
1395
|
"motionVarPrefixes": []
|
|
1411
1396
|
},
|
|
1412
|
-
"
|
|
1413
|
-
"name": "
|
|
1397
|
+
"Menu.Item": {
|
|
1398
|
+
"name": "Menu.Item",
|
|
1414
1399
|
"defaultProps": {},
|
|
1415
|
-
"getStylesLiterals": {
|
|
1400
|
+
"getStylesLiterals": {
|
|
1401
|
+
"menuitemItemVariantRoot": "default",
|
|
1402
|
+
"menuitemItemVariantActiveRoot": "on",
|
|
1403
|
+
"menuitemItemVariantActiveRoot:1": "off",
|
|
1404
|
+
"menuitemItemVariantText": "default",
|
|
1405
|
+
"menuitemItemVariantActiveText": "on",
|
|
1406
|
+
"menuitemItemVariantActiveText:1": "off",
|
|
1407
|
+
"menuitemItemVariantIcon": "default",
|
|
1408
|
+
"menuitemItemVariantActiveIcon": "on",
|
|
1409
|
+
"menuitemItemVariantActiveIcon:1": "off"
|
|
1410
|
+
},
|
|
1416
1411
|
"cxLiterals": [],
|
|
1417
1412
|
"internalComponents": [
|
|
1418
|
-
"
|
|
1413
|
+
"MenuItemBase"
|
|
1419
1414
|
],
|
|
1420
1415
|
"internalComponentProps": {},
|
|
1421
1416
|
"propToVariantKeys": {},
|
|
@@ -1424,45 +1419,79 @@
|
|
|
1424
1419
|
"runtimeConfigInternalComponentProps": {},
|
|
1425
1420
|
"motionVarPrefixes": []
|
|
1426
1421
|
},
|
|
1427
|
-
"
|
|
1428
|
-
"name": "
|
|
1422
|
+
"Menu.ItemBase": {
|
|
1423
|
+
"name": "Menu.ItemBase",
|
|
1429
1424
|
"defaultProps": {
|
|
1430
|
-
"
|
|
1425
|
+
"spacing": "0",
|
|
1426
|
+
"spacingHorizontal": "4",
|
|
1427
|
+
"spacingVertical": "3.5",
|
|
1428
|
+
"columnGap": "2",
|
|
1429
|
+
"alignItems": "center",
|
|
1430
|
+
"justifyContent": "space-between"
|
|
1431
|
+
},
|
|
1432
|
+
"getStylesLiterals": {
|
|
1433
|
+
"textAlign": "start",
|
|
1434
|
+
"menuitemSizeRoot": "default",
|
|
1435
|
+
"flexDirection": "row",
|
|
1436
|
+
"menuitemSizeStartIcon": "default",
|
|
1437
|
+
"menuitemSizeEndIcon": "default"
|
|
1431
1438
|
},
|
|
1432
|
-
"getStylesLiterals": {},
|
|
1433
1439
|
"cxLiterals": [
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1438
|
-
"focus-visible:
|
|
1439
|
-
"
|
|
1440
|
-
"
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1443
|
-
"-
|
|
1444
|
-
"-
|
|
1445
|
-
"
|
|
1446
|
-
"
|
|
1447
|
-
"
|
|
1440
|
+
"uds-menu-item",
|
|
1441
|
+
"flex",
|
|
1442
|
+
"focus-visible:text-brand",
|
|
1443
|
+
"focus-visible:bg-brand-secondary",
|
|
1444
|
+
"focus-visible:z-10",
|
|
1445
|
+
"uds-ring",
|
|
1446
|
+
"!-outline-offset-2",
|
|
1447
|
+
"[&:not([aria-checked])]:cursor-default",
|
|
1448
|
+
"opacity-25",
|
|
1449
|
+
"cursor-not-allowed",
|
|
1450
|
+
"duration-20",
|
|
1451
|
+
"transition-[font-variation-settings]",
|
|
1452
|
+
"ease-in-out",
|
|
1453
|
+
"z-0",
|
|
1454
|
+
"truncate",
|
|
1455
|
+
"uds-start-icon",
|
|
1456
|
+
"uds-end-icon"
|
|
1448
1457
|
],
|
|
1449
1458
|
"internalComponents": [
|
|
1450
|
-
"
|
|
1459
|
+
"Pressable",
|
|
1460
|
+
"IconSlot",
|
|
1461
|
+
"RootComponent",
|
|
1462
|
+
"HStack",
|
|
1463
|
+
"AnimatePresence"
|
|
1451
1464
|
],
|
|
1452
1465
|
"internalComponentProps": {
|
|
1453
|
-
"
|
|
1454
|
-
"
|
|
1455
|
-
"block",
|
|
1456
|
-
"flex"
|
|
1457
|
-
],
|
|
1458
|
-
"justifyContent": [
|
|
1466
|
+
"HStack": {
|
|
1467
|
+
"alignItems": [
|
|
1459
1468
|
"center"
|
|
1469
|
+
],
|
|
1470
|
+
"width": [
|
|
1471
|
+
"full"
|
|
1472
|
+
]
|
|
1473
|
+
},
|
|
1474
|
+
"AnimatePresence": {
|
|
1475
|
+
"mode": [
|
|
1476
|
+
"popLayout"
|
|
1460
1477
|
]
|
|
1461
1478
|
}
|
|
1462
1479
|
},
|
|
1463
1480
|
"propToVariantKeys": {
|
|
1464
|
-
"
|
|
1465
|
-
"
|
|
1481
|
+
"startIconClassName": [
|
|
1482
|
+
"className"
|
|
1483
|
+
],
|
|
1484
|
+
"endIconClassName": [
|
|
1485
|
+
"className"
|
|
1486
|
+
],
|
|
1487
|
+
"startIcon": [
|
|
1488
|
+
"icon"
|
|
1489
|
+
],
|
|
1490
|
+
"endIcon": [
|
|
1491
|
+
"icon"
|
|
1492
|
+
],
|
|
1493
|
+
"columnGap": [
|
|
1494
|
+
"gap"
|
|
1466
1495
|
]
|
|
1467
1496
|
},
|
|
1468
1497
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1470,107 +1499,85 @@
|
|
|
1470
1499
|
"runtimeConfigInternalComponentProps": {},
|
|
1471
1500
|
"motionVarPrefixes": []
|
|
1472
1501
|
},
|
|
1473
|
-
"
|
|
1474
|
-
"name": "
|
|
1475
|
-
"defaultProps": {
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1482
|
-
"
|
|
1483
|
-
"
|
|
1484
|
-
"
|
|
1502
|
+
"Menu.ItemCheckbox": {
|
|
1503
|
+
"name": "Menu.ItemCheckbox",
|
|
1504
|
+
"defaultProps": {},
|
|
1505
|
+
"getStylesLiterals": {
|
|
1506
|
+
"menuitemItemCheckboxVariantRoot": "default",
|
|
1507
|
+
"menuitemItemCheckboxVariantActiveRoot": "on",
|
|
1508
|
+
"menuitemItemCheckboxVariantActiveRoot:1": "off",
|
|
1509
|
+
"menuitemItemCheckboxVariantText": "default",
|
|
1510
|
+
"menuitemItemCheckboxVariantActiveText": "on",
|
|
1511
|
+
"menuitemItemCheckboxVariantActiveText:1": "off",
|
|
1512
|
+
"menuitemItemCheckboxVariantStartIcon": "default",
|
|
1513
|
+
"menuitemItemCheckboxVariantActiveStartIcon": "on",
|
|
1514
|
+
"menuitemItemCheckboxVariantActiveStartIcon:1": "off",
|
|
1515
|
+
"menuitemItemCheckboxVariantEndIcon": "default",
|
|
1516
|
+
"menuitemItemCheckboxVariantActiveEndIcon": "on",
|
|
1517
|
+
"menuitemItemCheckboxVariantActiveEndIcon:1": "off"
|
|
1518
|
+
},
|
|
1519
|
+
"cxLiterals": [
|
|
1520
|
+
"uds-menu-item-checkbox"
|
|
1485
1521
|
],
|
|
1486
1522
|
"internalComponents": [
|
|
1487
|
-
"
|
|
1488
|
-
"Text",
|
|
1489
|
-
"DialogHeading"
|
|
1523
|
+
"MenuItemBase"
|
|
1490
1524
|
],
|
|
1491
|
-
"internalComponentProps": {
|
|
1492
|
-
|
|
1493
|
-
"className": [
|
|
1494
|
-
"h-10 w-10 opacity-0 pointer-events-none"
|
|
1495
|
-
],
|
|
1496
|
-
"display": [
|
|
1497
|
-
"grid",
|
|
1498
|
-
"flex"
|
|
1499
|
-
],
|
|
1500
|
-
"justifyContent": [
|
|
1501
|
-
"flex-start",
|
|
1502
|
-
"flex-end"
|
|
1503
|
-
]
|
|
1504
|
-
},
|
|
1505
|
-
"Text": {
|
|
1506
|
-
"as": [
|
|
1507
|
-
"p"
|
|
1508
|
-
],
|
|
1509
|
-
"variant": [
|
|
1510
|
-
"inherit"
|
|
1511
|
-
],
|
|
1512
|
-
"color": [
|
|
1513
|
-
"inherit"
|
|
1514
|
-
],
|
|
1515
|
-
"textAlign": [
|
|
1516
|
-
"center"
|
|
1517
|
-
],
|
|
1518
|
-
"className": [
|
|
1519
|
-
"m-0 w-full"
|
|
1520
|
-
]
|
|
1521
|
-
},
|
|
1522
|
-
"DialogHeading": {
|
|
1523
|
-
"role": [
|
|
1524
|
-
"heading"
|
|
1525
|
-
]
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
"propToVariantKeys": {
|
|
1529
|
-
"variant": [
|
|
1530
|
-
"bottomsheetVariantHeader"
|
|
1531
|
-
]
|
|
1532
|
-
},
|
|
1525
|
+
"internalComponentProps": {},
|
|
1526
|
+
"propToVariantKeys": {},
|
|
1533
1527
|
"runtimeConfigDefaultProps": {},
|
|
1534
1528
|
"runtimeConfigGetStyles": {},
|
|
1535
1529
|
"runtimeConfigInternalComponentProps": {},
|
|
1536
1530
|
"motionVarPrefixes": []
|
|
1537
1531
|
},
|
|
1538
|
-
"
|
|
1539
|
-
"name": "
|
|
1532
|
+
"Menu.Provider": {
|
|
1533
|
+
"name": "Menu.Provider",
|
|
1540
1534
|
"defaultProps": {},
|
|
1541
1535
|
"getStylesLiterals": {},
|
|
1542
1536
|
"cxLiterals": [],
|
|
1543
|
-
"internalComponents": [
|
|
1537
|
+
"internalComponents": [
|
|
1538
|
+
"AriakitMenuProvider",
|
|
1539
|
+
"SpringMotionConfig"
|
|
1540
|
+
],
|
|
1544
1541
|
"internalComponentProps": {},
|
|
1545
1542
|
"propToVariantKeys": {},
|
|
1546
1543
|
"runtimeConfigDefaultProps": {},
|
|
1547
1544
|
"runtimeConfigGetStyles": {},
|
|
1548
1545
|
"runtimeConfigInternalComponentProps": {},
|
|
1549
|
-
"motionVarPrefixes": [
|
|
1546
|
+
"motionVarPrefixes": [
|
|
1547
|
+
"--uds-motion-subtle-3-",
|
|
1548
|
+
"--uds-motion-smooth-3-"
|
|
1549
|
+
]
|
|
1550
1550
|
},
|
|
1551
|
-
"
|
|
1552
|
-
"name": "
|
|
1551
|
+
"Menu.Trigger": {
|
|
1552
|
+
"name": "Menu.Trigger",
|
|
1553
1553
|
"defaultProps": {},
|
|
1554
1554
|
"getStylesLiterals": {},
|
|
1555
|
-
"cxLiterals": [
|
|
1555
|
+
"cxLiterals": [
|
|
1556
|
+
"uds-menu-trigger"
|
|
1557
|
+
],
|
|
1556
1558
|
"internalComponents": [
|
|
1557
|
-
"
|
|
1559
|
+
"AriakitMenuTrigger",
|
|
1560
|
+
"Box"
|
|
1558
1561
|
],
|
|
1559
|
-
"internalComponentProps": {
|
|
1562
|
+
"internalComponentProps": {
|
|
1563
|
+
"Box": {
|
|
1564
|
+
"className": [
|
|
1565
|
+
"uds-ring h-fit w-fit"
|
|
1566
|
+
]
|
|
1567
|
+
}
|
|
1568
|
+
},
|
|
1560
1569
|
"propToVariantKeys": {},
|
|
1561
1570
|
"runtimeConfigDefaultProps": {},
|
|
1562
1571
|
"runtimeConfigGetStyles": {},
|
|
1563
1572
|
"runtimeConfigInternalComponentProps": {},
|
|
1564
1573
|
"motionVarPrefixes": []
|
|
1565
1574
|
},
|
|
1566
|
-
"
|
|
1567
|
-
"name": "
|
|
1575
|
+
"Menu.index": {
|
|
1576
|
+
"name": "Menu.index",
|
|
1568
1577
|
"defaultProps": {},
|
|
1569
1578
|
"getStylesLiterals": {},
|
|
1570
1579
|
"cxLiterals": [],
|
|
1571
|
-
"internalComponents": [
|
|
1572
|
-
"AriakitDialogDisclosure"
|
|
1573
|
-
],
|
|
1580
|
+
"internalComponents": [],
|
|
1574
1581
|
"internalComponentProps": {},
|
|
1575
1582
|
"propToVariantKeys": {},
|
|
1576
1583
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1578,14 +1585,12 @@
|
|
|
1578
1585
|
"runtimeConfigInternalComponentProps": {},
|
|
1579
1586
|
"motionVarPrefixes": []
|
|
1580
1587
|
},
|
|
1581
|
-
"
|
|
1582
|
-
"name": "
|
|
1588
|
+
"Menu": {
|
|
1589
|
+
"name": "Menu",
|
|
1583
1590
|
"defaultProps": {},
|
|
1584
1591
|
"getStylesLiterals": {},
|
|
1585
1592
|
"cxLiterals": [],
|
|
1586
|
-
"internalComponents": [
|
|
1587
|
-
"BottomSheetContext.Provider"
|
|
1588
|
-
],
|
|
1593
|
+
"internalComponents": [],
|
|
1589
1594
|
"internalComponentProps": {},
|
|
1590
1595
|
"propToVariantKeys": {},
|
|
1591
1596
|
"runtimeConfigDefaultProps": {},
|
|
@@ -1794,65 +1799,64 @@
|
|
|
1794
1799
|
"runtimeConfigInternalComponentProps": {},
|
|
1795
1800
|
"motionVarPrefixes": []
|
|
1796
1801
|
},
|
|
1797
|
-
"
|
|
1798
|
-
"name": "
|
|
1802
|
+
"Popover": {
|
|
1803
|
+
"name": "Popover",
|
|
1799
1804
|
"defaultProps": {},
|
|
1800
1805
|
"getStylesLiterals": {},
|
|
1801
|
-
"cxLiterals": [
|
|
1806
|
+
"cxLiterals": [
|
|
1807
|
+
"uds:popover-open"
|
|
1808
|
+
],
|
|
1802
1809
|
"internalComponents": [
|
|
1803
|
-
"
|
|
1804
|
-
"
|
|
1805
|
-
"ModalDescription",
|
|
1806
|
-
"ModalContent",
|
|
1807
|
-
"ModalActions"
|
|
1810
|
+
"PopoverInternalContext.Provider",
|
|
1811
|
+
"PopoverProvider"
|
|
1808
1812
|
],
|
|
1809
1813
|
"internalComponentProps": {},
|
|
1810
1814
|
"propToVariantKeys": {},
|
|
1811
1815
|
"runtimeConfigDefaultProps": {
|
|
1812
|
-
"size": "
|
|
1813
|
-
"variant": "
|
|
1816
|
+
"size": "popover.defaultSize",
|
|
1817
|
+
"variant": "popover.defaultVariant"
|
|
1814
1818
|
},
|
|
1815
1819
|
"runtimeConfigGetStyles": {},
|
|
1816
1820
|
"runtimeConfigInternalComponentProps": {},
|
|
1817
1821
|
"motionVarPrefixes": []
|
|
1818
1822
|
},
|
|
1819
|
-
"
|
|
1820
|
-
"name": "
|
|
1821
|
-
"defaultProps": {
|
|
1822
|
-
"closeAriaLabel": "Close",
|
|
1823
|
-
"maxWidth": "auto",
|
|
1824
|
-
"maxHeight": "auto",
|
|
1825
|
-
"scrollBehavior": "outside"
|
|
1826
|
-
},
|
|
1823
|
+
"PopoverContent": {
|
|
1824
|
+
"name": "PopoverContent",
|
|
1825
|
+
"defaultProps": {},
|
|
1827
1826
|
"getStylesLiterals": {
|
|
1828
|
-
"
|
|
1829
|
-
"
|
|
1830
|
-
"
|
|
1831
|
-
"
|
|
1832
|
-
"
|
|
1827
|
+
"popoverSizeRoot": "default",
|
|
1828
|
+
"popoverVariantRoot": "default",
|
|
1829
|
+
"display": "flex",
|
|
1830
|
+
"position": "relative",
|
|
1831
|
+
"display:1": "block",
|
|
1832
|
+
"spacingTop": "0",
|
|
1833
|
+
"spacingStart": "0",
|
|
1834
|
+
"spacingBottom": "0",
|
|
1835
|
+
"spacingEnd": "0",
|
|
1836
|
+
"popoverSizeSvgBase": "default",
|
|
1837
|
+
"popoverVariantSvgBase": "default",
|
|
1838
|
+
"popoverSizeSvgBorder": "default",
|
|
1839
|
+
"popoverVariantSvgBorder": "default",
|
|
1840
|
+
"popoverVariantBlur": "default",
|
|
1841
|
+
"position:1": "absolute",
|
|
1842
|
+
"width": "full",
|
|
1843
|
+
"height": "full",
|
|
1844
|
+
"flexShrink": "0",
|
|
1845
|
+
"borderRadius": "full",
|
|
1846
|
+
"alignItems": "center",
|
|
1847
|
+
"justifyContent": "center",
|
|
1848
|
+
"popoverVariantCloseIcon": "default",
|
|
1849
|
+
"popoverSizeCloseIcon": "default"
|
|
1833
1850
|
},
|
|
1834
1851
|
"cxLiterals": [
|
|
1835
|
-
"
|
|
1836
|
-
"
|
|
1837
|
-
"
|
|
1838
|
-
"
|
|
1839
|
-
"overflow-hidden",
|
|
1840
|
-
"transition-[opacity,visibility]",
|
|
1841
|
-
"visible",
|
|
1842
|
-
"opacity-100",
|
|
1843
|
-
"invisible",
|
|
1844
|
-
"opacity-0",
|
|
1845
|
-
"pointer-events-none",
|
|
1852
|
+
"z-[9999]",
|
|
1853
|
+
"outline-none",
|
|
1854
|
+
"focus-visible:outline-none",
|
|
1855
|
+
"uds-bgBlurFillFallback",
|
|
1846
1856
|
"uds-bgBlurFallback",
|
|
1847
|
-
"
|
|
1848
|
-
"
|
|
1849
|
-
"
|
|
1850
|
-
"h-fit",
|
|
1851
|
-
"m-auto",
|
|
1852
|
-
"pointer-events-auto",
|
|
1853
|
-
"inside",
|
|
1854
|
-
"max-h-full",
|
|
1855
|
-
"transition-transform",
|
|
1857
|
+
"top-0",
|
|
1858
|
+
"left-0",
|
|
1859
|
+
"z-[1]",
|
|
1856
1860
|
"duration-0",
|
|
1857
1861
|
"duration-120",
|
|
1858
1862
|
"transition-[background-color]",
|
|
@@ -1860,157 +1864,53 @@
|
|
|
1860
1864
|
"hover:bg-carbon-15/10",
|
|
1861
1865
|
"active:bg-carbon-15/15",
|
|
1862
1866
|
"uds-ring",
|
|
1863
|
-
"
|
|
1867
|
+
"absolute",
|
|
1868
|
+
"z-[4]"
|
|
1864
1869
|
],
|
|
1865
1870
|
"internalComponents": [
|
|
1866
|
-
"
|
|
1867
|
-
"VStack",
|
|
1868
|
-
"Pressable",
|
|
1871
|
+
"PopoverDismiss",
|
|
1869
1872
|
"IconSlot",
|
|
1873
|
+
"PopoverArrow",
|
|
1874
|
+
"Popover",
|
|
1875
|
+
"SvgFloatingOverlay",
|
|
1870
1876
|
"Box",
|
|
1871
|
-
"
|
|
1872
|
-
"ModalContext.Provider",
|
|
1873
|
-
"HStack",
|
|
1874
|
-
"DialogDismiss",
|
|
1875
|
-
"ModalTitle",
|
|
1876
|
-
"ModalDescription",
|
|
1877
|
-
"ModalContent",
|
|
1878
|
-
"ModalActions"
|
|
1877
|
+
"Pressable"
|
|
1879
1878
|
],
|
|
1880
|
-
"internalComponentProps": {
|
|
1881
|
-
"Box": {
|
|
1882
|
-
"flexGrow": [
|
|
1883
|
-
"1"
|
|
1884
|
-
]
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1879
|
+
"internalComponentProps": {},
|
|
1887
1880
|
"propToVariantKeys": {
|
|
1888
|
-
"gutter": [
|
|
1889
|
-
"spacing"
|
|
1890
|
-
],
|
|
1891
|
-
"size": [
|
|
1892
|
-
"modalSizeRoot",
|
|
1893
|
-
"modalSizeSpacingHorizontal",
|
|
1894
|
-
"modalSizeHeader",
|
|
1895
|
-
"modalSizeTitleDescriptionWrapper",
|
|
1896
|
-
"modalSizeCloseIconContainer",
|
|
1897
|
-
"modalSizeCloseIcon"
|
|
1898
|
-
],
|
|
1899
|
-
"variant": [
|
|
1900
|
-
"modalVariantRoot",
|
|
1901
|
-
"modalVariantCloseIcon"
|
|
1902
|
-
],
|
|
1903
|
-
"closeAriaLabel": [
|
|
1904
|
-
"aria-label"
|
|
1905
|
-
],
|
|
1906
1881
|
"closeIcon": [
|
|
1907
1882
|
"icon"
|
|
1908
1883
|
]
|
|
1909
1884
|
},
|
|
1910
1885
|
"runtimeConfigDefaultProps": {
|
|
1911
|
-
"size": "
|
|
1912
|
-
"variant": "
|
|
1886
|
+
"size": "popover.defaultSize",
|
|
1887
|
+
"variant": "popover.defaultVariant"
|
|
1913
1888
|
},
|
|
1914
1889
|
"runtimeConfigGetStyles": {
|
|
1915
|
-
"
|
|
1916
|
-
"
|
|
1890
|
+
"spacingTop": [
|
|
1891
|
+
"popover.spacingVertical.${size}"
|
|
1917
1892
|
],
|
|
1918
|
-
"
|
|
1919
|
-
"
|
|
1920
|
-
],
|
|
1921
|
-
"modalVariantRoot": [
|
|
1922
|
-
"modal.defaultVariant"
|
|
1923
|
-
],
|
|
1924
|
-
"modalSizeSpacingHorizontal": [
|
|
1925
|
-
"modal.defaultSize"
|
|
1926
|
-
],
|
|
1927
|
-
"modalSizeHeader": [
|
|
1928
|
-
"modal.defaultSize"
|
|
1929
|
-
],
|
|
1930
|
-
"modalSizeTitleDescriptionWrapper": [
|
|
1931
|
-
"modal.defaultSize"
|
|
1932
|
-
],
|
|
1933
|
-
"modalSizeCloseIconContainer": [
|
|
1934
|
-
"modal.defaultSize"
|
|
1935
|
-
],
|
|
1936
|
-
"modalSizeCloseIcon": [
|
|
1937
|
-
"modal.defaultSize"
|
|
1893
|
+
"spacingStart": [
|
|
1894
|
+
"popover.spacingHorizontal.${size}"
|
|
1938
1895
|
],
|
|
1939
|
-
"
|
|
1940
|
-
"
|
|
1941
|
-
]
|
|
1942
|
-
},
|
|
1943
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1944
|
-
"motionVarPrefixes": []
|
|
1945
|
-
},
|
|
1946
|
-
"ModalActions": {
|
|
1947
|
-
"name": "ModalActions",
|
|
1948
|
-
"defaultProps": {},
|
|
1949
|
-
"getStylesLiterals": {
|
|
1950
|
-
"flexDirection": "row-reverse",
|
|
1951
|
-
"justifyContent": "space-between",
|
|
1952
|
-
"alignItems": "center"
|
|
1953
|
-
},
|
|
1954
|
-
"cxLiterals": [
|
|
1955
|
-
"gap-[inherit]"
|
|
1956
|
-
],
|
|
1957
|
-
"internalComponents": [
|
|
1958
|
-
"HStack"
|
|
1959
|
-
],
|
|
1960
|
-
"internalComponentProps": {},
|
|
1961
|
-
"propToVariantKeys": {
|
|
1962
|
-
"size": [
|
|
1963
|
-
"modalSizeSpacingHorizontal",
|
|
1964
|
-
"modalSizeActions"
|
|
1965
|
-
]
|
|
1966
|
-
},
|
|
1967
|
-
"runtimeConfigDefaultProps": {
|
|
1968
|
-
"size": "modal.defaultSize",
|
|
1969
|
-
"variant": "modal.defaultVariant"
|
|
1970
|
-
},
|
|
1971
|
-
"runtimeConfigGetStyles": {
|
|
1972
|
-
"modalSizeSpacingHorizontal": [
|
|
1973
|
-
"modal.defaultSize"
|
|
1896
|
+
"spacingBottom": [
|
|
1897
|
+
"popover.spacingVertical.${size}"
|
|
1974
1898
|
],
|
|
1975
|
-
"
|
|
1976
|
-
"
|
|
1977
|
-
]
|
|
1978
|
-
},
|
|
1979
|
-
"runtimeConfigInternalComponentProps": {},
|
|
1980
|
-
"motionVarPrefixes": []
|
|
1981
|
-
},
|
|
1982
|
-
"ModalContent": {
|
|
1983
|
-
"name": "ModalContent",
|
|
1984
|
-
"defaultProps": {},
|
|
1985
|
-
"getStylesLiterals": {
|
|
1986
|
-
"overflowY": "auto",
|
|
1987
|
-
"display": "block",
|
|
1988
|
-
"flexGrow": "1"
|
|
1989
|
-
},
|
|
1990
|
-
"cxLiterals": [],
|
|
1991
|
-
"internalComponents": [
|
|
1992
|
-
"Box"
|
|
1993
|
-
],
|
|
1994
|
-
"internalComponentProps": {},
|
|
1995
|
-
"propToVariantKeys": {
|
|
1996
|
-
"size": [
|
|
1997
|
-
"modalSizeSpacingHorizontal"
|
|
1899
|
+
"spacingEnd": [
|
|
1900
|
+
"popover.spacingHorizontal.${size}"
|
|
1998
1901
|
]
|
|
1999
1902
|
},
|
|
2000
|
-
"
|
|
2001
|
-
"
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
"modal.defaultSize"
|
|
2007
|
-
]
|
|
1903
|
+
"runtimeConfigInternalComponentProps": {
|
|
1904
|
+
"SvgFloatingOverlay": {
|
|
1905
|
+
"borderRadius": [
|
|
1906
|
+
"popover.borderRadius.${size}"
|
|
1907
|
+
]
|
|
1908
|
+
}
|
|
2008
1909
|
},
|
|
2009
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2010
1910
|
"motionVarPrefixes": []
|
|
2011
1911
|
},
|
|
2012
|
-
"
|
|
2013
|
-
"name": "
|
|
1912
|
+
"PopoverContext": {
|
|
1913
|
+
"name": "PopoverContext",
|
|
2014
1914
|
"defaultProps": {},
|
|
2015
1915
|
"getStylesLiterals": {},
|
|
2016
1916
|
"cxLiterals": [],
|
|
@@ -2022,52 +1922,38 @@
|
|
|
2022
1922
|
"runtimeConfigInternalComponentProps": {},
|
|
2023
1923
|
"motionVarPrefixes": []
|
|
2024
1924
|
},
|
|
2025
|
-
"
|
|
2026
|
-
"name": "
|
|
1925
|
+
"PopoverTrigger": {
|
|
1926
|
+
"name": "PopoverTrigger",
|
|
2027
1927
|
"defaultProps": {},
|
|
2028
1928
|
"getStylesLiterals": {},
|
|
2029
1929
|
"cxLiterals": [],
|
|
2030
1930
|
"internalComponents": [
|
|
2031
|
-
"
|
|
2032
|
-
"DialogDescription"
|
|
1931
|
+
"PopoverDisclosure"
|
|
2033
1932
|
],
|
|
2034
1933
|
"internalComponentProps": {
|
|
2035
|
-
"
|
|
2036
|
-
"
|
|
2037
|
-
"
|
|
1934
|
+
"PopoverDisclosure": {
|
|
1935
|
+
"className": [
|
|
1936
|
+
"inline"
|
|
2038
1937
|
]
|
|
2039
1938
|
}
|
|
2040
1939
|
},
|
|
2041
1940
|
"propToVariantKeys": {
|
|
2042
|
-
"
|
|
2043
|
-
"
|
|
2044
|
-
],
|
|
2045
|
-
"variant": [
|
|
2046
|
-
"modalVariantDescription"
|
|
2047
|
-
]
|
|
2048
|
-
},
|
|
2049
|
-
"runtimeConfigDefaultProps": {
|
|
2050
|
-
"size": "modal.defaultSize",
|
|
2051
|
-
"variant": "modal.defaultVariant"
|
|
2052
|
-
},
|
|
2053
|
-
"runtimeConfigGetStyles": {
|
|
2054
|
-
"modalSizeDescription": [
|
|
2055
|
-
"modal.defaultSize"
|
|
2056
|
-
],
|
|
2057
|
-
"modalVariantDescription": [
|
|
2058
|
-
"modal.defaultVariant"
|
|
1941
|
+
"children": [
|
|
1942
|
+
"render"
|
|
2059
1943
|
]
|
|
2060
1944
|
},
|
|
1945
|
+
"runtimeConfigDefaultProps": {},
|
|
1946
|
+
"runtimeConfigGetStyles": {},
|
|
2061
1947
|
"runtimeConfigInternalComponentProps": {},
|
|
2062
1948
|
"motionVarPrefixes": []
|
|
2063
1949
|
},
|
|
2064
|
-
"
|
|
2065
|
-
"name": "
|
|
1950
|
+
"UDSPopoverConfigProvider": {
|
|
1951
|
+
"name": "UDSPopoverConfigProvider",
|
|
2066
1952
|
"defaultProps": {},
|
|
2067
1953
|
"getStylesLiterals": {},
|
|
2068
1954
|
"cxLiterals": [],
|
|
2069
1955
|
"internalComponents": [
|
|
2070
|
-
"
|
|
1956
|
+
"PopoverContext.Provider"
|
|
2071
1957
|
],
|
|
2072
1958
|
"internalComponentProps": {},
|
|
2073
1959
|
"propToVariantKeys": {},
|
|
@@ -2076,93 +1962,253 @@
|
|
|
2076
1962
|
"runtimeConfigInternalComponentProps": {},
|
|
2077
1963
|
"motionVarPrefixes": []
|
|
2078
1964
|
},
|
|
2079
|
-
"
|
|
2080
|
-
"name": "
|
|
2081
|
-
"defaultProps": {
|
|
2082
|
-
|
|
2083
|
-
|
|
1965
|
+
"Input": {
|
|
1966
|
+
"name": "Input",
|
|
1967
|
+
"defaultProps": {
|
|
1968
|
+
"type": "text",
|
|
1969
|
+
"size": "md",
|
|
1970
|
+
"width": "full"
|
|
1971
|
+
},
|
|
1972
|
+
"getStylesLiterals": {
|
|
1973
|
+
"inputVariantRoot": "default",
|
|
1974
|
+
"inputVariantValueRoot": "empty",
|
|
1975
|
+
"inputVariantValueRoot:1": "filled",
|
|
1976
|
+
"inputVariantInputWrapper": "default",
|
|
1977
|
+
"inputVariantValueInputWrapper": "empty",
|
|
1978
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
1979
|
+
"inputVariantInput": "default",
|
|
1980
|
+
"inputVariantValueInput": "empty",
|
|
1981
|
+
"inputVariantValueInput:1": "filled",
|
|
1982
|
+
"inputVariantInputPlaceholder": "default",
|
|
1983
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
1984
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
1985
|
+
"inputVariantLabel": "default",
|
|
1986
|
+
"inputVariantValueLabel": "empty",
|
|
1987
|
+
"inputVariantValueLabel:1": "filled",
|
|
1988
|
+
"inputVariantLabelRequired": "default",
|
|
1989
|
+
"inputVariantValueLabelRequired": "empty",
|
|
1990
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
1991
|
+
"inputVariantStartIcon": "default",
|
|
1992
|
+
"inputVariantValueStartIcon": "empty",
|
|
1993
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
1994
|
+
"inputVariantEndIcon": "default",
|
|
1995
|
+
"inputVariantValueEndIcon": "empty",
|
|
1996
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
1997
|
+
},
|
|
1998
|
+
"cxLiterals": [
|
|
1999
|
+
"opacity-50",
|
|
2000
|
+
"min-w-[200px]",
|
|
2001
|
+
"grow",
|
|
2002
|
+
"uds-hit-target",
|
|
2003
|
+
"bg-clip-text",
|
|
2004
|
+
"focus:outline-none",
|
|
2005
|
+
"cursor-text",
|
|
2006
|
+
"cursor-not-allowed"
|
|
2007
|
+
],
|
|
2084
2008
|
"internalComponents": [
|
|
2085
|
-
"
|
|
2086
|
-
"
|
|
2009
|
+
"IconSlot",
|
|
2010
|
+
"StartIcon",
|
|
2011
|
+
"EndIcon",
|
|
2012
|
+
"HelpTextContent",
|
|
2013
|
+
"Box",
|
|
2014
|
+
"InputHelpTextInternal",
|
|
2015
|
+
"VStack",
|
|
2016
|
+
"HStack",
|
|
2017
|
+
"AnimateHeightChange"
|
|
2087
2018
|
],
|
|
2088
2019
|
"internalComponentProps": {
|
|
2089
|
-
"
|
|
2090
|
-
"
|
|
2091
|
-
"
|
|
2020
|
+
"HelpTextContent": {
|
|
2021
|
+
"spacingTop": [
|
|
2022
|
+
"2"
|
|
2023
|
+
]
|
|
2024
|
+
},
|
|
2025
|
+
"Box": {
|
|
2026
|
+
"spacingBottom": [
|
|
2027
|
+
"2"
|
|
2028
|
+
],
|
|
2029
|
+
"columnGap": [
|
|
2030
|
+
"0.5"
|
|
2031
|
+
],
|
|
2032
|
+
"alignItems": [
|
|
2033
|
+
"flex-end",
|
|
2034
|
+
"center"
|
|
2035
|
+
],
|
|
2036
|
+
"position": [
|
|
2037
|
+
"relative"
|
|
2038
|
+
]
|
|
2039
|
+
},
|
|
2040
|
+
"HStack": {
|
|
2041
|
+
"alignItems": [
|
|
2042
|
+
"center"
|
|
2043
|
+
],
|
|
2044
|
+
"gap": [
|
|
2045
|
+
"1"
|
|
2092
2046
|
]
|
|
2093
2047
|
}
|
|
2094
2048
|
},
|
|
2095
2049
|
"propToVariantKeys": {
|
|
2096
2050
|
"size": [
|
|
2097
|
-
"
|
|
2051
|
+
"inputSizeRoot",
|
|
2052
|
+
"inputSizeInputWrapper",
|
|
2053
|
+
"inputSizeInput",
|
|
2054
|
+
"inputSizeLabel",
|
|
2055
|
+
"inputSizeStartIcon",
|
|
2056
|
+
"inputSizeEndIcon"
|
|
2098
2057
|
],
|
|
2099
|
-
"
|
|
2100
|
-
"
|
|
2058
|
+
"startIcon": [
|
|
2059
|
+
"icon"
|
|
2060
|
+
],
|
|
2061
|
+
"endIcon": [
|
|
2062
|
+
"icon"
|
|
2063
|
+
],
|
|
2064
|
+
"slotProps": [
|
|
2065
|
+
"helperTextSlotProps"
|
|
2066
|
+
],
|
|
2067
|
+
"helperTextIcon": [
|
|
2068
|
+
"startIcon"
|
|
2101
2069
|
]
|
|
2102
2070
|
},
|
|
2103
|
-
"runtimeConfigDefaultProps": {
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
"
|
|
2112
|
-
|
|
2071
|
+
"runtimeConfigDefaultProps": {},
|
|
2072
|
+
"runtimeConfigGetStyles": {},
|
|
2073
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2074
|
+
"motionVarPrefixes": []
|
|
2075
|
+
},
|
|
2076
|
+
"InputHelpText": {
|
|
2077
|
+
"name": "InputHelpText",
|
|
2078
|
+
"defaultProps": {
|
|
2079
|
+
"size": "md"
|
|
2080
|
+
},
|
|
2081
|
+
"getStylesLiterals": {
|
|
2082
|
+
"inputVariantRoot": "default",
|
|
2083
|
+
"inputVariantValueRoot": "empty",
|
|
2084
|
+
"inputVariantValueRoot:1": "filled"
|
|
2085
|
+
},
|
|
2086
|
+
"cxLiterals": [],
|
|
2087
|
+
"internalComponents": [
|
|
2088
|
+
"InputHelpTextInternal",
|
|
2089
|
+
"Box"
|
|
2090
|
+
],
|
|
2091
|
+
"internalComponentProps": {
|
|
2092
|
+
"Box": {
|
|
2093
|
+
"spacingTop": [
|
|
2094
|
+
"2"
|
|
2095
|
+
]
|
|
2096
|
+
}
|
|
2097
|
+
},
|
|
2098
|
+
"propToVariantKeys": {
|
|
2099
|
+
"size": [
|
|
2100
|
+
"inputSizeRoot"
|
|
2113
2101
|
]
|
|
2114
2102
|
},
|
|
2103
|
+
"runtimeConfigDefaultProps": {},
|
|
2104
|
+
"runtimeConfigGetStyles": {},
|
|
2115
2105
|
"runtimeConfigInternalComponentProps": {},
|
|
2116
2106
|
"motionVarPrefixes": []
|
|
2117
2107
|
},
|
|
2118
|
-
"
|
|
2119
|
-
"name": "
|
|
2108
|
+
"InputHelpTextInternal": {
|
|
2109
|
+
"name": "InputHelpTextInternal",
|
|
2120
2110
|
"defaultProps": {},
|
|
2121
|
-
"getStylesLiterals": {
|
|
2111
|
+
"getStylesLiterals": {
|
|
2112
|
+
"inputVariantHelperText": "default",
|
|
2113
|
+
"inputVariantValueHelperText": "empty",
|
|
2114
|
+
"inputVariantValueHelperText:1": "filled",
|
|
2115
|
+
"inputVariantHelperIcon": "default",
|
|
2116
|
+
"inputVariantValueHelperIcon": "empty",
|
|
2117
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
2118
|
+
},
|
|
2122
2119
|
"cxLiterals": [],
|
|
2123
2120
|
"internalComponents": [
|
|
2124
|
-
"
|
|
2121
|
+
"IconSlot",
|
|
2122
|
+
"HStack"
|
|
2125
2123
|
],
|
|
2126
|
-
"internalComponentProps": {
|
|
2127
|
-
|
|
2124
|
+
"internalComponentProps": {
|
|
2125
|
+
"HStack": {
|
|
2126
|
+
"gap": [
|
|
2127
|
+
"1"
|
|
2128
|
+
],
|
|
2129
|
+
"alignItems": [
|
|
2130
|
+
"center"
|
|
2131
|
+
]
|
|
2132
|
+
}
|
|
2133
|
+
},
|
|
2134
|
+
"propToVariantKeys": {
|
|
2135
|
+
"size": [
|
|
2136
|
+
"inputSizeHelperText",
|
|
2137
|
+
"inputSizeHelperIcon"
|
|
2138
|
+
],
|
|
2139
|
+
"startIcon": [
|
|
2140
|
+
"icon"
|
|
2141
|
+
],
|
|
2142
|
+
"endIcon": [
|
|
2143
|
+
"icon"
|
|
2144
|
+
]
|
|
2145
|
+
},
|
|
2128
2146
|
"runtimeConfigDefaultProps": {},
|
|
2129
2147
|
"runtimeConfigGetStyles": {},
|
|
2130
2148
|
"runtimeConfigInternalComponentProps": {},
|
|
2131
2149
|
"motionVarPrefixes": []
|
|
2132
2150
|
},
|
|
2133
|
-
"
|
|
2134
|
-
"name": "
|
|
2151
|
+
"BottomSheet": {
|
|
2152
|
+
"name": "BottomSheet",
|
|
2135
2153
|
"defaultProps": {
|
|
2136
|
-
"
|
|
2137
|
-
"variant": "default",
|
|
2138
|
-
"gutter": "1"
|
|
2154
|
+
"variant": "default"
|
|
2139
2155
|
},
|
|
2140
2156
|
"getStylesLiterals": {},
|
|
2141
2157
|
"cxLiterals": [
|
|
2142
|
-
"
|
|
2143
|
-
"
|
|
2144
|
-
"
|
|
2145
|
-
"
|
|
2146
|
-
"
|
|
2147
|
-
"
|
|
2148
|
-
"
|
|
2149
|
-
"
|
|
2150
|
-
"uds-
|
|
2151
|
-
"
|
|
2152
|
-
"
|
|
2158
|
+
"fixed",
|
|
2159
|
+
"overflow-hidden",
|
|
2160
|
+
"inset-x-0",
|
|
2161
|
+
"bottom-0",
|
|
2162
|
+
"z-50",
|
|
2163
|
+
"[will-change:transform]",
|
|
2164
|
+
"touch-none",
|
|
2165
|
+
"[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
|
|
2166
|
+
"data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
|
|
2167
|
+
"transition-transform",
|
|
2168
|
+
"duration-500",
|
|
2169
|
+
"ease-[cubic-bezier(0.32,0.72,0,1)]",
|
|
2170
|
+
"motion-reduce:transition-none",
|
|
2171
|
+
"top-[-4px]",
|
|
2172
|
+
"z-[1]",
|
|
2173
|
+
"touch-pan-y"
|
|
2153
2174
|
],
|
|
2154
2175
|
"internalComponents": [
|
|
2155
|
-
"
|
|
2156
|
-
"
|
|
2157
|
-
"
|
|
2176
|
+
"Scrim",
|
|
2177
|
+
"BottomSheetHandle",
|
|
2178
|
+
"Dialog",
|
|
2179
|
+
"Box",
|
|
2180
|
+
"BottomSheetInternalContext.Provider"
|
|
2158
2181
|
],
|
|
2159
|
-
"internalComponentProps": {
|
|
2182
|
+
"internalComponentProps": {
|
|
2183
|
+
"BottomSheetHandle": {
|
|
2184
|
+
"ariaLabel": [
|
|
2185
|
+
"Resize sheet"
|
|
2186
|
+
]
|
|
2187
|
+
},
|
|
2188
|
+
"Dialog": {
|
|
2189
|
+
"data-testid": [
|
|
2190
|
+
"bottom-sheet"
|
|
2191
|
+
]
|
|
2192
|
+
},
|
|
2193
|
+
"Box": {
|
|
2194
|
+
"display": [
|
|
2195
|
+
"block",
|
|
2196
|
+
"flex"
|
|
2197
|
+
],
|
|
2198
|
+
"position": [
|
|
2199
|
+
"absolute"
|
|
2200
|
+
],
|
|
2201
|
+
"flexDirection": [
|
|
2202
|
+
"column"
|
|
2203
|
+
],
|
|
2204
|
+
"className": [
|
|
2205
|
+
"absolute inset-0 min-h-0 p-[inherit]"
|
|
2206
|
+
]
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2160
2209
|
"propToVariantKeys": {
|
|
2161
|
-
"size": [
|
|
2162
|
-
"menucontentSizeRoot"
|
|
2163
|
-
],
|
|
2164
2210
|
"variant": [
|
|
2165
|
-
"
|
|
2211
|
+
"bottomsheetVariantRoot"
|
|
2166
2212
|
]
|
|
2167
2213
|
},
|
|
2168
2214
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2170,26 +2216,30 @@
|
|
|
2170
2216
|
"runtimeConfigInternalComponentProps": {},
|
|
2171
2217
|
"motionVarPrefixes": []
|
|
2172
2218
|
},
|
|
2173
|
-
"
|
|
2174
|
-
"name": "
|
|
2175
|
-
"defaultProps": {
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
"
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
"menuitemDividerVariantRoot": "default",
|
|
2182
|
-
"menuitemDividerVariantText": "default",
|
|
2183
|
-
"menuitemDividerVariantLine": "default"
|
|
2184
|
-
},
|
|
2185
|
-
"cxLiterals": [],
|
|
2219
|
+
"BottomSheetContent": {
|
|
2220
|
+
"name": "BottomSheetContent",
|
|
2221
|
+
"defaultProps": {},
|
|
2222
|
+
"getStylesLiterals": {},
|
|
2223
|
+
"cxLiterals": [
|
|
2224
|
+
"min-h-0",
|
|
2225
|
+
"touch-pan-y"
|
|
2226
|
+
],
|
|
2186
2227
|
"internalComponents": [
|
|
2187
|
-
"
|
|
2228
|
+
"Box",
|
|
2229
|
+
"VStack"
|
|
2188
2230
|
],
|
|
2189
2231
|
"internalComponentProps": {
|
|
2190
|
-
"
|
|
2191
|
-
"
|
|
2192
|
-
"
|
|
2232
|
+
"Box": {
|
|
2233
|
+
"display": [
|
|
2234
|
+
"block"
|
|
2235
|
+
],
|
|
2236
|
+
"flex": [
|
|
2237
|
+
"1"
|
|
2238
|
+
]
|
|
2239
|
+
},
|
|
2240
|
+
"VStack": {
|
|
2241
|
+
"className": [
|
|
2242
|
+
"pb-[calc(env(safe-area-inset-bottom))]"
|
|
2193
2243
|
]
|
|
2194
2244
|
}
|
|
2195
2245
|
},
|
|
@@ -2199,23 +2249,13 @@
|
|
|
2199
2249
|
"runtimeConfigInternalComponentProps": {},
|
|
2200
2250
|
"motionVarPrefixes": []
|
|
2201
2251
|
},
|
|
2202
|
-
"
|
|
2203
|
-
"name": "
|
|
2252
|
+
"BottomSheetDismiss": {
|
|
2253
|
+
"name": "BottomSheetDismiss",
|
|
2204
2254
|
"defaultProps": {},
|
|
2205
|
-
"getStylesLiterals": {
|
|
2206
|
-
"menuitemItemVariantRoot": "default",
|
|
2207
|
-
"menuitemItemVariantActiveRoot": "on",
|
|
2208
|
-
"menuitemItemVariantActiveRoot:1": "off",
|
|
2209
|
-
"menuitemItemVariantText": "default",
|
|
2210
|
-
"menuitemItemVariantActiveText": "on",
|
|
2211
|
-
"menuitemItemVariantActiveText:1": "off",
|
|
2212
|
-
"menuitemItemVariantIcon": "default",
|
|
2213
|
-
"menuitemItemVariantActiveIcon": "on",
|
|
2214
|
-
"menuitemItemVariantActiveIcon:1": "off"
|
|
2215
|
-
},
|
|
2255
|
+
"getStylesLiterals": {},
|
|
2216
2256
|
"cxLiterals": [],
|
|
2217
2257
|
"internalComponents": [
|
|
2218
|
-
"
|
|
2258
|
+
"AriakitDialogDismiss"
|
|
2219
2259
|
],
|
|
2220
2260
|
"internalComponentProps": {},
|
|
2221
2261
|
"propToVariantKeys": {},
|
|
@@ -2224,79 +2264,110 @@
|
|
|
2224
2264
|
"runtimeConfigInternalComponentProps": {},
|
|
2225
2265
|
"motionVarPrefixes": []
|
|
2226
2266
|
},
|
|
2227
|
-
"
|
|
2228
|
-
"name": "
|
|
2267
|
+
"BottomSheetHandle": {
|
|
2268
|
+
"name": "BottomSheetHandle",
|
|
2229
2269
|
"defaultProps": {
|
|
2230
|
-
"
|
|
2231
|
-
"spacingHorizontal": "4",
|
|
2232
|
-
"spacingVertical": "3.5",
|
|
2233
|
-
"columnGap": "2",
|
|
2234
|
-
"alignItems": "center",
|
|
2235
|
-
"justifyContent": "space-between"
|
|
2236
|
-
},
|
|
2237
|
-
"getStylesLiterals": {
|
|
2238
|
-
"textAlign": "start",
|
|
2239
|
-
"menuitemSizeRoot": "default",
|
|
2240
|
-
"flexDirection": "row",
|
|
2241
|
-
"menuitemSizeStartIcon": "default",
|
|
2242
|
-
"menuitemSizeEndIcon": "default"
|
|
2270
|
+
"variant": "default"
|
|
2243
2271
|
},
|
|
2272
|
+
"getStylesLiterals": {},
|
|
2244
2273
|
"cxLiterals": [
|
|
2245
|
-
"
|
|
2246
|
-
"
|
|
2247
|
-
"
|
|
2248
|
-
"
|
|
2249
|
-
"focus-visible:
|
|
2250
|
-
"
|
|
2251
|
-
"
|
|
2252
|
-
"
|
|
2253
|
-
"
|
|
2254
|
-
"
|
|
2255
|
-
"
|
|
2256
|
-
"
|
|
2257
|
-
"
|
|
2258
|
-
"
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
"
|
|
2262
|
-
],
|
|
2263
|
-
"
|
|
2264
|
-
"
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
"AnimatePresence"
|
|
2269
|
-
],
|
|
2270
|
-
"internalComponentProps": {
|
|
2271
|
-
"HStack": {
|
|
2272
|
-
"alignItems": [
|
|
2273
|
-
"center"
|
|
2274
|
+
"relative",
|
|
2275
|
+
"h-5",
|
|
2276
|
+
"w-16",
|
|
2277
|
+
"outline-none",
|
|
2278
|
+
"focus-visible:outline-none",
|
|
2279
|
+
"[touch-action:pan-y]",
|
|
2280
|
+
"absolute",
|
|
2281
|
+
"left-1/2",
|
|
2282
|
+
"top-1/2",
|
|
2283
|
+
"-translate-x-1/2",
|
|
2284
|
+
"-translate-y-1/2",
|
|
2285
|
+
"h-1",
|
|
2286
|
+
"w-8",
|
|
2287
|
+
"rounded-full"
|
|
2288
|
+
],
|
|
2289
|
+
"internalComponents": [
|
|
2290
|
+
"Box"
|
|
2291
|
+
],
|
|
2292
|
+
"internalComponentProps": {
|
|
2293
|
+
"Box": {
|
|
2294
|
+
"display": [
|
|
2295
|
+
"block",
|
|
2296
|
+
"flex"
|
|
2274
2297
|
],
|
|
2275
|
-
"
|
|
2276
|
-
"
|
|
2298
|
+
"justifyContent": [
|
|
2299
|
+
"center"
|
|
2300
|
+
]
|
|
2301
|
+
}
|
|
2302
|
+
},
|
|
2303
|
+
"propToVariantKeys": {
|
|
2304
|
+
"variant": [
|
|
2305
|
+
"bottomsheetVariantHandleIndicator"
|
|
2306
|
+
]
|
|
2307
|
+
},
|
|
2308
|
+
"runtimeConfigDefaultProps": {},
|
|
2309
|
+
"runtimeConfigGetStyles": {},
|
|
2310
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2311
|
+
"motionVarPrefixes": []
|
|
2312
|
+
},
|
|
2313
|
+
"BottomSheetHeader": {
|
|
2314
|
+
"name": "BottomSheetHeader",
|
|
2315
|
+
"defaultProps": {
|
|
2316
|
+
"variant": "default"
|
|
2317
|
+
},
|
|
2318
|
+
"getStylesLiterals": {},
|
|
2319
|
+
"cxLiterals": [
|
|
2320
|
+
"grid-cols-[40px_1fr_40px]",
|
|
2321
|
+
"items-center",
|
|
2322
|
+
"w-full",
|
|
2323
|
+
"min-h-10",
|
|
2324
|
+
"mt-2"
|
|
2325
|
+
],
|
|
2326
|
+
"internalComponents": [
|
|
2327
|
+
"Box",
|
|
2328
|
+
"Text",
|
|
2329
|
+
"DialogHeading"
|
|
2330
|
+
],
|
|
2331
|
+
"internalComponentProps": {
|
|
2332
|
+
"Box": {
|
|
2333
|
+
"className": [
|
|
2334
|
+
"h-10 w-10 opacity-0 pointer-events-none"
|
|
2335
|
+
],
|
|
2336
|
+
"display": [
|
|
2337
|
+
"grid",
|
|
2338
|
+
"flex"
|
|
2339
|
+
],
|
|
2340
|
+
"justifyContent": [
|
|
2341
|
+
"flex-start",
|
|
2342
|
+
"flex-end"
|
|
2277
2343
|
]
|
|
2278
2344
|
},
|
|
2279
|
-
"
|
|
2280
|
-
"
|
|
2281
|
-
"
|
|
2345
|
+
"Text": {
|
|
2346
|
+
"as": [
|
|
2347
|
+
"p"
|
|
2348
|
+
],
|
|
2349
|
+
"variant": [
|
|
2350
|
+
"inherit"
|
|
2351
|
+
],
|
|
2352
|
+
"color": [
|
|
2353
|
+
"inherit"
|
|
2354
|
+
],
|
|
2355
|
+
"textAlign": [
|
|
2356
|
+
"center"
|
|
2357
|
+
],
|
|
2358
|
+
"className": [
|
|
2359
|
+
"m-0 w-full"
|
|
2360
|
+
]
|
|
2361
|
+
},
|
|
2362
|
+
"DialogHeading": {
|
|
2363
|
+
"role": [
|
|
2364
|
+
"heading"
|
|
2282
2365
|
]
|
|
2283
2366
|
}
|
|
2284
2367
|
},
|
|
2285
2368
|
"propToVariantKeys": {
|
|
2286
|
-
"
|
|
2287
|
-
"
|
|
2288
|
-
],
|
|
2289
|
-
"endIconClassName": [
|
|
2290
|
-
"className"
|
|
2291
|
-
],
|
|
2292
|
-
"startIcon": [
|
|
2293
|
-
"icon"
|
|
2294
|
-
],
|
|
2295
|
-
"endIcon": [
|
|
2296
|
-
"icon"
|
|
2297
|
-
],
|
|
2298
|
-
"columnGap": [
|
|
2299
|
-
"gap"
|
|
2369
|
+
"variant": [
|
|
2370
|
+
"bottomsheetVariantHeader"
|
|
2300
2371
|
]
|
|
2301
2372
|
},
|
|
2302
2373
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2304,28 +2375,41 @@
|
|
|
2304
2375
|
"runtimeConfigInternalComponentProps": {},
|
|
2305
2376
|
"motionVarPrefixes": []
|
|
2306
2377
|
},
|
|
2307
|
-
"
|
|
2308
|
-
"name": "
|
|
2378
|
+
"BottomSheetInternalContext": {
|
|
2379
|
+
"name": "BottomSheetInternalContext",
|
|
2309
2380
|
"defaultProps": {},
|
|
2310
|
-
"getStylesLiterals": {
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
},
|
|
2324
|
-
"cxLiterals": [
|
|
2325
|
-
|
|
2381
|
+
"getStylesLiterals": {},
|
|
2382
|
+
"cxLiterals": [],
|
|
2383
|
+
"internalComponents": [],
|
|
2384
|
+
"internalComponentProps": {},
|
|
2385
|
+
"propToVariantKeys": {},
|
|
2386
|
+
"runtimeConfigDefaultProps": {},
|
|
2387
|
+
"runtimeConfigGetStyles": {},
|
|
2388
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2389
|
+
"motionVarPrefixes": []
|
|
2390
|
+
},
|
|
2391
|
+
"BottomSheetProvider": {
|
|
2392
|
+
"name": "BottomSheetProvider",
|
|
2393
|
+
"defaultProps": {},
|
|
2394
|
+
"getStylesLiterals": {},
|
|
2395
|
+
"cxLiterals": [],
|
|
2396
|
+
"internalComponents": [
|
|
2397
|
+
"AriakitDialogProvider"
|
|
2326
2398
|
],
|
|
2399
|
+
"internalComponentProps": {},
|
|
2400
|
+
"propToVariantKeys": {},
|
|
2401
|
+
"runtimeConfigDefaultProps": {},
|
|
2402
|
+
"runtimeConfigGetStyles": {},
|
|
2403
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2404
|
+
"motionVarPrefixes": []
|
|
2405
|
+
},
|
|
2406
|
+
"BottomSheetTrigger": {
|
|
2407
|
+
"name": "BottomSheetTrigger",
|
|
2408
|
+
"defaultProps": {},
|
|
2409
|
+
"getStylesLiterals": {},
|
|
2410
|
+
"cxLiterals": [],
|
|
2327
2411
|
"internalComponents": [
|
|
2328
|
-
"
|
|
2412
|
+
"AriakitDialogDisclosure"
|
|
2329
2413
|
],
|
|
2330
2414
|
"internalComponentProps": {},
|
|
2331
2415
|
"propToVariantKeys": {},
|
|
@@ -2334,179 +2418,180 @@
|
|
|
2334
2418
|
"runtimeConfigInternalComponentProps": {},
|
|
2335
2419
|
"motionVarPrefixes": []
|
|
2336
2420
|
},
|
|
2337
|
-
"
|
|
2338
|
-
"name": "
|
|
2421
|
+
"UDSBottomSheetConfigProvider": {
|
|
2422
|
+
"name": "UDSBottomSheetConfigProvider",
|
|
2339
2423
|
"defaultProps": {},
|
|
2340
2424
|
"getStylesLiterals": {},
|
|
2341
2425
|
"cxLiterals": [],
|
|
2342
2426
|
"internalComponents": [
|
|
2343
|
-
"
|
|
2344
|
-
"SpringMotionConfig"
|
|
2427
|
+
"BottomSheetContext.Provider"
|
|
2345
2428
|
],
|
|
2346
2429
|
"internalComponentProps": {},
|
|
2347
2430
|
"propToVariantKeys": {},
|
|
2348
2431
|
"runtimeConfigDefaultProps": {},
|
|
2349
2432
|
"runtimeConfigGetStyles": {},
|
|
2350
2433
|
"runtimeConfigInternalComponentProps": {},
|
|
2351
|
-
"motionVarPrefixes": [
|
|
2352
|
-
"--uds-motion-subtle-3-",
|
|
2353
|
-
"--uds-motion-smooth-3-"
|
|
2354
|
-
]
|
|
2434
|
+
"motionVarPrefixes": []
|
|
2355
2435
|
},
|
|
2356
|
-
"
|
|
2357
|
-
"name": "
|
|
2436
|
+
"PaddleButton": {
|
|
2437
|
+
"name": "PaddleButton",
|
|
2358
2438
|
"defaultProps": {},
|
|
2359
2439
|
"getStylesLiterals": {},
|
|
2360
2440
|
"cxLiterals": [
|
|
2361
|
-
"
|
|
2441
|
+
"relative",
|
|
2442
|
+
"inline-flex",
|
|
2443
|
+
"items-center",
|
|
2444
|
+
"justify-center",
|
|
2445
|
+
"box-border",
|
|
2446
|
+
"overflow-hidden",
|
|
2447
|
+
"border-solid",
|
|
2448
|
+
"select-none",
|
|
2449
|
+
"uds-nested-radius",
|
|
2450
|
+
"transition-[color,border-color,box-shadow]",
|
|
2451
|
+
"duration-[180ms]",
|
|
2452
|
+
"ease-[cubic-bezier(0,0,0.2,1)]",
|
|
2453
|
+
"uds-ring",
|
|
2454
|
+
"cursor-pointer",
|
|
2455
|
+
"cursor-not-allowed",
|
|
2456
|
+
"opacity-50",
|
|
2457
|
+
"pointer-events-none",
|
|
2458
|
+
"hidden",
|
|
2459
|
+
"absolute",
|
|
2460
|
+
"inset-0",
|
|
2461
|
+
"-z-10",
|
|
2462
|
+
"rounded-[var(--uds-nested-radius)]",
|
|
2463
|
+
"transition-[background-color,opacity]"
|
|
2362
2464
|
],
|
|
2363
2465
|
"internalComponents": [
|
|
2364
|
-
"
|
|
2365
|
-
"Box"
|
|
2466
|
+
"Icon"
|
|
2366
2467
|
],
|
|
2367
2468
|
"internalComponentProps": {
|
|
2368
|
-
"
|
|
2369
|
-
"
|
|
2370
|
-
"
|
|
2469
|
+
"Icon": {
|
|
2470
|
+
"size": [
|
|
2471
|
+
"md"
|
|
2472
|
+
],
|
|
2473
|
+
"color": [
|
|
2474
|
+
"current"
|
|
2371
2475
|
]
|
|
2372
2476
|
}
|
|
2373
2477
|
},
|
|
2374
|
-
"propToVariantKeys": {
|
|
2478
|
+
"propToVariantKeys": {
|
|
2479
|
+
"size": [
|
|
2480
|
+
"paddlenavSizeRoot",
|
|
2481
|
+
"paddlenavSizeIcon"
|
|
2482
|
+
],
|
|
2483
|
+
"variant": [
|
|
2484
|
+
"paddlenavVariantRoot",
|
|
2485
|
+
"paddlenavVariantBackground",
|
|
2486
|
+
"paddlenavVariantIcon"
|
|
2487
|
+
]
|
|
2488
|
+
},
|
|
2375
2489
|
"runtimeConfigDefaultProps": {},
|
|
2376
2490
|
"runtimeConfigGetStyles": {},
|
|
2377
2491
|
"runtimeConfigInternalComponentProps": {},
|
|
2378
2492
|
"motionVarPrefixes": []
|
|
2379
2493
|
},
|
|
2380
|
-
"
|
|
2381
|
-
"name": "
|
|
2494
|
+
"PaddleButtonNext": {
|
|
2495
|
+
"name": "PaddleButtonNext",
|
|
2382
2496
|
"defaultProps": {},
|
|
2383
2497
|
"getStylesLiterals": {},
|
|
2384
2498
|
"cxLiterals": [],
|
|
2385
|
-
"internalComponents": [
|
|
2386
|
-
|
|
2499
|
+
"internalComponents": [
|
|
2500
|
+
"PaddleButton"
|
|
2501
|
+
],
|
|
2502
|
+
"internalComponentProps": {
|
|
2503
|
+
"PaddleButton": {
|
|
2504
|
+
"paddleRole": [
|
|
2505
|
+
"next"
|
|
2506
|
+
]
|
|
2507
|
+
}
|
|
2508
|
+
},
|
|
2387
2509
|
"propToVariantKeys": {},
|
|
2388
2510
|
"runtimeConfigDefaultProps": {},
|
|
2389
2511
|
"runtimeConfigGetStyles": {},
|
|
2390
2512
|
"runtimeConfigInternalComponentProps": {},
|
|
2391
2513
|
"motionVarPrefixes": []
|
|
2392
2514
|
},
|
|
2393
|
-
"
|
|
2394
|
-
"name": "
|
|
2515
|
+
"PaddleButtonPrevious": {
|
|
2516
|
+
"name": "PaddleButtonPrevious",
|
|
2395
2517
|
"defaultProps": {},
|
|
2396
2518
|
"getStylesLiterals": {},
|
|
2397
2519
|
"cxLiterals": [],
|
|
2398
|
-
"internalComponents": [
|
|
2399
|
-
|
|
2520
|
+
"internalComponents": [
|
|
2521
|
+
"PaddleButton"
|
|
2522
|
+
],
|
|
2523
|
+
"internalComponentProps": {
|
|
2524
|
+
"PaddleButton": {
|
|
2525
|
+
"paddleRole": [
|
|
2526
|
+
"previous"
|
|
2527
|
+
]
|
|
2528
|
+
}
|
|
2529
|
+
},
|
|
2400
2530
|
"propToVariantKeys": {},
|
|
2401
2531
|
"runtimeConfigDefaultProps": {},
|
|
2402
2532
|
"runtimeConfigGetStyles": {},
|
|
2403
2533
|
"runtimeConfigInternalComponentProps": {},
|
|
2404
2534
|
"motionVarPrefixes": []
|
|
2405
2535
|
},
|
|
2406
|
-
"
|
|
2407
|
-
"name": "
|
|
2536
|
+
"PaddleNav": {
|
|
2537
|
+
"name": "PaddleNav",
|
|
2408
2538
|
"defaultProps": {
|
|
2409
|
-
"
|
|
2410
|
-
"
|
|
2411
|
-
"
|
|
2412
|
-
},
|
|
2413
|
-
"getStylesLiterals": {
|
|
2414
|
-
"inputVariantRoot": "default",
|
|
2415
|
-
"inputVariantValueRoot": "empty",
|
|
2416
|
-
"inputVariantValueRoot:1": "filled",
|
|
2417
|
-
"inputVariantInputWrapper": "default",
|
|
2418
|
-
"inputVariantValueInputWrapper": "empty",
|
|
2419
|
-
"inputVariantValueInputWrapper:1": "filled",
|
|
2420
|
-
"inputVariantInput": "default",
|
|
2421
|
-
"inputVariantValueInput": "empty",
|
|
2422
|
-
"inputVariantValueInput:1": "filled",
|
|
2423
|
-
"inputVariantInputPlaceholder": "default",
|
|
2424
|
-
"inputVariantValueInputPlaceholder": "empty",
|
|
2425
|
-
"inputVariantValueInputPlaceholder:1": "filled",
|
|
2426
|
-
"inputVariantLabel": "default",
|
|
2427
|
-
"inputVariantValueLabel": "empty",
|
|
2428
|
-
"inputVariantValueLabel:1": "filled",
|
|
2429
|
-
"inputVariantLabelRequired": "default",
|
|
2430
|
-
"inputVariantValueLabelRequired": "empty",
|
|
2431
|
-
"inputVariantValueLabelRequired:1": "filled",
|
|
2432
|
-
"inputVariantStartIcon": "default",
|
|
2433
|
-
"inputVariantValueStartIcon": "empty",
|
|
2434
|
-
"inputVariantValueStartIcon:1": "filled",
|
|
2435
|
-
"inputVariantEndIcon": "default",
|
|
2436
|
-
"inputVariantValueEndIcon": "empty",
|
|
2437
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
2539
|
+
"orientation": "horizontal",
|
|
2540
|
+
"variant": "primary",
|
|
2541
|
+
"size": "md"
|
|
2438
2542
|
},
|
|
2543
|
+
"getStylesLiterals": {},
|
|
2439
2544
|
"cxLiterals": [
|
|
2440
|
-
"
|
|
2441
|
-
"
|
|
2442
|
-
"
|
|
2443
|
-
"
|
|
2444
|
-
"
|
|
2445
|
-
"
|
|
2446
|
-
"
|
|
2447
|
-
"
|
|
2545
|
+
"pointer-events-none",
|
|
2546
|
+
"inline-flex",
|
|
2547
|
+
"flex-row",
|
|
2548
|
+
"gap-2",
|
|
2549
|
+
"items-center",
|
|
2550
|
+
"pointer-events-auto",
|
|
2551
|
+
"flex-col",
|
|
2552
|
+
"relative",
|
|
2553
|
+
"min-w-0",
|
|
2554
|
+
"min-h-0",
|
|
2555
|
+
"flex-1",
|
|
2556
|
+
"inline-block",
|
|
2557
|
+
"absolute",
|
|
2558
|
+
"z-10",
|
|
2559
|
+
"top-2",
|
|
2560
|
+
"left-1/2",
|
|
2561
|
+
"-translate-x-1/2",
|
|
2562
|
+
"left-2",
|
|
2563
|
+
"top-1/2",
|
|
2564
|
+
"-translate-y-1/2",
|
|
2565
|
+
"bottom-2",
|
|
2566
|
+
"right-2",
|
|
2567
|
+
"-top-12",
|
|
2568
|
+
"left-0",
|
|
2569
|
+
"right-0",
|
|
2570
|
+
"-bottom-12"
|
|
2448
2571
|
],
|
|
2449
2572
|
"internalComponents": [
|
|
2450
|
-
"
|
|
2451
|
-
"
|
|
2452
|
-
"EndIcon",
|
|
2453
|
-
"HelpTextContent",
|
|
2454
|
-
"Box",
|
|
2455
|
-
"InputHelpTextInternal",
|
|
2456
|
-
"VStack",
|
|
2457
|
-
"HStack",
|
|
2458
|
-
"AnimateHeightChange"
|
|
2573
|
+
"PaddleNavContext.Provider",
|
|
2574
|
+
"Box"
|
|
2459
2575
|
],
|
|
2460
2576
|
"internalComponentProps": {
|
|
2461
|
-
"HelpTextContent": {
|
|
2462
|
-
"spacingTop": [
|
|
2463
|
-
"2"
|
|
2464
|
-
]
|
|
2465
|
-
},
|
|
2466
2577
|
"Box": {
|
|
2467
|
-
"
|
|
2468
|
-
"
|
|
2469
|
-
],
|
|
2470
|
-
"columnGap": [
|
|
2471
|
-
"0.5"
|
|
2578
|
+
"display": [
|
|
2579
|
+
"inline-flex"
|
|
2472
2580
|
],
|
|
2473
2581
|
"alignItems": [
|
|
2474
|
-
"flex-end",
|
|
2475
2582
|
"center"
|
|
2476
2583
|
],
|
|
2477
|
-
"
|
|
2478
|
-
"relative"
|
|
2479
|
-
]
|
|
2480
|
-
},
|
|
2481
|
-
"HStack": {
|
|
2482
|
-
"alignItems": [
|
|
2584
|
+
"justifyContent": [
|
|
2483
2585
|
"center"
|
|
2484
2586
|
],
|
|
2485
|
-
"
|
|
2486
|
-
"
|
|
2587
|
+
"data-paddle-nav-outside": [
|
|
2588
|
+
"true"
|
|
2487
2589
|
]
|
|
2488
2590
|
}
|
|
2489
2591
|
},
|
|
2490
2592
|
"propToVariantKeys": {
|
|
2491
|
-
"
|
|
2492
|
-
"
|
|
2493
|
-
"inputSizeInputWrapper",
|
|
2494
|
-
"inputSizeInput",
|
|
2495
|
-
"inputSizeLabel",
|
|
2496
|
-
"inputSizeStartIcon",
|
|
2497
|
-
"inputSizeEndIcon"
|
|
2498
|
-
],
|
|
2499
|
-
"startIcon": [
|
|
2500
|
-
"icon"
|
|
2501
|
-
],
|
|
2502
|
-
"endIcon": [
|
|
2503
|
-
"icon"
|
|
2504
|
-
],
|
|
2505
|
-
"slotProps": [
|
|
2506
|
-
"helperTextSlotProps"
|
|
2507
|
-
],
|
|
2508
|
-
"helperTextIcon": [
|
|
2509
|
-
"startIcon"
|
|
2593
|
+
"orientation": [
|
|
2594
|
+
"data-paddle-nav-orientation"
|
|
2510
2595
|
]
|
|
2511
2596
|
},
|
|
2512
2597
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2514,256 +2599,243 @@
|
|
|
2514
2599
|
"runtimeConfigInternalComponentProps": {},
|
|
2515
2600
|
"motionVarPrefixes": []
|
|
2516
2601
|
},
|
|
2517
|
-
"
|
|
2518
|
-
"name": "
|
|
2519
|
-
"defaultProps": {
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
"
|
|
2524
|
-
"
|
|
2525
|
-
"inputVariantValueRoot:1": "filled"
|
|
2526
|
-
},
|
|
2527
|
-
"cxLiterals": [],
|
|
2528
|
-
"internalComponents": [
|
|
2529
|
-
"InputHelpTextInternal",
|
|
2530
|
-
"Box"
|
|
2602
|
+
"PaddleNavContent": {
|
|
2603
|
+
"name": "PaddleNavContent",
|
|
2604
|
+
"defaultProps": {},
|
|
2605
|
+
"getStylesLiterals": {},
|
|
2606
|
+
"cxLiterals": [
|
|
2607
|
+
"min-w-0",
|
|
2608
|
+
"min-h-0",
|
|
2609
|
+
"relative"
|
|
2531
2610
|
],
|
|
2532
|
-
"
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
"2"
|
|
2536
|
-
]
|
|
2537
|
-
}
|
|
2538
|
-
},
|
|
2539
|
-
"propToVariantKeys": {
|
|
2540
|
-
"size": [
|
|
2541
|
-
"inputSizeRoot"
|
|
2542
|
-
]
|
|
2543
|
-
},
|
|
2611
|
+
"internalComponents": [],
|
|
2612
|
+
"internalComponentProps": {},
|
|
2613
|
+
"propToVariantKeys": {},
|
|
2544
2614
|
"runtimeConfigDefaultProps": {},
|
|
2545
2615
|
"runtimeConfigGetStyles": {},
|
|
2546
2616
|
"runtimeConfigInternalComponentProps": {},
|
|
2547
2617
|
"motionVarPrefixes": []
|
|
2548
2618
|
},
|
|
2549
|
-
"
|
|
2550
|
-
"name": "
|
|
2619
|
+
"ManagedModal": {
|
|
2620
|
+
"name": "ManagedModal",
|
|
2551
2621
|
"defaultProps": {},
|
|
2552
|
-
"getStylesLiterals": {
|
|
2553
|
-
"inputVariantHelperText": "default",
|
|
2554
|
-
"inputVariantValueHelperText": "empty",
|
|
2555
|
-
"inputVariantValueHelperText:1": "filled",
|
|
2556
|
-
"inputVariantHelperIcon": "default",
|
|
2557
|
-
"inputVariantValueHelperIcon": "empty",
|
|
2558
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
2559
|
-
},
|
|
2622
|
+
"getStylesLiterals": {},
|
|
2560
2623
|
"cxLiterals": [],
|
|
2561
2624
|
"internalComponents": [
|
|
2562
|
-
"
|
|
2563
|
-
"
|
|
2625
|
+
"Modal",
|
|
2626
|
+
"ModalTitle",
|
|
2627
|
+
"ModalDescription",
|
|
2628
|
+
"ModalContent",
|
|
2629
|
+
"ModalActions"
|
|
2564
2630
|
],
|
|
2565
|
-
"internalComponentProps": {
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
"alignItems": [
|
|
2571
|
-
"center"
|
|
2572
|
-
]
|
|
2573
|
-
}
|
|
2574
|
-
},
|
|
2575
|
-
"propToVariantKeys": {
|
|
2576
|
-
"size": [
|
|
2577
|
-
"inputSizeHelperText",
|
|
2578
|
-
"inputSizeHelperIcon"
|
|
2579
|
-
],
|
|
2580
|
-
"startIcon": [
|
|
2581
|
-
"icon"
|
|
2582
|
-
],
|
|
2583
|
-
"endIcon": [
|
|
2584
|
-
"icon"
|
|
2585
|
-
]
|
|
2631
|
+
"internalComponentProps": {},
|
|
2632
|
+
"propToVariantKeys": {},
|
|
2633
|
+
"runtimeConfigDefaultProps": {
|
|
2634
|
+
"size": "modal.defaultSize",
|
|
2635
|
+
"variant": "modal.defaultVariant"
|
|
2586
2636
|
},
|
|
2587
|
-
"runtimeConfigDefaultProps": {},
|
|
2588
2637
|
"runtimeConfigGetStyles": {},
|
|
2589
2638
|
"runtimeConfigInternalComponentProps": {},
|
|
2590
2639
|
"motionVarPrefixes": []
|
|
2591
2640
|
},
|
|
2592
|
-
"
|
|
2593
|
-
"name": "
|
|
2594
|
-
"defaultProps": {
|
|
2595
|
-
|
|
2641
|
+
"Modal": {
|
|
2642
|
+
"name": "Modal",
|
|
2643
|
+
"defaultProps": {
|
|
2644
|
+
"closeAriaLabel": "Close",
|
|
2645
|
+
"maxWidth": "auto",
|
|
2646
|
+
"maxHeight": "auto",
|
|
2647
|
+
"scrollBehavior": "outside"
|
|
2648
|
+
},
|
|
2649
|
+
"getStylesLiterals": {
|
|
2650
|
+
"flexDirection": "row-reverse",
|
|
2651
|
+
"justifyContent": "space-between",
|
|
2652
|
+
"alignItems": "flex-end",
|
|
2653
|
+
"alignItems:1": "flex-start",
|
|
2654
|
+
"borderRadius": "full"
|
|
2655
|
+
},
|
|
2596
2656
|
"cxLiterals": [
|
|
2597
|
-
"
|
|
2598
|
-
"
|
|
2599
|
-
"
|
|
2600
|
-
"
|
|
2601
|
-
"box-border",
|
|
2657
|
+
"fixed",
|
|
2658
|
+
"inset-0",
|
|
2659
|
+
"z-40",
|
|
2660
|
+
"overflow-y-auto",
|
|
2602
2661
|
"overflow-hidden",
|
|
2603
|
-
"
|
|
2604
|
-
"
|
|
2605
|
-
"
|
|
2606
|
-
"
|
|
2607
|
-
"
|
|
2608
|
-
"ease-[cubic-bezier(0,0,0.2,1)]",
|
|
2609
|
-
"uds-ring",
|
|
2610
|
-
"cursor-pointer",
|
|
2611
|
-
"cursor-not-allowed",
|
|
2612
|
-
"opacity-50",
|
|
2662
|
+
"transition-[opacity,visibility]",
|
|
2663
|
+
"visible",
|
|
2664
|
+
"opacity-100",
|
|
2665
|
+
"invisible",
|
|
2666
|
+
"opacity-0",
|
|
2613
2667
|
"pointer-events-none",
|
|
2614
|
-
"
|
|
2615
|
-
"
|
|
2616
|
-
"
|
|
2617
|
-
"-
|
|
2618
|
-
"
|
|
2619
|
-
"
|
|
2668
|
+
"uds-bgBlurFallback",
|
|
2669
|
+
"w-full",
|
|
2670
|
+
"w-fit",
|
|
2671
|
+
"h-full",
|
|
2672
|
+
"h-fit",
|
|
2673
|
+
"m-auto",
|
|
2674
|
+
"pointer-events-auto",
|
|
2675
|
+
"inside",
|
|
2676
|
+
"max-h-full",
|
|
2677
|
+
"transition-transform",
|
|
2678
|
+
"duration-0",
|
|
2679
|
+
"duration-120",
|
|
2680
|
+
"transition-[background-color]",
|
|
2681
|
+
"bg-carbon-15/0",
|
|
2682
|
+
"hover:bg-carbon-15/10",
|
|
2683
|
+
"active:bg-carbon-15/15",
|
|
2684
|
+
"uds-ring",
|
|
2685
|
+
"[translate:50%_-50%]"
|
|
2620
2686
|
],
|
|
2621
2687
|
"internalComponents": [
|
|
2622
|
-
"
|
|
2688
|
+
"Scrim",
|
|
2689
|
+
"VStack",
|
|
2690
|
+
"Pressable",
|
|
2691
|
+
"IconSlot",
|
|
2692
|
+
"Box",
|
|
2693
|
+
"Dialog",
|
|
2694
|
+
"ModalContext.Provider",
|
|
2695
|
+
"HStack",
|
|
2696
|
+
"DialogDismiss",
|
|
2697
|
+
"ModalTitle",
|
|
2698
|
+
"ModalDescription",
|
|
2699
|
+
"ModalContent",
|
|
2700
|
+
"ModalActions"
|
|
2623
2701
|
],
|
|
2624
2702
|
"internalComponentProps": {
|
|
2625
|
-
"
|
|
2626
|
-
"
|
|
2627
|
-
"
|
|
2628
|
-
],
|
|
2629
|
-
"color": [
|
|
2630
|
-
"current"
|
|
2703
|
+
"Box": {
|
|
2704
|
+
"flexGrow": [
|
|
2705
|
+
"1"
|
|
2631
2706
|
]
|
|
2632
2707
|
}
|
|
2633
2708
|
},
|
|
2634
2709
|
"propToVariantKeys": {
|
|
2710
|
+
"gutter": [
|
|
2711
|
+
"spacing"
|
|
2712
|
+
],
|
|
2635
2713
|
"size": [
|
|
2636
|
-
"
|
|
2637
|
-
"
|
|
2714
|
+
"modalSizeRoot",
|
|
2715
|
+
"modalSizeSpacingHorizontal",
|
|
2716
|
+
"modalSizeHeader",
|
|
2717
|
+
"modalSizeTitleDescriptionWrapper",
|
|
2718
|
+
"modalSizeCloseIconContainer",
|
|
2719
|
+
"modalSizeCloseIcon"
|
|
2638
2720
|
],
|
|
2639
2721
|
"variant": [
|
|
2640
|
-
"
|
|
2641
|
-
"
|
|
2642
|
-
|
|
2722
|
+
"modalVariantRoot",
|
|
2723
|
+
"modalVariantCloseIcon"
|
|
2724
|
+
],
|
|
2725
|
+
"closeAriaLabel": [
|
|
2726
|
+
"aria-label"
|
|
2727
|
+
],
|
|
2728
|
+
"closeIcon": [
|
|
2729
|
+
"icon"
|
|
2643
2730
|
]
|
|
2644
2731
|
},
|
|
2645
|
-
"runtimeConfigDefaultProps": {
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
"
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
"
|
|
2660
|
-
"
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2732
|
+
"runtimeConfigDefaultProps": {
|
|
2733
|
+
"size": "modal.defaultSize",
|
|
2734
|
+
"variant": "modal.defaultVariant"
|
|
2735
|
+
},
|
|
2736
|
+
"runtimeConfigGetStyles": {
|
|
2737
|
+
"spacing": [
|
|
2738
|
+
"modal.gutter.${size}"
|
|
2739
|
+
],
|
|
2740
|
+
"modalSizeRoot": [
|
|
2741
|
+
"modal.defaultSize"
|
|
2742
|
+
],
|
|
2743
|
+
"modalVariantRoot": [
|
|
2744
|
+
"modal.defaultVariant"
|
|
2745
|
+
],
|
|
2746
|
+
"modalSizeSpacingHorizontal": [
|
|
2747
|
+
"modal.defaultSize"
|
|
2748
|
+
],
|
|
2749
|
+
"modalSizeHeader": [
|
|
2750
|
+
"modal.defaultSize"
|
|
2751
|
+
],
|
|
2752
|
+
"modalSizeTitleDescriptionWrapper": [
|
|
2753
|
+
"modal.defaultSize"
|
|
2754
|
+
],
|
|
2755
|
+
"modalSizeCloseIconContainer": [
|
|
2756
|
+
"modal.defaultSize"
|
|
2757
|
+
],
|
|
2758
|
+
"modalSizeCloseIcon": [
|
|
2759
|
+
"modal.defaultSize"
|
|
2760
|
+
],
|
|
2761
|
+
"modalVariantCloseIcon": [
|
|
2762
|
+
"modal.defaultVariant"
|
|
2763
|
+
]
|
|
2664
2764
|
},
|
|
2665
|
-
"propToVariantKeys": {},
|
|
2666
|
-
"runtimeConfigDefaultProps": {},
|
|
2667
|
-
"runtimeConfigGetStyles": {},
|
|
2668
2765
|
"runtimeConfigInternalComponentProps": {},
|
|
2669
2766
|
"motionVarPrefixes": []
|
|
2670
2767
|
},
|
|
2671
|
-
"
|
|
2672
|
-
"name": "
|
|
2768
|
+
"ModalActions": {
|
|
2769
|
+
"name": "ModalActions",
|
|
2673
2770
|
"defaultProps": {},
|
|
2674
|
-
"getStylesLiterals": {
|
|
2675
|
-
|
|
2771
|
+
"getStylesLiterals": {
|
|
2772
|
+
"flexDirection": "row-reverse",
|
|
2773
|
+
"justifyContent": "space-between",
|
|
2774
|
+
"alignItems": "center"
|
|
2775
|
+
},
|
|
2776
|
+
"cxLiterals": [
|
|
2777
|
+
"gap-[inherit]"
|
|
2778
|
+
],
|
|
2676
2779
|
"internalComponents": [
|
|
2677
|
-
"
|
|
2780
|
+
"HStack"
|
|
2678
2781
|
],
|
|
2679
|
-
"internalComponentProps": {
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2782
|
+
"internalComponentProps": {},
|
|
2783
|
+
"propToVariantKeys": {
|
|
2784
|
+
"size": [
|
|
2785
|
+
"modalSizeSpacingHorizontal",
|
|
2786
|
+
"modalSizeActions"
|
|
2787
|
+
]
|
|
2788
|
+
},
|
|
2789
|
+
"runtimeConfigDefaultProps": {
|
|
2790
|
+
"size": "modal.defaultSize",
|
|
2791
|
+
"variant": "modal.defaultVariant"
|
|
2792
|
+
},
|
|
2793
|
+
"runtimeConfigGetStyles": {
|
|
2794
|
+
"modalSizeSpacingHorizontal": [
|
|
2795
|
+
"modal.defaultSize"
|
|
2796
|
+
],
|
|
2797
|
+
"modalSizeActions": [
|
|
2798
|
+
"modal.defaultSize"
|
|
2799
|
+
]
|
|
2685
2800
|
},
|
|
2686
|
-
"propToVariantKeys": {},
|
|
2687
|
-
"runtimeConfigDefaultProps": {},
|
|
2688
|
-
"runtimeConfigGetStyles": {},
|
|
2689
2801
|
"runtimeConfigInternalComponentProps": {},
|
|
2690
2802
|
"motionVarPrefixes": []
|
|
2691
2803
|
},
|
|
2692
|
-
"
|
|
2693
|
-
"name": "
|
|
2694
|
-
"defaultProps": {
|
|
2695
|
-
|
|
2696
|
-
"
|
|
2697
|
-
"
|
|
2804
|
+
"ModalContent": {
|
|
2805
|
+
"name": "ModalContent",
|
|
2806
|
+
"defaultProps": {},
|
|
2807
|
+
"getStylesLiterals": {
|
|
2808
|
+
"overflowY": "auto",
|
|
2809
|
+
"display": "block",
|
|
2810
|
+
"flexGrow": "1"
|
|
2698
2811
|
},
|
|
2699
|
-
"
|
|
2700
|
-
"cxLiterals": [
|
|
2701
|
-
"pointer-events-none",
|
|
2702
|
-
"inline-flex",
|
|
2703
|
-
"flex-row",
|
|
2704
|
-
"gap-2",
|
|
2705
|
-
"items-center",
|
|
2706
|
-
"pointer-events-auto",
|
|
2707
|
-
"flex-col",
|
|
2708
|
-
"relative",
|
|
2709
|
-
"min-w-0",
|
|
2710
|
-
"min-h-0",
|
|
2711
|
-
"flex-1",
|
|
2712
|
-
"inline-block",
|
|
2713
|
-
"absolute",
|
|
2714
|
-
"z-10",
|
|
2715
|
-
"top-2",
|
|
2716
|
-
"left-1/2",
|
|
2717
|
-
"-translate-x-1/2",
|
|
2718
|
-
"left-2",
|
|
2719
|
-
"top-1/2",
|
|
2720
|
-
"-translate-y-1/2",
|
|
2721
|
-
"bottom-2",
|
|
2722
|
-
"right-2",
|
|
2723
|
-
"-top-12",
|
|
2724
|
-
"left-0",
|
|
2725
|
-
"right-0",
|
|
2726
|
-
"-bottom-12"
|
|
2727
|
-
],
|
|
2812
|
+
"cxLiterals": [],
|
|
2728
2813
|
"internalComponents": [
|
|
2729
|
-
"PaddleNavContext.Provider",
|
|
2730
2814
|
"Box"
|
|
2731
2815
|
],
|
|
2732
|
-
"internalComponentProps": {
|
|
2733
|
-
"Box": {
|
|
2734
|
-
"display": [
|
|
2735
|
-
"inline-flex"
|
|
2736
|
-
],
|
|
2737
|
-
"alignItems": [
|
|
2738
|
-
"center"
|
|
2739
|
-
],
|
|
2740
|
-
"justifyContent": [
|
|
2741
|
-
"center"
|
|
2742
|
-
],
|
|
2743
|
-
"data-paddle-nav-outside": [
|
|
2744
|
-
"true"
|
|
2745
|
-
]
|
|
2746
|
-
}
|
|
2747
|
-
},
|
|
2816
|
+
"internalComponentProps": {},
|
|
2748
2817
|
"propToVariantKeys": {
|
|
2749
|
-
"
|
|
2750
|
-
"
|
|
2818
|
+
"size": [
|
|
2819
|
+
"modalSizeSpacingHorizontal"
|
|
2820
|
+
]
|
|
2821
|
+
},
|
|
2822
|
+
"runtimeConfigDefaultProps": {
|
|
2823
|
+
"size": "modal.defaultSize",
|
|
2824
|
+
"variant": "modal.defaultVariant"
|
|
2825
|
+
},
|
|
2826
|
+
"runtimeConfigGetStyles": {
|
|
2827
|
+
"modalSizeSpacingHorizontal": [
|
|
2828
|
+
"modal.defaultSize"
|
|
2751
2829
|
]
|
|
2752
2830
|
},
|
|
2753
|
-
"runtimeConfigDefaultProps": {},
|
|
2754
|
-
"runtimeConfigGetStyles": {},
|
|
2755
2831
|
"runtimeConfigInternalComponentProps": {},
|
|
2756
2832
|
"motionVarPrefixes": []
|
|
2757
2833
|
},
|
|
2758
|
-
"
|
|
2759
|
-
"name": "
|
|
2834
|
+
"ModalContext": {
|
|
2835
|
+
"name": "ModalContext",
|
|
2760
2836
|
"defaultProps": {},
|
|
2761
2837
|
"getStylesLiterals": {},
|
|
2762
|
-
"cxLiterals": [
|
|
2763
|
-
"min-w-0",
|
|
2764
|
-
"min-h-0",
|
|
2765
|
-
"relative"
|
|
2766
|
-
],
|
|
2838
|
+
"cxLiterals": [],
|
|
2767
2839
|
"internalComponents": [],
|
|
2768
2840
|
"internalComponentProps": {},
|
|
2769
2841
|
"propToVariantKeys": {},
|
|
@@ -2772,122 +2844,53 @@
|
|
|
2772
2844
|
"runtimeConfigInternalComponentProps": {},
|
|
2773
2845
|
"motionVarPrefixes": []
|
|
2774
2846
|
},
|
|
2775
|
-
"
|
|
2776
|
-
"name": "
|
|
2847
|
+
"ModalDescription": {
|
|
2848
|
+
"name": "ModalDescription",
|
|
2777
2849
|
"defaultProps": {},
|
|
2778
2850
|
"getStylesLiterals": {},
|
|
2779
|
-
"cxLiterals": [
|
|
2780
|
-
"uds:popover-open"
|
|
2781
|
-
],
|
|
2851
|
+
"cxLiterals": [],
|
|
2782
2852
|
"internalComponents": [
|
|
2783
|
-
"
|
|
2784
|
-
"
|
|
2853
|
+
"Text",
|
|
2854
|
+
"DialogDescription"
|
|
2785
2855
|
],
|
|
2786
|
-
"internalComponentProps": {
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
"runtimeConfigGetStyles": {},
|
|
2793
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2794
|
-
"motionVarPrefixes": []
|
|
2795
|
-
},
|
|
2796
|
-
"PopoverContent": {
|
|
2797
|
-
"name": "PopoverContent",
|
|
2798
|
-
"defaultProps": {},
|
|
2799
|
-
"getStylesLiterals": {
|
|
2800
|
-
"popoverSizeRoot": "default",
|
|
2801
|
-
"popoverVariantRoot": "default",
|
|
2802
|
-
"display": "flex",
|
|
2803
|
-
"position": "relative",
|
|
2804
|
-
"display:1": "block",
|
|
2805
|
-
"spacingTop": "0",
|
|
2806
|
-
"spacingStart": "0",
|
|
2807
|
-
"spacingBottom": "0",
|
|
2808
|
-
"spacingEnd": "0",
|
|
2809
|
-
"popoverSizeSvgBase": "default",
|
|
2810
|
-
"popoverVariantSvgBase": "default",
|
|
2811
|
-
"popoverSizeSvgBorder": "default",
|
|
2812
|
-
"popoverVariantSvgBorder": "default",
|
|
2813
|
-
"popoverVariantBlur": "default",
|
|
2814
|
-
"position:1": "absolute",
|
|
2815
|
-
"width": "full",
|
|
2816
|
-
"height": "full",
|
|
2817
|
-
"flexShrink": "0",
|
|
2818
|
-
"borderRadius": "full",
|
|
2819
|
-
"alignItems": "center",
|
|
2820
|
-
"justifyContent": "center",
|
|
2821
|
-
"popoverVariantCloseIcon": "default",
|
|
2822
|
-
"popoverSizeCloseIcon": "default"
|
|
2856
|
+
"internalComponentProps": {
|
|
2857
|
+
"Text": {
|
|
2858
|
+
"as": [
|
|
2859
|
+
"span"
|
|
2860
|
+
]
|
|
2861
|
+
}
|
|
2823
2862
|
},
|
|
2824
|
-
"cxLiterals": [
|
|
2825
|
-
"z-[9999]",
|
|
2826
|
-
"outline-none",
|
|
2827
|
-
"focus-visible:outline-none",
|
|
2828
|
-
"uds-bgBlurFillFallback",
|
|
2829
|
-
"uds-bgBlurFallback",
|
|
2830
|
-
"top-0",
|
|
2831
|
-
"left-0",
|
|
2832
|
-
"z-[1]",
|
|
2833
|
-
"duration-0",
|
|
2834
|
-
"duration-120",
|
|
2835
|
-
"transition-[background-color]",
|
|
2836
|
-
"bg-carbon-15/0",
|
|
2837
|
-
"hover:bg-carbon-15/10",
|
|
2838
|
-
"active:bg-carbon-15/15",
|
|
2839
|
-
"uds-ring",
|
|
2840
|
-
"absolute",
|
|
2841
|
-
"z-[4]"
|
|
2842
|
-
],
|
|
2843
|
-
"internalComponents": [
|
|
2844
|
-
"PopoverDismiss",
|
|
2845
|
-
"IconSlot",
|
|
2846
|
-
"PopoverArrow",
|
|
2847
|
-
"Popover",
|
|
2848
|
-
"SvgFloatingOverlay",
|
|
2849
|
-
"Box",
|
|
2850
|
-
"Pressable"
|
|
2851
|
-
],
|
|
2852
|
-
"internalComponentProps": {},
|
|
2853
2863
|
"propToVariantKeys": {
|
|
2854
|
-
"
|
|
2855
|
-
"
|
|
2864
|
+
"size": [
|
|
2865
|
+
"modalSizeDescription"
|
|
2866
|
+
],
|
|
2867
|
+
"variant": [
|
|
2868
|
+
"modalVariantDescription"
|
|
2856
2869
|
]
|
|
2857
2870
|
},
|
|
2858
2871
|
"runtimeConfigDefaultProps": {
|
|
2859
|
-
"size": "
|
|
2860
|
-
"variant": "
|
|
2872
|
+
"size": "modal.defaultSize",
|
|
2873
|
+
"variant": "modal.defaultVariant"
|
|
2861
2874
|
},
|
|
2862
2875
|
"runtimeConfigGetStyles": {
|
|
2863
|
-
"
|
|
2864
|
-
"
|
|
2865
|
-
],
|
|
2866
|
-
"spacingStart": [
|
|
2867
|
-
"popover.spacingHorizontal.${size}"
|
|
2868
|
-
],
|
|
2869
|
-
"spacingBottom": [
|
|
2870
|
-
"popover.spacingVertical.${size}"
|
|
2876
|
+
"modalSizeDescription": [
|
|
2877
|
+
"modal.defaultSize"
|
|
2871
2878
|
],
|
|
2872
|
-
"
|
|
2873
|
-
"
|
|
2879
|
+
"modalVariantDescription": [
|
|
2880
|
+
"modal.defaultVariant"
|
|
2874
2881
|
]
|
|
2875
2882
|
},
|
|
2876
|
-
"runtimeConfigInternalComponentProps": {
|
|
2877
|
-
"SvgFloatingOverlay": {
|
|
2878
|
-
"borderRadius": [
|
|
2879
|
-
"popover.borderRadius.${size}"
|
|
2880
|
-
]
|
|
2881
|
-
}
|
|
2882
|
-
},
|
|
2883
|
+
"runtimeConfigInternalComponentProps": {},
|
|
2883
2884
|
"motionVarPrefixes": []
|
|
2884
2885
|
},
|
|
2885
|
-
"
|
|
2886
|
-
"name": "
|
|
2886
|
+
"ModalPortal": {
|
|
2887
|
+
"name": "ModalPortal",
|
|
2887
2888
|
"defaultProps": {},
|
|
2888
2889
|
"getStylesLiterals": {},
|
|
2889
2890
|
"cxLiterals": [],
|
|
2890
|
-
"internalComponents": [
|
|
2891
|
+
"internalComponents": [
|
|
2892
|
+
"ManagedModal"
|
|
2893
|
+
],
|
|
2891
2894
|
"internalComponentProps": {},
|
|
2892
2895
|
"propToVariantKeys": {},
|
|
2893
2896
|
"runtimeConfigDefaultProps": {},
|
|
@@ -2895,38 +2898,52 @@
|
|
|
2895
2898
|
"runtimeConfigInternalComponentProps": {},
|
|
2896
2899
|
"motionVarPrefixes": []
|
|
2897
2900
|
},
|
|
2898
|
-
"
|
|
2899
|
-
"name": "
|
|
2901
|
+
"ModalTitle": {
|
|
2902
|
+
"name": "ModalTitle",
|
|
2900
2903
|
"defaultProps": {},
|
|
2901
2904
|
"getStylesLiterals": {},
|
|
2902
2905
|
"cxLiterals": [],
|
|
2903
2906
|
"internalComponents": [
|
|
2904
|
-
"
|
|
2907
|
+
"Text",
|
|
2908
|
+
"DialogHeading"
|
|
2905
2909
|
],
|
|
2906
2910
|
"internalComponentProps": {
|
|
2907
|
-
"
|
|
2908
|
-
"
|
|
2909
|
-
"
|
|
2911
|
+
"Text": {
|
|
2912
|
+
"as": [
|
|
2913
|
+
"span"
|
|
2910
2914
|
]
|
|
2911
2915
|
}
|
|
2912
2916
|
},
|
|
2913
2917
|
"propToVariantKeys": {
|
|
2914
|
-
"
|
|
2915
|
-
"
|
|
2918
|
+
"size": [
|
|
2919
|
+
"modalSizeTitle"
|
|
2920
|
+
],
|
|
2921
|
+
"variant": [
|
|
2922
|
+
"modalVariantTitle"
|
|
2923
|
+
]
|
|
2924
|
+
},
|
|
2925
|
+
"runtimeConfigDefaultProps": {
|
|
2926
|
+
"size": "modal.defaultSize",
|
|
2927
|
+
"variant": "modal.defaultVariant"
|
|
2928
|
+
},
|
|
2929
|
+
"runtimeConfigGetStyles": {
|
|
2930
|
+
"modalSizeTitle": [
|
|
2931
|
+
"modal.defaultSize"
|
|
2932
|
+
],
|
|
2933
|
+
"modalVariantTitle": [
|
|
2934
|
+
"modal.defaultVariant"
|
|
2916
2935
|
]
|
|
2917
2936
|
},
|
|
2918
|
-
"runtimeConfigDefaultProps": {},
|
|
2919
|
-
"runtimeConfigGetStyles": {},
|
|
2920
2937
|
"runtimeConfigInternalComponentProps": {},
|
|
2921
2938
|
"motionVarPrefixes": []
|
|
2922
2939
|
},
|
|
2923
|
-
"
|
|
2924
|
-
"name": "
|
|
2940
|
+
"UDSModalConfigProvider": {
|
|
2941
|
+
"name": "UDSModalConfigProvider",
|
|
2925
2942
|
"defaultProps": {},
|
|
2926
2943
|
"getStylesLiterals": {},
|
|
2927
2944
|
"cxLiterals": [],
|
|
2928
2945
|
"internalComponents": [
|
|
2929
|
-
"
|
|
2946
|
+
"ModalContext.Provider"
|
|
2930
2947
|
],
|
|
2931
2948
|
"internalComponentProps": {},
|
|
2932
2949
|
"propToVariantKeys": {},
|
|
@@ -2967,10 +2984,12 @@
|
|
|
2967
2984
|
"pointer-events-none",
|
|
2968
2985
|
"w-[8px]",
|
|
2969
2986
|
"h-[8px]",
|
|
2987
|
+
"opacity-55",
|
|
2988
|
+
"opacity-100",
|
|
2989
|
+
"opacity-0",
|
|
2970
2990
|
"transition-opacity",
|
|
2971
2991
|
"cursor-[inherit]",
|
|
2972
2992
|
"absolute",
|
|
2973
|
-
"opacity-0",
|
|
2974
2993
|
"top-1/2",
|
|
2975
2994
|
"left-1/2",
|
|
2976
2995
|
"w-[calc(100%+2px)]",
|