@yahoo/uds 3.134.0 → 3.134.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) 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/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
  6. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
  7. package/dist/index.d.cts +2 -2
  8. package/dist/index.d.ts +2 -2
  9. package/dist/styles/styler.d.cts +21 -21
  10. package/dist/styles/styler.d.ts +21 -21
  11. package/dist/tailwind/dist/commands/css.cjs +1 -0
  12. package/dist/tailwind/dist/commands/css.d.cts.map +1 -1
  13. package/dist/tailwind/dist/commands/css.d.ts.map +1 -1
  14. package/dist/tailwind/dist/commands/css.helpers.cjs +8 -1
  15. package/dist/tailwind/dist/commands/css.helpers.js +8 -1
  16. package/dist/tailwind/dist/commands/css.helpers.js.map +1 -1
  17. package/dist/tailwind/dist/commands/css.js +1 -0
  18. package/dist/tailwind/dist/commands/css.js.map +1 -1
  19. package/dist/tailwind/dist/css/generate.cjs +7 -4
  20. package/dist/tailwind/dist/css/generate.d.cts.map +1 -1
  21. package/dist/tailwind/dist/css/generate.d.ts.map +1 -1
  22. package/dist/tailwind/dist/css/generate.js +7 -4
  23. package/dist/tailwind/dist/css/generate.js.map +1 -1
  24. package/dist/tailwind/dist/css/nodeUtils.cjs +19 -8
  25. package/dist/tailwind/dist/css/nodeUtils.js +19 -8
  26. package/dist/tailwind/dist/css/nodeUtils.js.map +1 -1
  27. package/dist/tailwind/dist/css/perf.cjs +92 -0
  28. package/dist/tailwind/dist/css/perf.js +89 -0
  29. package/dist/tailwind/dist/css/perf.js.map +1 -0
  30. package/dist/tailwind/dist/css/purgeWorker.cjs +47 -0
  31. package/dist/tailwind/dist/css/purgeWorker.d.cts +2 -0
  32. package/dist/tailwind/dist/css/purgeWorker.d.ts +2 -0
  33. package/dist/tailwind/dist/css/purgeWorker.js +48 -0
  34. package/dist/tailwind/dist/css/purgeWorker.js.map +1 -0
  35. package/dist/tailwind/dist/css/runner.cjs +158 -145
  36. package/dist/tailwind/dist/css/runner.js +158 -145
  37. package/dist/tailwind/dist/css/runner.js.map +1 -1
  38. package/dist/tailwind/dist/css/theme.d.cts +1 -1
  39. package/dist/tailwind/dist/css/theme.d.ts +1 -1
  40. package/dist/tailwind/dist/css/workerPool.cjs +89 -0
  41. package/dist/tailwind/dist/css/workerPool.js +90 -0
  42. package/dist/tailwind/dist/css/workerPool.js.map +1 -0
  43. package/dist/tailwind/dist/index.d.cts +2 -2
  44. package/dist/tailwind/dist/index.d.ts +2 -2
  45. package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +95 -15
  46. package/dist/tailwind/dist/purger/optimized/ast/expressions.js +95 -15
  47. package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
  48. package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +38 -14
  49. package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.cts.map +1 -1
  50. package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.ts.map +1 -1
  51. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +39 -15
  52. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -1
  53. package/dist/tailwind/dist/purger/optimized/types.d.cts +10 -0
  54. package/dist/tailwind/dist/purger/optimized/types.d.cts.map +1 -1
  55. package/dist/tailwind/dist/purger/optimized/types.d.ts +10 -0
  56. package/dist/tailwind/dist/purger/optimized/types.d.ts.map +1 -1
  57. package/dist/uds/generated/componentData.cjs +271 -271
  58. package/dist/uds/generated/componentData.js +271 -271
  59. package/generated/componentData.json +361 -361
  60. package/package.json +1 -1
  61. package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +0 -16
  62. package/dist/tailwind/dist/purger/optimized/ast/jsx.js +0 -17
  63. 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,162 +795,36 @@ 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",
905
- "borderColor": "muted",
906
- "borderColor:1": "transparent",
907
- "color": "primary",
908
- "color:1": "tertiary",
909
- "color:2": "muted"
910
- },
911
- "cxLiterals": [
912
- "uds-ring",
913
- "cursor-not-allowed",
914
- "opacity-50",
915
- "pointer-events-none",
916
- "hover:bg-primary"
917
- ],
918
- "internalComponents": [
919
- "TextVariant",
920
- "Radio",
921
- "Icon",
922
- "RadioProvider",
923
- "HStack",
924
- "RadioGroup",
925
- "Pressable",
926
- "Text"
927
- ],
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
- },
948
- "runtimeConfigDefaultProps": {},
949
- "runtimeConfigGetStyles": {},
950
- "runtimeConfigInternalComponentProps": {},
951
- "motionVarPrefixes": []
952
- };
953
- var SwitchV2 = {
954
- "name": "SwitchV2",
798
+ var Table = {
799
+ "name": "Table",
955
800
  "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"
972
- },
973
- "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"]
801
+ "display": "table-cell",
802
+ "overflow": "hidden",
803
+ "borderColor": "muted",
804
+ "borderRadius": "md",
805
+ "spacing": "3",
806
+ "borderBottomColor": "muted",
807
+ "borderBottomWidth": "thin",
808
+ "color": "primary"
1044
809
  },
810
+ "getStylesLiterals": { "textAlign": "start" },
811
+ "cxLiterals": [],
812
+ "internalComponents": [
813
+ "CellComponent",
814
+ "Box",
815
+ "Text",
816
+ "Table.Root",
817
+ "Table.Header",
818
+ "Table.Row",
819
+ "Table.Cell",
820
+ "Table.Body"
821
+ ],
822
+ "internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
823
+ "propToVariantKeys": {},
1045
824
  "runtimeConfigDefaultProps": {},
1046
825
  "runtimeConfigGetStyles": {},
1047
826
  "runtimeConfigInternalComponentProps": {},
1048
- "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
827
+ "motionVarPrefixes": []
1049
828
  };
1050
829
  var Avatar = {
1051
830
  "name": "Avatar",
@@ -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,
@@ -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", {