@yahoo/uds 3.120.0 → 3.122.0

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.
Files changed (69) hide show
  1. package/dist/components/client/Popover/Popover.cjs +1 -1
  2. package/dist/components/client/Popover/Popover.js +1 -1
  3. package/dist/components/client/Popover/PopoverContent.cjs +12 -17
  4. package/dist/components/client/Popover/PopoverContent.js +12 -17
  5. package/dist/components/client/Popover/UDSPopoverConfigProvider.cjs +13 -3
  6. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +13 -5
  7. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +13 -5
  8. package/dist/components/client/Popover/UDSPopoverConfigProvider.js +13 -3
  9. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
  10. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
  11. package/dist/fixtures/dist/index.cjs +1 -2
  12. package/dist/fixtures/dist/index.js +1 -2
  13. package/dist/index.d.cts +2 -2
  14. package/dist/index.d.ts +2 -2
  15. package/dist/runtime/popoverConfig.cjs +2 -0
  16. package/dist/runtime/popoverConfig.d.cts +3 -1
  17. package/dist/runtime/popoverConfig.d.ts +3 -1
  18. package/dist/runtime/popoverConfig.js +2 -0
  19. package/dist/styles/styler.d.cts +43 -43
  20. package/dist/styles/styler.d.ts +43 -43
  21. package/dist/tailwind/dist/commands/generateComponentData.cjs +5 -1
  22. package/dist/tailwind/dist/commands/generateComponentData.d.cts +3 -0
  23. package/dist/tailwind/dist/commands/generateComponentData.d.cts.map +1 -1
  24. package/dist/tailwind/dist/commands/generateComponentData.d.ts +3 -0
  25. package/dist/tailwind/dist/commands/generateComponentData.d.ts.map +1 -1
  26. package/dist/tailwind/dist/commands/generateComponentData.js +5 -1
  27. package/dist/tailwind/dist/commands/generateComponentData.js.map +1 -1
  28. package/dist/tailwind/dist/css/generate.cjs +2 -1
  29. package/dist/tailwind/dist/css/generate.d.cts.map +1 -1
  30. package/dist/tailwind/dist/css/generate.d.ts.map +1 -1
  31. package/dist/tailwind/dist/css/generate.js +3 -2
  32. package/dist/tailwind/dist/css/generate.js.map +1 -1
  33. package/dist/tailwind/dist/css/nodeUtils.cjs +7 -5
  34. package/dist/tailwind/dist/css/nodeUtils.js +7 -5
  35. package/dist/tailwind/dist/css/nodeUtils.js.map +1 -1
  36. package/dist/tailwind/dist/css/runner.cjs +4 -3
  37. package/dist/tailwind/dist/css/runner.js +5 -4
  38. package/dist/tailwind/dist/css/runner.js.map +1 -1
  39. package/dist/tailwind/dist/css/utils.cjs +62 -0
  40. package/dist/tailwind/dist/css/utils.js +62 -1
  41. package/dist/tailwind/dist/css/utils.js.map +1 -1
  42. package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -1
  43. package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +104 -19
  44. package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.cts +5 -0
  45. package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.cts.map +1 -1
  46. package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.ts +5 -0
  47. package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.ts.map +1 -1
  48. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +104 -19
  49. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -1
  50. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.cjs +99 -10
  51. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js +99 -10
  52. package/dist/tailwind/dist/purger/optimized/utils/componentAnalyzer.js.map +1 -1
  53. package/dist/tailwind/dist/runtimeConfig/hookMetadata.cjs +364 -0
  54. package/dist/tailwind/dist/runtimeConfig/hookMetadata.js +358 -0
  55. package/dist/tailwind/dist/runtimeConfig/hookMetadata.js.map +1 -0
  56. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  57. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  58. package/dist/tokens/index.d.cts +2 -2
  59. package/dist/tokens/index.d.ts +2 -2
  60. package/dist/tokens/types.d.cts +2 -2
  61. package/dist/tokens/types.d.ts +2 -2
  62. package/dist/types/dist/index.d.cts +2 -1
  63. package/dist/types/dist/index.d.ts +2 -1
  64. package/dist/uds/generated/componentData.cjs +915 -628
  65. package/dist/uds/generated/componentData.js +915 -628
  66. package/dist/uds/package.cjs +3 -3
  67. package/dist/uds/package.js +3 -3
  68. package/generated/componentData.json +1131 -782
  69. package/package.json +4 -4
@@ -19,6 +19,9 @@
19
19
  "dropShadow"
20
20
  ]
21
21
  },
22
+ "runtimeConfigDefaultProps": {},
23
+ "runtimeConfigGetStyles": {},
24
+ "runtimeConfigInternalComponentProps": {},
22
25
  "motionVarPrefixes": []
23
26
  },
24
27
  "FormLabel": {
@@ -49,6 +52,9 @@
49
52
  }
50
53
  },
51
54
  "propToVariantKeys": {},
55
+ "runtimeConfigDefaultProps": {},
56
+ "runtimeConfigGetStyles": {},
57
+ "runtimeConfigInternalComponentProps": {},
52
58
  "motionVarPrefixes": []
53
59
  },
54
60
  "HStack": {
@@ -72,6 +78,9 @@
72
78
  "columnGap"
73
79
  ]
74
80
  },
81
+ "runtimeConfigDefaultProps": {},
82
+ "runtimeConfigGetStyles": {},
83
+ "runtimeConfigInternalComponentProps": {},
75
84
  "motionVarPrefixes": []
76
85
  },
77
86
  "Icon": {
@@ -92,6 +101,9 @@
92
101
  ],
93
102
  "internalComponentProps": {},
94
103
  "propToVariantKeys": {},
104
+ "runtimeConfigDefaultProps": {},
105
+ "runtimeConfigGetStyles": {},
106
+ "runtimeConfigInternalComponentProps": {},
95
107
  "motionVarPrefixes": []
96
108
  },
97
109
  "IconSlot": {
@@ -104,6 +116,9 @@
104
116
  ],
105
117
  "internalComponentProps": {},
106
118
  "propToVariantKeys": {},
119
+ "runtimeConfigDefaultProps": {},
120
+ "runtimeConfigGetStyles": {},
121
+ "runtimeConfigInternalComponentProps": {},
107
122
  "motionVarPrefixes": []
108
123
  },
109
124
  "Image": {
@@ -114,6 +129,9 @@
114
129
  "internalComponents": [],
115
130
  "internalComponentProps": {},
116
131
  "propToVariantKeys": {},
132
+ "runtimeConfigDefaultProps": {},
133
+ "runtimeConfigGetStyles": {},
134
+ "runtimeConfigInternalComponentProps": {},
117
135
  "motionVarPrefixes": []
118
136
  },
119
137
  "Link": {
@@ -164,6 +182,9 @@
164
182
  "icon"
165
183
  ]
166
184
  },
185
+ "runtimeConfigDefaultProps": {},
186
+ "runtimeConfigGetStyles": {},
187
+ "runtimeConfigInternalComponentProps": {},
167
188
  "motionVarPrefixes": []
168
189
  },
169
190
  "Scrim": {
@@ -200,6 +221,9 @@
200
221
  "scrimVariantRoot"
201
222
  ]
202
223
  },
224
+ "runtimeConfigDefaultProps": {},
225
+ "runtimeConfigGetStyles": {},
226
+ "runtimeConfigInternalComponentProps": {},
203
227
  "motionVarPrefixes": []
204
228
  },
205
229
  "SvgFloatingOverlay": {
@@ -248,6 +272,9 @@
248
272
  "className"
249
273
  ]
250
274
  },
275
+ "runtimeConfigDefaultProps": {},
276
+ "runtimeConfigGetStyles": {},
277
+ "runtimeConfigInternalComponentProps": {},
251
278
  "motionVarPrefixes": []
252
279
  },
253
280
  "Text": {
@@ -272,6 +299,9 @@
272
299
  "letterSpacing"
273
300
  ]
274
301
  },
302
+ "runtimeConfigDefaultProps": {},
303
+ "runtimeConfigGetStyles": {},
304
+ "runtimeConfigInternalComponentProps": {},
275
305
  "motionVarPrefixes": []
276
306
  },
277
307
  "VStack": {
@@ -295,6 +325,9 @@
295
325
  "rowGap"
296
326
  ]
297
327
  },
328
+ "runtimeConfigDefaultProps": {},
329
+ "runtimeConfigGetStyles": {},
330
+ "runtimeConfigInternalComponentProps": {},
298
331
  "motionVarPrefixes": []
299
332
  },
300
333
  "Divider": {
@@ -307,6 +340,9 @@
307
340
  ],
308
341
  "internalComponentProps": {},
309
342
  "propToVariantKeys": {},
343
+ "runtimeConfigDefaultProps": {},
344
+ "runtimeConfigGetStyles": {},
345
+ "runtimeConfigInternalComponentProps": {},
310
346
  "motionVarPrefixes": []
311
347
  },
312
348
  "DividerCore": {
@@ -353,6 +389,9 @@
353
389
  }
354
390
  },
355
391
  "propToVariantKeys": {},
392
+ "runtimeConfigDefaultProps": {},
393
+ "runtimeConfigGetStyles": {},
394
+ "runtimeConfigInternalComponentProps": {},
356
395
  "motionVarPrefixes": []
357
396
  },
358
397
  "DividerInternal": {
@@ -375,6 +414,9 @@
375
414
  "dividerVariantLine"
376
415
  ]
377
416
  },
417
+ "runtimeConfigDefaultProps": {},
418
+ "runtimeConfigGetStyles": {},
419
+ "runtimeConfigInternalComponentProps": {},
378
420
  "motionVarPrefixes": []
379
421
  },
380
422
  "Spinner": {
@@ -406,6 +448,9 @@
406
448
  }
407
449
  },
408
450
  "propToVariantKeys": {},
451
+ "runtimeConfigDefaultProps": {},
452
+ "runtimeConfigGetStyles": {},
453
+ "runtimeConfigInternalComponentProps": {},
409
454
  "motionVarPrefixes": []
410
455
  },
411
456
  "Table.mocks": {
@@ -416,6 +461,9 @@
416
461
  "internalComponents": [],
417
462
  "internalComponentProps": {},
418
463
  "propToVariantKeys": {},
464
+ "runtimeConfigDefaultProps": {},
465
+ "runtimeConfigGetStyles": {},
466
+ "runtimeConfigInternalComponentProps": {},
419
467
  "motionVarPrefixes": []
420
468
  },
421
469
  "Table": {
@@ -452,6 +500,9 @@
452
500
  }
453
501
  },
454
502
  "propToVariantKeys": {},
503
+ "runtimeConfigDefaultProps": {},
504
+ "runtimeConfigGetStyles": {},
505
+ "runtimeConfigInternalComponentProps": {},
455
506
  "motionVarPrefixes": []
456
507
  },
457
508
  "AnimateHeightChange": {
@@ -476,6 +527,9 @@
476
527
  "reducedMotion"
477
528
  ]
478
529
  },
530
+ "runtimeConfigDefaultProps": {},
531
+ "runtimeConfigGetStyles": {},
532
+ "runtimeConfigInternalComponentProps": {},
479
533
  "motionVarPrefixes": [
480
534
  "--uds-motion-subtle-4-",
481
535
  "--uds-motion-smooth-3-"
@@ -533,6 +587,9 @@
533
587
  "icon"
534
588
  ]
535
589
  },
590
+ "runtimeConfigDefaultProps": {},
591
+ "runtimeConfigGetStyles": {},
592
+ "runtimeConfigInternalComponentProps": {},
536
593
  "motionVarPrefixes": []
537
594
  },
538
595
  "Button": {
@@ -614,6 +671,9 @@
614
671
  "icon"
615
672
  ]
616
673
  },
674
+ "runtimeConfigDefaultProps": {},
675
+ "runtimeConfigGetStyles": {},
676
+ "runtimeConfigInternalComponentProps": {},
617
677
  "motionVarPrefixes": [
618
678
  "--uds-motion-subtle-3-",
619
679
  "--uds-motion-smooth-3-"
@@ -717,6 +777,9 @@
717
777
  "reducedMotion"
718
778
  ]
719
779
  },
780
+ "runtimeConfigDefaultProps": {},
781
+ "runtimeConfigGetStyles": {},
782
+ "runtimeConfigInternalComponentProps": {},
720
783
  "motionVarPrefixes": [
721
784
  "--uds-motion-subtle-3-",
722
785
  "--uds-motion-smooth-3-"
@@ -781,6 +844,9 @@
781
844
  "variant"
782
845
  ]
783
846
  },
847
+ "runtimeConfigDefaultProps": {},
848
+ "runtimeConfigGetStyles": {},
849
+ "runtimeConfigInternalComponentProps": {},
784
850
  "motionVarPrefixes": [
785
851
  "--uds-motion-subtle-3-",
786
852
  "--uds-motion-smooth-3-"
@@ -796,6 +862,9 @@
796
862
  ],
797
863
  "internalComponentProps": {},
798
864
  "propToVariantKeys": {},
865
+ "runtimeConfigDefaultProps": {},
866
+ "runtimeConfigGetStyles": {},
867
+ "runtimeConfigInternalComponentProps": {},
799
868
  "motionVarPrefixes": []
800
869
  },
801
870
  "SpringMotionConfig": {
@@ -815,6 +884,9 @@
815
884
  "features"
816
885
  ]
817
886
  },
887
+ "runtimeConfigDefaultProps": {},
888
+ "runtimeConfigGetStyles": {},
889
+ "runtimeConfigInternalComponentProps": {},
818
890
  "motionVarPrefixes": []
819
891
  },
820
892
  "Switch": {
@@ -926,6 +998,9 @@
926
998
  "reducedMotion"
927
999
  ]
928
1000
  },
1001
+ "runtimeConfigDefaultProps": {},
1002
+ "runtimeConfigGetStyles": {},
1003
+ "runtimeConfigInternalComponentProps": {},
929
1004
  "motionVarPrefixes": [
930
1005
  "--uds-motion-bouncy-4-",
931
1006
  "--uds-motion-smooth-3-"
@@ -1012,6 +1087,9 @@
1012
1087
  }
1013
1088
  },
1014
1089
  "propToVariantKeys": {},
1090
+ "runtimeConfigDefaultProps": {},
1091
+ "runtimeConfigGetStyles": {},
1092
+ "runtimeConfigInternalComponentProps": {},
1015
1093
  "motionVarPrefixes": [
1016
1094
  "--uds-motion-smooth-3-"
1017
1095
  ]
@@ -1024,6 +1102,9 @@
1024
1102
  "internalComponents": [],
1025
1103
  "internalComponentProps": {},
1026
1104
  "propToVariantKeys": {},
1105
+ "runtimeConfigDefaultProps": {},
1106
+ "runtimeConfigGetStyles": {},
1107
+ "runtimeConfigInternalComponentProps": {},
1027
1108
  "motionVarPrefixes": []
1028
1109
  },
1029
1110
  "ExperimentalPopover": {
@@ -1047,6 +1128,9 @@
1047
1128
  }
1048
1129
  },
1049
1130
  "propToVariantKeys": {},
1131
+ "runtimeConfigDefaultProps": {},
1132
+ "runtimeConfigGetStyles": {},
1133
+ "runtimeConfigInternalComponentProps": {},
1050
1134
  "motionVarPrefixes": []
1051
1135
  },
1052
1136
  "Modal": {
@@ -1133,6 +1217,9 @@
1133
1217
  "onClick"
1134
1218
  ]
1135
1219
  },
1220
+ "runtimeConfigDefaultProps": {},
1221
+ "runtimeConfigGetStyles": {},
1222
+ "runtimeConfigInternalComponentProps": {},
1136
1223
  "motionVarPrefixes": []
1137
1224
  },
1138
1225
  "SegmentedControl": {
@@ -1218,6 +1305,9 @@
1218
1305
  "variant"
1219
1306
  ]
1220
1307
  },
1308
+ "runtimeConfigDefaultProps": {},
1309
+ "runtimeConfigGetStyles": {},
1310
+ "runtimeConfigInternalComponentProps": {},
1221
1311
  "motionVarPrefixes": []
1222
1312
  },
1223
1313
  "SwitchV2": {
@@ -1343,6 +1433,9 @@
1343
1433
  "layoutDependency"
1344
1434
  ]
1345
1435
  },
1436
+ "runtimeConfigDefaultProps": {},
1437
+ "runtimeConfigGetStyles": {},
1438
+ "runtimeConfigInternalComponentProps": {},
1346
1439
  "motionVarPrefixes": [
1347
1440
  "--uds-motion-bouncy-4-",
1348
1441
  "--uds-motion-smooth-3-"
@@ -1405,547 +1498,584 @@
1405
1498
  }
1406
1499
  },
1407
1500
  "propToVariantKeys": {},
1501
+ "runtimeConfigDefaultProps": {},
1502
+ "runtimeConfigGetStyles": {},
1503
+ "runtimeConfigInternalComponentProps": {},
1408
1504
  "motionVarPrefixes": []
1409
1505
  },
1410
- "Avatar": {
1411
- "name": "Avatar",
1412
- "defaultProps": {},
1413
- "getStylesLiterals": {},
1414
- "cxLiterals": [],
1415
- "internalComponents": [
1416
- "AvatarImage"
1417
- ],
1418
- "internalComponentProps": {},
1419
- "propToVariantKeys": {},
1420
- "motionVarPrefixes": []
1421
- },
1422
- "AvatarIcon": {
1423
- "name": "AvatarIcon",
1424
- "defaultProps": {
1425
- "size": "md",
1426
- "variant": "primary"
1427
- },
1428
- "getStylesLiterals": {},
1429
- "cxLiterals": [
1430
- "overflow-hidden",
1431
- "w-full",
1432
- "h-full",
1433
- "shrink-0",
1434
- "text-center",
1435
- "inline-flex",
1436
- "justify-center",
1437
- "items-center"
1438
- ],
1439
- "internalComponents": [
1440
- "IconSlot",
1441
- "Box"
1442
- ],
1443
- "internalComponentProps": {},
1444
- "propToVariantKeys": {
1445
- "size": [
1446
- "avatarSizeIcon"
1447
- ]
1448
- },
1449
- "motionVarPrefixes": []
1450
- },
1451
- "AvatarImage": {
1452
- "name": "AvatarImage",
1506
+ "Radio": {
1507
+ "name": "Radio",
1453
1508
  "defaultProps": {
1509
+ "labelPosition": "start",
1510
+ "variant": "primary",
1454
1511
  "size": "md",
1455
- "variant": "primary"
1456
- },
1457
- "getStylesLiterals": {},
1458
- "cxLiterals": [
1459
- "overflow-hidden",
1460
- "w-full",
1461
- "h-full",
1462
- "shrink-0",
1463
- "text-center",
1464
- "inline-flex",
1465
- "justify-center",
1466
- "items-center",
1467
- "object-cover"
1468
- ],
1469
- "internalComponents": [
1470
- "UDSImage",
1471
- "AvatarText",
1472
- "AvatarIcon",
1473
- "Box"
1474
- ],
1475
- "internalComponentProps": {},
1476
- "propToVariantKeys": {
1477
- "alt": [
1478
- "name"
1479
- ],
1480
- "fallback": [
1481
- "initials"
1482
- ]
1512
+ "value": ""
1483
1513
  },
1484
- "motionVarPrefixes": []
1485
- },
1486
- "AvatarText": {
1487
- "name": "AvatarText",
1488
- "defaultProps": {
1489
- "size": "md",
1490
- "variant": "primary"
1514
+ "getStylesLiterals": {
1515
+ "radioVariantValueRoot": "checked",
1516
+ "radioVariantValueRoot:1": "unchecked",
1517
+ "display": "flex",
1518
+ "flexDirection": "row",
1519
+ "flexDirection:1": "row-reverse",
1520
+ "alignItems": "center",
1521
+ "radioVariantValueRadio": "checked",
1522
+ "radioVariantValueRadio:1": "unchecked",
1523
+ "radioVariantValueRadioCircle": "checked",
1524
+ "radioVariantValueRadioCircle:1": "unchecked"
1491
1525
  },
1492
- "getStylesLiterals": {},
1493
1526
  "cxLiterals": [
1494
- "overflow-hidden",
1495
- "truncate",
1496
- "w-full",
1497
- "h-full",
1498
- "shrink-0",
1499
- "text-center",
1500
- "inline-flex",
1501
- "justify-center",
1502
- "items-center"
1527
+ "cursor-pointer",
1528
+ "cursor-default",
1529
+ "opacity-50",
1530
+ "border",
1531
+ "uds-ring",
1532
+ "uds-ring-within",
1533
+ "transition-[background-color,border-color]",
1534
+ "transition-shadow",
1535
+ "pointer-events-none",
1536
+ "w-[8px]",
1537
+ "h-[8px]",
1538
+ "transition-opacity",
1539
+ "cursor-[inherit]",
1540
+ "absolute",
1541
+ "opacity-0",
1542
+ "top-1/2",
1543
+ "left-1/2",
1544
+ "w-[calc(100%+2px)]",
1545
+ "h-[calc(100%+2px)]",
1546
+ "transform",
1547
+ "translate-x-[-50%]",
1548
+ "translate-y-[-50%]",
1549
+ "text-start",
1550
+ "text-end"
1503
1551
  ],
1504
1552
  "internalComponents": [
1505
1553
  "Box",
1506
- "Text"
1554
+ "FormLabel",
1555
+ "SpringMotionConfig",
1556
+ "RootElement",
1557
+ "MotionBox"
1507
1558
  ],
1508
1559
  "internalComponentProps": {
1509
- "Text": {
1510
- "color": [
1511
- "inherit"
1560
+ "Box": {
1561
+ "borderRadius": [
1562
+ "full"
1563
+ ]
1564
+ },
1565
+ "FormLabel": {
1566
+ "as": [
1567
+ "div"
1512
1568
  ],
1513
1569
  "variant": [
1514
1570
  "inherit"
1515
- ]
1516
- }
1517
- },
1518
- "propToVariantKeys": {},
1519
- "motionVarPrefixes": []
1520
- },
1521
- "BottomSheet": {
1522
- "name": "BottomSheet",
1523
- "defaultProps": {
1524
- "variant": "default"
1525
- },
1526
- "getStylesLiterals": {},
1527
- "cxLiterals": [
1528
- "fixed",
1529
- "overflow-hidden",
1530
- "inset-x-0",
1531
- "bottom-0",
1532
- "z-50",
1533
- "[will-change:transform]",
1534
- "touch-none",
1535
- "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
1536
- "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
1537
- "transition-transform",
1538
- "duration-500",
1539
- "ease-[cubic-bezier(0.32,0.72,0,1)]",
1540
- "motion-reduce:transition-none",
1541
- "top-[-4px]",
1542
- "z-[1]",
1543
- "touch-pan-y"
1544
- ],
1545
- "internalComponents": [
1546
- "Scrim",
1547
- "BottomSheetHandle",
1548
- "Dialog",
1549
- "Box",
1550
- "BottomSheetInternalContext.Provider"
1551
- ],
1552
- "internalComponentProps": {
1553
- "BottomSheetHandle": {
1554
- "ariaLabel": [
1555
- "Resize sheet"
1571
+ ],
1572
+ "color": [
1573
+ "inherit"
1556
1574
  ]
1557
1575
  },
1558
- "Dialog": {
1576
+ "RootElement": {
1559
1577
  "data-testid": [
1560
- "bottom-sheet"
1578
+ "container"
1561
1579
  ]
1562
1580
  },
1563
- "Box": {
1564
- "display": [
1565
- "block",
1566
- "flex"
1567
- ],
1581
+ "MotionBox": {
1568
1582
  "position": [
1569
- "absolute"
1583
+ "relative"
1570
1584
  ],
1571
- "flexDirection": [
1572
- "column"
1585
+ "borderRadius": [
1586
+ "full"
1573
1587
  ],
1574
- "className": [
1575
- "absolute inset-0 min-h-0 p-[inherit]"
1588
+ "alignItems": [
1589
+ "center"
1590
+ ],
1591
+ "justifyContent": [
1592
+ "center"
1593
+ ],
1594
+ "flex": [
1595
+ "none"
1576
1596
  ]
1577
1597
  }
1578
1598
  },
1579
1599
  "propToVariantKeys": {
1600
+ "size": [
1601
+ "radioSizeRoot",
1602
+ "radioSizeRadio"
1603
+ ],
1580
1604
  "variant": [
1581
- "bottomsheetVariantRoot"
1605
+ "radioVariantRoot",
1606
+ "radioVariantRadio",
1607
+ "radioVariantRadioCircle"
1608
+ ],
1609
+ "reduceMotion": [
1610
+ "reducedMotion"
1582
1611
  ]
1583
1612
  },
1584
- "motionVarPrefixes": []
1613
+ "runtimeConfigDefaultProps": {},
1614
+ "runtimeConfigGetStyles": {},
1615
+ "runtimeConfigInternalComponentProps": {},
1616
+ "motionVarPrefixes": [
1617
+ "--uds-motion-subtle-3-",
1618
+ "--uds-motion-smooth-3-"
1619
+ ]
1585
1620
  },
1586
- "BottomSheetContent": {
1587
- "name": "BottomSheetContent",
1621
+ "RadioGroupProvider": {
1622
+ "name": "RadioGroupProvider",
1588
1623
  "defaultProps": {},
1589
1624
  "getStylesLiterals": {},
1590
- "cxLiterals": [
1591
- "min-h-0",
1592
- "touch-pan-y"
1593
- ],
1625
+ "cxLiterals": [],
1594
1626
  "internalComponents": [
1595
- "Box",
1596
- "VStack"
1627
+ "DivProps",
1628
+ "Comp",
1629
+ "RadioGroupContext.Provider"
1597
1630
  ],
1598
1631
  "internalComponentProps": {
1599
- "Box": {
1600
- "display": [
1601
- "block"
1602
- ],
1603
- "flex": [
1604
- "1"
1605
- ]
1606
- },
1607
- "VStack": {
1608
- "className": [
1609
- "pb-[calc(env(safe-area-inset-bottom))]"
1632
+ "Comp": {
1633
+ "role": [
1634
+ "radiogroup"
1610
1635
  ]
1611
1636
  }
1612
1637
  },
1613
1638
  "propToVariantKeys": {},
1639
+ "runtimeConfigDefaultProps": {},
1640
+ "runtimeConfigGetStyles": {},
1641
+ "runtimeConfigInternalComponentProps": {},
1614
1642
  "motionVarPrefixes": []
1615
1643
  },
1616
- "BottomSheetDismiss": {
1617
- "name": "BottomSheetDismiss",
1644
+ "RadioGroupStore": {
1645
+ "name": "RadioGroupStore",
1618
1646
  "defaultProps": {},
1619
1647
  "getStylesLiterals": {},
1620
1648
  "cxLiterals": [],
1621
- "internalComponents": [
1622
- "AriakitDialogDismiss"
1623
- ],
1649
+ "internalComponents": [],
1624
1650
  "internalComponentProps": {},
1625
1651
  "propToVariantKeys": {},
1652
+ "runtimeConfigDefaultProps": {},
1653
+ "runtimeConfigGetStyles": {},
1654
+ "runtimeConfigInternalComponentProps": {},
1626
1655
  "motionVarPrefixes": []
1627
1656
  },
1628
- "BottomSheetHandle": {
1629
- "name": "BottomSheetHandle",
1630
- "defaultProps": {
1631
- "variant": "default"
1632
- },
1657
+ "Popover": {
1658
+ "name": "Popover",
1659
+ "defaultProps": {},
1633
1660
  "getStylesLiterals": {},
1634
- "cxLiterals": [
1635
- "relative",
1636
- "h-5",
1637
- "w-16",
1638
- "outline-none",
1639
- "focus-visible:outline-none",
1640
- "[touch-action:pan-y]",
1641
- "absolute",
1642
- "left-1/2",
1643
- "top-1/2",
1644
- "-translate-x-1/2",
1645
- "-translate-y-1/2",
1646
- "h-1",
1647
- "w-8",
1648
- "rounded-full"
1649
- ],
1661
+ "cxLiterals": [],
1650
1662
  "internalComponents": [
1651
- "Box"
1663
+ "PopoverInternalContext.Provider",
1664
+ "PopoverProvider"
1652
1665
  ],
1653
- "internalComponentProps": {
1654
- "Box": {
1655
- "display": [
1656
- "block",
1657
- "flex"
1658
- ],
1659
- "justifyContent": [
1660
- "center"
1661
- ]
1662
- }
1663
- },
1664
- "propToVariantKeys": {
1665
- "variant": [
1666
- "bottomsheetVariantHandleIndicator"
1667
- ]
1666
+ "internalComponentProps": {},
1667
+ "propToVariantKeys": {},
1668
+ "runtimeConfigDefaultProps": {
1669
+ "size": "popover.defaultSize",
1670
+ "variant": "popover.defaultVariant"
1668
1671
  },
1672
+ "runtimeConfigGetStyles": {},
1673
+ "runtimeConfigInternalComponentProps": {},
1669
1674
  "motionVarPrefixes": []
1670
1675
  },
1671
- "BottomSheetHeader": {
1672
- "name": "BottomSheetHeader",
1673
- "defaultProps": {
1674
- "variant": "default"
1676
+ "PopoverContent": {
1677
+ "name": "PopoverContent",
1678
+ "defaultProps": {},
1679
+ "getStylesLiterals": {
1680
+ "popoverSizeRoot": "default",
1681
+ "popoverVariantRoot": "default",
1682
+ "display": "flex",
1683
+ "position": "absolute",
1684
+ "spacingTop": "0",
1685
+ "spacingStart": "0",
1686
+ "spacingBottom": "0",
1687
+ "spacingEnd": "0",
1688
+ "popoverSizeSvgBase": "default",
1689
+ "popoverVariantSvgBase": "default",
1690
+ "popoverSizeSvgBorder": "default",
1691
+ "popoverVariantSvgBorder": "default",
1692
+ "popoverVariantBlur": "default",
1693
+ "width": "full",
1694
+ "height": "full",
1695
+ "flexShrink": "0",
1696
+ "borderRadius": "full",
1697
+ "alignItems": "center",
1698
+ "justifyContent": "center",
1699
+ "popoverVariantCloseIcon": "default",
1700
+ "popoverSizeCloseIcon": "default"
1675
1701
  },
1676
- "getStylesLiterals": {},
1677
1702
  "cxLiterals": [
1678
- "grid-cols-[40px_1fr_40px]",
1679
- "items-center",
1680
- "w-full",
1681
- "min-h-10",
1682
- "mt-2"
1703
+ "z-[9999]",
1704
+ "outline-none",
1705
+ "focus-visible:outline-none",
1706
+ "uds-bgBlurFillFallback",
1707
+ "uds-bgBlurFallback",
1708
+ "top-0",
1709
+ "left-0",
1710
+ "z-[1]",
1711
+ "duration-0",
1712
+ "duration-120",
1713
+ "transition-[background-color]",
1714
+ "bg-carbon-15/0",
1715
+ "hover:bg-carbon-15/10",
1716
+ "active:bg-carbon-15/15",
1717
+ "uds-ring",
1718
+ "absolute",
1719
+ "z-[4]"
1683
1720
  ],
1684
1721
  "internalComponents": [
1722
+ "PopoverDismiss",
1723
+ "IconSlot",
1724
+ "PopoverArrow",
1725
+ "Popover",
1726
+ "SvgFloatingOverlay",
1685
1727
  "Box",
1686
- "Text"
1728
+ "Pressable"
1687
1729
  ],
1688
- "internalComponentProps": {
1689
- "Box": {
1690
- "className": [
1691
- "h-10 w-10 opacity-0 pointer-events-none"
1692
- ],
1693
- "display": [
1694
- "grid",
1695
- "flex"
1696
- ],
1697
- "justifyContent": [
1698
- "flex-start",
1699
- "flex-end"
1700
- ]
1701
- },
1702
- "Text": {
1703
- "variant": [
1704
- "inherit"
1705
- ],
1706
- "color": [
1707
- "inherit"
1708
- ],
1709
- "textAlign": [
1710
- "center"
1711
- ],
1712
- "className": [
1713
- "w-full"
1714
- ]
1715
- }
1716
- },
1730
+ "internalComponentProps": {},
1717
1731
  "propToVariantKeys": {
1718
- "variant": [
1719
- "bottomsheetVariantHeader"
1732
+ "closeIcon": [
1733
+ "icon"
1734
+ ]
1735
+ },
1736
+ "runtimeConfigDefaultProps": {
1737
+ "size": "popover.defaultSize",
1738
+ "variant": "popover.defaultVariant"
1739
+ },
1740
+ "runtimeConfigGetStyles": {
1741
+ "spacingTop": [
1742
+ "popover.spacingVertical.${size}"
1743
+ ],
1744
+ "spacingStart": [
1745
+ "popover.spacingHorizontal.${size}"
1746
+ ],
1747
+ "spacingBottom": [
1748
+ "popover.spacingVertical.${size}"
1749
+ ],
1750
+ "spacingEnd": [
1751
+ "popover.spacingHorizontal.${size}"
1720
1752
  ]
1721
1753
  },
1754
+ "runtimeConfigInternalComponentProps": {
1755
+ "SvgFloatingOverlay": {
1756
+ "borderRadius": [
1757
+ "popover.borderRadius.${size}"
1758
+ ]
1759
+ }
1760
+ },
1722
1761
  "motionVarPrefixes": []
1723
1762
  },
1724
- "BottomSheetInternalContext": {
1725
- "name": "BottomSheetInternalContext",
1763
+ "PopoverContext": {
1764
+ "name": "PopoverContext",
1726
1765
  "defaultProps": {},
1727
1766
  "getStylesLiterals": {},
1728
1767
  "cxLiterals": [],
1729
1768
  "internalComponents": [],
1730
1769
  "internalComponentProps": {},
1731
1770
  "propToVariantKeys": {},
1771
+ "runtimeConfigDefaultProps": {},
1772
+ "runtimeConfigGetStyles": {},
1773
+ "runtimeConfigInternalComponentProps": {},
1732
1774
  "motionVarPrefixes": []
1733
1775
  },
1734
- "BottomSheetProvider": {
1735
- "name": "BottomSheetProvider",
1776
+ "PopoverTrigger": {
1777
+ "name": "PopoverTrigger",
1736
1778
  "defaultProps": {},
1737
1779
  "getStylesLiterals": {},
1738
1780
  "cxLiterals": [],
1739
1781
  "internalComponents": [
1740
- "AriakitDialogProvider"
1782
+ "PopoverDisclosure"
1741
1783
  ],
1742
- "internalComponentProps": {},
1743
- "propToVariantKeys": {},
1784
+ "internalComponentProps": {
1785
+ "PopoverDisclosure": {
1786
+ "className": [
1787
+ "inline"
1788
+ ]
1789
+ }
1790
+ },
1791
+ "propToVariantKeys": {
1792
+ "children": [
1793
+ "render"
1794
+ ]
1795
+ },
1796
+ "runtimeConfigDefaultProps": {},
1797
+ "runtimeConfigGetStyles": {},
1798
+ "runtimeConfigInternalComponentProps": {},
1744
1799
  "motionVarPrefixes": []
1745
1800
  },
1746
- "BottomSheetTrigger": {
1747
- "name": "BottomSheetTrigger",
1801
+ "UDSPopoverConfigProvider": {
1802
+ "name": "UDSPopoverConfigProvider",
1748
1803
  "defaultProps": {},
1749
1804
  "getStylesLiterals": {},
1750
1805
  "cxLiterals": [],
1751
1806
  "internalComponents": [
1752
- "AriakitDialogDisclosure"
1807
+ "PopoverContext.Provider"
1753
1808
  ],
1754
1809
  "internalComponentProps": {},
1755
1810
  "propToVariantKeys": {},
1811
+ "runtimeConfigDefaultProps": {},
1812
+ "runtimeConfigGetStyles": {},
1813
+ "runtimeConfigInternalComponentProps": {},
1756
1814
  "motionVarPrefixes": []
1757
1815
  },
1758
- "UDSBottomSheetConfigProvider": {
1759
- "name": "UDSBottomSheetConfigProvider",
1760
- "defaultProps": {},
1816
+ "Menu.Content": {
1817
+ "name": "Menu.Content",
1818
+ "defaultProps": {
1819
+ "size": "default",
1820
+ "variant": "default",
1821
+ "gutter": "1"
1822
+ },
1761
1823
  "getStylesLiterals": {},
1762
- "cxLiterals": [],
1824
+ "cxLiterals": [
1825
+ "uds-menu-content",
1826
+ "transition-shadow",
1827
+ "duration-200",
1828
+ "ease-in-out",
1829
+ "min-w-60",
1830
+ "max-w-lg",
1831
+ "max-h-96",
1832
+ "overflow-auto",
1833
+ "uds-ring",
1834
+ "z-10",
1835
+ "group"
1836
+ ],
1763
1837
  "internalComponents": [
1764
- "BottomSheetContext.Provider"
1838
+ "AriakitMenu",
1839
+ "AnimatePresence",
1840
+ "MotionVStack"
1765
1841
  ],
1766
1842
  "internalComponentProps": {},
1843
+ "propToVariantKeys": {
1844
+ "size": [
1845
+ "menucontentSizeRoot"
1846
+ ],
1847
+ "variant": [
1848
+ "menucontentVariantRoot"
1849
+ ]
1850
+ },
1851
+ "runtimeConfigDefaultProps": {},
1852
+ "runtimeConfigGetStyles": {},
1853
+ "runtimeConfigInternalComponentProps": {},
1854
+ "motionVarPrefixes": []
1855
+ },
1856
+ "Menu.Divider": {
1857
+ "name": "Menu.Divider",
1858
+ "defaultProps": {
1859
+ "role": "separator",
1860
+ "contentPosition": "start",
1861
+ "gap": "4"
1862
+ },
1863
+ "getStylesLiterals": {
1864
+ "menuitemDividerVariantRoot": "default",
1865
+ "menuitemDividerVariantText": "default",
1866
+ "menuitemDividerVariantLine": "default"
1867
+ },
1868
+ "cxLiterals": [],
1869
+ "internalComponents": [
1870
+ "DividerInternal"
1871
+ ],
1872
+ "internalComponentProps": {
1873
+ "DividerInternal": {
1874
+ "variant": [
1875
+ "inherit"
1876
+ ]
1877
+ }
1878
+ },
1767
1879
  "propToVariantKeys": {},
1880
+ "runtimeConfigDefaultProps": {},
1881
+ "runtimeConfigGetStyles": {},
1882
+ "runtimeConfigInternalComponentProps": {},
1768
1883
  "motionVarPrefixes": []
1769
1884
  },
1770
- "Chip": {
1771
- "name": "Chip",
1885
+ "Menu.Item": {
1886
+ "name": "Menu.Item",
1772
1887
  "defaultProps": {},
1773
- "getStylesLiterals": {},
1888
+ "getStylesLiterals": {
1889
+ "menuitemItemVariantRoot": "default",
1890
+ "menuitemItemVariantActiveRoot": "on",
1891
+ "menuitemItemVariantActiveRoot:1": "off",
1892
+ "menuitemItemVariantText": "default",
1893
+ "menuitemItemVariantActiveText": "on",
1894
+ "menuitemItemVariantActiveText:1": "off",
1895
+ "menuitemItemVariantIcon": "default",
1896
+ "menuitemItemVariantActiveIcon": "on",
1897
+ "menuitemItemVariantActiveIcon:1": "off"
1898
+ },
1774
1899
  "cxLiterals": [],
1775
1900
  "internalComponents": [
1776
- "ChipDismissible",
1777
- "ChipToggle",
1778
- "ChipLink",
1779
- "ChipButton"
1901
+ "MenuItemBase"
1780
1902
  ],
1781
1903
  "internalComponentProps": {},
1782
1904
  "propToVariantKeys": {},
1905
+ "runtimeConfigDefaultProps": {},
1906
+ "runtimeConfigGetStyles": {},
1907
+ "runtimeConfigInternalComponentProps": {},
1783
1908
  "motionVarPrefixes": []
1784
1909
  },
1785
- "ChipBase": {
1786
- "name": "ChipBase",
1910
+ "Menu.ItemBase": {
1911
+ "name": "Menu.ItemBase",
1787
1912
  "defaultProps": {
1788
- "size": "md",
1789
- "as": "div"
1913
+ "spacing": "0",
1914
+ "spacingHorizontal": "4",
1915
+ "spacingVertical": "3.5",
1916
+ "columnGap": "2",
1917
+ "alignItems": "center",
1918
+ "justifyContent": "space-between"
1919
+ },
1920
+ "getStylesLiterals": {
1921
+ "textAlign": "start",
1922
+ "menuitemSizeRoot": "default",
1923
+ "flexDirection": "row",
1924
+ "menuitemSizeStartIcon": "default",
1925
+ "menuitemSizeEndIcon": "default"
1790
1926
  },
1791
- "getStylesLiterals": {},
1792
1927
  "cxLiterals": [
1793
- "pointer-events-none",
1794
- "cursor-default",
1795
- "opacity-50",
1796
- "inline-flex",
1797
- "items-center",
1798
- "transition-[background-color,outline-color,box-shadow]",
1799
- "truncate",
1800
- "whitespace-nowrap",
1801
- "text-center",
1802
- "flex-1"
1928
+ "flex",
1929
+ "focus-visible:text-brand",
1930
+ "focus-visible:bg-brand-secondary",
1931
+ "focus-visible:z-10",
1932
+ "uds-ring",
1933
+ "!-outline-offset-2",
1934
+ "[&:not([aria-checked])]:cursor-default",
1935
+ "opacity-25",
1936
+ "cursor-not-allowed",
1937
+ "duration-20",
1938
+ "transition-[font-variation-settings]",
1939
+ "ease-in-out",
1940
+ "z-0",
1941
+ "uds-start-icon",
1942
+ "uds-end-icon"
1803
1943
  ],
1804
1944
  "internalComponents": [
1945
+ "Pressable",
1805
1946
  "IconSlot",
1947
+ "RootComponent",
1806
1948
  "HStack",
1807
- "As",
1808
- "Text"
1949
+ "AnimatePresence"
1809
1950
  ],
1810
1951
  "internalComponentProps": {
1811
- "Text": {
1812
- "as": [
1813
- "span"
1814
- ],
1815
- "color": [
1816
- "current"
1952
+ "HStack": {
1953
+ "alignItems": [
1954
+ "center"
1817
1955
  ],
1818
- "variant": [
1819
- "inherit"
1956
+ "width": [
1957
+ "full"
1958
+ ]
1959
+ },
1960
+ "AnimatePresence": {
1961
+ "mode": [
1962
+ "popLayout"
1820
1963
  ]
1821
1964
  }
1822
1965
  },
1823
1966
  "propToVariantKeys": {
1824
- "size": [
1825
- "chipSizeRoot",
1826
- "chipSizeIcon"
1827
- ],
1828
1967
  "startIcon": [
1829
1968
  "icon"
1830
1969
  ],
1831
1970
  "endIcon": [
1832
1971
  "icon"
1972
+ ],
1973
+ "columnGap": [
1974
+ "gap"
1833
1975
  ]
1834
1976
  },
1977
+ "runtimeConfigDefaultProps": {},
1978
+ "runtimeConfigGetStyles": {},
1979
+ "runtimeConfigInternalComponentProps": {},
1835
1980
  "motionVarPrefixes": []
1836
1981
  },
1837
- "ChipButton": {
1838
- "name": "ChipButton",
1839
- "defaultProps": {
1840
- "variant": "primary"
1982
+ "Menu.ItemCheckbox": {
1983
+ "name": "Menu.ItemCheckbox",
1984
+ "defaultProps": {},
1985
+ "getStylesLiterals": {
1986
+ "menuitemItemCheckboxVariantRoot": "default",
1987
+ "menuitemItemCheckboxVariantActiveRoot": "on",
1988
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
1989
+ "menuitemItemCheckboxVariantText": "default",
1990
+ "menuitemItemCheckboxVariantActiveText": "on",
1991
+ "menuitemItemCheckboxVariantActiveText:1": "off",
1992
+ "menuitemItemCheckboxVariantStartIcon": "default",
1993
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
1994
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
1995
+ "menuitemItemCheckboxVariantEndIcon": "default",
1996
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
1997
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
1841
1998
  },
1842
- "getStylesLiterals": {},
1843
1999
  "cxLiterals": [
1844
- "uds-ring"
2000
+ "uds-menu-item-checkbox"
1845
2001
  ],
1846
2002
  "internalComponents": [
1847
- "ChipBase"
2003
+ "MenuItemBase"
1848
2004
  ],
1849
- "internalComponentProps": {
1850
- "ChipBase": {
1851
- "as": [
1852
- "button"
1853
- ]
1854
- }
1855
- },
1856
- "propToVariantKeys": {
1857
- "variant": [
1858
- "chipLinkVariantRoot",
1859
- "chipLinkVariantIcon"
1860
- ]
1861
- },
2005
+ "internalComponentProps": {},
2006
+ "propToVariantKeys": {},
2007
+ "runtimeConfigDefaultProps": {},
2008
+ "runtimeConfigGetStyles": {},
2009
+ "runtimeConfigInternalComponentProps": {},
1862
2010
  "motionVarPrefixes": []
1863
2011
  },
1864
- "ChipDismissible": {
1865
- "name": "ChipDismissible",
1866
- "defaultProps": {
1867
- "variant": "primary"
1868
- },
2012
+ "Menu.Provider": {
2013
+ "name": "Menu.Provider",
2014
+ "defaultProps": {},
1869
2015
  "getStylesLiterals": {},
1870
- "cxLiterals": [
1871
- "uds-chip-dismissible-button",
1872
- "uds-hit-target",
1873
- "uds-ring",
1874
- "rounded-full"
1875
- ],
2016
+ "cxLiterals": [],
1876
2017
  "internalComponents": [
1877
- "ChipBase",
1878
- "IconSlot",
1879
- "Pressable"
2018
+ "AriakitMenuProvider",
2019
+ "SpringMotionConfig"
1880
2020
  ],
1881
2021
  "internalComponentProps": {},
1882
- "propToVariantKeys": {
1883
- "variant": [
1884
- "chipDismissibleVariantRoot",
1885
- "chipDismissibleVariantIcon"
1886
- ],
1887
- "dismissButtonAriaLabel": [
1888
- "aria-label"
1889
- ]
1890
- },
1891
- "motionVarPrefixes": []
2022
+ "propToVariantKeys": {},
2023
+ "runtimeConfigDefaultProps": {},
2024
+ "runtimeConfigGetStyles": {},
2025
+ "runtimeConfigInternalComponentProps": {},
2026
+ "motionVarPrefixes": [
2027
+ "--uds-motion-subtle-3-",
2028
+ "--uds-motion-smooth-3-"
2029
+ ]
1892
2030
  },
1893
- "ChipLink": {
1894
- "name": "ChipLink",
1895
- "defaultProps": {
1896
- "variant": "primary"
1897
- },
2031
+ "Menu.Trigger": {
2032
+ "name": "Menu.Trigger",
2033
+ "defaultProps": {},
1898
2034
  "getStylesLiterals": {},
1899
2035
  "cxLiterals": [
1900
- "uds-ring"
2036
+ "uds-menu-trigger"
1901
2037
  ],
1902
2038
  "internalComponents": [
1903
- "ChipBase"
2039
+ "AriakitMenuTrigger",
2040
+ "Box"
1904
2041
  ],
1905
2042
  "internalComponentProps": {
1906
- "ChipBase": {
1907
- "as": [
1908
- "a"
2043
+ "Box": {
2044
+ "className": [
2045
+ "uds-ring h-fit w-fit"
1909
2046
  ]
1910
2047
  }
1911
2048
  },
1912
- "propToVariantKeys": {
1913
- "variant": [
1914
- "chipLinkVariantRoot",
1915
- "chipLinkVariantIcon"
1916
- ]
1917
- },
2049
+ "propToVariantKeys": {},
2050
+ "runtimeConfigDefaultProps": {},
2051
+ "runtimeConfigGetStyles": {},
2052
+ "runtimeConfigInternalComponentProps": {},
1918
2053
  "motionVarPrefixes": []
1919
2054
  },
1920
- "ChipToggle": {
1921
- "name": "ChipToggle",
1922
- "defaultProps": {
1923
- "variant": "primary",
1924
- "role": "checkbox"
1925
- },
1926
- "getStylesLiterals": {
1927
- "chipToggleVariantActiveRoot": "on",
1928
- "chipToggleVariantActiveRoot:1": "off"
1929
- },
1930
- "cxLiterals": [
1931
- "uds-ring"
1932
- ],
1933
- "internalComponents": [
1934
- "ChipBase"
1935
- ],
1936
- "internalComponentProps": {
1937
- "ChipBase": {
1938
- "as": [
1939
- "button"
1940
- ]
1941
- }
1942
- },
1943
- "propToVariantKeys": {
1944
- "variant": [
1945
- "chipToggleVariantRoot",
1946
- "chipToggleVariantIcon"
1947
- ]
1948
- },
2055
+ "Menu.index": {
2056
+ "name": "Menu.index",
2057
+ "defaultProps": {},
2058
+ "getStylesLiterals": {},
2059
+ "cxLiterals": [],
2060
+ "internalComponents": [],
2061
+ "internalComponentProps": {},
2062
+ "propToVariantKeys": {},
2063
+ "runtimeConfigDefaultProps": {},
2064
+ "runtimeConfigGetStyles": {},
2065
+ "runtimeConfigInternalComponentProps": {},
2066
+ "motionVarPrefixes": []
2067
+ },
2068
+ "Menu": {
2069
+ "name": "Menu",
2070
+ "defaultProps": {},
2071
+ "getStylesLiterals": {},
2072
+ "cxLiterals": [],
2073
+ "internalComponents": [],
2074
+ "internalComponentProps": {},
2075
+ "propToVariantKeys": {},
2076
+ "runtimeConfigDefaultProps": {},
2077
+ "runtimeConfigGetStyles": {},
2078
+ "runtimeConfigInternalComponentProps": {},
1949
2079
  "motionVarPrefixes": []
1950
2080
  },
1951
2081
  "Input": {
@@ -2051,6 +2181,9 @@
2051
2181
  "startIcon"
2052
2182
  ]
2053
2183
  },
2184
+ "runtimeConfigDefaultProps": {},
2185
+ "runtimeConfigGetStyles": {},
2186
+ "runtimeConfigInternalComponentProps": {},
2054
2187
  "motionVarPrefixes": []
2055
2188
  },
2056
2189
  "InputHelpText": {
@@ -2080,6 +2213,9 @@
2080
2213
  "inputSizeRoot"
2081
2214
  ]
2082
2215
  },
2216
+ "runtimeConfigDefaultProps": {},
2217
+ "runtimeConfigGetStyles": {},
2218
+ "runtimeConfigInternalComponentProps": {},
2083
2219
  "motionVarPrefixes": []
2084
2220
  },
2085
2221
  "InputHelpTextInternal": {
@@ -2109,516 +2245,618 @@
2109
2245
  }
2110
2246
  },
2111
2247
  "propToVariantKeys": {
2112
- "size": [
2113
- "inputSizeHelperText",
2114
- "inputSizeHelperIcon"
2115
- ],
2116
- "startIcon": [
2117
- "icon"
2118
- ],
2119
- "endIcon": [
2120
- "icon"
2248
+ "size": [
2249
+ "inputSizeHelperText",
2250
+ "inputSizeHelperIcon"
2251
+ ],
2252
+ "startIcon": [
2253
+ "icon"
2254
+ ],
2255
+ "endIcon": [
2256
+ "icon"
2257
+ ]
2258
+ },
2259
+ "runtimeConfigDefaultProps": {},
2260
+ "runtimeConfigGetStyles": {},
2261
+ "runtimeConfigInternalComponentProps": {},
2262
+ "motionVarPrefixes": []
2263
+ },
2264
+ "Chip": {
2265
+ "name": "Chip",
2266
+ "defaultProps": {},
2267
+ "getStylesLiterals": {},
2268
+ "cxLiterals": [],
2269
+ "internalComponents": [
2270
+ "ChipDismissible",
2271
+ "ChipToggle",
2272
+ "ChipLink",
2273
+ "ChipButton"
2274
+ ],
2275
+ "internalComponentProps": {},
2276
+ "propToVariantKeys": {},
2277
+ "runtimeConfigDefaultProps": {},
2278
+ "runtimeConfigGetStyles": {},
2279
+ "runtimeConfigInternalComponentProps": {},
2280
+ "motionVarPrefixes": []
2281
+ },
2282
+ "ChipBase": {
2283
+ "name": "ChipBase",
2284
+ "defaultProps": {
2285
+ "size": "md",
2286
+ "as": "div"
2287
+ },
2288
+ "getStylesLiterals": {},
2289
+ "cxLiterals": [
2290
+ "pointer-events-none",
2291
+ "cursor-default",
2292
+ "opacity-50",
2293
+ "inline-flex",
2294
+ "items-center",
2295
+ "transition-[background-color,outline-color,box-shadow]",
2296
+ "truncate",
2297
+ "whitespace-nowrap",
2298
+ "text-center",
2299
+ "flex-1"
2300
+ ],
2301
+ "internalComponents": [
2302
+ "IconSlot",
2303
+ "HStack",
2304
+ "As",
2305
+ "Text"
2306
+ ],
2307
+ "internalComponentProps": {
2308
+ "Text": {
2309
+ "as": [
2310
+ "span"
2311
+ ],
2312
+ "color": [
2313
+ "current"
2314
+ ],
2315
+ "variant": [
2316
+ "inherit"
2317
+ ]
2318
+ }
2319
+ },
2320
+ "propToVariantKeys": {
2321
+ "size": [
2322
+ "chipSizeRoot",
2323
+ "chipSizeIcon"
2324
+ ],
2325
+ "startIcon": [
2326
+ "icon"
2327
+ ],
2328
+ "endIcon": [
2329
+ "icon"
2330
+ ]
2331
+ },
2332
+ "runtimeConfigDefaultProps": {},
2333
+ "runtimeConfigGetStyles": {},
2334
+ "runtimeConfigInternalComponentProps": {},
2335
+ "motionVarPrefixes": []
2336
+ },
2337
+ "ChipButton": {
2338
+ "name": "ChipButton",
2339
+ "defaultProps": {
2340
+ "variant": "primary"
2341
+ },
2342
+ "getStylesLiterals": {},
2343
+ "cxLiterals": [
2344
+ "uds-ring"
2345
+ ],
2346
+ "internalComponents": [
2347
+ "ChipBase"
2348
+ ],
2349
+ "internalComponentProps": {
2350
+ "ChipBase": {
2351
+ "as": [
2352
+ "button"
2353
+ ]
2354
+ }
2355
+ },
2356
+ "propToVariantKeys": {
2357
+ "variant": [
2358
+ "chipLinkVariantRoot",
2359
+ "chipLinkVariantIcon"
2121
2360
  ]
2122
2361
  },
2362
+ "runtimeConfigDefaultProps": {},
2363
+ "runtimeConfigGetStyles": {},
2364
+ "runtimeConfigInternalComponentProps": {},
2123
2365
  "motionVarPrefixes": []
2124
2366
  },
2125
- "Menu.Content": {
2126
- "name": "Menu.Content",
2367
+ "ChipDismissible": {
2368
+ "name": "ChipDismissible",
2127
2369
  "defaultProps": {
2128
- "size": "default",
2129
- "variant": "default",
2130
- "gutter": "1"
2370
+ "variant": "primary"
2131
2371
  },
2132
2372
  "getStylesLiterals": {},
2133
2373
  "cxLiterals": [
2134
- "uds-menu-content",
2135
- "transition-shadow",
2136
- "duration-200",
2137
- "ease-in-out",
2138
- "min-w-60",
2139
- "max-w-lg",
2140
- "max-h-96",
2141
- "overflow-auto",
2374
+ "uds-chip-dismissible-button",
2375
+ "uds-hit-target",
2142
2376
  "uds-ring",
2143
- "z-10",
2144
- "group"
2377
+ "rounded-full"
2145
2378
  ],
2146
2379
  "internalComponents": [
2147
- "AriakitMenu",
2148
- "AnimatePresence",
2149
- "MotionVStack"
2380
+ "ChipBase",
2381
+ "IconSlot",
2382
+ "Pressable"
2150
2383
  ],
2151
2384
  "internalComponentProps": {},
2152
2385
  "propToVariantKeys": {
2153
- "size": [
2154
- "menucontentSizeRoot"
2155
- ],
2156
2386
  "variant": [
2157
- "menucontentVariantRoot"
2387
+ "chipDismissibleVariantRoot",
2388
+ "chipDismissibleVariantIcon"
2389
+ ],
2390
+ "dismissButtonAriaLabel": [
2391
+ "aria-label"
2158
2392
  ]
2159
2393
  },
2394
+ "runtimeConfigDefaultProps": {},
2395
+ "runtimeConfigGetStyles": {},
2396
+ "runtimeConfigInternalComponentProps": {},
2160
2397
  "motionVarPrefixes": []
2161
2398
  },
2162
- "Menu.Divider": {
2163
- "name": "Menu.Divider",
2399
+ "ChipLink": {
2400
+ "name": "ChipLink",
2164
2401
  "defaultProps": {
2165
- "role": "separator",
2166
- "contentPosition": "start",
2167
- "gap": "4"
2168
- },
2169
- "getStylesLiterals": {
2170
- "menuitemDividerVariantRoot": "default",
2171
- "menuitemDividerVariantText": "default",
2172
- "menuitemDividerVariantLine": "default"
2402
+ "variant": "primary"
2173
2403
  },
2174
- "cxLiterals": [],
2404
+ "getStylesLiterals": {},
2405
+ "cxLiterals": [
2406
+ "uds-ring"
2407
+ ],
2175
2408
  "internalComponents": [
2176
- "DividerInternal"
2409
+ "ChipBase"
2177
2410
  ],
2178
2411
  "internalComponentProps": {
2179
- "DividerInternal": {
2180
- "variant": [
2181
- "inherit"
2412
+ "ChipBase": {
2413
+ "as": [
2414
+ "a"
2182
2415
  ]
2183
2416
  }
2184
2417
  },
2185
- "propToVariantKeys": {},
2418
+ "propToVariantKeys": {
2419
+ "variant": [
2420
+ "chipLinkVariantRoot",
2421
+ "chipLinkVariantIcon"
2422
+ ]
2423
+ },
2424
+ "runtimeConfigDefaultProps": {},
2425
+ "runtimeConfigGetStyles": {},
2426
+ "runtimeConfigInternalComponentProps": {},
2186
2427
  "motionVarPrefixes": []
2187
2428
  },
2188
- "Menu.Item": {
2189
- "name": "Menu.Item",
2190
- "defaultProps": {},
2429
+ "ChipToggle": {
2430
+ "name": "ChipToggle",
2431
+ "defaultProps": {
2432
+ "variant": "primary",
2433
+ "role": "checkbox"
2434
+ },
2191
2435
  "getStylesLiterals": {
2192
- "menuitemItemVariantRoot": "default",
2193
- "menuitemItemVariantActiveRoot": "on",
2194
- "menuitemItemVariantActiveRoot:1": "off",
2195
- "menuitemItemVariantText": "default",
2196
- "menuitemItemVariantActiveText": "on",
2197
- "menuitemItemVariantActiveText:1": "off",
2198
- "menuitemItemVariantIcon": "default",
2199
- "menuitemItemVariantActiveIcon": "on",
2200
- "menuitemItemVariantActiveIcon:1": "off"
2436
+ "chipToggleVariantActiveRoot": "on",
2437
+ "chipToggleVariantActiveRoot:1": "off"
2201
2438
  },
2202
- "cxLiterals": [],
2439
+ "cxLiterals": [
2440
+ "uds-ring"
2441
+ ],
2203
2442
  "internalComponents": [
2204
- "MenuItemBase"
2443
+ "ChipBase"
2205
2444
  ],
2206
- "internalComponentProps": {},
2207
- "propToVariantKeys": {},
2445
+ "internalComponentProps": {
2446
+ "ChipBase": {
2447
+ "as": [
2448
+ "button"
2449
+ ]
2450
+ }
2451
+ },
2452
+ "propToVariantKeys": {
2453
+ "variant": [
2454
+ "chipToggleVariantRoot",
2455
+ "chipToggleVariantIcon"
2456
+ ]
2457
+ },
2458
+ "runtimeConfigDefaultProps": {},
2459
+ "runtimeConfigGetStyles": {},
2460
+ "runtimeConfigInternalComponentProps": {},
2208
2461
  "motionVarPrefixes": []
2209
2462
  },
2210
- "Menu.ItemBase": {
2211
- "name": "Menu.ItemBase",
2463
+ "BottomSheet": {
2464
+ "name": "BottomSheet",
2212
2465
  "defaultProps": {
2213
- "spacing": "0",
2214
- "spacingHorizontal": "4",
2215
- "spacingVertical": "3.5",
2216
- "columnGap": "2",
2217
- "alignItems": "center",
2218
- "justifyContent": "space-between"
2219
- },
2220
- "getStylesLiterals": {
2221
- "textAlign": "start",
2222
- "menuitemSizeRoot": "default",
2223
- "flexDirection": "row",
2224
- "menuitemSizeStartIcon": "default",
2225
- "menuitemSizeEndIcon": "default"
2466
+ "variant": "default"
2226
2467
  },
2468
+ "getStylesLiterals": {},
2227
2469
  "cxLiterals": [
2228
- "flex",
2229
- "focus-visible:text-brand",
2230
- "focus-visible:bg-brand-secondary",
2231
- "focus-visible:z-10",
2232
- "uds-ring",
2233
- "!-outline-offset-2",
2234
- "[&:not([aria-checked])]:cursor-default",
2235
- "opacity-25",
2236
- "cursor-not-allowed",
2237
- "duration-20",
2238
- "transition-[font-variation-settings]",
2239
- "ease-in-out",
2240
- "z-0",
2241
- "uds-start-icon",
2242
- "uds-end-icon"
2470
+ "fixed",
2471
+ "overflow-hidden",
2472
+ "inset-x-0",
2473
+ "bottom-0",
2474
+ "z-50",
2475
+ "[will-change:transform]",
2476
+ "touch-none",
2477
+ "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
2478
+ "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
2479
+ "transition-transform",
2480
+ "duration-500",
2481
+ "ease-[cubic-bezier(0.32,0.72,0,1)]",
2482
+ "motion-reduce:transition-none",
2483
+ "top-[-4px]",
2484
+ "z-[1]",
2485
+ "touch-pan-y"
2243
2486
  ],
2244
2487
  "internalComponents": [
2245
- "Pressable",
2246
- "IconSlot",
2247
- "RootComponent",
2248
- "HStack",
2249
- "AnimatePresence"
2488
+ "Scrim",
2489
+ "BottomSheetHandle",
2490
+ "Dialog",
2491
+ "Box",
2492
+ "BottomSheetInternalContext.Provider"
2250
2493
  ],
2251
2494
  "internalComponentProps": {
2252
- "HStack": {
2253
- "alignItems": [
2254
- "center"
2255
- ],
2256
- "width": [
2257
- "full"
2495
+ "BottomSheetHandle": {
2496
+ "ariaLabel": [
2497
+ "Resize sheet"
2258
2498
  ]
2259
2499
  },
2260
- "AnimatePresence": {
2261
- "mode": [
2262
- "popLayout"
2500
+ "Dialog": {
2501
+ "data-testid": [
2502
+ "bottom-sheet"
2503
+ ]
2504
+ },
2505
+ "Box": {
2506
+ "display": [
2507
+ "block",
2508
+ "flex"
2509
+ ],
2510
+ "position": [
2511
+ "absolute"
2512
+ ],
2513
+ "flexDirection": [
2514
+ "column"
2515
+ ],
2516
+ "className": [
2517
+ "absolute inset-0 min-h-0 p-[inherit]"
2263
2518
  ]
2264
2519
  }
2265
2520
  },
2266
2521
  "propToVariantKeys": {
2267
- "startIcon": [
2268
- "icon"
2269
- ],
2270
- "endIcon": [
2271
- "icon"
2272
- ],
2273
- "columnGap": [
2274
- "gap"
2522
+ "variant": [
2523
+ "bottomsheetVariantRoot"
2275
2524
  ]
2276
2525
  },
2526
+ "runtimeConfigDefaultProps": {},
2527
+ "runtimeConfigGetStyles": {},
2528
+ "runtimeConfigInternalComponentProps": {},
2277
2529
  "motionVarPrefixes": []
2278
2530
  },
2279
- "Menu.ItemCheckbox": {
2280
- "name": "Menu.ItemCheckbox",
2531
+ "BottomSheetContent": {
2532
+ "name": "BottomSheetContent",
2281
2533
  "defaultProps": {},
2282
- "getStylesLiterals": {
2283
- "menuitemItemCheckboxVariantRoot": "default",
2284
- "menuitemItemCheckboxVariantActiveRoot": "on",
2285
- "menuitemItemCheckboxVariantActiveRoot:1": "off",
2286
- "menuitemItemCheckboxVariantText": "default",
2287
- "menuitemItemCheckboxVariantActiveText": "on",
2288
- "menuitemItemCheckboxVariantActiveText:1": "off",
2289
- "menuitemItemCheckboxVariantStartIcon": "default",
2290
- "menuitemItemCheckboxVariantActiveStartIcon": "on",
2291
- "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
2292
- "menuitemItemCheckboxVariantEndIcon": "default",
2293
- "menuitemItemCheckboxVariantActiveEndIcon": "on",
2294
- "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
2534
+ "getStylesLiterals": {},
2535
+ "cxLiterals": [
2536
+ "min-h-0",
2537
+ "touch-pan-y"
2538
+ ],
2539
+ "internalComponents": [
2540
+ "Box",
2541
+ "VStack"
2542
+ ],
2543
+ "internalComponentProps": {
2544
+ "Box": {
2545
+ "display": [
2546
+ "block"
2547
+ ],
2548
+ "flex": [
2549
+ "1"
2550
+ ]
2551
+ },
2552
+ "VStack": {
2553
+ "className": [
2554
+ "pb-[calc(env(safe-area-inset-bottom))]"
2555
+ ]
2556
+ }
2295
2557
  },
2296
- "cxLiterals": [
2297
- "uds-menu-item-checkbox"
2298
- ],
2299
- "internalComponents": [
2300
- "MenuItemBase"
2301
- ],
2302
- "internalComponentProps": {},
2303
2558
  "propToVariantKeys": {},
2559
+ "runtimeConfigDefaultProps": {},
2560
+ "runtimeConfigGetStyles": {},
2561
+ "runtimeConfigInternalComponentProps": {},
2304
2562
  "motionVarPrefixes": []
2305
2563
  },
2306
- "Menu.Provider": {
2307
- "name": "Menu.Provider",
2564
+ "BottomSheetDismiss": {
2565
+ "name": "BottomSheetDismiss",
2308
2566
  "defaultProps": {},
2309
2567
  "getStylesLiterals": {},
2310
2568
  "cxLiterals": [],
2311
2569
  "internalComponents": [
2312
- "AriakitMenuProvider",
2313
- "SpringMotionConfig"
2570
+ "AriakitDialogDismiss"
2314
2571
  ],
2315
2572
  "internalComponentProps": {},
2316
2573
  "propToVariantKeys": {},
2317
- "motionVarPrefixes": [
2318
- "--uds-motion-subtle-3-",
2319
- "--uds-motion-smooth-3-"
2320
- ]
2574
+ "runtimeConfigDefaultProps": {},
2575
+ "runtimeConfigGetStyles": {},
2576
+ "runtimeConfigInternalComponentProps": {},
2577
+ "motionVarPrefixes": []
2321
2578
  },
2322
- "Menu.Trigger": {
2323
- "name": "Menu.Trigger",
2324
- "defaultProps": {},
2579
+ "BottomSheetHandle": {
2580
+ "name": "BottomSheetHandle",
2581
+ "defaultProps": {
2582
+ "variant": "default"
2583
+ },
2325
2584
  "getStylesLiterals": {},
2326
2585
  "cxLiterals": [
2327
- "uds-menu-trigger"
2586
+ "relative",
2587
+ "h-5",
2588
+ "w-16",
2589
+ "outline-none",
2590
+ "focus-visible:outline-none",
2591
+ "[touch-action:pan-y]",
2592
+ "absolute",
2593
+ "left-1/2",
2594
+ "top-1/2",
2595
+ "-translate-x-1/2",
2596
+ "-translate-y-1/2",
2597
+ "h-1",
2598
+ "w-8",
2599
+ "rounded-full"
2328
2600
  ],
2329
2601
  "internalComponents": [
2330
- "AriakitMenuTrigger",
2331
2602
  "Box"
2332
2603
  ],
2604
+ "internalComponentProps": {
2605
+ "Box": {
2606
+ "display": [
2607
+ "block",
2608
+ "flex"
2609
+ ],
2610
+ "justifyContent": [
2611
+ "center"
2612
+ ]
2613
+ }
2614
+ },
2615
+ "propToVariantKeys": {
2616
+ "variant": [
2617
+ "bottomsheetVariantHandleIndicator"
2618
+ ]
2619
+ },
2620
+ "runtimeConfigDefaultProps": {},
2621
+ "runtimeConfigGetStyles": {},
2622
+ "runtimeConfigInternalComponentProps": {},
2623
+ "motionVarPrefixes": []
2624
+ },
2625
+ "BottomSheetHeader": {
2626
+ "name": "BottomSheetHeader",
2627
+ "defaultProps": {
2628
+ "variant": "default"
2629
+ },
2630
+ "getStylesLiterals": {},
2631
+ "cxLiterals": [
2632
+ "grid-cols-[40px_1fr_40px]",
2633
+ "items-center",
2634
+ "w-full",
2635
+ "min-h-10",
2636
+ "mt-2"
2637
+ ],
2638
+ "internalComponents": [
2639
+ "Box",
2640
+ "Text"
2641
+ ],
2333
2642
  "internalComponentProps": {
2334
2643
  "Box": {
2335
2644
  "className": [
2336
- "uds-ring h-fit w-fit"
2645
+ "h-10 w-10 opacity-0 pointer-events-none"
2646
+ ],
2647
+ "display": [
2648
+ "grid",
2649
+ "flex"
2650
+ ],
2651
+ "justifyContent": [
2652
+ "flex-start",
2653
+ "flex-end"
2654
+ ]
2655
+ },
2656
+ "Text": {
2657
+ "variant": [
2658
+ "inherit"
2659
+ ],
2660
+ "color": [
2661
+ "inherit"
2662
+ ],
2663
+ "textAlign": [
2664
+ "center"
2665
+ ],
2666
+ "className": [
2667
+ "w-full"
2337
2668
  ]
2338
2669
  }
2339
2670
  },
2340
- "propToVariantKeys": {},
2671
+ "propToVariantKeys": {
2672
+ "variant": [
2673
+ "bottomsheetVariantHeader"
2674
+ ]
2675
+ },
2676
+ "runtimeConfigDefaultProps": {},
2677
+ "runtimeConfigGetStyles": {},
2678
+ "runtimeConfigInternalComponentProps": {},
2341
2679
  "motionVarPrefixes": []
2342
2680
  },
2343
- "Menu.index": {
2344
- "name": "Menu.index",
2681
+ "BottomSheetInternalContext": {
2682
+ "name": "BottomSheetInternalContext",
2345
2683
  "defaultProps": {},
2346
2684
  "getStylesLiterals": {},
2347
2685
  "cxLiterals": [],
2348
2686
  "internalComponents": [],
2349
2687
  "internalComponentProps": {},
2350
2688
  "propToVariantKeys": {},
2689
+ "runtimeConfigDefaultProps": {},
2690
+ "runtimeConfigGetStyles": {},
2691
+ "runtimeConfigInternalComponentProps": {},
2351
2692
  "motionVarPrefixes": []
2352
2693
  },
2353
- "Menu": {
2354
- "name": "Menu",
2694
+ "BottomSheetProvider": {
2695
+ "name": "BottomSheetProvider",
2355
2696
  "defaultProps": {},
2356
2697
  "getStylesLiterals": {},
2357
2698
  "cxLiterals": [],
2358
- "internalComponents": [],
2699
+ "internalComponents": [
2700
+ "AriakitDialogProvider"
2701
+ ],
2359
2702
  "internalComponentProps": {},
2360
2703
  "propToVariantKeys": {},
2704
+ "runtimeConfigDefaultProps": {},
2705
+ "runtimeConfigGetStyles": {},
2706
+ "runtimeConfigInternalComponentProps": {},
2361
2707
  "motionVarPrefixes": []
2362
2708
  },
2363
- "Popover": {
2364
- "name": "Popover",
2709
+ "BottomSheetTrigger": {
2710
+ "name": "BottomSheetTrigger",
2365
2711
  "defaultProps": {},
2366
2712
  "getStylesLiterals": {},
2367
2713
  "cxLiterals": [],
2368
2714
  "internalComponents": [
2369
- "PopoverInternalContext.Provider",
2370
- "PopoverProvider"
2715
+ "AriakitDialogDisclosure"
2371
2716
  ],
2372
2717
  "internalComponentProps": {},
2373
2718
  "propToVariantKeys": {},
2719
+ "runtimeConfigDefaultProps": {},
2720
+ "runtimeConfigGetStyles": {},
2721
+ "runtimeConfigInternalComponentProps": {},
2374
2722
  "motionVarPrefixes": []
2375
2723
  },
2376
- "PopoverContent": {
2377
- "name": "PopoverContent",
2724
+ "UDSBottomSheetConfigProvider": {
2725
+ "name": "UDSBottomSheetConfigProvider",
2378
2726
  "defaultProps": {},
2379
- "getStylesLiterals": {
2380
- "popoverSizeRoot": "default",
2381
- "popoverVariantRoot": "default",
2382
- "display": "flex",
2383
- "position": "absolute",
2384
- "spacingTop": "0",
2385
- "spacingStart": "0",
2386
- "spacingBottom": "0",
2387
- "spacingEnd": "0",
2388
- "popoverSizeSvgBase": "default",
2389
- "popoverVariantSvgBase": "default",
2390
- "popoverSizeSvgBorder": "default",
2391
- "popoverVariantSvgBorder": "default",
2392
- "popoverVariantBlur": "default",
2393
- "width": "full",
2394
- "height": "full",
2395
- "flexShrink": "0",
2396
- "borderRadius": "full",
2397
- "alignItems": "center",
2398
- "justifyContent": "center",
2399
- "popoverVariantCloseIcon": "default",
2400
- "popoverSizeCloseIcon": "default"
2401
- },
2402
- "cxLiterals": [
2403
- "z-[9999]",
2404
- "outline-none",
2405
- "focus-visible:outline-none",
2406
- "uds-bgBlurFillFallback",
2407
- "uds-bgBlurFallback",
2408
- "top-0",
2409
- "left-0",
2410
- "z-[1]",
2411
- "duration-0",
2412
- "duration-120",
2413
- "transition-[background-color]",
2414
- "bg-carbon-15/0",
2415
- "hover:bg-carbon-15/10",
2416
- "active:bg-carbon-15/15",
2417
- "uds-ring",
2418
- "absolute",
2419
- "z-[4]"
2420
- ],
2727
+ "getStylesLiterals": {},
2728
+ "cxLiterals": [],
2421
2729
  "internalComponents": [
2422
- "PopoverDismiss",
2423
- "IconSlot",
2424
- "PopoverArrow",
2425
- "Popover",
2426
- "SvgFloatingOverlay",
2427
- "Box",
2428
- "Pressable"
2730
+ "BottomSheetContext.Provider"
2429
2731
  ],
2430
2732
  "internalComponentProps": {},
2431
- "propToVariantKeys": {
2432
- "closeIcon": [
2433
- "icon"
2434
- ]
2435
- },
2733
+ "propToVariantKeys": {},
2734
+ "runtimeConfigDefaultProps": {},
2735
+ "runtimeConfigGetStyles": {},
2736
+ "runtimeConfigInternalComponentProps": {},
2436
2737
  "motionVarPrefixes": []
2437
2738
  },
2438
- "PopoverContext": {
2439
- "name": "PopoverContext",
2739
+ "Avatar": {
2740
+ "name": "Avatar",
2440
2741
  "defaultProps": {},
2441
2742
  "getStylesLiterals": {},
2442
2743
  "cxLiterals": [],
2443
- "internalComponents": [],
2744
+ "internalComponents": [
2745
+ "AvatarImage"
2746
+ ],
2444
2747
  "internalComponentProps": {},
2445
2748
  "propToVariantKeys": {},
2749
+ "runtimeConfigDefaultProps": {},
2750
+ "runtimeConfigGetStyles": {},
2751
+ "runtimeConfigInternalComponentProps": {},
2446
2752
  "motionVarPrefixes": []
2447
2753
  },
2448
- "PopoverTrigger": {
2449
- "name": "PopoverTrigger",
2450
- "defaultProps": {},
2754
+ "AvatarIcon": {
2755
+ "name": "AvatarIcon",
2756
+ "defaultProps": {
2757
+ "size": "md",
2758
+ "variant": "primary"
2759
+ },
2451
2760
  "getStylesLiterals": {},
2452
- "cxLiterals": [],
2761
+ "cxLiterals": [
2762
+ "overflow-hidden",
2763
+ "w-full",
2764
+ "h-full",
2765
+ "shrink-0",
2766
+ "text-center",
2767
+ "inline-flex",
2768
+ "justify-center",
2769
+ "items-center"
2770
+ ],
2453
2771
  "internalComponents": [
2454
- "PopoverDisclosure"
2772
+ "IconSlot",
2773
+ "Box"
2455
2774
  ],
2456
- "internalComponentProps": {
2457
- "PopoverDisclosure": {
2458
- "className": [
2459
- "inline"
2460
- ]
2461
- }
2462
- },
2775
+ "internalComponentProps": {},
2463
2776
  "propToVariantKeys": {
2464
- "children": [
2465
- "render"
2777
+ "size": [
2778
+ "avatarSizeIcon"
2466
2779
  ]
2467
2780
  },
2781
+ "runtimeConfigDefaultProps": {},
2782
+ "runtimeConfigGetStyles": {},
2783
+ "runtimeConfigInternalComponentProps": {},
2468
2784
  "motionVarPrefixes": []
2469
2785
  },
2470
- "UDSPopoverConfigProvider": {
2471
- "name": "UDSPopoverConfigProvider",
2472
- "defaultProps": {},
2786
+ "AvatarImage": {
2787
+ "name": "AvatarImage",
2788
+ "defaultProps": {
2789
+ "size": "md",
2790
+ "variant": "primary"
2791
+ },
2473
2792
  "getStylesLiterals": {},
2474
- "cxLiterals": [],
2793
+ "cxLiterals": [
2794
+ "overflow-hidden",
2795
+ "w-full",
2796
+ "h-full",
2797
+ "shrink-0",
2798
+ "text-center",
2799
+ "inline-flex",
2800
+ "justify-center",
2801
+ "items-center",
2802
+ "object-cover"
2803
+ ],
2475
2804
  "internalComponents": [
2476
- "PopoverContext.Provider"
2805
+ "UDSImage",
2806
+ "AvatarText",
2807
+ "AvatarIcon",
2808
+ "Box"
2477
2809
  ],
2478
2810
  "internalComponentProps": {},
2479
- "propToVariantKeys": {},
2811
+ "propToVariantKeys": {
2812
+ "alt": [
2813
+ "name"
2814
+ ],
2815
+ "fallback": [
2816
+ "initials"
2817
+ ]
2818
+ },
2819
+ "runtimeConfigDefaultProps": {},
2820
+ "runtimeConfigGetStyles": {},
2821
+ "runtimeConfigInternalComponentProps": {},
2480
2822
  "motionVarPrefixes": []
2481
2823
  },
2482
- "Radio": {
2483
- "name": "Radio",
2824
+ "AvatarText": {
2825
+ "name": "AvatarText",
2484
2826
  "defaultProps": {
2485
- "labelPosition": "start",
2486
- "variant": "primary",
2487
2827
  "size": "md",
2488
- "value": ""
2489
- },
2490
- "getStylesLiterals": {
2491
- "radioVariantValueRoot": "checked",
2492
- "radioVariantValueRoot:1": "unchecked",
2493
- "display": "flex",
2494
- "flexDirection": "row",
2495
- "flexDirection:1": "row-reverse",
2496
- "alignItems": "center",
2497
- "radioVariantValueRadio": "checked",
2498
- "radioVariantValueRadio:1": "unchecked",
2499
- "radioVariantValueRadioCircle": "checked",
2500
- "radioVariantValueRadioCircle:1": "unchecked"
2828
+ "variant": "primary"
2501
2829
  },
2830
+ "getStylesLiterals": {},
2502
2831
  "cxLiterals": [
2503
- "cursor-pointer",
2504
- "cursor-default",
2505
- "opacity-50",
2506
- "border",
2507
- "uds-ring",
2508
- "uds-ring-within",
2509
- "transition-[background-color,border-color]",
2510
- "transition-shadow",
2511
- "pointer-events-none",
2512
- "w-[8px]",
2513
- "h-[8px]",
2514
- "transition-opacity",
2515
- "cursor-[inherit]",
2516
- "absolute",
2517
- "opacity-0",
2518
- "top-1/2",
2519
- "left-1/2",
2520
- "w-[calc(100%+2px)]",
2521
- "h-[calc(100%+2px)]",
2522
- "transform",
2523
- "translate-x-[-50%]",
2524
- "translate-y-[-50%]",
2525
- "text-start",
2526
- "text-end"
2832
+ "overflow-hidden",
2833
+ "truncate",
2834
+ "w-full",
2835
+ "h-full",
2836
+ "shrink-0",
2837
+ "text-center",
2838
+ "inline-flex",
2839
+ "justify-center",
2840
+ "items-center"
2527
2841
  ],
2528
2842
  "internalComponents": [
2529
2843
  "Box",
2530
- "FormLabel",
2531
- "SpringMotionConfig",
2532
- "RootElement",
2533
- "MotionBox"
2844
+ "Text"
2534
2845
  ],
2535
2846
  "internalComponentProps": {
2536
- "Box": {
2537
- "borderRadius": [
2538
- "full"
2539
- ]
2540
- },
2541
- "FormLabel": {
2542
- "as": [
2543
- "div"
2544
- ],
2545
- "variant": [
2546
- "inherit"
2547
- ],
2847
+ "Text": {
2548
2848
  "color": [
2549
2849
  "inherit"
2550
- ]
2551
- },
2552
- "RootElement": {
2553
- "data-testid": [
2554
- "container"
2555
- ]
2556
- },
2557
- "MotionBox": {
2558
- "position": [
2559
- "relative"
2560
- ],
2561
- "borderRadius": [
2562
- "full"
2563
- ],
2564
- "alignItems": [
2565
- "center"
2566
- ],
2567
- "justifyContent": [
2568
- "center"
2569
2850
  ],
2570
- "flex": [
2571
- "none"
2572
- ]
2573
- }
2574
- },
2575
- "propToVariantKeys": {
2576
- "size": [
2577
- "radioSizeRoot",
2578
- "radioSizeRadio"
2579
- ],
2580
- "variant": [
2581
- "radioVariantRoot",
2582
- "radioVariantRadio",
2583
- "radioVariantRadioCircle"
2584
- ],
2585
- "reduceMotion": [
2586
- "reducedMotion"
2587
- ]
2588
- },
2589
- "motionVarPrefixes": [
2590
- "--uds-motion-subtle-3-",
2591
- "--uds-motion-smooth-3-"
2592
- ]
2593
- },
2594
- "RadioGroupProvider": {
2595
- "name": "RadioGroupProvider",
2596
- "defaultProps": {},
2597
- "getStylesLiterals": {},
2598
- "cxLiterals": [],
2599
- "internalComponents": [
2600
- "DivProps",
2601
- "Comp",
2602
- "RadioGroupContext.Provider"
2603
- ],
2604
- "internalComponentProps": {
2605
- "Comp": {
2606
- "role": [
2607
- "radiogroup"
2851
+ "variant": [
2852
+ "inherit"
2608
2853
  ]
2609
2854
  }
2610
2855
  },
2611
2856
  "propToVariantKeys": {},
2612
- "motionVarPrefixes": []
2613
- },
2614
- "RadioGroupStore": {
2615
- "name": "RadioGroupStore",
2616
- "defaultProps": {},
2617
- "getStylesLiterals": {},
2618
- "cxLiterals": [],
2619
- "internalComponents": [],
2620
- "internalComponentProps": {},
2621
- "propToVariantKeys": {},
2857
+ "runtimeConfigDefaultProps": {},
2858
+ "runtimeConfigGetStyles": {},
2859
+ "runtimeConfigInternalComponentProps": {},
2622
2860
  "motionVarPrefixes": []
2623
2861
  },
2624
2862
  "Toast": {
@@ -2665,6 +2903,59 @@
2665
2903
  "onClick"
2666
2904
  ]
2667
2905
  },
2906
+ "runtimeConfigDefaultProps": {
2907
+ "size": "toast.defaultSize",
2908
+ "variant": "toast.defaultVariant"
2909
+ },
2910
+ "runtimeConfigGetStyles": {
2911
+ "toastSizeLabel": [
2912
+ "toast.defaultSize"
2913
+ ],
2914
+ "toastVariantIcon": [
2915
+ "toast.defaultVariant"
2916
+ ],
2917
+ "toastSizeIcon": [
2918
+ "toast.defaultSize"
2919
+ ],
2920
+ "toastSizeActionButton": [
2921
+ "toast.defaultSize"
2922
+ ],
2923
+ "toastVariantActionButton": [
2924
+ "toast.defaultVariant"
2925
+ ],
2926
+ "toastVariantCloseIcon": [
2927
+ "toast.defaultVariant"
2928
+ ],
2929
+ "toastSizeCloseIcon": [
2930
+ "toast.defaultSize"
2931
+ ]
2932
+ },
2933
+ "runtimeConfigInternalComponentProps": {
2934
+ "ToastContainer": {
2935
+ "size": [
2936
+ "toast.defaultSize"
2937
+ ],
2938
+ "variant": [
2939
+ "toast.defaultVariant"
2940
+ ]
2941
+ },
2942
+ "Text": {
2943
+ "variant": [
2944
+ "toast.textVariant.${size}"
2945
+ ],
2946
+ "color": [
2947
+ "toast.textColor.${variant}"
2948
+ ]
2949
+ },
2950
+ "Button": {
2951
+ "size": [
2952
+ "toast.buttonSize.${size}"
2953
+ ],
2954
+ "variant": [
2955
+ "toast.buttonVariant.${variant}"
2956
+ ]
2957
+ }
2958
+ },
2668
2959
  "motionVarPrefixes": []
2669
2960
  },
2670
2961
  "ToastContainer": {
@@ -2706,6 +2997,25 @@
2706
2997
  "toastSizeRoot"
2707
2998
  ]
2708
2999
  },
3000
+ "runtimeConfigDefaultProps": {
3001
+ "size": "toast.defaultSize",
3002
+ "variant": "toast.defaultVariant"
3003
+ },
3004
+ "runtimeConfigGetStyles": {
3005
+ "toastVariantRoot": [
3006
+ "toast.defaultVariant"
3007
+ ],
3008
+ "toastSizeRoot": [
3009
+ "toast.defaultSize"
3010
+ ]
3011
+ },
3012
+ "runtimeConfigInternalComponentProps": {
3013
+ "HStack": {
3014
+ "backgroundColor": [
3015
+ "toast.backgroundColor.${variant}"
3016
+ ]
3017
+ }
3018
+ },
2709
3019
  "motionVarPrefixes": []
2710
3020
  },
2711
3021
  "ToastPortal": {
@@ -2718,6 +3028,18 @@
2718
3028
  ],
2719
3029
  "internalComponentProps": {},
2720
3030
  "propToVariantKeys": {},
3031
+ "runtimeConfigDefaultProps": {
3032
+ "size": "toast.defaultSize",
3033
+ "variant": "toast.defaultVariant"
3034
+ },
3035
+ "runtimeConfigGetStyles": {},
3036
+ "runtimeConfigInternalComponentProps": {
3037
+ "ReactToastifyToastContainer": {
3038
+ "autoClose": [
3039
+ "toast.autoClose"
3040
+ ]
3041
+ }
3042
+ },
2721
3043
  "motionVarPrefixes": []
2722
3044
  },
2723
3045
  "UDSToastConfigProvider": {
@@ -2730,6 +3052,43 @@
2730
3052
  ],
2731
3053
  "internalComponentProps": {},
2732
3054
  "propToVariantKeys": {},
3055
+ "runtimeConfigDefaultProps": {},
3056
+ "runtimeConfigGetStyles": {},
3057
+ "runtimeConfigInternalComponentProps": {},
3058
+ "motionVarPrefixes": []
3059
+ },
3060
+ "UDSBreakpointsConfigProvider": {
3061
+ "name": "UDSBreakpointsConfigProvider",
3062
+ "defaultProps": {},
3063
+ "getStylesLiterals": {},
3064
+ "cxLiterals": [],
3065
+ "internalComponents": [
3066
+ "UDSBreakpointsConfigContext.Provider"
3067
+ ],
3068
+ "internalComponentProps": {},
3069
+ "propToVariantKeys": {},
3070
+ "runtimeConfigDefaultProps": {},
3071
+ "runtimeConfigGetStyles": {},
3072
+ "runtimeConfigInternalComponentProps": {},
3073
+ "motionVarPrefixes": []
3074
+ },
3075
+ "UDSConfigProvider": {
3076
+ "name": "UDSConfigProvider",
3077
+ "defaultProps": {},
3078
+ "getStylesLiterals": {},
3079
+ "cxLiterals": [],
3080
+ "internalComponents": [
3081
+ "UDSBreakpointsConfigProvider",
3082
+ "UDSBottomSheetConfigProvider",
3083
+ "UDSToastConfigProvider",
3084
+ "UDSTooltipConfigProvider",
3085
+ "UDSPopoverConfigProvider"
3086
+ ],
3087
+ "internalComponentProps": {},
3088
+ "propToVariantKeys": {},
3089
+ "runtimeConfigDefaultProps": {},
3090
+ "runtimeConfigGetStyles": {},
3091
+ "runtimeConfigInternalComponentProps": {},
2733
3092
  "motionVarPrefixes": []
2734
3093
  },
2735
3094
  "Tooltip": {
@@ -2743,6 +3102,15 @@
2743
3102
  ],
2744
3103
  "internalComponentProps": {},
2745
3104
  "propToVariantKeys": {},
3105
+ "runtimeConfigDefaultProps": {},
3106
+ "runtimeConfigGetStyles": {},
3107
+ "runtimeConfigInternalComponentProps": {
3108
+ "TooltipProvider": {
3109
+ "animated": [
3110
+ "tooltip.animationDuration"
3111
+ ]
3112
+ }
3113
+ },
2746
3114
  "motionVarPrefixes": []
2747
3115
  },
2748
3116
  "TooltipContent": {
@@ -2808,6 +3176,9 @@
2808
3176
  "icon"
2809
3177
  ]
2810
3178
  },
3179
+ "runtimeConfigDefaultProps": {},
3180
+ "runtimeConfigGetStyles": {},
3181
+ "runtimeConfigInternalComponentProps": {},
2811
3182
  "motionVarPrefixes": []
2812
3183
  },
2813
3184
  "TooltipTrigger": {
@@ -2830,6 +3201,9 @@
2830
3201
  "render"
2831
3202
  ]
2832
3203
  },
3204
+ "runtimeConfigDefaultProps": {},
3205
+ "runtimeConfigGetStyles": {},
3206
+ "runtimeConfigInternalComponentProps": {},
2833
3207
  "motionVarPrefixes": []
2834
3208
  },
2835
3209
  "UDSTooltipConfigProvider": {
@@ -2842,34 +3216,9 @@
2842
3216
  ],
2843
3217
  "internalComponentProps": {},
2844
3218
  "propToVariantKeys": {},
2845
- "motionVarPrefixes": []
2846
- },
2847
- "UDSBreakpointsConfigProvider": {
2848
- "name": "UDSBreakpointsConfigProvider",
2849
- "defaultProps": {},
2850
- "getStylesLiterals": {},
2851
- "cxLiterals": [],
2852
- "internalComponents": [
2853
- "UDSBreakpointsConfigContext.Provider"
2854
- ],
2855
- "internalComponentProps": {},
2856
- "propToVariantKeys": {},
2857
- "motionVarPrefixes": []
2858
- },
2859
- "UDSConfigProvider": {
2860
- "name": "UDSConfigProvider",
2861
- "defaultProps": {},
2862
- "getStylesLiterals": {},
2863
- "cxLiterals": [],
2864
- "internalComponents": [
2865
- "UDSBreakpointsConfigProvider",
2866
- "UDSBottomSheetConfigProvider",
2867
- "UDSToastConfigProvider",
2868
- "UDSTooltipConfigProvider",
2869
- "UDSPopoverConfigProvider"
2870
- ],
2871
- "internalComponentProps": {},
2872
- "propToVariantKeys": {},
3219
+ "runtimeConfigDefaultProps": {},
3220
+ "runtimeConfigGetStyles": {},
3221
+ "runtimeConfigInternalComponentProps": {},
2873
3222
  "motionVarPrefixes": []
2874
3223
  }
2875
3224
  }