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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -691,6 +691,92 @@
691
691
  "runtimeConfigInternalComponentProps": {},
692
692
  "motionVarPrefixes": []
693
693
  },
694
+ "Spinner": {
695
+ "name": "Spinner",
696
+ "defaultProps": {
697
+ "color": "primary",
698
+ "size": "lg"
699
+ },
700
+ "getStylesLiterals": {},
701
+ "cxLiterals": [
702
+ "self-center",
703
+ "relative",
704
+ "sr-only"
705
+ ],
706
+ "internalComponents": [
707
+ "Icon"
708
+ ],
709
+ "internalComponentProps": {
710
+ "Icon": {
711
+ "role": [
712
+ "img"
713
+ ],
714
+ "className": [
715
+ "animate-spin"
716
+ ],
717
+ "aria-hidden": [
718
+ "true"
719
+ ]
720
+ }
721
+ },
722
+ "propToVariantKeys": {},
723
+ "runtimeConfigDefaultProps": {},
724
+ "runtimeConfigGetStyles": {},
725
+ "runtimeConfigInternalComponentProps": {},
726
+ "motionVarPrefixes": []
727
+ },
728
+ "Table.mocks": {
729
+ "name": "Table.mocks",
730
+ "defaultProps": {},
731
+ "getStylesLiterals": {},
732
+ "cxLiterals": [],
733
+ "internalComponents": [],
734
+ "internalComponentProps": {},
735
+ "propToVariantKeys": {},
736
+ "runtimeConfigDefaultProps": {},
737
+ "runtimeConfigGetStyles": {},
738
+ "runtimeConfigInternalComponentProps": {},
739
+ "motionVarPrefixes": []
740
+ },
741
+ "Table": {
742
+ "name": "Table",
743
+ "defaultProps": {
744
+ "display": "table-cell",
745
+ "overflow": "hidden",
746
+ "borderColor": "muted",
747
+ "borderRadius": "md",
748
+ "spacing": "3",
749
+ "borderBottomColor": "muted",
750
+ "borderBottomWidth": "thin",
751
+ "color": "primary"
752
+ },
753
+ "getStylesLiterals": {
754
+ "textAlign": "start"
755
+ },
756
+ "cxLiterals": [],
757
+ "internalComponents": [
758
+ "CellComponent",
759
+ "Box",
760
+ "Text",
761
+ "Table.Root",
762
+ "Table.Header",
763
+ "Table.Row",
764
+ "Table.Cell",
765
+ "Table.Body"
766
+ ],
767
+ "internalComponentProps": {
768
+ "Table.Cell": {
769
+ "asHeaderCell": [
770
+ "column"
771
+ ]
772
+ }
773
+ },
774
+ "propToVariantKeys": {},
775
+ "runtimeConfigDefaultProps": {},
776
+ "runtimeConfigGetStyles": {},
777
+ "runtimeConfigInternalComponentProps": {},
778
+ "motionVarPrefixes": []
779
+ },
694
780
  "AnimateHeightChange": {
695
781
  "name": "AnimateHeightChange",
696
782
  "defaultProps": {},
@@ -1192,31 +1278,83 @@
1192
1278
  "--uds-motion-smooth-3-"
1193
1279
  ]
1194
1280
  },
1195
- "Spinner": {
1196
- "name": "Spinner",
1281
+ "Accordion": {
1282
+ "name": "Accordion",
1197
1283
  "defaultProps": {
1198
- "color": "primary",
1199
- "size": "lg"
1284
+ "spacingHorizontal": "4",
1285
+ "spacingVertical": "4"
1200
1286
  },
1201
1287
  "getStylesLiterals": {},
1202
1288
  "cxLiterals": [
1203
- "self-center",
1204
- "relative",
1205
- "sr-only"
1289
+ "hover:bg-secondary/80",
1290
+ "w-full"
1206
1291
  ],
1207
1292
  "internalComponents": [
1208
- "Icon"
1293
+ "Icon",
1294
+ "SpringMotionConfig",
1295
+ "Pressable",
1296
+ "Text",
1297
+ "HStack",
1298
+ "AnimatePresence",
1299
+ "VStack"
1209
1300
  ],
1210
1301
  "internalComponentProps": {
1211
1302
  "Icon": {
1212
- "role": [
1213
- "img"
1303
+ "variant": [
1304
+ "fill"
1214
1305
  ],
1215
- "className": [
1216
- "animate-spin"
1306
+ "size": [
1307
+ "sm"
1217
1308
  ],
1218
- "aria-hidden": [
1219
- "true"
1309
+ "color": [
1310
+ "primary"
1311
+ ]
1312
+ },
1313
+ "SpringMotionConfig": {
1314
+ "layoutVariant": [
1315
+ "smooth"
1316
+ ],
1317
+ "layoutSpeed": [
1318
+ "3"
1319
+ ]
1320
+ },
1321
+ "Pressable": {
1322
+ "display": [
1323
+ "flex"
1324
+ ],
1325
+ "flexDirection": [
1326
+ "row"
1327
+ ],
1328
+ "alignItems": [
1329
+ "center"
1330
+ ],
1331
+ "justifyContent": [
1332
+ "space-between"
1333
+ ],
1334
+ "borderRadius": [
1335
+ "md"
1336
+ ]
1337
+ },
1338
+ "Text": {
1339
+ "variant": [
1340
+ "title4"
1341
+ ],
1342
+ "color": [
1343
+ "primary"
1344
+ ]
1345
+ },
1346
+ "HStack": {
1347
+ "display": [
1348
+ "flex"
1349
+ ],
1350
+ "alignItems": [
1351
+ "center"
1352
+ ],
1353
+ "justifyContent": [
1354
+ "space-between"
1355
+ ],
1356
+ "columnGap": [
1357
+ "2.5"
1220
1358
  ]
1221
1359
  }
1222
1360
  },
@@ -1224,10 +1362,12 @@
1224
1362
  "runtimeConfigDefaultProps": {},
1225
1363
  "runtimeConfigGetStyles": {},
1226
1364
  "runtimeConfigInternalComponentProps": {},
1227
- "motionVarPrefixes": []
1365
+ "motionVarPrefixes": [
1366
+ "--uds-motion-smooth-3-"
1367
+ ]
1228
1368
  },
1229
- "Table.mocks": {
1230
- "name": "Table.mocks",
1369
+ "AvoidMotionLibraryProvider": {
1370
+ "name": "AvoidMotionLibraryProvider",
1231
1371
  "defaultProps": {},
1232
1372
  "getStylesLiterals": {},
1233
1373
  "cxLiterals": [],
@@ -1239,123 +1379,88 @@
1239
1379
  "runtimeConfigInternalComponentProps": {},
1240
1380
  "motionVarPrefixes": []
1241
1381
  },
1242
- "Table": {
1243
- "name": "Table",
1244
- "defaultProps": {
1245
- "display": "table-cell",
1246
- "overflow": "hidden",
1247
- "borderColor": "muted",
1248
- "borderRadius": "md",
1249
- "spacing": "3",
1250
- "borderBottomColor": "muted",
1251
- "borderBottomWidth": "thin",
1252
- "color": "primary"
1253
- },
1254
- "getStylesLiterals": {
1255
- "textAlign": "start"
1256
- },
1257
- "cxLiterals": [],
1382
+ "Modal": {
1383
+ "name": "Modal",
1384
+ "defaultProps": {},
1385
+ "getStylesLiterals": {},
1386
+ "cxLiterals": [
1387
+ "inset-8",
1388
+ "top-[250px]",
1389
+ "z-50",
1390
+ "mx-auto",
1391
+ "h-fit",
1392
+ "w-[600px]",
1393
+ "origin-center",
1394
+ "scale-95",
1395
+ "opacity-0",
1396
+ "transition",
1397
+ "duration-150",
1398
+ "data-[enter]:scale-100",
1399
+ "data-[enter]:opacity-100",
1400
+ "data-[enter]:bg-primary",
1401
+ "backdrop-blur-0",
1402
+ "data-[enter]:opacity-60",
1403
+ "data-[enter]:backdrop-blur-sm"
1404
+ ],
1258
1405
  "internalComponents": [
1259
- "CellComponent",
1260
- "Box",
1406
+ "IconButton",
1407
+ "Dialog",
1408
+ "HStack",
1261
1409
  "Text",
1262
- "Table.Root",
1263
- "Table.Header",
1264
- "Table.Row",
1265
- "Table.Cell",
1266
- "Table.Body"
1410
+ "VStack"
1267
1411
  ],
1268
1412
  "internalComponentProps": {
1269
- "Table.Cell": {
1270
- "asHeaderCell": [
1271
- "column"
1413
+ "IconButton": {
1414
+ "aria-label": [
1415
+ "Close"
1416
+ ],
1417
+ "size": [
1418
+ "sm"
1419
+ ],
1420
+ "variant": [
1421
+ "tertiary"
1272
1422
  ]
1273
- }
1274
- },
1275
- "propToVariantKeys": {},
1276
- "runtimeConfigDefaultProps": {},
1277
- "runtimeConfigGetStyles": {},
1278
- "runtimeConfigInternalComponentProps": {},
1279
- "motionVarPrefixes": []
1280
- },
1281
- "AvatarImage": {
1282
- "name": "AvatarImage",
1283
- "defaultProps": {},
1284
- "getStylesLiterals": {},
1285
- "cxLiterals": [],
1286
- "internalComponents": [
1287
- "AvatarImageNoFallback",
1288
- "AvatarText",
1289
- "AvatarIcon"
1290
- ],
1291
- "internalComponentProps": {},
1292
- "propToVariantKeys": {},
1293
- "runtimeConfigDefaultProps": {},
1294
- "runtimeConfigGetStyles": {},
1295
- "runtimeConfigInternalComponentProps": {},
1296
- "motionVarPrefixes": []
1297
- },
1298
- "BottomSheet": {
1299
- "name": "BottomSheet",
1300
- "defaultProps": {
1301
- "variant": "default"
1302
- },
1303
- "getStylesLiterals": {},
1304
- "cxLiterals": [
1305
- "fixed",
1306
- "overflow-hidden",
1307
- "inset-x-0",
1308
- "bottom-0",
1309
- "z-50",
1310
- "[will-change:transform]",
1311
- "touch-none",
1312
- "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
1313
- "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
1314
- "transition-transform",
1315
- "duration-500",
1316
- "ease-[cubic-bezier(0.32,0.72,0,1)]",
1317
- "motion-reduce:transition-none",
1318
- "top-[-4px]",
1319
- "z-[1]",
1320
- "touch-pan-y"
1321
- ],
1322
- "internalComponents": [
1323
- "Scrim",
1324
- "BottomSheetHandle",
1325
- "Dialog",
1326
- "Box",
1327
- "BottomSheetInternalContext.Provider"
1328
- ],
1329
- "internalComponentProps": {
1330
- "BottomSheetHandle": {
1331
- "ariaLabel": [
1332
- "Resize sheet"
1423
+ },
1424
+ "HStack": {
1425
+ "alignItems": [
1426
+ "center"
1427
+ ],
1428
+ "justifyContent": [
1429
+ "space-between"
1333
1430
  ]
1334
1431
  },
1335
- "Dialog": {
1336
- "data-testid": [
1337
- "bottom-sheet"
1432
+ "Text": {
1433
+ "variant": [
1434
+ "headline1"
1435
+ ],
1436
+ "color": [
1437
+ "primary"
1338
1438
  ]
1339
1439
  },
1340
- "Box": {
1341
- "display": [
1342
- "block",
1343
- "flex"
1440
+ "VStack": {
1441
+ "borderRadius": [
1442
+ "md"
1344
1443
  ],
1345
1444
  "position": [
1346
- "absolute"
1445
+ "fixed"
1347
1446
  ],
1348
- "flexDirection": [
1349
- "column"
1447
+ "backgroundColor": [
1448
+ "primary"
1350
1449
  ],
1351
- "className": [
1352
- "absolute inset-0 min-h-0 p-[inherit]"
1450
+ "dropShadow": [
1451
+ "md"
1452
+ ],
1453
+ "spacing": [
1454
+ "8"
1455
+ ],
1456
+ "overflow": [
1457
+ "hidden"
1353
1458
  ]
1354
1459
  }
1355
1460
  },
1356
1461
  "propToVariantKeys": {
1357
- "variant": [
1358
- "bottomsheetVariantRoot"
1462
+ "handleClose": [
1463
+ "onClick"
1359
1464
  ]
1360
1465
  },
1361
1466
  "runtimeConfigDefaultProps": {},
@@ -1363,82 +1468,386 @@
1363
1468
  "runtimeConfigInternalComponentProps": {},
1364
1469
  "motionVarPrefixes": []
1365
1470
  },
1366
- "BottomSheetContent": {
1367
- "name": "BottomSheetContent",
1368
- "defaultProps": {},
1369
- "getStylesLiterals": {},
1471
+ "SegmentedControl": {
1472
+ "name": "SegmentedControl",
1473
+ "defaultProps": {
1474
+ "textVariant": "label2"
1475
+ },
1476
+ "getStylesLiterals": {
1477
+ "display": "flex",
1478
+ "alignItems": "center",
1479
+ "backgroundColor": "primary",
1480
+ "spacingVertical": "1",
1481
+ "spacingHorizontal": "3",
1482
+ "columnGap": "1.5",
1483
+ "borderWidth": "thin",
1484
+ "borderRadius": "full",
1485
+ "borderColor": "muted",
1486
+ "borderColor:1": "transparent",
1487
+ "color": "primary",
1488
+ "color:1": "tertiary",
1489
+ "color:2": "muted"
1490
+ },
1370
1491
  "cxLiterals": [
1371
- "min-h-0",
1372
- "touch-pan-y"
1492
+ "uds-ring",
1493
+ "cursor-not-allowed",
1494
+ "opacity-50",
1495
+ "pointer-events-none",
1496
+ "hover:bg-primary"
1373
1497
  ],
1374
1498
  "internalComponents": [
1375
- "Box",
1376
- "VStack"
1499
+ "TextVariant",
1500
+ "Radio",
1501
+ "Icon",
1502
+ "RadioProvider",
1503
+ "HStack",
1504
+ "RadioGroup",
1505
+ "Pressable",
1506
+ "Text"
1377
1507
  ],
1378
1508
  "internalComponentProps": {
1379
- "Box": {
1380
- "display": [
1381
- "block"
1509
+ "Icon": {
1510
+ "size": [
1511
+ "sm"
1382
1512
  ],
1383
- "flex": [
1513
+ "color": [
1514
+ "current"
1515
+ ],
1516
+ "aria-hidden": [
1517
+ "true"
1518
+ ]
1519
+ },
1520
+ "HStack": {
1521
+ "spacing": [
1384
1522
  "1"
1523
+ ],
1524
+ "gap": [
1525
+ "1"
1526
+ ],
1527
+ "backgroundColor": [
1528
+ "secondary"
1529
+ ],
1530
+ "borderRadius": [
1531
+ "full"
1532
+ ],
1533
+ "display": [
1534
+ "inline-flex"
1385
1535
  ]
1386
1536
  },
1387
- "VStack": {
1388
- "className": [
1389
- "pb-[calc(env(safe-area-inset-bottom))]"
1537
+ "Text": {
1538
+ "color": [
1539
+ "current"
1390
1540
  ]
1391
1541
  }
1392
1542
  },
1393
- "propToVariantKeys": {},
1394
- "runtimeConfigDefaultProps": {},
1395
- "runtimeConfigGetStyles": {},
1396
- "runtimeConfigInternalComponentProps": {},
1397
- "motionVarPrefixes": []
1398
- },
1399
- "BottomSheetDismiss": {
1400
- "name": "BottomSheetDismiss",
1401
- "defaultProps": {},
1402
- "getStylesLiterals": {},
1403
- "cxLiterals": [],
1404
- "internalComponents": [
1405
- "AriakitDialogDismiss"
1406
- ],
1407
- "internalComponentProps": {},
1408
- "propToVariantKeys": {},
1543
+ "propToVariantKeys": {
1544
+ "value": [
1545
+ "key"
1546
+ ],
1547
+ "label": [
1548
+ "aria-label"
1549
+ ],
1550
+ "textVariant": [
1551
+ "variant"
1552
+ ]
1553
+ },
1409
1554
  "runtimeConfigDefaultProps": {},
1410
1555
  "runtimeConfigGetStyles": {},
1411
1556
  "runtimeConfigInternalComponentProps": {},
1412
1557
  "motionVarPrefixes": []
1413
1558
  },
1414
- "BottomSheetHandle": {
1415
- "name": "BottomSheetHandle",
1559
+ "SwitchV2": {
1560
+ "name": "SwitchV2",
1416
1561
  "defaultProps": {
1417
- "variant": "default"
1562
+ "labelPosition": "start",
1563
+ "size": "md"
1564
+ },
1565
+ "getStylesLiterals": {
1566
+ "switchVariantRoot": "default",
1567
+ "switchVariantActiveRoot": "on",
1568
+ "switchVariantActiveRoot:1": "off",
1569
+ "switchVariantSwitch": "default",
1570
+ "switchVariantActiveSwitch": "on",
1571
+ "switchVariantActiveSwitch:1": "off",
1572
+ "switchVariantActiveHandle": "on",
1573
+ "switchVariantActiveHandle:1": "off",
1574
+ "switchVariantHandle": "default",
1575
+ "switchVariantHandleIcon": "default",
1576
+ "switchVariantActiveHandleIcon": "on",
1577
+ "switchVariantActiveHandleIcon:1": "off"
1418
1578
  },
1419
- "getStylesLiterals": {},
1420
1579
  "cxLiterals": [
1580
+ "group",
1581
+ "flex",
1582
+ "items-center",
1583
+ "flex-row",
1584
+ "flex-row-reverse",
1585
+ "uds-ring",
1586
+ "uds-ring-within",
1421
1587
  "relative",
1422
- "h-5",
1423
- "w-16",
1424
- "outline-none",
1425
- "focus-visible:outline-none",
1426
- "[touch-action:pan-y]",
1588
+ "uds-border-radius-full",
1589
+ "transition-[background-color,box-shadow]",
1590
+ "pointer-events-none",
1591
+ "w-full",
1592
+ "h-full",
1427
1593
  "absolute",
1428
- "left-1/2",
1594
+ "top-0",
1595
+ "bottom-0",
1596
+ "right-0",
1597
+ "left-0",
1598
+ "overflow-hidden",
1599
+ "group-hover:scale-105",
1600
+ "opacity-95",
1601
+ "group-hover:opacity-100",
1602
+ "transition-[transform,opacity]",
1603
+ "opacity-0",
1429
1604
  "top-1/2",
1430
- "-translate-x-1/2",
1431
- "-translate-y-1/2",
1432
- "h-1",
1433
- "w-8",
1434
- "rounded-full"
1605
+ "left-1/2",
1606
+ "transform",
1607
+ "translate-x-[-50%]",
1608
+ "translate-y-[-50%]",
1609
+ "transition-opacity",
1610
+ "cursor-[inherit]",
1611
+ "w-[calc(100%+2px)]",
1612
+ "h-[calc(100%+2px)]",
1613
+ "text-start",
1614
+ "text-end",
1615
+ "opacity-100"
1435
1616
  ],
1436
1617
  "internalComponents": [
1437
- "Box"
1438
- ],
1439
- "internalComponentProps": {
1440
- "Box": {
1441
- "display": [
1618
+ "IconSlot",
1619
+ "Box",
1620
+ "FormLabel",
1621
+ "SpringMotionConfig",
1622
+ "RootElement",
1623
+ "MotionBox"
1624
+ ],
1625
+ "internalComponentProps": {
1626
+ "IconSlot": {
1627
+ "data-testid": [
1628
+ "on-icon",
1629
+ "off-icon"
1630
+ ]
1631
+ },
1632
+ "FormLabel": {
1633
+ "as": [
1634
+ "div"
1635
+ ],
1636
+ "variant": [
1637
+ "inherit"
1638
+ ],
1639
+ "color": [
1640
+ "inherit"
1641
+ ]
1642
+ },
1643
+ "SpringMotionConfig": {
1644
+ "layoutVariant": [
1645
+ "bouncy"
1646
+ ],
1647
+ "layoutSpeed": [
1648
+ "4"
1649
+ ]
1650
+ },
1651
+ "RootElement": {
1652
+ "data-testid": [
1653
+ "switch-root"
1654
+ ]
1655
+ },
1656
+ "MotionBox": {
1657
+ "layout": [
1658
+ "position"
1659
+ ]
1660
+ }
1661
+ },
1662
+ "propToVariantKeys": {
1663
+ "size": [
1664
+ "switchSizeRoot",
1665
+ "switchSizeSwitch",
1666
+ "switchSizeHandle",
1667
+ "switchSizeHandleIcon"
1668
+ ],
1669
+ "onIcon": [
1670
+ "icon"
1671
+ ],
1672
+ "offIcon": [
1673
+ "icon"
1674
+ ],
1675
+ "reduceMotion": [
1676
+ "reducedMotion"
1677
+ ],
1678
+ "isOn": [
1679
+ "layoutDependency"
1680
+ ]
1681
+ },
1682
+ "runtimeConfigDefaultProps": {},
1683
+ "runtimeConfigGetStyles": {},
1684
+ "runtimeConfigInternalComponentProps": {},
1685
+ "motionVarPrefixes": [
1686
+ "--uds-motion-bouncy-4-",
1687
+ "--uds-motion-smooth-3-"
1688
+ ]
1689
+ },
1690
+ "AvatarImage": {
1691
+ "name": "AvatarImage",
1692
+ "defaultProps": {},
1693
+ "getStylesLiterals": {},
1694
+ "cxLiterals": [],
1695
+ "internalComponents": [
1696
+ "AvatarImageNoFallback",
1697
+ "AvatarText",
1698
+ "AvatarIcon"
1699
+ ],
1700
+ "internalComponentProps": {},
1701
+ "propToVariantKeys": {},
1702
+ "runtimeConfigDefaultProps": {},
1703
+ "runtimeConfigGetStyles": {},
1704
+ "runtimeConfigInternalComponentProps": {},
1705
+ "motionVarPrefixes": []
1706
+ },
1707
+ "BottomSheet": {
1708
+ "name": "BottomSheet",
1709
+ "defaultProps": {
1710
+ "variant": "default"
1711
+ },
1712
+ "getStylesLiterals": {},
1713
+ "cxLiterals": [
1714
+ "fixed",
1715
+ "overflow-hidden",
1716
+ "inset-x-0",
1717
+ "bottom-0",
1718
+ "z-50",
1719
+ "[will-change:transform]",
1720
+ "touch-none",
1721
+ "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
1722
+ "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
1723
+ "transition-transform",
1724
+ "duration-500",
1725
+ "ease-[cubic-bezier(0.32,0.72,0,1)]",
1726
+ "motion-reduce:transition-none",
1727
+ "top-[-4px]",
1728
+ "z-[1]",
1729
+ "touch-pan-y"
1730
+ ],
1731
+ "internalComponents": [
1732
+ "Scrim",
1733
+ "BottomSheetHandle",
1734
+ "Dialog",
1735
+ "Box",
1736
+ "BottomSheetInternalContext.Provider"
1737
+ ],
1738
+ "internalComponentProps": {
1739
+ "BottomSheetHandle": {
1740
+ "ariaLabel": [
1741
+ "Resize sheet"
1742
+ ]
1743
+ },
1744
+ "Dialog": {
1745
+ "data-testid": [
1746
+ "bottom-sheet"
1747
+ ]
1748
+ },
1749
+ "Box": {
1750
+ "display": [
1751
+ "block",
1752
+ "flex"
1753
+ ],
1754
+ "position": [
1755
+ "absolute"
1756
+ ],
1757
+ "flexDirection": [
1758
+ "column"
1759
+ ],
1760
+ "className": [
1761
+ "absolute inset-0 min-h-0 p-[inherit]"
1762
+ ]
1763
+ }
1764
+ },
1765
+ "propToVariantKeys": {
1766
+ "variant": [
1767
+ "bottomsheetVariantRoot"
1768
+ ]
1769
+ },
1770
+ "runtimeConfigDefaultProps": {},
1771
+ "runtimeConfigGetStyles": {},
1772
+ "runtimeConfigInternalComponentProps": {},
1773
+ "motionVarPrefixes": []
1774
+ },
1775
+ "BottomSheetContent": {
1776
+ "name": "BottomSheetContent",
1777
+ "defaultProps": {},
1778
+ "getStylesLiterals": {},
1779
+ "cxLiterals": [
1780
+ "min-h-0",
1781
+ "touch-pan-y"
1782
+ ],
1783
+ "internalComponents": [
1784
+ "Box",
1785
+ "VStack"
1786
+ ],
1787
+ "internalComponentProps": {
1788
+ "Box": {
1789
+ "display": [
1790
+ "block"
1791
+ ],
1792
+ "flex": [
1793
+ "1"
1794
+ ]
1795
+ },
1796
+ "VStack": {
1797
+ "className": [
1798
+ "pb-[calc(env(safe-area-inset-bottom))]"
1799
+ ]
1800
+ }
1801
+ },
1802
+ "propToVariantKeys": {},
1803
+ "runtimeConfigDefaultProps": {},
1804
+ "runtimeConfigGetStyles": {},
1805
+ "runtimeConfigInternalComponentProps": {},
1806
+ "motionVarPrefixes": []
1807
+ },
1808
+ "BottomSheetDismiss": {
1809
+ "name": "BottomSheetDismiss",
1810
+ "defaultProps": {},
1811
+ "getStylesLiterals": {},
1812
+ "cxLiterals": [],
1813
+ "internalComponents": [
1814
+ "AriakitDialogDismiss"
1815
+ ],
1816
+ "internalComponentProps": {},
1817
+ "propToVariantKeys": {},
1818
+ "runtimeConfigDefaultProps": {},
1819
+ "runtimeConfigGetStyles": {},
1820
+ "runtimeConfigInternalComponentProps": {},
1821
+ "motionVarPrefixes": []
1822
+ },
1823
+ "BottomSheetHandle": {
1824
+ "name": "BottomSheetHandle",
1825
+ "defaultProps": {
1826
+ "variant": "default"
1827
+ },
1828
+ "getStylesLiterals": {},
1829
+ "cxLiterals": [
1830
+ "relative",
1831
+ "h-5",
1832
+ "w-16",
1833
+ "outline-none",
1834
+ "focus-visible:outline-none",
1835
+ "[touch-action:pan-y]",
1836
+ "absolute",
1837
+ "left-1/2",
1838
+ "top-1/2",
1839
+ "-translate-x-1/2",
1840
+ "-translate-y-1/2",
1841
+ "h-1",
1842
+ "w-8",
1843
+ "rounded-full"
1844
+ ],
1845
+ "internalComponents": [
1846
+ "Box"
1847
+ ],
1848
+ "internalComponentProps": {
1849
+ "Box": {
1850
+ "display": [
1442
1851
  "block",
1443
1852
  "flex"
1444
1853
  ],
@@ -1770,26 +2179,212 @@
1770
2179
  "runtimeConfigInternalComponentProps": {},
1771
2180
  "motionVarPrefixes": []
1772
2181
  },
1773
- "Menu.Content": {
1774
- "name": "Menu.Content",
2182
+ "Input": {
2183
+ "name": "Input",
1775
2184
  "defaultProps": {
1776
- "size": "default",
1777
- "variant": "default",
1778
- "gutter": "1"
2185
+ "type": "text",
2186
+ "size": "md",
2187
+ "width": "full"
1779
2188
  },
1780
- "getStylesLiterals": {},
1781
- "cxLiterals": [
1782
- "uds-menu-content",
1783
- "transition-shadow",
1784
- "duration-200",
1785
- "ease-in-out",
1786
- "min-w-60",
1787
- "max-w-lg",
1788
- "max-h-96",
1789
- "overflow-auto",
1790
- "uds-ring",
1791
- "z-10",
1792
- "group"
2189
+ "getStylesLiterals": {
2190
+ "inputVariantRoot": "default",
2191
+ "inputVariantValueRoot": "empty",
2192
+ "inputVariantValueRoot:1": "filled",
2193
+ "inputVariantInputWrapper": "default",
2194
+ "inputVariantValueInputWrapper": "empty",
2195
+ "inputVariantValueInputWrapper:1": "filled",
2196
+ "inputVariantInput": "default",
2197
+ "inputVariantValueInput": "empty",
2198
+ "inputVariantValueInput:1": "filled",
2199
+ "inputVariantInputPlaceholder": "default",
2200
+ "inputVariantValueInputPlaceholder": "empty",
2201
+ "inputVariantValueInputPlaceholder:1": "filled",
2202
+ "inputVariantLabel": "default",
2203
+ "inputVariantValueLabel": "empty",
2204
+ "inputVariantValueLabel:1": "filled",
2205
+ "inputVariantLabelRequired": "default",
2206
+ "inputVariantValueLabelRequired": "empty",
2207
+ "inputVariantValueLabelRequired:1": "filled",
2208
+ "inputVariantStartIcon": "default",
2209
+ "inputVariantValueStartIcon": "empty",
2210
+ "inputVariantValueStartIcon:1": "filled",
2211
+ "inputVariantEndIcon": "default",
2212
+ "inputVariantValueEndIcon": "empty",
2213
+ "inputVariantValueEndIcon:1": "filled"
2214
+ },
2215
+ "cxLiterals": [
2216
+ "opacity-50",
2217
+ "min-w-[200px]",
2218
+ "grow",
2219
+ "uds-hit-target",
2220
+ "bg-clip-text",
2221
+ "focus:outline-none",
2222
+ "cursor-text",
2223
+ "cursor-not-allowed"
2224
+ ],
2225
+ "internalComponents": [
2226
+ "IconSlot",
2227
+ "StartIcon",
2228
+ "EndIcon",
2229
+ "HelpTextContent",
2230
+ "Box",
2231
+ "InputHelpTextInternal",
2232
+ "VStack",
2233
+ "HStack",
2234
+ "AnimateHeightChange"
2235
+ ],
2236
+ "internalComponentProps": {
2237
+ "HelpTextContent": {
2238
+ "spacingTop": [
2239
+ "2"
2240
+ ]
2241
+ },
2242
+ "Box": {
2243
+ "spacingBottom": [
2244
+ "2"
2245
+ ],
2246
+ "columnGap": [
2247
+ "0.5"
2248
+ ],
2249
+ "alignItems": [
2250
+ "flex-end",
2251
+ "center"
2252
+ ],
2253
+ "position": [
2254
+ "relative"
2255
+ ]
2256
+ },
2257
+ "HStack": {
2258
+ "alignItems": [
2259
+ "center"
2260
+ ],
2261
+ "gap": [
2262
+ "1"
2263
+ ]
2264
+ }
2265
+ },
2266
+ "propToVariantKeys": {
2267
+ "size": [
2268
+ "inputSizeRoot",
2269
+ "inputSizeInputWrapper",
2270
+ "inputSizeInput",
2271
+ "inputSizeLabel",
2272
+ "inputSizeStartIcon",
2273
+ "inputSizeEndIcon"
2274
+ ],
2275
+ "startIcon": [
2276
+ "icon"
2277
+ ],
2278
+ "endIcon": [
2279
+ "icon"
2280
+ ],
2281
+ "slotProps": [
2282
+ "helperTextSlotProps"
2283
+ ],
2284
+ "helperTextIcon": [
2285
+ "startIcon"
2286
+ ]
2287
+ },
2288
+ "runtimeConfigDefaultProps": {},
2289
+ "runtimeConfigGetStyles": {},
2290
+ "runtimeConfigInternalComponentProps": {},
2291
+ "motionVarPrefixes": []
2292
+ },
2293
+ "InputHelpText": {
2294
+ "name": "InputHelpText",
2295
+ "defaultProps": {
2296
+ "size": "md"
2297
+ },
2298
+ "getStylesLiterals": {
2299
+ "inputVariantRoot": "default",
2300
+ "inputVariantValueRoot": "empty",
2301
+ "inputVariantValueRoot:1": "filled"
2302
+ },
2303
+ "cxLiterals": [],
2304
+ "internalComponents": [
2305
+ "InputHelpTextInternal",
2306
+ "Box"
2307
+ ],
2308
+ "internalComponentProps": {
2309
+ "Box": {
2310
+ "spacingTop": [
2311
+ "2"
2312
+ ]
2313
+ }
2314
+ },
2315
+ "propToVariantKeys": {
2316
+ "size": [
2317
+ "inputSizeRoot"
2318
+ ]
2319
+ },
2320
+ "runtimeConfigDefaultProps": {},
2321
+ "runtimeConfigGetStyles": {},
2322
+ "runtimeConfigInternalComponentProps": {},
2323
+ "motionVarPrefixes": []
2324
+ },
2325
+ "InputHelpTextInternal": {
2326
+ "name": "InputHelpTextInternal",
2327
+ "defaultProps": {},
2328
+ "getStylesLiterals": {
2329
+ "inputVariantHelperText": "default",
2330
+ "inputVariantValueHelperText": "empty",
2331
+ "inputVariantValueHelperText:1": "filled",
2332
+ "inputVariantHelperIcon": "default",
2333
+ "inputVariantValueHelperIcon": "empty",
2334
+ "inputVariantValueHelperIcon:1": "filled"
2335
+ },
2336
+ "cxLiterals": [],
2337
+ "internalComponents": [
2338
+ "IconSlot",
2339
+ "HStack"
2340
+ ],
2341
+ "internalComponentProps": {
2342
+ "HStack": {
2343
+ "gap": [
2344
+ "1"
2345
+ ],
2346
+ "alignItems": [
2347
+ "center"
2348
+ ]
2349
+ }
2350
+ },
2351
+ "propToVariantKeys": {
2352
+ "size": [
2353
+ "inputSizeHelperText",
2354
+ "inputSizeHelperIcon"
2355
+ ],
2356
+ "startIcon": [
2357
+ "icon"
2358
+ ],
2359
+ "endIcon": [
2360
+ "icon"
2361
+ ]
2362
+ },
2363
+ "runtimeConfigDefaultProps": {},
2364
+ "runtimeConfigGetStyles": {},
2365
+ "runtimeConfigInternalComponentProps": {},
2366
+ "motionVarPrefixes": []
2367
+ },
2368
+ "Menu.Content": {
2369
+ "name": "Menu.Content",
2370
+ "defaultProps": {
2371
+ "size": "default",
2372
+ "variant": "default",
2373
+ "gutter": "1"
2374
+ },
2375
+ "getStylesLiterals": {},
2376
+ "cxLiterals": [
2377
+ "uds-menu-content",
2378
+ "transition-shadow",
2379
+ "duration-200",
2380
+ "ease-in-out",
2381
+ "min-w-60",
2382
+ "max-w-lg",
2383
+ "max-h-96",
2384
+ "overflow-auto",
2385
+ "uds-ring",
2386
+ "z-10",
2387
+ "group"
1793
2388
  ],
1794
2389
  "internalComponents": [
1795
2390
  "AriakitMenu",
@@ -2041,214 +2636,28 @@
2041
2636
  "runtimeConfigInternalComponentProps": {},
2042
2637
  "motionVarPrefixes": []
2043
2638
  },
2044
- "Input": {
2045
- "name": "Input",
2046
- "defaultProps": {
2047
- "type": "text",
2048
- "size": "md",
2049
- "width": "full"
2639
+ "Popover": {
2640
+ "name": "Popover",
2641
+ "defaultProps": {},
2642
+ "getStylesLiterals": {},
2643
+ "cxLiterals": [],
2644
+ "internalComponents": [
2645
+ "PopoverInternalContext.Provider",
2646
+ "PopoverProvider"
2647
+ ],
2648
+ "internalComponentProps": {},
2649
+ "propToVariantKeys": {},
2650
+ "runtimeConfigDefaultProps": {
2651
+ "size": "popover.defaultSize",
2652
+ "variant": "popover.defaultVariant"
2050
2653
  },
2051
- "getStylesLiterals": {
2052
- "inputVariantRoot": "default",
2053
- "inputVariantValueRoot": "empty",
2054
- "inputVariantValueRoot:1": "filled",
2055
- "inputVariantInputWrapper": "default",
2056
- "inputVariantValueInputWrapper": "empty",
2057
- "inputVariantValueInputWrapper:1": "filled",
2058
- "inputVariantInput": "default",
2059
- "inputVariantValueInput": "empty",
2060
- "inputVariantValueInput:1": "filled",
2061
- "inputVariantInputPlaceholder": "default",
2062
- "inputVariantValueInputPlaceholder": "empty",
2063
- "inputVariantValueInputPlaceholder:1": "filled",
2064
- "inputVariantLabel": "default",
2065
- "inputVariantValueLabel": "empty",
2066
- "inputVariantValueLabel:1": "filled",
2067
- "inputVariantLabelRequired": "default",
2068
- "inputVariantValueLabelRequired": "empty",
2069
- "inputVariantValueLabelRequired:1": "filled",
2070
- "inputVariantStartIcon": "default",
2071
- "inputVariantValueStartIcon": "empty",
2072
- "inputVariantValueStartIcon:1": "filled",
2073
- "inputVariantEndIcon": "default",
2074
- "inputVariantValueEndIcon": "empty",
2075
- "inputVariantValueEndIcon:1": "filled"
2076
- },
2077
- "cxLiterals": [
2078
- "opacity-50",
2079
- "min-w-[200px]",
2080
- "grow",
2081
- "uds-hit-target",
2082
- "bg-clip-text",
2083
- "focus:outline-none",
2084
- "cursor-text",
2085
- "cursor-not-allowed"
2086
- ],
2087
- "internalComponents": [
2088
- "IconSlot",
2089
- "StartIcon",
2090
- "EndIcon",
2091
- "HelpTextContent",
2092
- "Box",
2093
- "InputHelpTextInternal",
2094
- "VStack",
2095
- "HStack",
2096
- "AnimateHeightChange"
2097
- ],
2098
- "internalComponentProps": {
2099
- "HelpTextContent": {
2100
- "spacingTop": [
2101
- "2"
2102
- ]
2103
- },
2104
- "Box": {
2105
- "spacingBottom": [
2106
- "2"
2107
- ],
2108
- "columnGap": [
2109
- "0.5"
2110
- ],
2111
- "alignItems": [
2112
- "flex-end",
2113
- "center"
2114
- ],
2115
- "position": [
2116
- "relative"
2117
- ]
2118
- },
2119
- "HStack": {
2120
- "alignItems": [
2121
- "center"
2122
- ],
2123
- "gap": [
2124
- "1"
2125
- ]
2126
- }
2127
- },
2128
- "propToVariantKeys": {
2129
- "size": [
2130
- "inputSizeRoot",
2131
- "inputSizeInputWrapper",
2132
- "inputSizeInput",
2133
- "inputSizeLabel",
2134
- "inputSizeStartIcon",
2135
- "inputSizeEndIcon"
2136
- ],
2137
- "startIcon": [
2138
- "icon"
2139
- ],
2140
- "endIcon": [
2141
- "icon"
2142
- ],
2143
- "slotProps": [
2144
- "helperTextSlotProps"
2145
- ],
2146
- "helperTextIcon": [
2147
- "startIcon"
2148
- ]
2149
- },
2150
- "runtimeConfigDefaultProps": {},
2151
- "runtimeConfigGetStyles": {},
2152
- "runtimeConfigInternalComponentProps": {},
2153
- "motionVarPrefixes": []
2154
- },
2155
- "InputHelpText": {
2156
- "name": "InputHelpText",
2157
- "defaultProps": {
2158
- "size": "md"
2159
- },
2160
- "getStylesLiterals": {
2161
- "inputVariantRoot": "default",
2162
- "inputVariantValueRoot": "empty",
2163
- "inputVariantValueRoot:1": "filled"
2164
- },
2165
- "cxLiterals": [],
2166
- "internalComponents": [
2167
- "InputHelpTextInternal",
2168
- "Box"
2169
- ],
2170
- "internalComponentProps": {
2171
- "Box": {
2172
- "spacingTop": [
2173
- "2"
2174
- ]
2175
- }
2176
- },
2177
- "propToVariantKeys": {
2178
- "size": [
2179
- "inputSizeRoot"
2180
- ]
2181
- },
2182
- "runtimeConfigDefaultProps": {},
2183
- "runtimeConfigGetStyles": {},
2184
- "runtimeConfigInternalComponentProps": {},
2185
- "motionVarPrefixes": []
2186
- },
2187
- "InputHelpTextInternal": {
2188
- "name": "InputHelpTextInternal",
2189
- "defaultProps": {},
2190
- "getStylesLiterals": {
2191
- "inputVariantHelperText": "default",
2192
- "inputVariantValueHelperText": "empty",
2193
- "inputVariantValueHelperText:1": "filled",
2194
- "inputVariantHelperIcon": "default",
2195
- "inputVariantValueHelperIcon": "empty",
2196
- "inputVariantValueHelperIcon:1": "filled"
2197
- },
2198
- "cxLiterals": [],
2199
- "internalComponents": [
2200
- "IconSlot",
2201
- "HStack"
2202
- ],
2203
- "internalComponentProps": {
2204
- "HStack": {
2205
- "gap": [
2206
- "1"
2207
- ],
2208
- "alignItems": [
2209
- "center"
2210
- ]
2211
- }
2212
- },
2213
- "propToVariantKeys": {
2214
- "size": [
2215
- "inputSizeHelperText",
2216
- "inputSizeHelperIcon"
2217
- ],
2218
- "startIcon": [
2219
- "icon"
2220
- ],
2221
- "endIcon": [
2222
- "icon"
2223
- ]
2224
- },
2225
- "runtimeConfigDefaultProps": {},
2226
- "runtimeConfigGetStyles": {},
2227
- "runtimeConfigInternalComponentProps": {},
2228
- "motionVarPrefixes": []
2229
- },
2230
- "Popover": {
2231
- "name": "Popover",
2232
- "defaultProps": {},
2233
- "getStylesLiterals": {},
2234
- "cxLiterals": [],
2235
- "internalComponents": [
2236
- "PopoverInternalContext.Provider",
2237
- "PopoverProvider"
2238
- ],
2239
- "internalComponentProps": {},
2240
- "propToVariantKeys": {},
2241
- "runtimeConfigDefaultProps": {
2242
- "size": "popover.defaultSize",
2243
- "variant": "popover.defaultVariant"
2244
- },
2245
- "runtimeConfigGetStyles": {},
2246
- "runtimeConfigInternalComponentProps": {},
2247
- "motionVarPrefixes": []
2248
- },
2249
- "PopoverContent": {
2250
- "name": "PopoverContent",
2251
- "defaultProps": {},
2654
+ "runtimeConfigGetStyles": {},
2655
+ "runtimeConfigInternalComponentProps": {},
2656
+ "motionVarPrefixes": []
2657
+ },
2658
+ "PopoverContent": {
2659
+ "name": "PopoverContent",
2660
+ "defaultProps": {},
2252
2661
  "getStylesLiterals": {
2253
2662
  "popoverSizeRoot": "default",
2254
2663
  "popoverVariantRoot": "default",
@@ -3074,414 +3483,5 @@
3074
3483
  "runtimeConfigGetStyles": {},
3075
3484
  "runtimeConfigInternalComponentProps": {},
3076
3485
  "motionVarPrefixes": []
3077
- },
3078
- "Accordion": {
3079
- "name": "Accordion",
3080
- "defaultProps": {
3081
- "spacingHorizontal": "4",
3082
- "spacingVertical": "4"
3083
- },
3084
- "getStylesLiterals": {},
3085
- "cxLiterals": [
3086
- "hover:bg-secondary/80",
3087
- "w-full"
3088
- ],
3089
- "internalComponents": [
3090
- "Icon",
3091
- "SpringMotionConfig",
3092
- "Pressable",
3093
- "Text",
3094
- "HStack",
3095
- "AnimatePresence",
3096
- "VStack"
3097
- ],
3098
- "internalComponentProps": {
3099
- "Icon": {
3100
- "variant": [
3101
- "fill"
3102
- ],
3103
- "size": [
3104
- "sm"
3105
- ],
3106
- "color": [
3107
- "primary"
3108
- ]
3109
- },
3110
- "SpringMotionConfig": {
3111
- "layoutVariant": [
3112
- "smooth"
3113
- ],
3114
- "layoutSpeed": [
3115
- "3"
3116
- ]
3117
- },
3118
- "Pressable": {
3119
- "display": [
3120
- "flex"
3121
- ],
3122
- "flexDirection": [
3123
- "row"
3124
- ],
3125
- "alignItems": [
3126
- "center"
3127
- ],
3128
- "justifyContent": [
3129
- "space-between"
3130
- ],
3131
- "borderRadius": [
3132
- "md"
3133
- ]
3134
- },
3135
- "Text": {
3136
- "variant": [
3137
- "title4"
3138
- ],
3139
- "color": [
3140
- "primary"
3141
- ]
3142
- },
3143
- "HStack": {
3144
- "display": [
3145
- "flex"
3146
- ],
3147
- "alignItems": [
3148
- "center"
3149
- ],
3150
- "justifyContent": [
3151
- "space-between"
3152
- ],
3153
- "columnGap": [
3154
- "2.5"
3155
- ]
3156
- }
3157
- },
3158
- "propToVariantKeys": {},
3159
- "runtimeConfigDefaultProps": {},
3160
- "runtimeConfigGetStyles": {},
3161
- "runtimeConfigInternalComponentProps": {},
3162
- "motionVarPrefixes": [
3163
- "--uds-motion-smooth-3-"
3164
- ]
3165
- },
3166
- "AvoidMotionLibraryProvider": {
3167
- "name": "AvoidMotionLibraryProvider",
3168
- "defaultProps": {},
3169
- "getStylesLiterals": {},
3170
- "cxLiterals": [],
3171
- "internalComponents": [],
3172
- "internalComponentProps": {},
3173
- "propToVariantKeys": {},
3174
- "runtimeConfigDefaultProps": {},
3175
- "runtimeConfigGetStyles": {},
3176
- "runtimeConfigInternalComponentProps": {},
3177
- "motionVarPrefixes": []
3178
- },
3179
- "Modal": {
3180
- "name": "Modal",
3181
- "defaultProps": {},
3182
- "getStylesLiterals": {},
3183
- "cxLiterals": [
3184
- "inset-8",
3185
- "top-[250px]",
3186
- "z-50",
3187
- "mx-auto",
3188
- "h-fit",
3189
- "w-[600px]",
3190
- "origin-center",
3191
- "scale-95",
3192
- "opacity-0",
3193
- "transition",
3194
- "duration-150",
3195
- "data-[enter]:scale-100",
3196
- "data-[enter]:opacity-100",
3197
- "data-[enter]:bg-primary",
3198
- "backdrop-blur-0",
3199
- "data-[enter]:opacity-60",
3200
- "data-[enter]:backdrop-blur-sm"
3201
- ],
3202
- "internalComponents": [
3203
- "IconButton",
3204
- "Dialog",
3205
- "HStack",
3206
- "Text",
3207
- "VStack"
3208
- ],
3209
- "internalComponentProps": {
3210
- "IconButton": {
3211
- "aria-label": [
3212
- "Close"
3213
- ],
3214
- "size": [
3215
- "sm"
3216
- ],
3217
- "variant": [
3218
- "tertiary"
3219
- ]
3220
- },
3221
- "HStack": {
3222
- "alignItems": [
3223
- "center"
3224
- ],
3225
- "justifyContent": [
3226
- "space-between"
3227
- ]
3228
- },
3229
- "Text": {
3230
- "variant": [
3231
- "headline1"
3232
- ],
3233
- "color": [
3234
- "primary"
3235
- ]
3236
- },
3237
- "VStack": {
3238
- "borderRadius": [
3239
- "md"
3240
- ],
3241
- "position": [
3242
- "fixed"
3243
- ],
3244
- "backgroundColor": [
3245
- "primary"
3246
- ],
3247
- "dropShadow": [
3248
- "md"
3249
- ],
3250
- "spacing": [
3251
- "8"
3252
- ],
3253
- "overflow": [
3254
- "hidden"
3255
- ]
3256
- }
3257
- },
3258
- "propToVariantKeys": {
3259
- "handleClose": [
3260
- "onClick"
3261
- ]
3262
- },
3263
- "runtimeConfigDefaultProps": {},
3264
- "runtimeConfigGetStyles": {},
3265
- "runtimeConfigInternalComponentProps": {},
3266
- "motionVarPrefixes": []
3267
- },
3268
- "SegmentedControl": {
3269
- "name": "SegmentedControl",
3270
- "defaultProps": {
3271
- "textVariant": "label2"
3272
- },
3273
- "getStylesLiterals": {
3274
- "display": "flex",
3275
- "alignItems": "center",
3276
- "backgroundColor": "primary",
3277
- "spacingVertical": "1",
3278
- "spacingHorizontal": "3",
3279
- "columnGap": "1.5",
3280
- "borderWidth": "thin",
3281
- "borderRadius": "full",
3282
- "borderColor": "muted",
3283
- "borderColor:1": "transparent",
3284
- "color": "primary",
3285
- "color:1": "tertiary",
3286
- "color:2": "muted"
3287
- },
3288
- "cxLiterals": [
3289
- "uds-ring",
3290
- "cursor-not-allowed",
3291
- "opacity-50",
3292
- "pointer-events-none",
3293
- "hover:bg-primary"
3294
- ],
3295
- "internalComponents": [
3296
- "TextVariant",
3297
- "Radio",
3298
- "Icon",
3299
- "RadioProvider",
3300
- "HStack",
3301
- "RadioGroup",
3302
- "Pressable",
3303
- "Text"
3304
- ],
3305
- "internalComponentProps": {
3306
- "Icon": {
3307
- "size": [
3308
- "sm"
3309
- ],
3310
- "color": [
3311
- "current"
3312
- ],
3313
- "aria-hidden": [
3314
- "true"
3315
- ]
3316
- },
3317
- "HStack": {
3318
- "spacing": [
3319
- "1"
3320
- ],
3321
- "gap": [
3322
- "1"
3323
- ],
3324
- "backgroundColor": [
3325
- "secondary"
3326
- ],
3327
- "borderRadius": [
3328
- "full"
3329
- ],
3330
- "display": [
3331
- "inline-flex"
3332
- ]
3333
- },
3334
- "Text": {
3335
- "color": [
3336
- "current"
3337
- ]
3338
- }
3339
- },
3340
- "propToVariantKeys": {
3341
- "value": [
3342
- "key"
3343
- ],
3344
- "label": [
3345
- "aria-label"
3346
- ],
3347
- "textVariant": [
3348
- "variant"
3349
- ]
3350
- },
3351
- "runtimeConfigDefaultProps": {},
3352
- "runtimeConfigGetStyles": {},
3353
- "runtimeConfigInternalComponentProps": {},
3354
- "motionVarPrefixes": []
3355
- },
3356
- "SwitchV2": {
3357
- "name": "SwitchV2",
3358
- "defaultProps": {
3359
- "labelPosition": "start",
3360
- "size": "md"
3361
- },
3362
- "getStylesLiterals": {
3363
- "switchVariantRoot": "default",
3364
- "switchVariantActiveRoot": "on",
3365
- "switchVariantActiveRoot:1": "off",
3366
- "switchVariantSwitch": "default",
3367
- "switchVariantActiveSwitch": "on",
3368
- "switchVariantActiveSwitch:1": "off",
3369
- "switchVariantActiveHandle": "on",
3370
- "switchVariantActiveHandle:1": "off",
3371
- "switchVariantHandle": "default",
3372
- "switchVariantHandleIcon": "default",
3373
- "switchVariantActiveHandleIcon": "on",
3374
- "switchVariantActiveHandleIcon:1": "off"
3375
- },
3376
- "cxLiterals": [
3377
- "group",
3378
- "flex",
3379
- "items-center",
3380
- "flex-row",
3381
- "flex-row-reverse",
3382
- "uds-ring",
3383
- "uds-ring-within",
3384
- "relative",
3385
- "uds-border-radius-full",
3386
- "transition-[background-color,box-shadow]",
3387
- "pointer-events-none",
3388
- "w-full",
3389
- "h-full",
3390
- "absolute",
3391
- "top-0",
3392
- "bottom-0",
3393
- "right-0",
3394
- "left-0",
3395
- "overflow-hidden",
3396
- "group-hover:scale-105",
3397
- "opacity-95",
3398
- "group-hover:opacity-100",
3399
- "transition-[transform,opacity]",
3400
- "opacity-0",
3401
- "top-1/2",
3402
- "left-1/2",
3403
- "transform",
3404
- "translate-x-[-50%]",
3405
- "translate-y-[-50%]",
3406
- "transition-opacity",
3407
- "cursor-[inherit]",
3408
- "w-[calc(100%+2px)]",
3409
- "h-[calc(100%+2px)]",
3410
- "text-start",
3411
- "text-end",
3412
- "opacity-100"
3413
- ],
3414
- "internalComponents": [
3415
- "IconSlot",
3416
- "Box",
3417
- "FormLabel",
3418
- "SpringMotionConfig",
3419
- "RootElement",
3420
- "MotionBox"
3421
- ],
3422
- "internalComponentProps": {
3423
- "IconSlot": {
3424
- "data-testid": [
3425
- "on-icon",
3426
- "off-icon"
3427
- ]
3428
- },
3429
- "FormLabel": {
3430
- "as": [
3431
- "div"
3432
- ],
3433
- "variant": [
3434
- "inherit"
3435
- ],
3436
- "color": [
3437
- "inherit"
3438
- ]
3439
- },
3440
- "SpringMotionConfig": {
3441
- "layoutVariant": [
3442
- "bouncy"
3443
- ],
3444
- "layoutSpeed": [
3445
- "4"
3446
- ]
3447
- },
3448
- "RootElement": {
3449
- "data-testid": [
3450
- "switch-root"
3451
- ]
3452
- },
3453
- "MotionBox": {
3454
- "layout": [
3455
- "position"
3456
- ]
3457
- }
3458
- },
3459
- "propToVariantKeys": {
3460
- "size": [
3461
- "switchSizeRoot",
3462
- "switchSizeSwitch",
3463
- "switchSizeHandle",
3464
- "switchSizeHandleIcon"
3465
- ],
3466
- "onIcon": [
3467
- "icon"
3468
- ],
3469
- "offIcon": [
3470
- "icon"
3471
- ],
3472
- "reduceMotion": [
3473
- "reducedMotion"
3474
- ],
3475
- "isOn": [
3476
- "layoutDependency"
3477
- ]
3478
- },
3479
- "runtimeConfigDefaultProps": {},
3480
- "runtimeConfigGetStyles": {},
3481
- "runtimeConfigInternalComponentProps": {},
3482
- "motionVarPrefixes": [
3483
- "--uds-motion-bouncy-4-",
3484
- "--uds-motion-smooth-3-"
3485
- ]
3486
3486
  }
3487
3487
  }