@yahoo/uds 3.134.0 → 3.134.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/cli/dist/lib/args.cjs +7 -3
  2. package/dist/cli/dist/lib/args.js +7 -3
  3. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  4. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  5. package/dist/styles/styler.d.cts +26 -26
  6. package/dist/styles/styler.d.ts +26 -26
  7. package/dist/tailwind/dist/commands/css.cjs +1 -0
  8. package/dist/tailwind/dist/commands/css.d.cts.map +1 -1
  9. package/dist/tailwind/dist/commands/css.d.ts.map +1 -1
  10. package/dist/tailwind/dist/commands/css.helpers.cjs +8 -1
  11. package/dist/tailwind/dist/commands/css.helpers.js +8 -1
  12. package/dist/tailwind/dist/commands/css.helpers.js.map +1 -1
  13. package/dist/tailwind/dist/commands/css.js +1 -0
  14. package/dist/tailwind/dist/commands/css.js.map +1 -1
  15. package/dist/tailwind/dist/css/generate.cjs +7 -4
  16. package/dist/tailwind/dist/css/generate.d.cts.map +1 -1
  17. package/dist/tailwind/dist/css/generate.d.ts.map +1 -1
  18. package/dist/tailwind/dist/css/generate.js +7 -4
  19. package/dist/tailwind/dist/css/generate.js.map +1 -1
  20. package/dist/tailwind/dist/css/nodeUtils.cjs +19 -8
  21. package/dist/tailwind/dist/css/nodeUtils.js +19 -8
  22. package/dist/tailwind/dist/css/nodeUtils.js.map +1 -1
  23. package/dist/tailwind/dist/css/perf.cjs +92 -0
  24. package/dist/tailwind/dist/css/perf.js +89 -0
  25. package/dist/tailwind/dist/css/perf.js.map +1 -0
  26. package/dist/tailwind/dist/css/purgeWorker.cjs +47 -0
  27. package/dist/tailwind/dist/css/purgeWorker.d.cts +2 -0
  28. package/dist/tailwind/dist/css/purgeWorker.d.ts +2 -0
  29. package/dist/tailwind/dist/css/purgeWorker.js +48 -0
  30. package/dist/tailwind/dist/css/purgeWorker.js.map +1 -0
  31. package/dist/tailwind/dist/css/runner.cjs +158 -145
  32. package/dist/tailwind/dist/css/runner.js +158 -145
  33. package/dist/tailwind/dist/css/runner.js.map +1 -1
  34. package/dist/tailwind/dist/css/workerPool.cjs +89 -0
  35. package/dist/tailwind/dist/css/workerPool.js +90 -0
  36. package/dist/tailwind/dist/css/workerPool.js.map +1 -0
  37. package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +95 -15
  38. package/dist/tailwind/dist/purger/optimized/ast/expressions.js +95 -15
  39. package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
  40. package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +38 -14
  41. package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.cts.map +1 -1
  42. package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.ts.map +1 -1
  43. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +39 -15
  44. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -1
  45. package/dist/tailwind/dist/purger/optimized/types.d.cts +10 -0
  46. package/dist/tailwind/dist/purger/optimized/types.d.cts.map +1 -1
  47. package/dist/tailwind/dist/purger/optimized/types.d.ts +10 -0
  48. package/dist/tailwind/dist/purger/optimized/types.d.ts.map +1 -1
  49. package/dist/uds/generated/componentData.cjs +557 -557
  50. package/dist/uds/generated/componentData.js +557 -557
  51. package/generated/componentData.json +915 -915
  52. package/package.json +1 -1
  53. package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +0 -16
  54. package/dist/tailwind/dist/purger/optimized/ast/jsx.js +0 -17
  55. package/dist/tailwind/dist/purger/optimized/ast/jsx.js.map +0 -1
@@ -421,74 +421,6 @@ var DividerInternal = {
421
421
  "runtimeConfigInternalComponentProps": {},
422
422
  "motionVarPrefixes": []
423
423
  };
424
- var Spinner = {
425
- "name": "Spinner",
426
- "defaultProps": {
427
- "color": "primary",
428
- "size": "lg"
429
- },
430
- "getStylesLiterals": {},
431
- "cxLiterals": [
432
- "self-center",
433
- "relative",
434
- "sr-only"
435
- ],
436
- "internalComponents": ["Icon"],
437
- "internalComponentProps": { "Icon": {
438
- "role": ["img"],
439
- "className": ["animate-spin"],
440
- "aria-hidden": ["true"]
441
- } },
442
- "propToVariantKeys": {},
443
- "runtimeConfigDefaultProps": {},
444
- "runtimeConfigGetStyles": {},
445
- "runtimeConfigInternalComponentProps": {},
446
- "motionVarPrefixes": []
447
- };
448
- var Table_mocks = {
449
- "name": "Table.mocks",
450
- "defaultProps": {},
451
- "getStylesLiterals": {},
452
- "cxLiterals": [],
453
- "internalComponents": [],
454
- "internalComponentProps": {},
455
- "propToVariantKeys": {},
456
- "runtimeConfigDefaultProps": {},
457
- "runtimeConfigGetStyles": {},
458
- "runtimeConfigInternalComponentProps": {},
459
- "motionVarPrefixes": []
460
- };
461
- var Table = {
462
- "name": "Table",
463
- "defaultProps": {
464
- "display": "table-cell",
465
- "overflow": "hidden",
466
- "borderColor": "muted",
467
- "borderRadius": "md",
468
- "spacing": "3",
469
- "borderBottomColor": "muted",
470
- "borderBottomWidth": "thin",
471
- "color": "primary"
472
- },
473
- "getStylesLiterals": { "textAlign": "start" },
474
- "cxLiterals": [],
475
- "internalComponents": [
476
- "CellComponent",
477
- "Box",
478
- "Text",
479
- "Table.Root",
480
- "Table.Header",
481
- "Table.Row",
482
- "Table.Cell",
483
- "Table.Body"
484
- ],
485
- "internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
486
- "propToVariantKeys": {},
487
- "runtimeConfigDefaultProps": {},
488
- "runtimeConfigGetStyles": {},
489
- "runtimeConfigInternalComponentProps": {},
490
- "motionVarPrefixes": []
491
- };
492
424
  var AnimateHeightChange = {
493
425
  "name": "AnimateHeightChange",
494
426
  "defaultProps": {},
@@ -826,59 +758,32 @@ var Switch = {
826
758
  "runtimeConfigInternalComponentProps": {},
827
759
  "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
828
760
  };
829
- var Accordion = {
830
- "name": "Accordion",
761
+ var Spinner = {
762
+ "name": "Spinner",
831
763
  "defaultProps": {
832
- "spacingHorizontal": "4",
833
- "spacingVertical": "4"
764
+ "color": "primary",
765
+ "size": "lg"
834
766
  },
835
767
  "getStylesLiterals": {},
836
- "cxLiterals": ["hover:bg-secondary/80", "w-full"],
837
- "internalComponents": [
838
- "Icon",
839
- "SpringMotionConfig",
840
- "Pressable",
841
- "Text",
842
- "HStack",
843
- "AnimatePresence",
844
- "VStack"
768
+ "cxLiterals": [
769
+ "self-center",
770
+ "relative",
771
+ "sr-only"
845
772
  ],
846
- "internalComponentProps": {
847
- "Icon": {
848
- "variant": ["fill"],
849
- "size": ["sm"],
850
- "color": ["primary"]
851
- },
852
- "SpringMotionConfig": {
853
- "layoutVariant": ["smooth"],
854
- "layoutSpeed": ["3"]
855
- },
856
- "Pressable": {
857
- "display": ["flex"],
858
- "flexDirection": ["row"],
859
- "alignItems": ["center"],
860
- "justifyContent": ["space-between"],
861
- "borderRadius": ["md"]
862
- },
863
- "Text": {
864
- "variant": ["title4"],
865
- "color": ["primary"]
866
- },
867
- "HStack": {
868
- "display": ["flex"],
869
- "alignItems": ["center"],
870
- "justifyContent": ["space-between"],
871
- "columnGap": ["2.5"]
872
- }
873
- },
773
+ "internalComponents": ["Icon"],
774
+ "internalComponentProps": { "Icon": {
775
+ "role": ["img"],
776
+ "className": ["animate-spin"],
777
+ "aria-hidden": ["true"]
778
+ } },
874
779
  "propToVariantKeys": {},
875
780
  "runtimeConfigDefaultProps": {},
876
781
  "runtimeConfigGetStyles": {},
877
782
  "runtimeConfigInternalComponentProps": {},
878
- "motionVarPrefixes": ["--uds-motion-smooth-3-"]
783
+ "motionVarPrefixes": []
879
784
  };
880
- var AvoidMotionLibraryProvider = {
881
- "name": "AvoidMotionLibraryProvider",
785
+ var Table_mocks = {
786
+ "name": "Table.mocks",
882
787
  "defaultProps": {},
883
788
  "getStylesLiterals": {},
884
789
  "cxLiterals": [],
@@ -890,185 +795,59 @@ var AvoidMotionLibraryProvider = {
890
795
  "runtimeConfigInternalComponentProps": {},
891
796
  "motionVarPrefixes": []
892
797
  };
893
- var SegmentedControl = {
894
- "name": "SegmentedControl",
895
- "defaultProps": { "textVariant": "label2" },
896
- "getStylesLiterals": {
897
- "display": "flex",
898
- "alignItems": "center",
899
- "backgroundColor": "primary",
900
- "spacingVertical": "1",
901
- "spacingHorizontal": "3",
902
- "columnGap": "1.5",
903
- "borderWidth": "thin",
904
- "borderRadius": "full",
798
+ var Table = {
799
+ "name": "Table",
800
+ "defaultProps": {
801
+ "display": "table-cell",
802
+ "overflow": "hidden",
905
803
  "borderColor": "muted",
906
- "borderColor:1": "transparent",
907
- "color": "primary",
908
- "color:1": "tertiary",
909
- "color:2": "muted"
804
+ "borderRadius": "md",
805
+ "spacing": "3",
806
+ "borderBottomColor": "muted",
807
+ "borderBottomWidth": "thin",
808
+ "color": "primary"
910
809
  },
911
- "cxLiterals": [
912
- "uds-ring",
913
- "cursor-not-allowed",
914
- "opacity-50",
915
- "pointer-events-none",
916
- "hover:bg-primary"
917
- ],
810
+ "getStylesLiterals": { "textAlign": "start" },
811
+ "cxLiterals": [],
918
812
  "internalComponents": [
919
- "TextVariant",
920
- "Radio",
921
- "Icon",
922
- "RadioProvider",
923
- "HStack",
924
- "RadioGroup",
925
- "Pressable",
926
- "Text"
813
+ "CellComponent",
814
+ "Box",
815
+ "Text",
816
+ "Table.Root",
817
+ "Table.Header",
818
+ "Table.Row",
819
+ "Table.Cell",
820
+ "Table.Body"
927
821
  ],
928
- "internalComponentProps": {
929
- "Icon": {
930
- "size": ["sm"],
931
- "color": ["current"],
932
- "aria-hidden": ["true"]
933
- },
934
- "HStack": {
935
- "spacing": ["1"],
936
- "gap": ["1"],
937
- "backgroundColor": ["secondary"],
938
- "borderRadius": ["full"],
939
- "display": ["inline-flex"]
940
- },
941
- "Text": { "color": ["current"] }
942
- },
943
- "propToVariantKeys": {
944
- "value": ["key"],
945
- "label": ["aria-label"],
946
- "textVariant": ["variant"]
947
- },
822
+ "internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
823
+ "propToVariantKeys": {},
948
824
  "runtimeConfigDefaultProps": {},
949
825
  "runtimeConfigGetStyles": {},
950
826
  "runtimeConfigInternalComponentProps": {},
951
827
  "motionVarPrefixes": []
952
828
  };
953
- var SwitchV2 = {
954
- "name": "SwitchV2",
829
+ var Avatar = {
830
+ "name": "Avatar",
831
+ "defaultProps": {},
832
+ "getStylesLiterals": {},
833
+ "cxLiterals": [],
834
+ "internalComponents": ["AvatarImage"],
835
+ "internalComponentProps": {},
836
+ "propToVariantKeys": {},
837
+ "runtimeConfigDefaultProps": {},
838
+ "runtimeConfigGetStyles": {},
839
+ "runtimeConfigInternalComponentProps": {},
840
+ "motionVarPrefixes": []
841
+ };
842
+ var AvatarIcon = {
843
+ "name": "AvatarIcon",
955
844
  "defaultProps": {
956
- "labelPosition": "start",
957
- "size": "md"
958
- },
959
- "getStylesLiterals": {
960
- "switchVariantRoot": "default",
961
- "switchVariantActiveRoot": "on",
962
- "switchVariantActiveRoot:1": "off",
963
- "switchVariantSwitch": "default",
964
- "switchVariantActiveSwitch": "on",
965
- "switchVariantActiveSwitch:1": "off",
966
- "switchVariantActiveHandle": "on",
967
- "switchVariantActiveHandle:1": "off",
968
- "switchVariantHandle": "default",
969
- "switchVariantHandleIcon": "default",
970
- "switchVariantActiveHandleIcon": "on",
971
- "switchVariantActiveHandleIcon:1": "off"
845
+ "size": "md",
846
+ "variant": "primary"
972
847
  },
848
+ "getStylesLiterals": {},
973
849
  "cxLiterals": [
974
- "group",
975
- "flex",
976
- "items-center",
977
- "flex-row",
978
- "flex-row-reverse",
979
- "uds-ring",
980
- "uds-ring-within",
981
- "relative",
982
- "uds-border-radius-full",
983
- "transition-[background-color,box-shadow]",
984
- "pointer-events-none",
985
- "w-full",
986
- "h-full",
987
- "absolute",
988
- "top-0",
989
- "bottom-0",
990
- "right-0",
991
- "left-0",
992
- "overflow-hidden",
993
- "group-hover:scale-105",
994
- "opacity-95",
995
- "group-hover:opacity-100",
996
- "transition-[transform,opacity]",
997
- "opacity-0",
998
- "top-1/2",
999
- "left-1/2",
1000
- "transform",
1001
- "translate-x-[-50%]",
1002
- "translate-y-[-50%]",
1003
- "transition-opacity",
1004
- "cursor-[inherit]",
1005
- "w-[calc(100%+2px)]",
1006
- "h-[calc(100%+2px)]",
1007
- "text-start",
1008
- "text-end",
1009
- "opacity-100"
1010
- ],
1011
- "internalComponents": [
1012
- "IconSlot",
1013
- "Box",
1014
- "FormLabel",
1015
- "SpringMotionConfig",
1016
- "RootElement",
1017
- "MotionBox"
1018
- ],
1019
- "internalComponentProps": {
1020
- "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
1021
- "FormLabel": {
1022
- "as": ["div"],
1023
- "variant": ["inherit"],
1024
- "color": ["inherit"]
1025
- },
1026
- "SpringMotionConfig": {
1027
- "layoutVariant": ["bouncy"],
1028
- "layoutSpeed": ["4"]
1029
- },
1030
- "RootElement": { "data-testid": ["switch-root"] },
1031
- "MotionBox": { "layout": ["position"] }
1032
- },
1033
- "propToVariantKeys": {
1034
- "size": [
1035
- "switchSizeRoot",
1036
- "switchSizeSwitch",
1037
- "switchSizeHandle",
1038
- "switchSizeHandleIcon"
1039
- ],
1040
- "onIcon": ["icon"],
1041
- "offIcon": ["icon"],
1042
- "reduceMotion": ["reducedMotion"],
1043
- "isOn": ["layoutDependency"]
1044
- },
1045
- "runtimeConfigDefaultProps": {},
1046
- "runtimeConfigGetStyles": {},
1047
- "runtimeConfigInternalComponentProps": {},
1048
- "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
1049
- };
1050
- var Avatar = {
1051
- "name": "Avatar",
1052
- "defaultProps": {},
1053
- "getStylesLiterals": {},
1054
- "cxLiterals": [],
1055
- "internalComponents": ["AvatarImage"],
1056
- "internalComponentProps": {},
1057
- "propToVariantKeys": {},
1058
- "runtimeConfigDefaultProps": {},
1059
- "runtimeConfigGetStyles": {},
1060
- "runtimeConfigInternalComponentProps": {},
1061
- "motionVarPrefixes": []
1062
- };
1063
- var AvatarIcon = {
1064
- "name": "AvatarIcon",
1065
- "defaultProps": {
1066
- "size": "md",
1067
- "variant": "primary"
1068
- },
1069
- "getStylesLiterals": {},
1070
- "cxLiterals": [
1071
- "overflow-hidden",
850
+ "overflow-hidden",
1072
851
  "w-full",
1073
852
  "h-full",
1074
853
  "shrink-0",
@@ -1331,267 +1110,9 @@ var UDSBottomSheetConfigProvider = {
1331
1110
  "defaultProps": {},
1332
1111
  "getStylesLiterals": {},
1333
1112
  "cxLiterals": [],
1334
- "internalComponents": ["BottomSheetContext.Provider"],
1335
- "internalComponentProps": {},
1336
- "propToVariantKeys": {},
1337
- "runtimeConfigDefaultProps": {},
1338
- "runtimeConfigGetStyles": {},
1339
- "runtimeConfigInternalComponentProps": {},
1340
- "motionVarPrefixes": []
1341
- };
1342
- var Chip = {
1343
- "name": "Chip",
1344
- "defaultProps": {},
1345
- "getStylesLiterals": {},
1346
- "cxLiterals": [],
1347
- "internalComponents": [
1348
- "ChipDismissible",
1349
- "ChipToggle",
1350
- "ChipLink",
1351
- "ChipButton"
1352
- ],
1353
- "internalComponentProps": {},
1354
- "propToVariantKeys": {},
1355
- "runtimeConfigDefaultProps": {},
1356
- "runtimeConfigGetStyles": {},
1357
- "runtimeConfigInternalComponentProps": {},
1358
- "motionVarPrefixes": []
1359
- };
1360
- var ChipBase = {
1361
- "name": "ChipBase",
1362
- "defaultProps": {
1363
- "size": "md",
1364
- "as": "div"
1365
- },
1366
- "getStylesLiterals": {},
1367
- "cxLiterals": [
1368
- "pointer-events-none",
1369
- "cursor-default",
1370
- "opacity-50",
1371
- "inline-flex",
1372
- "items-center",
1373
- "transition-[background-color,outline-color,box-shadow]",
1374
- "truncate",
1375
- "whitespace-nowrap",
1376
- "text-center",
1377
- "flex-1"
1378
- ],
1379
- "internalComponents": [
1380
- "IconSlot",
1381
- "HStack",
1382
- "As",
1383
- "Text"
1384
- ],
1385
- "internalComponentProps": { "Text": {
1386
- "as": ["span"],
1387
- "color": ["current"],
1388
- "variant": ["inherit"]
1389
- } },
1390
- "propToVariantKeys": {
1391
- "size": ["chipSizeRoot", "chipSizeIcon"],
1392
- "startIcon": ["icon"],
1393
- "endIcon": ["icon"]
1394
- },
1395
- "runtimeConfigDefaultProps": {},
1396
- "runtimeConfigGetStyles": {},
1397
- "runtimeConfigInternalComponentProps": {},
1398
- "motionVarPrefixes": []
1399
- };
1400
- var ChipButton = {
1401
- "name": "ChipButton",
1402
- "defaultProps": { "variant": "primary" },
1403
- "getStylesLiterals": {},
1404
- "cxLiterals": ["uds-ring"],
1405
- "internalComponents": ["ChipBase"],
1406
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1407
- "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1408
- "runtimeConfigDefaultProps": {},
1409
- "runtimeConfigGetStyles": {},
1410
- "runtimeConfigInternalComponentProps": {},
1411
- "motionVarPrefixes": []
1412
- };
1413
- var ChipDismissible = {
1414
- "name": "ChipDismissible",
1415
- "defaultProps": { "variant": "primary" },
1416
- "getStylesLiterals": {},
1417
- "cxLiterals": [
1418
- "uds-chip-dismissible-button",
1419
- "uds-hit-target",
1420
- "uds-ring",
1421
- "rounded-full"
1422
- ],
1423
- "internalComponents": [
1424
- "ChipBase",
1425
- "IconSlot",
1426
- "Pressable"
1427
- ],
1428
- "internalComponentProps": {},
1429
- "propToVariantKeys": {
1430
- "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1431
- "dismissButtonAriaLabel": ["aria-label"]
1432
- },
1433
- "runtimeConfigDefaultProps": {},
1434
- "runtimeConfigGetStyles": {},
1435
- "runtimeConfigInternalComponentProps": {},
1436
- "motionVarPrefixes": []
1437
- };
1438
- var ChipLink = {
1439
- "name": "ChipLink",
1440
- "defaultProps": { "variant": "primary" },
1441
- "getStylesLiterals": {},
1442
- "cxLiterals": ["uds-ring"],
1443
- "internalComponents": ["ChipBase"],
1444
- "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1445
- "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1446
- "runtimeConfigDefaultProps": {},
1447
- "runtimeConfigGetStyles": {},
1448
- "runtimeConfigInternalComponentProps": {},
1449
- "motionVarPrefixes": []
1450
- };
1451
- var ChipToggle = {
1452
- "name": "ChipToggle",
1453
- "defaultProps": {
1454
- "variant": "primary",
1455
- "role": "checkbox"
1456
- },
1457
- "getStylesLiterals": {
1458
- "chipToggleVariantActiveRoot": "on",
1459
- "chipToggleVariantActiveRoot:1": "off"
1460
- },
1461
- "cxLiterals": ["uds-ring"],
1462
- "internalComponents": ["ChipBase"],
1463
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1464
- "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1465
- "runtimeConfigDefaultProps": {},
1466
- "runtimeConfigGetStyles": {},
1467
- "runtimeConfigInternalComponentProps": {},
1468
- "motionVarPrefixes": []
1469
- };
1470
- var Input = {
1471
- "name": "Input",
1472
- "defaultProps": {
1473
- "type": "text",
1474
- "size": "md",
1475
- "width": "full"
1476
- },
1477
- "getStylesLiterals": {
1478
- "inputVariantRoot": "default",
1479
- "inputVariantValueRoot": "empty",
1480
- "inputVariantValueRoot:1": "filled",
1481
- "inputVariantInputWrapper": "default",
1482
- "inputVariantValueInputWrapper": "empty",
1483
- "inputVariantValueInputWrapper:1": "filled",
1484
- "inputVariantInput": "default",
1485
- "inputVariantValueInput": "empty",
1486
- "inputVariantValueInput:1": "filled",
1487
- "inputVariantInputPlaceholder": "default",
1488
- "inputVariantValueInputPlaceholder": "empty",
1489
- "inputVariantValueInputPlaceholder:1": "filled",
1490
- "inputVariantLabel": "default",
1491
- "inputVariantValueLabel": "empty",
1492
- "inputVariantValueLabel:1": "filled",
1493
- "inputVariantLabelRequired": "default",
1494
- "inputVariantValueLabelRequired": "empty",
1495
- "inputVariantValueLabelRequired:1": "filled",
1496
- "inputVariantStartIcon": "default",
1497
- "inputVariantValueStartIcon": "empty",
1498
- "inputVariantValueStartIcon:1": "filled",
1499
- "inputVariantEndIcon": "default",
1500
- "inputVariantValueEndIcon": "empty",
1501
- "inputVariantValueEndIcon:1": "filled"
1502
- },
1503
- "cxLiterals": [
1504
- "opacity-50",
1505
- "min-w-[200px]",
1506
- "grow",
1507
- "uds-hit-target",
1508
- "bg-clip-text",
1509
- "focus:outline-none",
1510
- "cursor-text",
1511
- "cursor-not-allowed"
1512
- ],
1513
- "internalComponents": [
1514
- "IconSlot",
1515
- "StartIcon",
1516
- "EndIcon",
1517
- "HelpTextContent",
1518
- "Box",
1519
- "InputHelpTextInternal",
1520
- "VStack",
1521
- "HStack",
1522
- "AnimateHeightChange"
1523
- ],
1524
- "internalComponentProps": {
1525
- "HelpTextContent": { "spacingTop": ["2"] },
1526
- "Box": {
1527
- "spacingBottom": ["2"],
1528
- "columnGap": ["0.5"],
1529
- "alignItems": ["flex-end", "center"],
1530
- "position": ["relative"]
1531
- },
1532
- "HStack": {
1533
- "alignItems": ["center"],
1534
- "gap": ["1"]
1535
- }
1536
- },
1537
- "propToVariantKeys": {
1538
- "size": [
1539
- "inputSizeRoot",
1540
- "inputSizeInputWrapper",
1541
- "inputSizeInput",
1542
- "inputSizeLabel",
1543
- "inputSizeStartIcon",
1544
- "inputSizeEndIcon"
1545
- ],
1546
- "startIcon": ["icon"],
1547
- "endIcon": ["icon"],
1548
- "slotProps": ["helperTextSlotProps"],
1549
- "helperTextIcon": ["startIcon"]
1550
- },
1551
- "runtimeConfigDefaultProps": {},
1552
- "runtimeConfigGetStyles": {},
1553
- "runtimeConfigInternalComponentProps": {},
1554
- "motionVarPrefixes": []
1555
- };
1556
- var InputHelpText = {
1557
- "name": "InputHelpText",
1558
- "defaultProps": { "size": "md" },
1559
- "getStylesLiterals": {
1560
- "inputVariantRoot": "default",
1561
- "inputVariantValueRoot": "empty",
1562
- "inputVariantValueRoot:1": "filled"
1563
- },
1564
- "cxLiterals": [],
1565
- "internalComponents": ["InputHelpTextInternal", "Box"],
1566
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1567
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
1568
- "runtimeConfigDefaultProps": {},
1569
- "runtimeConfigGetStyles": {},
1570
- "runtimeConfigInternalComponentProps": {},
1571
- "motionVarPrefixes": []
1572
- };
1573
- var InputHelpTextInternal = {
1574
- "name": "InputHelpTextInternal",
1575
- "defaultProps": {},
1576
- "getStylesLiterals": {
1577
- "inputVariantHelperText": "default",
1578
- "inputVariantValueHelperText": "empty",
1579
- "inputVariantValueHelperText:1": "filled",
1580
- "inputVariantHelperIcon": "default",
1581
- "inputVariantValueHelperIcon": "empty",
1582
- "inputVariantValueHelperIcon:1": "filled"
1583
- },
1584
- "cxLiterals": [],
1585
- "internalComponents": ["IconSlot", "HStack"],
1586
- "internalComponentProps": { "HStack": {
1587
- "gap": ["1"],
1588
- "alignItems": ["center"]
1589
- } },
1590
- "propToVariantKeys": {
1591
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1592
- "startIcon": ["icon"],
1593
- "endIcon": ["icon"]
1594
- },
1113
+ "internalComponents": ["BottomSheetContext.Provider"],
1114
+ "internalComponentProps": {},
1115
+ "propToVariantKeys": {},
1595
1116
  "runtimeConfigDefaultProps": {},
1596
1117
  "runtimeConfigGetStyles": {},
1597
1118
  "runtimeConfigInternalComponentProps": {},
@@ -1815,6 +1336,134 @@ var Menu = {
1815
1336
  "runtimeConfigInternalComponentProps": {},
1816
1337
  "motionVarPrefixes": []
1817
1338
  };
1339
+ var Chip = {
1340
+ "name": "Chip",
1341
+ "defaultProps": {},
1342
+ "getStylesLiterals": {},
1343
+ "cxLiterals": [],
1344
+ "internalComponents": [
1345
+ "ChipDismissible",
1346
+ "ChipToggle",
1347
+ "ChipLink",
1348
+ "ChipButton"
1349
+ ],
1350
+ "internalComponentProps": {},
1351
+ "propToVariantKeys": {},
1352
+ "runtimeConfigDefaultProps": {},
1353
+ "runtimeConfigGetStyles": {},
1354
+ "runtimeConfigInternalComponentProps": {},
1355
+ "motionVarPrefixes": []
1356
+ };
1357
+ var ChipBase = {
1358
+ "name": "ChipBase",
1359
+ "defaultProps": {
1360
+ "size": "md",
1361
+ "as": "div"
1362
+ },
1363
+ "getStylesLiterals": {},
1364
+ "cxLiterals": [
1365
+ "pointer-events-none",
1366
+ "cursor-default",
1367
+ "opacity-50",
1368
+ "inline-flex",
1369
+ "items-center",
1370
+ "transition-[background-color,outline-color,box-shadow]",
1371
+ "truncate",
1372
+ "whitespace-nowrap",
1373
+ "text-center",
1374
+ "flex-1"
1375
+ ],
1376
+ "internalComponents": [
1377
+ "IconSlot",
1378
+ "HStack",
1379
+ "As",
1380
+ "Text"
1381
+ ],
1382
+ "internalComponentProps": { "Text": {
1383
+ "as": ["span"],
1384
+ "color": ["current"],
1385
+ "variant": ["inherit"]
1386
+ } },
1387
+ "propToVariantKeys": {
1388
+ "size": ["chipSizeRoot", "chipSizeIcon"],
1389
+ "startIcon": ["icon"],
1390
+ "endIcon": ["icon"]
1391
+ },
1392
+ "runtimeConfigDefaultProps": {},
1393
+ "runtimeConfigGetStyles": {},
1394
+ "runtimeConfigInternalComponentProps": {},
1395
+ "motionVarPrefixes": []
1396
+ };
1397
+ var ChipButton = {
1398
+ "name": "ChipButton",
1399
+ "defaultProps": { "variant": "primary" },
1400
+ "getStylesLiterals": {},
1401
+ "cxLiterals": ["uds-ring"],
1402
+ "internalComponents": ["ChipBase"],
1403
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1404
+ "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1405
+ "runtimeConfigDefaultProps": {},
1406
+ "runtimeConfigGetStyles": {},
1407
+ "runtimeConfigInternalComponentProps": {},
1408
+ "motionVarPrefixes": []
1409
+ };
1410
+ var ChipDismissible = {
1411
+ "name": "ChipDismissible",
1412
+ "defaultProps": { "variant": "primary" },
1413
+ "getStylesLiterals": {},
1414
+ "cxLiterals": [
1415
+ "uds-chip-dismissible-button",
1416
+ "uds-hit-target",
1417
+ "uds-ring",
1418
+ "rounded-full"
1419
+ ],
1420
+ "internalComponents": [
1421
+ "ChipBase",
1422
+ "IconSlot",
1423
+ "Pressable"
1424
+ ],
1425
+ "internalComponentProps": {},
1426
+ "propToVariantKeys": {
1427
+ "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1428
+ "dismissButtonAriaLabel": ["aria-label"]
1429
+ },
1430
+ "runtimeConfigDefaultProps": {},
1431
+ "runtimeConfigGetStyles": {},
1432
+ "runtimeConfigInternalComponentProps": {},
1433
+ "motionVarPrefixes": []
1434
+ };
1435
+ var ChipLink = {
1436
+ "name": "ChipLink",
1437
+ "defaultProps": { "variant": "primary" },
1438
+ "getStylesLiterals": {},
1439
+ "cxLiterals": ["uds-ring"],
1440
+ "internalComponents": ["ChipBase"],
1441
+ "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1442
+ "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1443
+ "runtimeConfigDefaultProps": {},
1444
+ "runtimeConfigGetStyles": {},
1445
+ "runtimeConfigInternalComponentProps": {},
1446
+ "motionVarPrefixes": []
1447
+ };
1448
+ var ChipToggle = {
1449
+ "name": "ChipToggle",
1450
+ "defaultProps": {
1451
+ "variant": "primary",
1452
+ "role": "checkbox"
1453
+ },
1454
+ "getStylesLiterals": {
1455
+ "chipToggleVariantActiveRoot": "on",
1456
+ "chipToggleVariantActiveRoot:1": "off"
1457
+ },
1458
+ "cxLiterals": ["uds-ring"],
1459
+ "internalComponents": ["ChipBase"],
1460
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1461
+ "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1462
+ "runtimeConfigDefaultProps": {},
1463
+ "runtimeConfigGetStyles": {},
1464
+ "runtimeConfigInternalComponentProps": {},
1465
+ "motionVarPrefixes": []
1466
+ };
1818
1467
  var Modal = {
1819
1468
  "name": "Modal",
1820
1469
  "defaultProps": {
@@ -2022,6 +1671,136 @@ var UDSModalConfigProvider = {
2022
1671
  "runtimeConfigInternalComponentProps": {},
2023
1672
  "motionVarPrefixes": []
2024
1673
  };
1674
+ var Input = {
1675
+ "name": "Input",
1676
+ "defaultProps": {
1677
+ "type": "text",
1678
+ "size": "md",
1679
+ "width": "full"
1680
+ },
1681
+ "getStylesLiterals": {
1682
+ "inputVariantRoot": "default",
1683
+ "inputVariantValueRoot": "empty",
1684
+ "inputVariantValueRoot:1": "filled",
1685
+ "inputVariantInputWrapper": "default",
1686
+ "inputVariantValueInputWrapper": "empty",
1687
+ "inputVariantValueInputWrapper:1": "filled",
1688
+ "inputVariantInput": "default",
1689
+ "inputVariantValueInput": "empty",
1690
+ "inputVariantValueInput:1": "filled",
1691
+ "inputVariantInputPlaceholder": "default",
1692
+ "inputVariantValueInputPlaceholder": "empty",
1693
+ "inputVariantValueInputPlaceholder:1": "filled",
1694
+ "inputVariantLabel": "default",
1695
+ "inputVariantValueLabel": "empty",
1696
+ "inputVariantValueLabel:1": "filled",
1697
+ "inputVariantLabelRequired": "default",
1698
+ "inputVariantValueLabelRequired": "empty",
1699
+ "inputVariantValueLabelRequired:1": "filled",
1700
+ "inputVariantStartIcon": "default",
1701
+ "inputVariantValueStartIcon": "empty",
1702
+ "inputVariantValueStartIcon:1": "filled",
1703
+ "inputVariantEndIcon": "default",
1704
+ "inputVariantValueEndIcon": "empty",
1705
+ "inputVariantValueEndIcon:1": "filled"
1706
+ },
1707
+ "cxLiterals": [
1708
+ "opacity-50",
1709
+ "min-w-[200px]",
1710
+ "grow",
1711
+ "uds-hit-target",
1712
+ "bg-clip-text",
1713
+ "focus:outline-none",
1714
+ "cursor-text",
1715
+ "cursor-not-allowed"
1716
+ ],
1717
+ "internalComponents": [
1718
+ "IconSlot",
1719
+ "StartIcon",
1720
+ "EndIcon",
1721
+ "HelpTextContent",
1722
+ "Box",
1723
+ "InputHelpTextInternal",
1724
+ "VStack",
1725
+ "HStack",
1726
+ "AnimateHeightChange"
1727
+ ],
1728
+ "internalComponentProps": {
1729
+ "HelpTextContent": { "spacingTop": ["2"] },
1730
+ "Box": {
1731
+ "spacingBottom": ["2"],
1732
+ "columnGap": ["0.5"],
1733
+ "alignItems": ["flex-end", "center"],
1734
+ "position": ["relative"]
1735
+ },
1736
+ "HStack": {
1737
+ "alignItems": ["center"],
1738
+ "gap": ["1"]
1739
+ }
1740
+ },
1741
+ "propToVariantKeys": {
1742
+ "size": [
1743
+ "inputSizeRoot",
1744
+ "inputSizeInputWrapper",
1745
+ "inputSizeInput",
1746
+ "inputSizeLabel",
1747
+ "inputSizeStartIcon",
1748
+ "inputSizeEndIcon"
1749
+ ],
1750
+ "startIcon": ["icon"],
1751
+ "endIcon": ["icon"],
1752
+ "slotProps": ["helperTextSlotProps"],
1753
+ "helperTextIcon": ["startIcon"]
1754
+ },
1755
+ "runtimeConfigDefaultProps": {},
1756
+ "runtimeConfigGetStyles": {},
1757
+ "runtimeConfigInternalComponentProps": {},
1758
+ "motionVarPrefixes": []
1759
+ };
1760
+ var InputHelpText = {
1761
+ "name": "InputHelpText",
1762
+ "defaultProps": { "size": "md" },
1763
+ "getStylesLiterals": {
1764
+ "inputVariantRoot": "default",
1765
+ "inputVariantValueRoot": "empty",
1766
+ "inputVariantValueRoot:1": "filled"
1767
+ },
1768
+ "cxLiterals": [],
1769
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1770
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1771
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1772
+ "runtimeConfigDefaultProps": {},
1773
+ "runtimeConfigGetStyles": {},
1774
+ "runtimeConfigInternalComponentProps": {},
1775
+ "motionVarPrefixes": []
1776
+ };
1777
+ var InputHelpTextInternal = {
1778
+ "name": "InputHelpTextInternal",
1779
+ "defaultProps": {},
1780
+ "getStylesLiterals": {
1781
+ "inputVariantHelperText": "default",
1782
+ "inputVariantValueHelperText": "empty",
1783
+ "inputVariantValueHelperText:1": "filled",
1784
+ "inputVariantHelperIcon": "default",
1785
+ "inputVariantValueHelperIcon": "empty",
1786
+ "inputVariantValueHelperIcon:1": "filled"
1787
+ },
1788
+ "cxLiterals": [],
1789
+ "internalComponents": ["IconSlot", "HStack"],
1790
+ "internalComponentProps": { "HStack": {
1791
+ "gap": ["1"],
1792
+ "alignItems": ["center"]
1793
+ } },
1794
+ "propToVariantKeys": {
1795
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1796
+ "startIcon": ["icon"],
1797
+ "endIcon": ["icon"]
1798
+ },
1799
+ "runtimeConfigDefaultProps": {},
1800
+ "runtimeConfigGetStyles": {},
1801
+ "runtimeConfigInternalComponentProps": {},
1802
+ "motionVarPrefixes": []
1803
+ };
2025
1804
  var Popover = {
2026
1805
  "name": "Popover",
2027
1806
  "defaultProps": {},
@@ -2645,6 +2424,227 @@ var UDSConfigProvider = {
2645
2424
  "runtimeConfigInternalComponentProps": {},
2646
2425
  "motionVarPrefixes": []
2647
2426
  };
2427
+ var Accordion = {
2428
+ "name": "Accordion",
2429
+ "defaultProps": {
2430
+ "spacingHorizontal": "4",
2431
+ "spacingVertical": "4"
2432
+ },
2433
+ "getStylesLiterals": {},
2434
+ "cxLiterals": ["hover:bg-secondary/80", "w-full"],
2435
+ "internalComponents": [
2436
+ "Icon",
2437
+ "SpringMotionConfig",
2438
+ "Pressable",
2439
+ "Text",
2440
+ "HStack",
2441
+ "AnimatePresence",
2442
+ "VStack"
2443
+ ],
2444
+ "internalComponentProps": {
2445
+ "Icon": {
2446
+ "variant": ["fill"],
2447
+ "size": ["sm"],
2448
+ "color": ["primary"]
2449
+ },
2450
+ "SpringMotionConfig": {
2451
+ "layoutVariant": ["smooth"],
2452
+ "layoutSpeed": ["3"]
2453
+ },
2454
+ "Pressable": {
2455
+ "display": ["flex"],
2456
+ "flexDirection": ["row"],
2457
+ "alignItems": ["center"],
2458
+ "justifyContent": ["space-between"],
2459
+ "borderRadius": ["md"]
2460
+ },
2461
+ "Text": {
2462
+ "variant": ["title4"],
2463
+ "color": ["primary"]
2464
+ },
2465
+ "HStack": {
2466
+ "display": ["flex"],
2467
+ "alignItems": ["center"],
2468
+ "justifyContent": ["space-between"],
2469
+ "columnGap": ["2.5"]
2470
+ }
2471
+ },
2472
+ "propToVariantKeys": {},
2473
+ "runtimeConfigDefaultProps": {},
2474
+ "runtimeConfigGetStyles": {},
2475
+ "runtimeConfigInternalComponentProps": {},
2476
+ "motionVarPrefixes": ["--uds-motion-smooth-3-"]
2477
+ };
2478
+ var AvoidMotionLibraryProvider = {
2479
+ "name": "AvoidMotionLibraryProvider",
2480
+ "defaultProps": {},
2481
+ "getStylesLiterals": {},
2482
+ "cxLiterals": [],
2483
+ "internalComponents": [],
2484
+ "internalComponentProps": {},
2485
+ "propToVariantKeys": {},
2486
+ "runtimeConfigDefaultProps": {},
2487
+ "runtimeConfigGetStyles": {},
2488
+ "runtimeConfigInternalComponentProps": {},
2489
+ "motionVarPrefixes": []
2490
+ };
2491
+ var SegmentedControl = {
2492
+ "name": "SegmentedControl",
2493
+ "defaultProps": { "textVariant": "label2" },
2494
+ "getStylesLiterals": {
2495
+ "display": "flex",
2496
+ "alignItems": "center",
2497
+ "backgroundColor": "primary",
2498
+ "spacingVertical": "1",
2499
+ "spacingHorizontal": "3",
2500
+ "columnGap": "1.5",
2501
+ "borderWidth": "thin",
2502
+ "borderRadius": "full",
2503
+ "borderColor": "muted",
2504
+ "borderColor:1": "transparent",
2505
+ "color": "primary",
2506
+ "color:1": "tertiary",
2507
+ "color:2": "muted"
2508
+ },
2509
+ "cxLiterals": [
2510
+ "uds-ring",
2511
+ "cursor-not-allowed",
2512
+ "opacity-50",
2513
+ "pointer-events-none",
2514
+ "hover:bg-primary"
2515
+ ],
2516
+ "internalComponents": [
2517
+ "TextVariant",
2518
+ "Radio",
2519
+ "Icon",
2520
+ "RadioProvider",
2521
+ "HStack",
2522
+ "RadioGroup",
2523
+ "Pressable",
2524
+ "Text"
2525
+ ],
2526
+ "internalComponentProps": {
2527
+ "Icon": {
2528
+ "size": ["sm"],
2529
+ "color": ["current"],
2530
+ "aria-hidden": ["true"]
2531
+ },
2532
+ "HStack": {
2533
+ "spacing": ["1"],
2534
+ "gap": ["1"],
2535
+ "backgroundColor": ["secondary"],
2536
+ "borderRadius": ["full"],
2537
+ "display": ["inline-flex"]
2538
+ },
2539
+ "Text": { "color": ["current"] }
2540
+ },
2541
+ "propToVariantKeys": {
2542
+ "value": ["key"],
2543
+ "label": ["aria-label"],
2544
+ "textVariant": ["variant"]
2545
+ },
2546
+ "runtimeConfigDefaultProps": {},
2547
+ "runtimeConfigGetStyles": {},
2548
+ "runtimeConfigInternalComponentProps": {},
2549
+ "motionVarPrefixes": []
2550
+ };
2551
+ var SwitchV2 = {
2552
+ "name": "SwitchV2",
2553
+ "defaultProps": {
2554
+ "labelPosition": "start",
2555
+ "size": "md"
2556
+ },
2557
+ "getStylesLiterals": {
2558
+ "switchVariantRoot": "default",
2559
+ "switchVariantActiveRoot": "on",
2560
+ "switchVariantActiveRoot:1": "off",
2561
+ "switchVariantSwitch": "default",
2562
+ "switchVariantActiveSwitch": "on",
2563
+ "switchVariantActiveSwitch:1": "off",
2564
+ "switchVariantActiveHandle": "on",
2565
+ "switchVariantActiveHandle:1": "off",
2566
+ "switchVariantHandle": "default",
2567
+ "switchVariantHandleIcon": "default",
2568
+ "switchVariantActiveHandleIcon": "on",
2569
+ "switchVariantActiveHandleIcon:1": "off"
2570
+ },
2571
+ "cxLiterals": [
2572
+ "group",
2573
+ "flex",
2574
+ "items-center",
2575
+ "flex-row",
2576
+ "flex-row-reverse",
2577
+ "uds-ring",
2578
+ "uds-ring-within",
2579
+ "relative",
2580
+ "uds-border-radius-full",
2581
+ "transition-[background-color,box-shadow]",
2582
+ "pointer-events-none",
2583
+ "w-full",
2584
+ "h-full",
2585
+ "absolute",
2586
+ "top-0",
2587
+ "bottom-0",
2588
+ "right-0",
2589
+ "left-0",
2590
+ "overflow-hidden",
2591
+ "group-hover:scale-105",
2592
+ "opacity-95",
2593
+ "group-hover:opacity-100",
2594
+ "transition-[transform,opacity]",
2595
+ "opacity-0",
2596
+ "top-1/2",
2597
+ "left-1/2",
2598
+ "transform",
2599
+ "translate-x-[-50%]",
2600
+ "translate-y-[-50%]",
2601
+ "transition-opacity",
2602
+ "cursor-[inherit]",
2603
+ "w-[calc(100%+2px)]",
2604
+ "h-[calc(100%+2px)]",
2605
+ "text-start",
2606
+ "text-end",
2607
+ "opacity-100"
2608
+ ],
2609
+ "internalComponents": [
2610
+ "IconSlot",
2611
+ "Box",
2612
+ "FormLabel",
2613
+ "SpringMotionConfig",
2614
+ "RootElement",
2615
+ "MotionBox"
2616
+ ],
2617
+ "internalComponentProps": {
2618
+ "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
2619
+ "FormLabel": {
2620
+ "as": ["div"],
2621
+ "variant": ["inherit"],
2622
+ "color": ["inherit"]
2623
+ },
2624
+ "SpringMotionConfig": {
2625
+ "layoutVariant": ["bouncy"],
2626
+ "layoutSpeed": ["4"]
2627
+ },
2628
+ "RootElement": { "data-testid": ["switch-root"] },
2629
+ "MotionBox": { "layout": ["position"] }
2630
+ },
2631
+ "propToVariantKeys": {
2632
+ "size": [
2633
+ "switchSizeRoot",
2634
+ "switchSizeSwitch",
2635
+ "switchSizeHandle",
2636
+ "switchSizeHandleIcon"
2637
+ ],
2638
+ "onIcon": ["icon"],
2639
+ "offIcon": ["icon"],
2640
+ "reduceMotion": ["reducedMotion"],
2641
+ "isOn": ["layoutDependency"]
2642
+ },
2643
+ "runtimeConfigDefaultProps": {},
2644
+ "runtimeConfigGetStyles": {},
2645
+ "runtimeConfigInternalComponentProps": {},
2646
+ "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
2647
+ };
2648
2648
  var componentData_default = {
2649
2649
  Box,
2650
2650
  FormLabel,
@@ -2664,9 +2664,6 @@ var componentData_default = {
2664
2664
  Divider,
2665
2665
  DividerCore,
2666
2666
  DividerInternal,
2667
- Spinner,
2668
- "Table.mocks": Table_mocks,
2669
- Table,
2670
2667
  AnimateHeightChange,
2671
2668
  Badge,
2672
2669
  Button,
@@ -2675,10 +2672,9 @@ var componentData_default = {
2675
2672
  Pressable,
2676
2673
  SpringMotionConfig,
2677
2674
  Switch,
2678
- Accordion,
2679
- AvoidMotionLibraryProvider,
2680
- SegmentedControl,
2681
- SwitchV2,
2675
+ Spinner,
2676
+ "Table.mocks": Table_mocks,
2677
+ Table,
2682
2678
  Avatar,
2683
2679
  AvatarIcon,
2684
2680
  AvatarImage,
@@ -2692,15 +2688,6 @@ var componentData_default = {
2692
2688
  BottomSheetProvider,
2693
2689
  BottomSheetTrigger,
2694
2690
  UDSBottomSheetConfigProvider,
2695
- Chip,
2696
- ChipBase,
2697
- ChipButton,
2698
- ChipDismissible,
2699
- ChipLink,
2700
- ChipToggle,
2701
- Input,
2702
- InputHelpText,
2703
- InputHelpTextInternal,
2704
2691
  "Menu.Content": Menu_Content,
2705
2692
  "Menu.Divider": Menu_Divider,
2706
2693
  "Menu.Item": Menu_Item,
@@ -2710,6 +2697,12 @@ var componentData_default = {
2710
2697
  "Menu.Trigger": Menu_Trigger,
2711
2698
  "Menu.index": Menu_index,
2712
2699
  Menu,
2700
+ Chip,
2701
+ ChipBase,
2702
+ ChipButton,
2703
+ ChipDismissible,
2704
+ ChipLink,
2705
+ ChipToggle,
2713
2706
  Modal,
2714
2707
  ModalActions,
2715
2708
  ModalContent,
@@ -2717,6 +2710,9 @@ var componentData_default = {
2717
2710
  ModalDescription,
2718
2711
  ModalTitle,
2719
2712
  UDSModalConfigProvider,
2713
+ Input,
2714
+ InputHelpText,
2715
+ InputHelpTextInternal,
2720
2716
  Popover,
2721
2717
  PopoverContent,
2722
2718
  PopoverContext,
@@ -2738,7 +2734,11 @@ var componentData_default = {
2738
2734
  TooltipTrigger,
2739
2735
  UDSTooltipConfigProvider,
2740
2736
  UDSBreakpointsConfigProvider,
2741
- UDSConfigProvider
2737
+ UDSConfigProvider,
2738
+ Accordion,
2739
+ AvoidMotionLibraryProvider,
2740
+ SegmentedControl,
2741
+ SwitchV2
2742
2742
  };
2743
2743
  //#endregion
2744
2744
  Object.defineProperty(exports, "Accordion", {