@yahoo/uds 3.133.3 → 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 (212) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +14 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +14 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +14 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +14 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +2796 -1
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +288 -2
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +288 -2
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +2796 -2
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +119 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
  11. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
  12. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +119 -0
  13. package/dist/automated-config/dist/properties.cjs +15 -1
  14. package/dist/automated-config/dist/properties.d.cts +4 -0
  15. package/dist/automated-config/dist/properties.d.ts +4 -0
  16. package/dist/automated-config/dist/properties.js +15 -1
  17. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  18. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  19. package/dist/cli/commands/sync.cjs +4 -0
  20. package/dist/cli/commands/sync.js +4 -0
  21. package/dist/cli/dist/lib/args.cjs +7 -3
  22. package/dist/cli/dist/lib/args.js +7 -3
  23. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  24. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  25. package/dist/components/client/Modal/Modal.cjs +193 -0
  26. package/dist/components/client/Modal/Modal.d.cts +51 -0
  27. package/dist/components/client/Modal/Modal.d.ts +52 -0
  28. package/dist/components/client/Modal/Modal.js +191 -0
  29. package/dist/components/client/Modal/ModalActions.cjs +54 -0
  30. package/dist/components/client/Modal/ModalActions.d.cts +27 -0
  31. package/dist/components/client/Modal/ModalActions.d.ts +28 -0
  32. package/dist/components/client/Modal/ModalActions.js +52 -0
  33. package/dist/components/client/Modal/ModalContent.cjs +37 -0
  34. package/dist/components/client/Modal/ModalContent.d.cts +24 -0
  35. package/dist/components/client/Modal/ModalContent.d.ts +25 -0
  36. package/dist/components/client/Modal/ModalContent.js +35 -0
  37. package/dist/components/client/Modal/ModalContext.cjs +15 -0
  38. package/dist/components/client/Modal/ModalContext.d.cts +13 -0
  39. package/dist/components/client/Modal/ModalContext.d.ts +14 -0
  40. package/dist/components/client/Modal/ModalContext.js +12 -0
  41. package/dist/components/client/Modal/ModalDescription.cjs +29 -0
  42. package/dist/components/client/Modal/ModalDescription.d.cts +23 -0
  43. package/dist/components/client/Modal/ModalDescription.d.ts +24 -0
  44. package/dist/components/client/Modal/ModalDescription.js +27 -0
  45. package/dist/components/client/Modal/ModalTitle.cjs +29 -0
  46. package/dist/components/client/Modal/ModalTitle.d.cts +23 -0
  47. package/dist/components/client/Modal/ModalTitle.d.ts +24 -0
  48. package/dist/components/client/Modal/ModalTitle.js +27 -0
  49. package/dist/components/client/Modal/UDSModalConfigProvider.cjs +42 -0
  50. package/dist/components/client/Modal/UDSModalConfigProvider.d.cts +35 -0
  51. package/dist/components/client/Modal/UDSModalConfigProvider.d.ts +36 -0
  52. package/dist/components/client/Modal/UDSModalConfigProvider.js +39 -0
  53. package/dist/components/client/Modal/index.cjs +16 -0
  54. package/dist/components/client/Modal/index.d.cts +8 -0
  55. package/dist/components/client/Modal/index.d.ts +9 -0
  56. package/dist/components/client/Modal/index.js +9 -0
  57. package/dist/components/client/Modal/useScrollFade.cjs +38 -0
  58. package/dist/components/client/Modal/useScrollFade.d.cts +13 -0
  59. package/dist/components/client/Modal/useScrollFade.d.ts +14 -0
  60. package/dist/components/client/Modal/useScrollFade.js +36 -0
  61. package/dist/components/client/Modal/utils.cjs +32 -0
  62. package/dist/components/client/Modal/utils.d.cts +13 -0
  63. package/dist/components/client/Modal/utils.d.ts +14 -0
  64. package/dist/components/client/Modal/utils.js +30 -0
  65. package/dist/components/client/Popover/index.d.cts +1 -1
  66. package/dist/components/client/Popover/index.d.ts +1 -1
  67. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
  68. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
  69. package/dist/components/client/index.cjs +13 -0
  70. package/dist/components/client/index.d.cts +8 -2
  71. package/dist/components/client/index.d.ts +8 -2
  72. package/dist/components/client/index.js +7 -1
  73. package/dist/components/client/providers/UDSConfigProvider.cjs +6 -2
  74. package/dist/components/client/providers/UDSConfigProvider.d.cts +2 -1
  75. package/dist/components/client/providers/UDSConfigProvider.d.ts +2 -1
  76. package/dist/components/client/providers/UDSConfigProvider.js +6 -2
  77. package/dist/components/experimental/client/index.cjs +0 -5
  78. package/dist/components/experimental/client/index.d.cts +1 -2
  79. package/dist/components/experimental/client/index.d.ts +1 -2
  80. package/dist/components/experimental/client/index.js +1 -2
  81. package/dist/components/experimental/index.cjs +1 -10
  82. package/dist/components/experimental/index.d.cts +1 -2
  83. package/dist/components/experimental/index.d.ts +1 -2
  84. package/dist/components/experimental/index.js +2 -7
  85. package/dist/components/index.cjs +20 -0
  86. package/dist/components/index.d.cts +8 -2
  87. package/dist/components/index.d.ts +8 -2
  88. package/dist/components/index.js +14 -1
  89. package/dist/config/dist/index.cjs +129 -4
  90. package/dist/config/dist/index.js +129 -4
  91. package/dist/index.cjs +16 -0
  92. package/dist/index.d.cts +11 -4
  93. package/dist/index.d.ts +11 -4
  94. package/dist/index.js +9 -2
  95. package/dist/runtime/index.cjs +2 -0
  96. package/dist/runtime/index.d.cts +2 -1
  97. package/dist/runtime/index.d.ts +2 -1
  98. package/dist/runtime/index.js +2 -1
  99. package/dist/runtime/modalConfig.cjs +22 -0
  100. package/dist/runtime/modalConfig.d.cts +22 -0
  101. package/dist/runtime/modalConfig.d.ts +22 -0
  102. package/dist/runtime/modalConfig.js +21 -0
  103. package/dist/runtime/udsConfig.cjs +4 -2
  104. package/dist/runtime/udsConfig.d.cts +2 -0
  105. package/dist/runtime/udsConfig.d.ts +2 -0
  106. package/dist/runtime/udsConfig.js +4 -2
  107. package/dist/styles/styler.d.cts +35 -21
  108. package/dist/styles/styler.d.ts +35 -21
  109. package/dist/styles/variants.d.cts +42 -0
  110. package/dist/styles/variants.d.ts +42 -0
  111. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +14 -0
  112. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +14 -0
  113. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  114. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +2796 -1
  115. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +2796 -2
  116. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  117. package/dist/tailwind/dist/automated-config/dist/properties.cjs +15 -1
  118. package/dist/tailwind/dist/automated-config/dist/properties.js +15 -1
  119. package/dist/tailwind/dist/automated-config/dist/properties.js.map +1 -1
  120. package/dist/tailwind/dist/commands/css.cjs +1 -0
  121. package/dist/tailwind/dist/commands/css.d.cts.map +1 -1
  122. package/dist/tailwind/dist/commands/css.d.ts.map +1 -1
  123. package/dist/tailwind/dist/commands/css.helpers.cjs +8 -1
  124. package/dist/tailwind/dist/commands/css.helpers.js +8 -1
  125. package/dist/tailwind/dist/commands/css.helpers.js.map +1 -1
  126. package/dist/tailwind/dist/commands/css.js +1 -0
  127. package/dist/tailwind/dist/commands/css.js.map +1 -1
  128. package/dist/tailwind/dist/config/dist/index.cjs +129 -4
  129. package/dist/tailwind/dist/config/dist/index.js +129 -4
  130. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  131. package/dist/tailwind/dist/css/generate.cjs +7 -4
  132. package/dist/tailwind/dist/css/generate.d.cts.map +1 -1
  133. package/dist/tailwind/dist/css/generate.d.ts.map +1 -1
  134. package/dist/tailwind/dist/css/generate.js +7 -4
  135. package/dist/tailwind/dist/css/generate.js.map +1 -1
  136. package/dist/tailwind/dist/css/nodeUtils.cjs +19 -8
  137. package/dist/tailwind/dist/css/nodeUtils.js +19 -8
  138. package/dist/tailwind/dist/css/nodeUtils.js.map +1 -1
  139. package/dist/tailwind/dist/css/perf.cjs +92 -0
  140. package/dist/tailwind/dist/css/perf.js +89 -0
  141. package/dist/tailwind/dist/css/perf.js.map +1 -0
  142. package/dist/tailwind/dist/css/purgeWorker.cjs +47 -0
  143. package/dist/tailwind/dist/css/purgeWorker.d.cts +2 -0
  144. package/dist/tailwind/dist/css/purgeWorker.d.ts +2 -0
  145. package/dist/tailwind/dist/css/purgeWorker.js +48 -0
  146. package/dist/tailwind/dist/css/purgeWorker.js.map +1 -0
  147. package/dist/tailwind/dist/css/runner.cjs +158 -145
  148. package/dist/tailwind/dist/css/runner.js +158 -145
  149. package/dist/tailwind/dist/css/runner.js.map +1 -1
  150. package/dist/tailwind/dist/css/utils.cjs +8 -0
  151. package/dist/tailwind/dist/css/utils.js +8 -0
  152. package/dist/tailwind/dist/css/utils.js.map +1 -1
  153. package/dist/tailwind/dist/css/workerPool.cjs +89 -0
  154. package/dist/tailwind/dist/css/workerPool.js +90 -0
  155. package/dist/tailwind/dist/css/workerPool.js.map +1 -0
  156. package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +95 -15
  157. package/dist/tailwind/dist/purger/optimized/ast/expressions.js +95 -15
  158. package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
  159. package/dist/tailwind/dist/purger/optimized/purgeFromCode.cjs +38 -14
  160. package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.cts.map +1 -1
  161. package/dist/tailwind/dist/purger/optimized/purgeFromCode.d.ts.map +1 -1
  162. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js +39 -15
  163. package/dist/tailwind/dist/purger/optimized/purgeFromCode.js.map +1 -1
  164. package/dist/tailwind/dist/purger/optimized/types.d.cts +10 -0
  165. package/dist/tailwind/dist/purger/optimized/types.d.cts.map +1 -1
  166. package/dist/tailwind/dist/purger/optimized/types.d.ts +10 -0
  167. package/dist/tailwind/dist/purger/optimized/types.d.ts.map +1 -1
  168. package/dist/tailwind/dist/runtimeConfig/hookMetadata.cjs +34 -0
  169. package/dist/tailwind/dist/runtimeConfig/hookMetadata.js +34 -0
  170. package/dist/tailwind/dist/runtimeConfig/hookMetadata.js.map +1 -1
  171. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.cjs +3 -0
  172. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js +3 -0
  173. package/dist/tailwind/dist/tailwind/plugins/blurBgFallback.js.map +1 -1
  174. package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
  175. package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
  176. package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
  177. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  178. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  179. package/dist/tokens/automation/configs/index.cjs +1 -0
  180. package/dist/tokens/automation/configs/index.d.cts +2 -2
  181. package/dist/tokens/automation/configs/index.d.ts +2 -2
  182. package/dist/tokens/automation/configs/index.js +2 -2
  183. package/dist/tokens/automation/index.cjs +1 -0
  184. package/dist/tokens/automation/index.d.cts +2 -2
  185. package/dist/tokens/automation/index.d.ts +2 -2
  186. package/dist/tokens/automation/index.js +2 -2
  187. package/dist/tokens/index.cjs +1 -0
  188. package/dist/tokens/index.d.cts +3 -3
  189. package/dist/tokens/index.d.ts +3 -3
  190. package/dist/tokens/index.js +2 -2
  191. package/dist/tokens/types.d.cts +2 -2
  192. package/dist/tokens/types.d.ts +2 -2
  193. package/dist/types/dist/index.d.cts +68 -2
  194. package/dist/types/dist/index.d.ts +68 -2
  195. package/dist/uds/generated/componentData.cjs +1024 -833
  196. package/dist/uds/generated/componentData.js +995 -840
  197. package/dist/uds/generated/tailwindPurge.cjs +137 -96
  198. package/dist/uds/generated/tailwindPurge.js +137 -96
  199. package/dist/utils/exposeAriakitScrollbarWidth.cjs +17 -0
  200. package/dist/utils/exposeAriakitScrollbarWidth.d.cts +13 -0
  201. package/dist/utils/exposeAriakitScrollbarWidth.d.ts +13 -0
  202. package/dist/utils/exposeAriakitScrollbarWidth.js +16 -0
  203. package/generated/componentData.json +1761 -1550
  204. package/generated/tailwindPurge.ts +4 -4
  205. package/package.json +1 -1
  206. package/dist/components/experimental/client/Modal.cjs +0 -60
  207. package/dist/components/experimental/client/Modal.d.cts +0 -27
  208. package/dist/components/experimental/client/Modal.d.ts +0 -28
  209. package/dist/components/experimental/client/Modal.js +0 -55
  210. package/dist/tailwind/dist/purger/optimized/ast/jsx.cjs +0 -16
  211. package/dist/tailwind/dist/purger/optimized/ast/jsx.js +0 -17
  212. 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,240 +795,55 @@ var AvoidMotionLibraryProvider = {
890
795
  "runtimeConfigInternalComponentProps": {},
891
796
  "motionVarPrefixes": []
892
797
  };
893
- var Modal = {
894
- "name": "Modal",
895
- "defaultProps": {},
896
- "getStylesLiterals": {},
897
- "cxLiterals": [
898
- "inset-8",
899
- "top-[250px]",
900
- "z-50",
901
- "mx-auto",
902
- "h-fit",
903
- "w-[600px]",
904
- "origin-center",
905
- "scale-95",
906
- "opacity-0",
907
- "transition",
908
- "duration-150",
909
- "data-[enter]:scale-100",
910
- "data-[enter]:opacity-100",
911
- "data-[enter]:bg-primary",
912
- "backdrop-blur-0",
913
- "data-[enter]:opacity-60",
914
- "data-[enter]:backdrop-blur-sm"
915
- ],
798
+ var Table = {
799
+ "name": "Table",
800
+ "defaultProps": {
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"
809
+ },
810
+ "getStylesLiterals": { "textAlign": "start" },
811
+ "cxLiterals": [],
916
812
  "internalComponents": [
917
- "IconButton",
918
- "Dialog",
919
- "HStack",
813
+ "CellComponent",
814
+ "Box",
920
815
  "Text",
921
- "VStack"
816
+ "Table.Root",
817
+ "Table.Header",
818
+ "Table.Row",
819
+ "Table.Cell",
820
+ "Table.Body"
922
821
  ],
923
- "internalComponentProps": {
924
- "IconButton": {
925
- "aria-label": ["Close"],
926
- "size": ["sm"],
927
- "variant": ["tertiary"]
928
- },
929
- "HStack": {
930
- "alignItems": ["center"],
931
- "justifyContent": ["space-between"]
932
- },
933
- "Text": {
934
- "variant": ["headline1"],
935
- "color": ["primary"]
936
- },
937
- "VStack": {
938
- "borderRadius": ["md"],
939
- "position": ["fixed"],
940
- "backgroundColor": ["primary"],
941
- "dropShadow": ["md"],
942
- "spacing": ["8"],
943
- "overflow": ["hidden"]
944
- }
945
- },
946
- "propToVariantKeys": { "handleClose": ["onClick"] },
822
+ "internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
823
+ "propToVariantKeys": {},
947
824
  "runtimeConfigDefaultProps": {},
948
825
  "runtimeConfigGetStyles": {},
949
826
  "runtimeConfigInternalComponentProps": {},
950
827
  "motionVarPrefixes": []
951
828
  };
952
- var SegmentedControl = {
953
- "name": "SegmentedControl",
954
- "defaultProps": { "textVariant": "label2" },
955
- "getStylesLiterals": {
956
- "display": "flex",
957
- "alignItems": "center",
958
- "backgroundColor": "primary",
959
- "spacingVertical": "1",
960
- "spacingHorizontal": "3",
961
- "columnGap": "1.5",
962
- "borderWidth": "thin",
963
- "borderRadius": "full",
964
- "borderColor": "muted",
965
- "borderColor:1": "transparent",
966
- "color": "primary",
967
- "color:1": "tertiary",
968
- "color:2": "muted"
969
- },
970
- "cxLiterals": [
971
- "uds-ring",
972
- "cursor-not-allowed",
973
- "opacity-50",
974
- "pointer-events-none",
975
- "hover:bg-primary"
976
- ],
977
- "internalComponents": [
978
- "TextVariant",
979
- "Radio",
980
- "Icon",
981
- "RadioProvider",
982
- "HStack",
983
- "RadioGroup",
984
- "Pressable",
985
- "Text"
986
- ],
987
- "internalComponentProps": {
988
- "Icon": {
989
- "size": ["sm"],
990
- "color": ["current"],
991
- "aria-hidden": ["true"]
992
- },
993
- "HStack": {
994
- "spacing": ["1"],
995
- "gap": ["1"],
996
- "backgroundColor": ["secondary"],
997
- "borderRadius": ["full"],
998
- "display": ["inline-flex"]
999
- },
1000
- "Text": { "color": ["current"] }
1001
- },
1002
- "propToVariantKeys": {
1003
- "value": ["key"],
1004
- "label": ["aria-label"],
1005
- "textVariant": ["variant"]
1006
- },
829
+ var Avatar = {
830
+ "name": "Avatar",
831
+ "defaultProps": {},
832
+ "getStylesLiterals": {},
833
+ "cxLiterals": [],
834
+ "internalComponents": ["AvatarImage"],
835
+ "internalComponentProps": {},
836
+ "propToVariantKeys": {},
1007
837
  "runtimeConfigDefaultProps": {},
1008
838
  "runtimeConfigGetStyles": {},
1009
839
  "runtimeConfigInternalComponentProps": {},
1010
840
  "motionVarPrefixes": []
1011
841
  };
1012
- var SwitchV2 = {
1013
- "name": "SwitchV2",
842
+ var AvatarIcon = {
843
+ "name": "AvatarIcon",
1014
844
  "defaultProps": {
1015
- "labelPosition": "start",
1016
- "size": "md"
1017
- },
1018
- "getStylesLiterals": {
1019
- "switchVariantRoot": "default",
1020
- "switchVariantActiveRoot": "on",
1021
- "switchVariantActiveRoot:1": "off",
1022
- "switchVariantSwitch": "default",
1023
- "switchVariantActiveSwitch": "on",
1024
- "switchVariantActiveSwitch:1": "off",
1025
- "switchVariantActiveHandle": "on",
1026
- "switchVariantActiveHandle:1": "off",
1027
- "switchVariantHandle": "default",
1028
- "switchVariantHandleIcon": "default",
1029
- "switchVariantActiveHandleIcon": "on",
1030
- "switchVariantActiveHandleIcon:1": "off"
1031
- },
1032
- "cxLiterals": [
1033
- "group",
1034
- "flex",
1035
- "items-center",
1036
- "flex-row",
1037
- "flex-row-reverse",
1038
- "uds-ring",
1039
- "uds-ring-within",
1040
- "relative",
1041
- "uds-border-radius-full",
1042
- "transition-[background-color,box-shadow]",
1043
- "pointer-events-none",
1044
- "w-full",
1045
- "h-full",
1046
- "absolute",
1047
- "top-0",
1048
- "bottom-0",
1049
- "right-0",
1050
- "left-0",
1051
- "overflow-hidden",
1052
- "group-hover:scale-105",
1053
- "opacity-95",
1054
- "group-hover:opacity-100",
1055
- "transition-[transform,opacity]",
1056
- "opacity-0",
1057
- "top-1/2",
1058
- "left-1/2",
1059
- "transform",
1060
- "translate-x-[-50%]",
1061
- "translate-y-[-50%]",
1062
- "transition-opacity",
1063
- "cursor-[inherit]",
1064
- "w-[calc(100%+2px)]",
1065
- "h-[calc(100%+2px)]",
1066
- "text-start",
1067
- "text-end",
1068
- "opacity-100"
1069
- ],
1070
- "internalComponents": [
1071
- "IconSlot",
1072
- "Box",
1073
- "FormLabel",
1074
- "SpringMotionConfig",
1075
- "RootElement",
1076
- "MotionBox"
1077
- ],
1078
- "internalComponentProps": {
1079
- "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
1080
- "FormLabel": {
1081
- "as": ["div"],
1082
- "variant": ["inherit"],
1083
- "color": ["inherit"]
1084
- },
1085
- "SpringMotionConfig": {
1086
- "layoutVariant": ["bouncy"],
1087
- "layoutSpeed": ["4"]
1088
- },
1089
- "RootElement": { "data-testid": ["switch-root"] },
1090
- "MotionBox": { "layout": ["position"] }
1091
- },
1092
- "propToVariantKeys": {
1093
- "size": [
1094
- "switchSizeRoot",
1095
- "switchSizeSwitch",
1096
- "switchSizeHandle",
1097
- "switchSizeHandleIcon"
1098
- ],
1099
- "onIcon": ["icon"],
1100
- "offIcon": ["icon"],
1101
- "reduceMotion": ["reducedMotion"],
1102
- "isOn": ["layoutDependency"]
1103
- },
1104
- "runtimeConfigDefaultProps": {},
1105
- "runtimeConfigGetStyles": {},
1106
- "runtimeConfigInternalComponentProps": {},
1107
- "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
1108
- };
1109
- var Avatar = {
1110
- "name": "Avatar",
1111
- "defaultProps": {},
1112
- "getStylesLiterals": {},
1113
- "cxLiterals": [],
1114
- "internalComponents": ["AvatarImage"],
1115
- "internalComponentProps": {},
1116
- "propToVariantKeys": {},
1117
- "runtimeConfigDefaultProps": {},
1118
- "runtimeConfigGetStyles": {},
1119
- "runtimeConfigInternalComponentProps": {},
1120
- "motionVarPrefixes": []
1121
- };
1122
- var AvatarIcon = {
1123
- "name": "AvatarIcon",
1124
- "defaultProps": {
1125
- "size": "md",
1126
- "variant": "primary"
845
+ "size": "md",
846
+ "variant": "primary"
1127
847
  },
1128
848
  "getStylesLiterals": {},
1129
849
  "cxLiterals": [
@@ -1207,136 +927,6 @@ var AvatarText = {
1207
927
  "runtimeConfigInternalComponentProps": {},
1208
928
  "motionVarPrefixes": []
1209
929
  };
1210
- var Input = {
1211
- "name": "Input",
1212
- "defaultProps": {
1213
- "type": "text",
1214
- "size": "md",
1215
- "width": "full"
1216
- },
1217
- "getStylesLiterals": {
1218
- "inputVariantRoot": "default",
1219
- "inputVariantValueRoot": "empty",
1220
- "inputVariantValueRoot:1": "filled",
1221
- "inputVariantInputWrapper": "default",
1222
- "inputVariantValueInputWrapper": "empty",
1223
- "inputVariantValueInputWrapper:1": "filled",
1224
- "inputVariantInput": "default",
1225
- "inputVariantValueInput": "empty",
1226
- "inputVariantValueInput:1": "filled",
1227
- "inputVariantInputPlaceholder": "default",
1228
- "inputVariantValueInputPlaceholder": "empty",
1229
- "inputVariantValueInputPlaceholder:1": "filled",
1230
- "inputVariantLabel": "default",
1231
- "inputVariantValueLabel": "empty",
1232
- "inputVariantValueLabel:1": "filled",
1233
- "inputVariantLabelRequired": "default",
1234
- "inputVariantValueLabelRequired": "empty",
1235
- "inputVariantValueLabelRequired:1": "filled",
1236
- "inputVariantStartIcon": "default",
1237
- "inputVariantValueStartIcon": "empty",
1238
- "inputVariantValueStartIcon:1": "filled",
1239
- "inputVariantEndIcon": "default",
1240
- "inputVariantValueEndIcon": "empty",
1241
- "inputVariantValueEndIcon:1": "filled"
1242
- },
1243
- "cxLiterals": [
1244
- "opacity-50",
1245
- "min-w-[200px]",
1246
- "grow",
1247
- "uds-hit-target",
1248
- "bg-clip-text",
1249
- "focus:outline-none",
1250
- "cursor-text",
1251
- "cursor-not-allowed"
1252
- ],
1253
- "internalComponents": [
1254
- "IconSlot",
1255
- "StartIcon",
1256
- "EndIcon",
1257
- "HelpTextContent",
1258
- "Box",
1259
- "InputHelpTextInternal",
1260
- "VStack",
1261
- "HStack",
1262
- "AnimateHeightChange"
1263
- ],
1264
- "internalComponentProps": {
1265
- "HelpTextContent": { "spacingTop": ["2"] },
1266
- "Box": {
1267
- "spacingBottom": ["2"],
1268
- "columnGap": ["0.5"],
1269
- "alignItems": ["flex-end", "center"],
1270
- "position": ["relative"]
1271
- },
1272
- "HStack": {
1273
- "alignItems": ["center"],
1274
- "gap": ["1"]
1275
- }
1276
- },
1277
- "propToVariantKeys": {
1278
- "size": [
1279
- "inputSizeRoot",
1280
- "inputSizeInputWrapper",
1281
- "inputSizeInput",
1282
- "inputSizeLabel",
1283
- "inputSizeStartIcon",
1284
- "inputSizeEndIcon"
1285
- ],
1286
- "startIcon": ["icon"],
1287
- "endIcon": ["icon"],
1288
- "slotProps": ["helperTextSlotProps"],
1289
- "helperTextIcon": ["startIcon"]
1290
- },
1291
- "runtimeConfigDefaultProps": {},
1292
- "runtimeConfigGetStyles": {},
1293
- "runtimeConfigInternalComponentProps": {},
1294
- "motionVarPrefixes": []
1295
- };
1296
- var InputHelpText = {
1297
- "name": "InputHelpText",
1298
- "defaultProps": { "size": "md" },
1299
- "getStylesLiterals": {
1300
- "inputVariantRoot": "default",
1301
- "inputVariantValueRoot": "empty",
1302
- "inputVariantValueRoot:1": "filled"
1303
- },
1304
- "cxLiterals": [],
1305
- "internalComponents": ["InputHelpTextInternal", "Box"],
1306
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1307
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
1308
- "runtimeConfigDefaultProps": {},
1309
- "runtimeConfigGetStyles": {},
1310
- "runtimeConfigInternalComponentProps": {},
1311
- "motionVarPrefixes": []
1312
- };
1313
- var InputHelpTextInternal = {
1314
- "name": "InputHelpTextInternal",
1315
- "defaultProps": {},
1316
- "getStylesLiterals": {
1317
- "inputVariantHelperText": "default",
1318
- "inputVariantValueHelperText": "empty",
1319
- "inputVariantValueHelperText:1": "filled",
1320
- "inputVariantHelperIcon": "default",
1321
- "inputVariantValueHelperIcon": "empty",
1322
- "inputVariantValueHelperIcon:1": "filled"
1323
- },
1324
- "cxLiterals": [],
1325
- "internalComponents": ["IconSlot", "HStack"],
1326
- "internalComponentProps": { "HStack": {
1327
- "gap": ["1"],
1328
- "alignItems": ["center"]
1329
- } },
1330
- "propToVariantKeys": {
1331
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1332
- "startIcon": ["icon"],
1333
- "endIcon": ["icon"]
1334
- },
1335
- "runtimeConfigDefaultProps": {},
1336
- "runtimeConfigGetStyles": {},
1337
- "runtimeConfigInternalComponentProps": {},
1338
- "motionVarPrefixes": []
1339
- };
1340
930
  var BottomSheet = {
1341
931
  "name": "BottomSheet",
1342
932
  "defaultProps": { "variant": "default" },
@@ -1528,11 +1118,229 @@ var UDSBottomSheetConfigProvider = {
1528
1118
  "runtimeConfigInternalComponentProps": {},
1529
1119
  "motionVarPrefixes": []
1530
1120
  };
1531
- var Chip = {
1532
- "name": "Chip",
1533
- "defaultProps": {},
1121
+ var Menu_Content = {
1122
+ "name": "Menu.Content",
1123
+ "defaultProps": {
1124
+ "size": "default",
1125
+ "variant": "default",
1126
+ "gutter": "1"
1127
+ },
1534
1128
  "getStylesLiterals": {},
1535
- "cxLiterals": [],
1129
+ "cxLiterals": [
1130
+ "uds-menu-content",
1131
+ "transition-shadow",
1132
+ "duration-200",
1133
+ "ease-in-out",
1134
+ "min-w-60",
1135
+ "max-w-lg",
1136
+ "max-h-96",
1137
+ "overflow-auto",
1138
+ "uds-ring",
1139
+ "z-10",
1140
+ "group"
1141
+ ],
1142
+ "internalComponents": [
1143
+ "AriakitMenu",
1144
+ "AnimatePresence",
1145
+ "MotionVStack"
1146
+ ],
1147
+ "internalComponentProps": {},
1148
+ "propToVariantKeys": {
1149
+ "size": ["menucontentSizeRoot"],
1150
+ "variant": ["menucontentVariantRoot"]
1151
+ },
1152
+ "runtimeConfigDefaultProps": {},
1153
+ "runtimeConfigGetStyles": {},
1154
+ "runtimeConfigInternalComponentProps": {},
1155
+ "motionVarPrefixes": []
1156
+ };
1157
+ var Menu_Divider = {
1158
+ "name": "Menu.Divider",
1159
+ "defaultProps": {
1160
+ "role": "separator",
1161
+ "contentPosition": "start",
1162
+ "gap": "4"
1163
+ },
1164
+ "getStylesLiterals": {
1165
+ "menuitemDividerVariantRoot": "default",
1166
+ "menuitemDividerVariantText": "default",
1167
+ "menuitemDividerVariantLine": "default"
1168
+ },
1169
+ "cxLiterals": [],
1170
+ "internalComponents": ["DividerInternal"],
1171
+ "internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
1172
+ "propToVariantKeys": {},
1173
+ "runtimeConfigDefaultProps": {},
1174
+ "runtimeConfigGetStyles": {},
1175
+ "runtimeConfigInternalComponentProps": {},
1176
+ "motionVarPrefixes": []
1177
+ };
1178
+ var Menu_Item = {
1179
+ "name": "Menu.Item",
1180
+ "defaultProps": {},
1181
+ "getStylesLiterals": {
1182
+ "menuitemItemVariantRoot": "default",
1183
+ "menuitemItemVariantActiveRoot": "on",
1184
+ "menuitemItemVariantActiveRoot:1": "off",
1185
+ "menuitemItemVariantText": "default",
1186
+ "menuitemItemVariantActiveText": "on",
1187
+ "menuitemItemVariantActiveText:1": "off",
1188
+ "menuitemItemVariantIcon": "default",
1189
+ "menuitemItemVariantActiveIcon": "on",
1190
+ "menuitemItemVariantActiveIcon:1": "off"
1191
+ },
1192
+ "cxLiterals": [],
1193
+ "internalComponents": ["MenuItemBase"],
1194
+ "internalComponentProps": {},
1195
+ "propToVariantKeys": {},
1196
+ "runtimeConfigDefaultProps": {},
1197
+ "runtimeConfigGetStyles": {},
1198
+ "runtimeConfigInternalComponentProps": {},
1199
+ "motionVarPrefixes": []
1200
+ };
1201
+ var Menu_ItemBase = {
1202
+ "name": "Menu.ItemBase",
1203
+ "defaultProps": {
1204
+ "spacing": "0",
1205
+ "spacingHorizontal": "4",
1206
+ "spacingVertical": "3.5",
1207
+ "columnGap": "2",
1208
+ "alignItems": "center",
1209
+ "justifyContent": "space-between"
1210
+ },
1211
+ "getStylesLiterals": {
1212
+ "textAlign": "start",
1213
+ "menuitemSizeRoot": "default",
1214
+ "flexDirection": "row",
1215
+ "menuitemSizeStartIcon": "default",
1216
+ "menuitemSizeEndIcon": "default"
1217
+ },
1218
+ "cxLiterals": [
1219
+ "flex",
1220
+ "focus-visible:text-brand",
1221
+ "focus-visible:bg-brand-secondary",
1222
+ "focus-visible:z-10",
1223
+ "uds-ring",
1224
+ "!-outline-offset-2",
1225
+ "[&:not([aria-checked])]:cursor-default",
1226
+ "opacity-25",
1227
+ "cursor-not-allowed",
1228
+ "duration-20",
1229
+ "transition-[font-variation-settings]",
1230
+ "ease-in-out",
1231
+ "z-0",
1232
+ "uds-start-icon",
1233
+ "uds-end-icon"
1234
+ ],
1235
+ "internalComponents": [
1236
+ "Pressable",
1237
+ "IconSlot",
1238
+ "RootComponent",
1239
+ "HStack",
1240
+ "AnimatePresence"
1241
+ ],
1242
+ "internalComponentProps": {
1243
+ "HStack": {
1244
+ "alignItems": ["center"],
1245
+ "width": ["full"]
1246
+ },
1247
+ "AnimatePresence": { "mode": ["popLayout"] }
1248
+ },
1249
+ "propToVariantKeys": {
1250
+ "startIconClassName": ["className"],
1251
+ "endIconClassName": ["className"],
1252
+ "startIcon": ["icon"],
1253
+ "endIcon": ["icon"],
1254
+ "columnGap": ["gap"]
1255
+ },
1256
+ "runtimeConfigDefaultProps": {},
1257
+ "runtimeConfigGetStyles": {},
1258
+ "runtimeConfigInternalComponentProps": {},
1259
+ "motionVarPrefixes": []
1260
+ };
1261
+ var Menu_ItemCheckbox = {
1262
+ "name": "Menu.ItemCheckbox",
1263
+ "defaultProps": {},
1264
+ "getStylesLiterals": {
1265
+ "menuitemItemCheckboxVariantRoot": "default",
1266
+ "menuitemItemCheckboxVariantActiveRoot": "on",
1267
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
1268
+ "menuitemItemCheckboxVariantText": "default",
1269
+ "menuitemItemCheckboxVariantActiveText": "on",
1270
+ "menuitemItemCheckboxVariantActiveText:1": "off",
1271
+ "menuitemItemCheckboxVariantStartIcon": "default",
1272
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
1273
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
1274
+ "menuitemItemCheckboxVariantEndIcon": "default",
1275
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
1276
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
1277
+ },
1278
+ "cxLiterals": ["uds-menu-item-checkbox"],
1279
+ "internalComponents": ["MenuItemBase"],
1280
+ "internalComponentProps": {},
1281
+ "propToVariantKeys": {},
1282
+ "runtimeConfigDefaultProps": {},
1283
+ "runtimeConfigGetStyles": {},
1284
+ "runtimeConfigInternalComponentProps": {},
1285
+ "motionVarPrefixes": []
1286
+ };
1287
+ var Menu_Provider = {
1288
+ "name": "Menu.Provider",
1289
+ "defaultProps": {},
1290
+ "getStylesLiterals": {},
1291
+ "cxLiterals": [],
1292
+ "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
1293
+ "internalComponentProps": {},
1294
+ "propToVariantKeys": {},
1295
+ "runtimeConfigDefaultProps": {},
1296
+ "runtimeConfigGetStyles": {},
1297
+ "runtimeConfigInternalComponentProps": {},
1298
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1299
+ };
1300
+ var Menu_Trigger = {
1301
+ "name": "Menu.Trigger",
1302
+ "defaultProps": {},
1303
+ "getStylesLiterals": {},
1304
+ "cxLiterals": ["uds-menu-trigger"],
1305
+ "internalComponents": ["AriakitMenuTrigger", "Box"],
1306
+ "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
1307
+ "propToVariantKeys": {},
1308
+ "runtimeConfigDefaultProps": {},
1309
+ "runtimeConfigGetStyles": {},
1310
+ "runtimeConfigInternalComponentProps": {},
1311
+ "motionVarPrefixes": []
1312
+ };
1313
+ var Menu_index = {
1314
+ "name": "Menu.index",
1315
+ "defaultProps": {},
1316
+ "getStylesLiterals": {},
1317
+ "cxLiterals": [],
1318
+ "internalComponents": [],
1319
+ "internalComponentProps": {},
1320
+ "propToVariantKeys": {},
1321
+ "runtimeConfigDefaultProps": {},
1322
+ "runtimeConfigGetStyles": {},
1323
+ "runtimeConfigInternalComponentProps": {},
1324
+ "motionVarPrefixes": []
1325
+ };
1326
+ var Menu = {
1327
+ "name": "Menu",
1328
+ "defaultProps": {},
1329
+ "getStylesLiterals": {},
1330
+ "cxLiterals": [],
1331
+ "internalComponents": [],
1332
+ "internalComponentProps": {},
1333
+ "propToVariantKeys": {},
1334
+ "runtimeConfigDefaultProps": {},
1335
+ "runtimeConfigGetStyles": {},
1336
+ "runtimeConfigInternalComponentProps": {},
1337
+ "motionVarPrefixes": []
1338
+ };
1339
+ var Chip = {
1340
+ "name": "Chip",
1341
+ "defaultProps": {},
1342
+ "getStylesLiterals": {},
1343
+ "cxLiterals": [],
1536
1344
  "internalComponents": [
1537
1345
  "ChipDismissible",
1538
1346
  "ChipToggle",
@@ -1656,95 +1464,145 @@ var ChipToggle = {
1656
1464
  "runtimeConfigInternalComponentProps": {},
1657
1465
  "motionVarPrefixes": []
1658
1466
  };
1659
- var Popover = {
1660
- "name": "Popover",
1661
- "defaultProps": {},
1662
- "getStylesLiterals": {},
1663
- "cxLiterals": [],
1664
- "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
1665
- "internalComponentProps": {},
1666
- "propToVariantKeys": {},
1667
- "runtimeConfigDefaultProps": {
1668
- "size": "popover.defaultSize",
1669
- "variant": "popover.defaultVariant"
1467
+ var Modal = {
1468
+ "name": "Modal",
1469
+ "defaultProps": {
1470
+ "closeAriaLabel": "Close",
1471
+ "maxWidth": "auto",
1472
+ "maxHeight": "auto",
1473
+ "scrollBehavior": "outside"
1670
1474
  },
1671
- "runtimeConfigGetStyles": {},
1672
- "runtimeConfigInternalComponentProps": {},
1673
- "motionVarPrefixes": []
1674
- };
1675
- var PopoverContent = {
1676
- "name": "PopoverContent",
1677
- "defaultProps": {},
1678
1475
  "getStylesLiterals": {
1679
- "popoverSizeRoot": "default",
1680
- "popoverVariantRoot": "default",
1681
- "display": "flex",
1682
- "position": "relative",
1683
- "display:1": "block",
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
- "position:1": "absolute",
1694
- "width": "full",
1695
- "height": "full",
1696
- "flexShrink": "0",
1697
- "borderRadius": "full",
1698
- "alignItems": "center",
1699
- "justifyContent": "center",
1700
- "popoverVariantCloseIcon": "default",
1701
- "popoverSizeCloseIcon": "default"
1476
+ "flexDirection": "row-reverse",
1477
+ "justifyContent": "space-between",
1478
+ "alignItems": "flex-end",
1479
+ "alignItems:1": "flex-start",
1480
+ "borderRadius": "full"
1702
1481
  },
1703
1482
  "cxLiterals": [
1704
- "z-[9999]",
1705
- "outline-none",
1706
- "focus-visible:outline-none",
1707
- "uds-bgBlurFillFallback",
1708
- "uds-bgBlurFallback",
1709
- "top-0",
1710
- "left-0",
1711
- "z-[1]",
1712
- "duration-0",
1483
+ "fixed",
1484
+ "inset-0",
1485
+ "z-40",
1486
+ "overflow-y-auto",
1487
+ "overflow-hidden",
1488
+ "transition-[opacity,visibility]",
1489
+ "visible",
1490
+ "opacity-100",
1491
+ "invisible",
1492
+ "opacity-0",
1493
+ "pointer-events-none",
1494
+ "uds-bgBlurFallback",
1495
+ "w-full",
1496
+ "w-fit",
1497
+ "h-full",
1498
+ "h-fit",
1499
+ "m-auto",
1500
+ "pointer-events-auto",
1501
+ "inside",
1502
+ "max-h-full",
1503
+ "transition-transform",
1504
+ "duration-0",
1713
1505
  "duration-120",
1714
1506
  "transition-[background-color]",
1715
1507
  "bg-carbon-15/0",
1716
1508
  "hover:bg-carbon-15/10",
1717
1509
  "active:bg-carbon-15/15",
1718
1510
  "uds-ring",
1719
- "absolute",
1720
- "z-[4]"
1511
+ "[translate:50%_-50%]"
1721
1512
  ],
1722
1513
  "internalComponents": [
1723
- "PopoverDismiss",
1514
+ "Scrim",
1515
+ "VStack",
1516
+ "Pressable",
1724
1517
  "IconSlot",
1725
- "PopoverArrow",
1726
- "Popover",
1727
- "SvgFloatingOverlay",
1728
1518
  "Box",
1729
- "Pressable"
1519
+ "Dialog",
1520
+ "ModalContext.Provider",
1521
+ "HStack",
1522
+ "DialogDismiss",
1523
+ "ModalTitle",
1524
+ "ModalDescription",
1525
+ "ModalContent",
1526
+ "ModalActions"
1730
1527
  ],
1528
+ "internalComponentProps": { "Box": { "flexGrow": ["1"] } },
1529
+ "propToVariantKeys": {
1530
+ "gutter": ["spacing"],
1531
+ "size": [
1532
+ "modalSizeRoot",
1533
+ "modalSizeSpacingHorizontal",
1534
+ "modalSizeHeader",
1535
+ "modalSizeTitleDescriptionWrapper",
1536
+ "modalSizeCloseIconContainer",
1537
+ "modalSizeCloseIcon"
1538
+ ],
1539
+ "variant": ["modalVariantRoot", "modalVariantCloseIcon"],
1540
+ "closeAriaLabel": ["aria-label"],
1541
+ "closeIcon": ["icon"]
1542
+ },
1543
+ "runtimeConfigDefaultProps": {
1544
+ "size": "modal.defaultSize",
1545
+ "variant": "modal.defaultVariant"
1546
+ },
1547
+ "runtimeConfigGetStyles": {
1548
+ "spacing": ["modal.gutter.${size}"],
1549
+ "modalSizeRoot": ["modal.defaultSize"],
1550
+ "modalVariantRoot": ["modal.defaultVariant"],
1551
+ "modalSizeSpacingHorizontal": ["modal.defaultSize"],
1552
+ "modalSizeHeader": ["modal.defaultSize"],
1553
+ "modalSizeTitleDescriptionWrapper": ["modal.defaultSize"],
1554
+ "modalSizeCloseIconContainer": ["modal.defaultSize"],
1555
+ "modalSizeCloseIcon": ["modal.defaultSize"],
1556
+ "modalVariantCloseIcon": ["modal.defaultVariant"]
1557
+ },
1558
+ "runtimeConfigInternalComponentProps": {},
1559
+ "motionVarPrefixes": []
1560
+ };
1561
+ var ModalActions = {
1562
+ "name": "ModalActions",
1563
+ "defaultProps": {},
1564
+ "getStylesLiterals": {
1565
+ "flexDirection": "row-reverse",
1566
+ "justifyContent": "space-between",
1567
+ "alignItems": "center"
1568
+ },
1569
+ "cxLiterals": ["gap-[inherit]"],
1570
+ "internalComponents": ["HStack"],
1731
1571
  "internalComponentProps": {},
1732
- "propToVariantKeys": { "closeIcon": ["icon"] },
1572
+ "propToVariantKeys": { "size": ["modalSizeSpacingHorizontal", "modalSizeActions"] },
1733
1573
  "runtimeConfigDefaultProps": {
1734
- "size": "popover.defaultSize",
1735
- "variant": "popover.defaultVariant"
1574
+ "size": "modal.defaultSize",
1575
+ "variant": "modal.defaultVariant"
1736
1576
  },
1737
1577
  "runtimeConfigGetStyles": {
1738
- "spacingTop": ["popover.spacingVertical.${size}"],
1739
- "spacingStart": ["popover.spacingHorizontal.${size}"],
1740
- "spacingBottom": ["popover.spacingVertical.${size}"],
1741
- "spacingEnd": ["popover.spacingHorizontal.${size}"]
1578
+ "modalSizeSpacingHorizontal": ["modal.defaultSize"],
1579
+ "modalSizeActions": ["modal.defaultSize"]
1742
1580
  },
1743
- "runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
1581
+ "runtimeConfigInternalComponentProps": {},
1744
1582
  "motionVarPrefixes": []
1745
1583
  };
1746
- var PopoverContext = {
1747
- "name": "PopoverContext",
1584
+ var ModalContent = {
1585
+ "name": "ModalContent",
1586
+ "defaultProps": {},
1587
+ "getStylesLiterals": {
1588
+ "overflowY": "auto",
1589
+ "display": "block",
1590
+ "flexGrow": "1"
1591
+ },
1592
+ "cxLiterals": [],
1593
+ "internalComponents": ["Box"],
1594
+ "internalComponentProps": {},
1595
+ "propToVariantKeys": { "size": ["modalSizeSpacingHorizontal"] },
1596
+ "runtimeConfigDefaultProps": {
1597
+ "size": "modal.defaultSize",
1598
+ "variant": "modal.defaultVariant"
1599
+ },
1600
+ "runtimeConfigGetStyles": { "modalSizeSpacingHorizontal": ["modal.defaultSize"] },
1601
+ "runtimeConfigInternalComponentProps": {},
1602
+ "motionVarPrefixes": []
1603
+ };
1604
+ var ModalContext = {
1605
+ "name": "ModalContext",
1748
1606
  "defaultProps": {},
1749
1607
  "getStylesLiterals": {},
1750
1608
  "cxLiterals": [],
@@ -1756,25 +1614,56 @@ var PopoverContext = {
1756
1614
  "runtimeConfigInternalComponentProps": {},
1757
1615
  "motionVarPrefixes": []
1758
1616
  };
1759
- var PopoverTrigger = {
1760
- "name": "PopoverTrigger",
1617
+ var ModalDescription = {
1618
+ "name": "ModalDescription",
1761
1619
  "defaultProps": {},
1762
1620
  "getStylesLiterals": {},
1763
1621
  "cxLiterals": [],
1764
- "internalComponents": ["PopoverDisclosure"],
1765
- "internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
1766
- "propToVariantKeys": { "children": ["render"] },
1767
- "runtimeConfigDefaultProps": {},
1768
- "runtimeConfigGetStyles": {},
1622
+ "internalComponents": ["Text", "DialogDescription"],
1623
+ "internalComponentProps": { "Text": { "as": ["span"] } },
1624
+ "propToVariantKeys": {
1625
+ "size": ["modalSizeDescription"],
1626
+ "variant": ["modalVariantDescription"]
1627
+ },
1628
+ "runtimeConfigDefaultProps": {
1629
+ "size": "modal.defaultSize",
1630
+ "variant": "modal.defaultVariant"
1631
+ },
1632
+ "runtimeConfigGetStyles": {
1633
+ "modalSizeDescription": ["modal.defaultSize"],
1634
+ "modalVariantDescription": ["modal.defaultVariant"]
1635
+ },
1769
1636
  "runtimeConfigInternalComponentProps": {},
1770
1637
  "motionVarPrefixes": []
1771
1638
  };
1772
- var UDSPopoverConfigProvider = {
1773
- "name": "UDSPopoverConfigProvider",
1639
+ var ModalTitle = {
1640
+ "name": "ModalTitle",
1774
1641
  "defaultProps": {},
1775
1642
  "getStylesLiterals": {},
1776
1643
  "cxLiterals": [],
1777
- "internalComponents": ["PopoverContext.Provider"],
1644
+ "internalComponents": ["Text", "DialogHeading"],
1645
+ "internalComponentProps": { "Text": { "as": ["span"] } },
1646
+ "propToVariantKeys": {
1647
+ "size": ["modalSizeTitle"],
1648
+ "variant": ["modalVariantTitle"]
1649
+ },
1650
+ "runtimeConfigDefaultProps": {
1651
+ "size": "modal.defaultSize",
1652
+ "variant": "modal.defaultVariant"
1653
+ },
1654
+ "runtimeConfigGetStyles": {
1655
+ "modalSizeTitle": ["modal.defaultSize"],
1656
+ "modalVariantTitle": ["modal.defaultVariant"]
1657
+ },
1658
+ "runtimeConfigInternalComponentProps": {},
1659
+ "motionVarPrefixes": []
1660
+ };
1661
+ var UDSModalConfigProvider = {
1662
+ "name": "UDSModalConfigProvider",
1663
+ "defaultProps": {},
1664
+ "getStylesLiterals": {},
1665
+ "cxLiterals": [],
1666
+ "internalComponents": ["ModalContext.Provider"],
1778
1667
  "internalComponentProps": {},
1779
1668
  "propToVariantKeys": {},
1780
1669
  "runtimeConfigDefaultProps": {},
@@ -1782,278 +1671,229 @@ var UDSPopoverConfigProvider = {
1782
1671
  "runtimeConfigInternalComponentProps": {},
1783
1672
  "motionVarPrefixes": []
1784
1673
  };
1785
- var Radio = {
1786
- "name": "Radio",
1674
+ var Input = {
1675
+ "name": "Input",
1787
1676
  "defaultProps": {
1788
- "labelPosition": "start",
1789
- "variant": "primary",
1677
+ "type": "text",
1790
1678
  "size": "md",
1791
- "value": ""
1679
+ "width": "full"
1792
1680
  },
1793
1681
  "getStylesLiterals": {
1794
- "radioVariantValueRoot": "checked",
1795
- "radioVariantValueRoot:1": "unchecked",
1796
- "display": "flex",
1797
- "flexDirection": "row",
1798
- "flexDirection:1": "row-reverse",
1799
- "alignItems": "center",
1800
- "radioVariantValueRadio": "checked",
1801
- "radioVariantValueRadio:1": "unchecked",
1802
- "radioVariantValueRadioCircle": "checked",
1803
- "radioVariantValueRadioCircle:1": "unchecked"
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"
1804
1706
  },
1805
1707
  "cxLiterals": [
1806
- "cursor-pointer",
1807
- "cursor-default",
1808
1708
  "opacity-50",
1809
- "border",
1810
- "uds-ring",
1811
- "uds-ring-within",
1812
- "transition-[background-color,border-color]",
1813
- "transition-shadow",
1814
- "pointer-events-none",
1815
- "w-[8px]",
1816
- "h-[8px]",
1817
- "transition-opacity",
1818
- "cursor-[inherit]",
1819
- "absolute",
1820
- "opacity-0",
1821
- "top-1/2",
1822
- "left-1/2",
1823
- "w-[calc(100%+2px)]",
1824
- "h-[calc(100%+2px)]",
1825
- "transform",
1826
- "translate-x-[-50%]",
1827
- "translate-y-[-50%]",
1828
- "text-start",
1829
- "text-end"
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"
1830
1716
  ],
1831
1717
  "internalComponents": [
1718
+ "IconSlot",
1719
+ "StartIcon",
1720
+ "EndIcon",
1721
+ "HelpTextContent",
1832
1722
  "Box",
1833
- "FormLabel",
1834
- "SpringMotionConfig",
1835
- "RootElement",
1836
- "MotionBox"
1723
+ "InputHelpTextInternal",
1724
+ "VStack",
1725
+ "HStack",
1726
+ "AnimateHeightChange"
1837
1727
  ],
1838
1728
  "internalComponentProps": {
1839
- "Box": { "borderRadius": ["full"] },
1840
- "FormLabel": {
1841
- "as": ["div"],
1842
- "variant": ["inherit"],
1843
- "color": ["inherit"]
1729
+ "HelpTextContent": { "spacingTop": ["2"] },
1730
+ "Box": {
1731
+ "spacingBottom": ["2"],
1732
+ "columnGap": ["0.5"],
1733
+ "alignItems": ["flex-end", "center"],
1734
+ "position": ["relative"]
1844
1735
  },
1845
- "RootElement": { "data-testid": ["container"] },
1846
- "MotionBox": {
1847
- "position": ["relative"],
1848
- "borderRadius": ["full"],
1736
+ "HStack": {
1849
1737
  "alignItems": ["center"],
1850
- "justifyContent": ["center"],
1851
- "flex": ["none"]
1738
+ "gap": ["1"]
1852
1739
  }
1853
1740
  },
1854
1741
  "propToVariantKeys": {
1855
- "size": ["radioSizeRoot", "radioSizeRadio"],
1856
- "variant": [
1857
- "radioVariantRoot",
1858
- "radioVariantRadio",
1859
- "radioVariantRadioCircle"
1742
+ "size": [
1743
+ "inputSizeRoot",
1744
+ "inputSizeInputWrapper",
1745
+ "inputSizeInput",
1746
+ "inputSizeLabel",
1747
+ "inputSizeStartIcon",
1748
+ "inputSizeEndIcon"
1860
1749
  ],
1861
- "reduceMotion": ["reducedMotion"]
1750
+ "startIcon": ["icon"],
1751
+ "endIcon": ["icon"],
1752
+ "slotProps": ["helperTextSlotProps"],
1753
+ "helperTextIcon": ["startIcon"]
1862
1754
  },
1863
1755
  "runtimeConfigDefaultProps": {},
1864
1756
  "runtimeConfigGetStyles": {},
1865
1757
  "runtimeConfigInternalComponentProps": {},
1866
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1867
- };
1868
- var RadioGroupProvider = {
1869
- "name": "RadioGroupProvider",
1870
- "defaultProps": {},
1871
- "getStylesLiterals": {},
1872
- "cxLiterals": [],
1873
- "internalComponents": [
1874
- "DivProps",
1875
- "Comp",
1876
- "RadioGroupContext.Provider"
1877
- ],
1878
- "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1879
- "propToVariantKeys": {},
1880
- "runtimeConfigDefaultProps": {},
1881
- "runtimeConfigGetStyles": {},
1882
- "runtimeConfigInternalComponentProps": {},
1883
- "motionVarPrefixes": []
1884
- };
1885
- var RadioGroupStore = {
1886
- "name": "RadioGroupStore",
1887
- "defaultProps": {},
1888
- "getStylesLiterals": {},
1889
- "cxLiterals": [],
1890
- "internalComponents": [],
1891
- "internalComponentProps": {},
1892
- "propToVariantKeys": {},
1893
- "runtimeConfigDefaultProps": {},
1894
- "runtimeConfigGetStyles": {},
1895
- "runtimeConfigInternalComponentProps": {},
1896
1758
  "motionVarPrefixes": []
1897
1759
  };
1898
- var Menu_Content = {
1899
- "name": "Menu.Content",
1900
- "defaultProps": {
1901
- "size": "default",
1902
- "variant": "default",
1903
- "gutter": "1"
1904
- },
1905
- "getStylesLiterals": {},
1906
- "cxLiterals": [
1907
- "uds-menu-content",
1908
- "transition-shadow",
1909
- "duration-200",
1910
- "ease-in-out",
1911
- "min-w-60",
1912
- "max-w-lg",
1913
- "max-h-96",
1914
- "overflow-auto",
1915
- "uds-ring",
1916
- "z-10",
1917
- "group"
1918
- ],
1919
- "internalComponents": [
1920
- "AriakitMenu",
1921
- "AnimatePresence",
1922
- "MotionVStack"
1923
- ],
1924
- "internalComponentProps": {},
1925
- "propToVariantKeys": {
1926
- "size": ["menucontentSizeRoot"],
1927
- "variant": ["menucontentVariantRoot"]
1760
+ var InputHelpText = {
1761
+ "name": "InputHelpText",
1762
+ "defaultProps": { "size": "md" },
1763
+ "getStylesLiterals": {
1764
+ "inputVariantRoot": "default",
1765
+ "inputVariantValueRoot": "empty",
1766
+ "inputVariantValueRoot:1": "filled"
1928
1767
  },
1768
+ "cxLiterals": [],
1769
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1770
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1771
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1929
1772
  "runtimeConfigDefaultProps": {},
1930
1773
  "runtimeConfigGetStyles": {},
1931
1774
  "runtimeConfigInternalComponentProps": {},
1932
1775
  "motionVarPrefixes": []
1933
1776
  };
1934
- var Menu_Divider = {
1935
- "name": "Menu.Divider",
1936
- "defaultProps": {
1937
- "role": "separator",
1938
- "contentPosition": "start",
1939
- "gap": "4"
1940
- },
1777
+ var InputHelpTextInternal = {
1778
+ "name": "InputHelpTextInternal",
1779
+ "defaultProps": {},
1941
1780
  "getStylesLiterals": {
1942
- "menuitemDividerVariantRoot": "default",
1943
- "menuitemDividerVariantText": "default",
1944
- "menuitemDividerVariantLine": "default"
1781
+ "inputVariantHelperText": "default",
1782
+ "inputVariantValueHelperText": "empty",
1783
+ "inputVariantValueHelperText:1": "filled",
1784
+ "inputVariantHelperIcon": "default",
1785
+ "inputVariantValueHelperIcon": "empty",
1786
+ "inputVariantValueHelperIcon:1": "filled"
1945
1787
  },
1946
1788
  "cxLiterals": [],
1947
- "internalComponents": ["DividerInternal"],
1948
- "internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
1949
- "propToVariantKeys": {},
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
+ },
1950
1799
  "runtimeConfigDefaultProps": {},
1951
1800
  "runtimeConfigGetStyles": {},
1952
1801
  "runtimeConfigInternalComponentProps": {},
1953
1802
  "motionVarPrefixes": []
1954
1803
  };
1955
- var Menu_Item = {
1956
- "name": "Menu.Item",
1804
+ var Popover = {
1805
+ "name": "Popover",
1957
1806
  "defaultProps": {},
1958
- "getStylesLiterals": {
1959
- "menuitemItemVariantRoot": "default",
1960
- "menuitemItemVariantActiveRoot": "on",
1961
- "menuitemItemVariantActiveRoot:1": "off",
1962
- "menuitemItemVariantText": "default",
1963
- "menuitemItemVariantActiveText": "on",
1964
- "menuitemItemVariantActiveText:1": "off",
1965
- "menuitemItemVariantIcon": "default",
1966
- "menuitemItemVariantActiveIcon": "on",
1967
- "menuitemItemVariantActiveIcon:1": "off"
1968
- },
1807
+ "getStylesLiterals": {},
1969
1808
  "cxLiterals": [],
1970
- "internalComponents": ["MenuItemBase"],
1809
+ "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
1971
1810
  "internalComponentProps": {},
1972
1811
  "propToVariantKeys": {},
1973
- "runtimeConfigDefaultProps": {},
1812
+ "runtimeConfigDefaultProps": {
1813
+ "size": "popover.defaultSize",
1814
+ "variant": "popover.defaultVariant"
1815
+ },
1974
1816
  "runtimeConfigGetStyles": {},
1975
1817
  "runtimeConfigInternalComponentProps": {},
1976
1818
  "motionVarPrefixes": []
1977
1819
  };
1978
- var Menu_ItemBase = {
1979
- "name": "Menu.ItemBase",
1980
- "defaultProps": {
1981
- "spacing": "0",
1982
- "spacingHorizontal": "4",
1983
- "spacingVertical": "3.5",
1984
- "columnGap": "2",
1985
- "alignItems": "center",
1986
- "justifyContent": "space-between"
1987
- },
1820
+ var PopoverContent = {
1821
+ "name": "PopoverContent",
1822
+ "defaultProps": {},
1988
1823
  "getStylesLiterals": {
1989
- "textAlign": "start",
1990
- "menuitemSizeRoot": "default",
1991
- "flexDirection": "row",
1992
- "menuitemSizeStartIcon": "default",
1993
- "menuitemSizeEndIcon": "default"
1824
+ "popoverSizeRoot": "default",
1825
+ "popoverVariantRoot": "default",
1826
+ "display": "flex",
1827
+ "position": "relative",
1828
+ "display:1": "block",
1829
+ "spacingTop": "0",
1830
+ "spacingStart": "0",
1831
+ "spacingBottom": "0",
1832
+ "spacingEnd": "0",
1833
+ "popoverSizeSvgBase": "default",
1834
+ "popoverVariantSvgBase": "default",
1835
+ "popoverSizeSvgBorder": "default",
1836
+ "popoverVariantSvgBorder": "default",
1837
+ "popoverVariantBlur": "default",
1838
+ "position:1": "absolute",
1839
+ "width": "full",
1840
+ "height": "full",
1841
+ "flexShrink": "0",
1842
+ "borderRadius": "full",
1843
+ "alignItems": "center",
1844
+ "justifyContent": "center",
1845
+ "popoverVariantCloseIcon": "default",
1846
+ "popoverSizeCloseIcon": "default"
1994
1847
  },
1995
1848
  "cxLiterals": [
1996
- "flex",
1997
- "focus-visible:text-brand",
1998
- "focus-visible:bg-brand-secondary",
1999
- "focus-visible:z-10",
1849
+ "z-[9999]",
1850
+ "outline-none",
1851
+ "focus-visible:outline-none",
1852
+ "uds-bgBlurFillFallback",
1853
+ "uds-bgBlurFallback",
1854
+ "top-0",
1855
+ "left-0",
1856
+ "z-[1]",
1857
+ "duration-0",
1858
+ "duration-120",
1859
+ "transition-[background-color]",
1860
+ "bg-carbon-15/0",
1861
+ "hover:bg-carbon-15/10",
1862
+ "active:bg-carbon-15/15",
2000
1863
  "uds-ring",
2001
- "!-outline-offset-2",
2002
- "[&:not([aria-checked])]:cursor-default",
2003
- "opacity-25",
2004
- "cursor-not-allowed",
2005
- "duration-20",
2006
- "transition-[font-variation-settings]",
2007
- "ease-in-out",
2008
- "z-0",
2009
- "uds-start-icon",
2010
- "uds-end-icon"
1864
+ "absolute",
1865
+ "z-[4]"
2011
1866
  ],
2012
1867
  "internalComponents": [
2013
- "Pressable",
1868
+ "PopoverDismiss",
2014
1869
  "IconSlot",
2015
- "RootComponent",
2016
- "HStack",
2017
- "AnimatePresence"
1870
+ "PopoverArrow",
1871
+ "Popover",
1872
+ "SvgFloatingOverlay",
1873
+ "Box",
1874
+ "Pressable"
2018
1875
  ],
2019
- "internalComponentProps": {
2020
- "HStack": {
2021
- "alignItems": ["center"],
2022
- "width": ["full"]
2023
- },
2024
- "AnimatePresence": { "mode": ["popLayout"] }
1876
+ "internalComponentProps": {},
1877
+ "propToVariantKeys": { "closeIcon": ["icon"] },
1878
+ "runtimeConfigDefaultProps": {
1879
+ "size": "popover.defaultSize",
1880
+ "variant": "popover.defaultVariant"
2025
1881
  },
2026
- "propToVariantKeys": {
2027
- "startIconClassName": ["className"],
2028
- "endIconClassName": ["className"],
2029
- "startIcon": ["icon"],
2030
- "endIcon": ["icon"],
2031
- "columnGap": ["gap"]
1882
+ "runtimeConfigGetStyles": {
1883
+ "spacingTop": ["popover.spacingVertical.${size}"],
1884
+ "spacingStart": ["popover.spacingHorizontal.${size}"],
1885
+ "spacingBottom": ["popover.spacingVertical.${size}"],
1886
+ "spacingEnd": ["popover.spacingHorizontal.${size}"]
2032
1887
  },
2033
- "runtimeConfigDefaultProps": {},
2034
- "runtimeConfigGetStyles": {},
2035
- "runtimeConfigInternalComponentProps": {},
1888
+ "runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
2036
1889
  "motionVarPrefixes": []
2037
1890
  };
2038
- var Menu_ItemCheckbox = {
2039
- "name": "Menu.ItemCheckbox",
1891
+ var PopoverContext = {
1892
+ "name": "PopoverContext",
2040
1893
  "defaultProps": {},
2041
- "getStylesLiterals": {
2042
- "menuitemItemCheckboxVariantRoot": "default",
2043
- "menuitemItemCheckboxVariantActiveRoot": "on",
2044
- "menuitemItemCheckboxVariantActiveRoot:1": "off",
2045
- "menuitemItemCheckboxVariantText": "default",
2046
- "menuitemItemCheckboxVariantActiveText": "on",
2047
- "menuitemItemCheckboxVariantActiveText:1": "off",
2048
- "menuitemItemCheckboxVariantStartIcon": "default",
2049
- "menuitemItemCheckboxVariantActiveStartIcon": "on",
2050
- "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
2051
- "menuitemItemCheckboxVariantEndIcon": "default",
2052
- "menuitemItemCheckboxVariantActiveEndIcon": "on",
2053
- "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
2054
- },
2055
- "cxLiterals": ["uds-menu-item-checkbox"],
2056
- "internalComponents": ["MenuItemBase"],
1894
+ "getStylesLiterals": {},
1895
+ "cxLiterals": [],
1896
+ "internalComponents": [],
2057
1897
  "internalComponentProps": {},
2058
1898
  "propToVariantKeys": {},
2059
1899
  "runtimeConfigDefaultProps": {},
@@ -2061,47 +1901,134 @@ var Menu_ItemCheckbox = {
2061
1901
  "runtimeConfigInternalComponentProps": {},
2062
1902
  "motionVarPrefixes": []
2063
1903
  };
2064
- var Menu_Provider = {
2065
- "name": "Menu.Provider",
1904
+ var PopoverTrigger = {
1905
+ "name": "PopoverTrigger",
2066
1906
  "defaultProps": {},
2067
1907
  "getStylesLiterals": {},
2068
1908
  "cxLiterals": [],
2069
- "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
2070
- "internalComponentProps": {},
2071
- "propToVariantKeys": {},
1909
+ "internalComponents": ["PopoverDisclosure"],
1910
+ "internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
1911
+ "propToVariantKeys": { "children": ["render"] },
2072
1912
  "runtimeConfigDefaultProps": {},
2073
1913
  "runtimeConfigGetStyles": {},
2074
1914
  "runtimeConfigInternalComponentProps": {},
2075
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1915
+ "motionVarPrefixes": []
2076
1916
  };
2077
- var Menu_Trigger = {
2078
- "name": "Menu.Trigger",
1917
+ var UDSPopoverConfigProvider = {
1918
+ "name": "UDSPopoverConfigProvider",
2079
1919
  "defaultProps": {},
2080
1920
  "getStylesLiterals": {},
2081
- "cxLiterals": ["uds-menu-trigger"],
2082
- "internalComponents": ["AriakitMenuTrigger", "Box"],
2083
- "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
1921
+ "cxLiterals": [],
1922
+ "internalComponents": ["PopoverContext.Provider"],
1923
+ "internalComponentProps": {},
2084
1924
  "propToVariantKeys": {},
2085
1925
  "runtimeConfigDefaultProps": {},
2086
1926
  "runtimeConfigGetStyles": {},
2087
1927
  "runtimeConfigInternalComponentProps": {},
2088
1928
  "motionVarPrefixes": []
2089
1929
  };
2090
- var Menu_index = {
2091
- "name": "Menu.index",
1930
+ var Radio = {
1931
+ "name": "Radio",
1932
+ "defaultProps": {
1933
+ "labelPosition": "start",
1934
+ "variant": "primary",
1935
+ "size": "md",
1936
+ "value": ""
1937
+ },
1938
+ "getStylesLiterals": {
1939
+ "radioVariantValueRoot": "checked",
1940
+ "radioVariantValueRoot:1": "unchecked",
1941
+ "display": "flex",
1942
+ "flexDirection": "row",
1943
+ "flexDirection:1": "row-reverse",
1944
+ "alignItems": "center",
1945
+ "radioVariantValueRadio": "checked",
1946
+ "radioVariantValueRadio:1": "unchecked",
1947
+ "radioVariantValueRadioCircle": "checked",
1948
+ "radioVariantValueRadioCircle:1": "unchecked"
1949
+ },
1950
+ "cxLiterals": [
1951
+ "cursor-pointer",
1952
+ "cursor-default",
1953
+ "opacity-50",
1954
+ "border",
1955
+ "uds-ring",
1956
+ "uds-ring-within",
1957
+ "transition-[background-color,border-color]",
1958
+ "transition-shadow",
1959
+ "pointer-events-none",
1960
+ "w-[8px]",
1961
+ "h-[8px]",
1962
+ "transition-opacity",
1963
+ "cursor-[inherit]",
1964
+ "absolute",
1965
+ "opacity-0",
1966
+ "top-1/2",
1967
+ "left-1/2",
1968
+ "w-[calc(100%+2px)]",
1969
+ "h-[calc(100%+2px)]",
1970
+ "transform",
1971
+ "translate-x-[-50%]",
1972
+ "translate-y-[-50%]",
1973
+ "text-start",
1974
+ "text-end"
1975
+ ],
1976
+ "internalComponents": [
1977
+ "Box",
1978
+ "FormLabel",
1979
+ "SpringMotionConfig",
1980
+ "RootElement",
1981
+ "MotionBox"
1982
+ ],
1983
+ "internalComponentProps": {
1984
+ "Box": { "borderRadius": ["full"] },
1985
+ "FormLabel": {
1986
+ "as": ["div"],
1987
+ "variant": ["inherit"],
1988
+ "color": ["inherit"]
1989
+ },
1990
+ "RootElement": { "data-testid": ["container"] },
1991
+ "MotionBox": {
1992
+ "position": ["relative"],
1993
+ "borderRadius": ["full"],
1994
+ "alignItems": ["center"],
1995
+ "justifyContent": ["center"],
1996
+ "flex": ["none"]
1997
+ }
1998
+ },
1999
+ "propToVariantKeys": {
2000
+ "size": ["radioSizeRoot", "radioSizeRadio"],
2001
+ "variant": [
2002
+ "radioVariantRoot",
2003
+ "radioVariantRadio",
2004
+ "radioVariantRadioCircle"
2005
+ ],
2006
+ "reduceMotion": ["reducedMotion"]
2007
+ },
2008
+ "runtimeConfigDefaultProps": {},
2009
+ "runtimeConfigGetStyles": {},
2010
+ "runtimeConfigInternalComponentProps": {},
2011
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
2012
+ };
2013
+ var RadioGroupProvider = {
2014
+ "name": "RadioGroupProvider",
2092
2015
  "defaultProps": {},
2093
2016
  "getStylesLiterals": {},
2094
2017
  "cxLiterals": [],
2095
- "internalComponents": [],
2096
- "internalComponentProps": {},
2018
+ "internalComponents": [
2019
+ "DivProps",
2020
+ "Comp",
2021
+ "RadioGroupContext.Provider"
2022
+ ],
2023
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
2097
2024
  "propToVariantKeys": {},
2098
2025
  "runtimeConfigDefaultProps": {},
2099
2026
  "runtimeConfigGetStyles": {},
2100
2027
  "runtimeConfigInternalComponentProps": {},
2101
2028
  "motionVarPrefixes": []
2102
2029
  };
2103
- var Menu = {
2104
- "name": "Menu",
2030
+ var RadioGroupStore = {
2031
+ "name": "RadioGroupStore",
2105
2032
  "defaultProps": {},
2106
2033
  "getStylesLiterals": {},
2107
2034
  "cxLiterals": [],
@@ -2432,31 +2359,128 @@ var TooltipContent = {
2432
2359
  },
2433
2360
  "Text": { "color": ["inherit"] }
2434
2361
  },
2435
- "propToVariantKeys": { "startTitleIcon": ["icon"] },
2436
- "runtimeConfigDefaultProps": {},
2437
- "runtimeConfigGetStyles": {},
2438
- "runtimeConfigInternalComponentProps": {},
2439
- "motionVarPrefixes": []
2440
- };
2441
- var TooltipTrigger = {
2442
- "name": "TooltipTrigger",
2443
- "defaultProps": {},
2444
- "getStylesLiterals": {},
2445
- "cxLiterals": [],
2446
- "internalComponents": ["TooltipAnchor"],
2447
- "internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
2448
- "propToVariantKeys": { "children": ["render"] },
2362
+ "propToVariantKeys": { "startTitleIcon": ["icon"] },
2363
+ "runtimeConfigDefaultProps": {},
2364
+ "runtimeConfigGetStyles": {},
2365
+ "runtimeConfigInternalComponentProps": {},
2366
+ "motionVarPrefixes": []
2367
+ };
2368
+ var TooltipTrigger = {
2369
+ "name": "TooltipTrigger",
2370
+ "defaultProps": {},
2371
+ "getStylesLiterals": {},
2372
+ "cxLiterals": [],
2373
+ "internalComponents": ["TooltipAnchor"],
2374
+ "internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
2375
+ "propToVariantKeys": { "children": ["render"] },
2376
+ "runtimeConfigDefaultProps": {},
2377
+ "runtimeConfigGetStyles": {},
2378
+ "runtimeConfigInternalComponentProps": {},
2379
+ "motionVarPrefixes": []
2380
+ };
2381
+ var UDSTooltipConfigProvider = {
2382
+ "name": "UDSTooltipConfigProvider",
2383
+ "defaultProps": {},
2384
+ "getStylesLiterals": {},
2385
+ "cxLiterals": [],
2386
+ "internalComponents": ["TooltipContext.Provider"],
2387
+ "internalComponentProps": {},
2388
+ "propToVariantKeys": {},
2389
+ "runtimeConfigDefaultProps": {},
2390
+ "runtimeConfigGetStyles": {},
2391
+ "runtimeConfigInternalComponentProps": {},
2392
+ "motionVarPrefixes": []
2393
+ };
2394
+ var UDSBreakpointsConfigProvider = {
2395
+ "name": "UDSBreakpointsConfigProvider",
2396
+ "defaultProps": {},
2397
+ "getStylesLiterals": {},
2398
+ "cxLiterals": [],
2399
+ "internalComponents": ["UDSBreakpointsConfigContext.Provider"],
2400
+ "internalComponentProps": {},
2401
+ "propToVariantKeys": {},
2402
+ "runtimeConfigDefaultProps": {},
2403
+ "runtimeConfigGetStyles": {},
2404
+ "runtimeConfigInternalComponentProps": {},
2405
+ "motionVarPrefixes": []
2406
+ };
2407
+ var UDSConfigProvider = {
2408
+ "name": "UDSConfigProvider",
2409
+ "defaultProps": {},
2410
+ "getStylesLiterals": {},
2411
+ "cxLiterals": [],
2412
+ "internalComponents": [
2413
+ "UDSBreakpointsConfigProvider",
2414
+ "UDSBottomSheetConfigProvider",
2415
+ "UDSToastConfigProvider",
2416
+ "UDSTooltipConfigProvider",
2417
+ "UDSPopoverConfigProvider",
2418
+ "UDSModalConfigProvider"
2419
+ ],
2420
+ "internalComponentProps": {},
2421
+ "propToVariantKeys": {},
2422
+ "runtimeConfigDefaultProps": {},
2423
+ "runtimeConfigGetStyles": {},
2424
+ "runtimeConfigInternalComponentProps": {},
2425
+ "motionVarPrefixes": []
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": {},
2449
2473
  "runtimeConfigDefaultProps": {},
2450
2474
  "runtimeConfigGetStyles": {},
2451
2475
  "runtimeConfigInternalComponentProps": {},
2452
- "motionVarPrefixes": []
2476
+ "motionVarPrefixes": ["--uds-motion-smooth-3-"]
2453
2477
  };
2454
- var UDSTooltipConfigProvider = {
2455
- "name": "UDSTooltipConfigProvider",
2478
+ var AvoidMotionLibraryProvider = {
2479
+ "name": "AvoidMotionLibraryProvider",
2456
2480
  "defaultProps": {},
2457
2481
  "getStylesLiterals": {},
2458
2482
  "cxLiterals": [],
2459
- "internalComponents": ["TooltipContext.Provider"],
2483
+ "internalComponents": [],
2460
2484
  "internalComponentProps": {},
2461
2485
  "propToVariantKeys": {},
2462
2486
  "runtimeConfigDefaultProps": {},
@@ -2464,37 +2488,162 @@ var UDSTooltipConfigProvider = {
2464
2488
  "runtimeConfigInternalComponentProps": {},
2465
2489
  "motionVarPrefixes": []
2466
2490
  };
2467
- var UDSBreakpointsConfigProvider = {
2468
- "name": "UDSBreakpointsConfigProvider",
2469
- "defaultProps": {},
2470
- "getStylesLiterals": {},
2471
- "cxLiterals": [],
2472
- "internalComponents": ["UDSBreakpointsConfigContext.Provider"],
2473
- "internalComponentProps": {},
2474
- "propToVariantKeys": {},
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
+ },
2475
2546
  "runtimeConfigDefaultProps": {},
2476
2547
  "runtimeConfigGetStyles": {},
2477
2548
  "runtimeConfigInternalComponentProps": {},
2478
2549
  "motionVarPrefixes": []
2479
2550
  };
2480
- var UDSConfigProvider = {
2481
- "name": "UDSConfigProvider",
2482
- "defaultProps": {},
2483
- "getStylesLiterals": {},
2484
- "cxLiterals": [],
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
+ ],
2485
2609
  "internalComponents": [
2486
- "UDSBreakpointsConfigProvider",
2487
- "UDSBottomSheetConfigProvider",
2488
- "UDSToastConfigProvider",
2489
- "UDSTooltipConfigProvider",
2490
- "UDSPopoverConfigProvider"
2610
+ "IconSlot",
2611
+ "Box",
2612
+ "FormLabel",
2613
+ "SpringMotionConfig",
2614
+ "RootElement",
2615
+ "MotionBox"
2491
2616
  ],
2492
- "internalComponentProps": {},
2493
- "propToVariantKeys": {},
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
+ },
2494
2643
  "runtimeConfigDefaultProps": {},
2495
2644
  "runtimeConfigGetStyles": {},
2496
2645
  "runtimeConfigInternalComponentProps": {},
2497
- "motionVarPrefixes": []
2646
+ "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
2498
2647
  };
2499
2648
  var componentData_default = {
2500
2649
  Box,
@@ -2515,9 +2664,6 @@ var componentData_default = {
2515
2664
  Divider,
2516
2665
  DividerCore,
2517
2666
  DividerInternal,
2518
- Spinner,
2519
- "Table.mocks": Table_mocks,
2520
- Table,
2521
2667
  AnimateHeightChange,
2522
2668
  Badge,
2523
2669
  Button,
@@ -2526,18 +2672,13 @@ var componentData_default = {
2526
2672
  Pressable,
2527
2673
  SpringMotionConfig,
2528
2674
  Switch,
2529
- Accordion,
2530
- AvoidMotionLibraryProvider,
2531
- Modal,
2532
- SegmentedControl,
2533
- SwitchV2,
2675
+ Spinner,
2676
+ "Table.mocks": Table_mocks,
2677
+ Table,
2534
2678
  Avatar,
2535
2679
  AvatarIcon,
2536
2680
  AvatarImage,
2537
2681
  AvatarText,
2538
- Input,
2539
- InputHelpText,
2540
- InputHelpTextInternal,
2541
2682
  BottomSheet,
2542
2683
  BottomSheetContent,
2543
2684
  BottomSheetDismiss,
@@ -2547,12 +2688,31 @@ var componentData_default = {
2547
2688
  BottomSheetProvider,
2548
2689
  BottomSheetTrigger,
2549
2690
  UDSBottomSheetConfigProvider,
2691
+ "Menu.Content": Menu_Content,
2692
+ "Menu.Divider": Menu_Divider,
2693
+ "Menu.Item": Menu_Item,
2694
+ "Menu.ItemBase": Menu_ItemBase,
2695
+ "Menu.ItemCheckbox": Menu_ItemCheckbox,
2696
+ "Menu.Provider": Menu_Provider,
2697
+ "Menu.Trigger": Menu_Trigger,
2698
+ "Menu.index": Menu_index,
2699
+ Menu,
2550
2700
  Chip,
2551
2701
  ChipBase,
2552
2702
  ChipButton,
2553
2703
  ChipDismissible,
2554
2704
  ChipLink,
2555
2705
  ChipToggle,
2706
+ Modal,
2707
+ ModalActions,
2708
+ ModalContent,
2709
+ ModalContext,
2710
+ ModalDescription,
2711
+ ModalTitle,
2712
+ UDSModalConfigProvider,
2713
+ Input,
2714
+ InputHelpText,
2715
+ InputHelpTextInternal,
2556
2716
  Popover,
2557
2717
  PopoverContent,
2558
2718
  PopoverContext,
@@ -2561,15 +2721,6 @@ var componentData_default = {
2561
2721
  Radio,
2562
2722
  RadioGroupProvider,
2563
2723
  RadioGroupStore,
2564
- "Menu.Content": Menu_Content,
2565
- "Menu.Divider": Menu_Divider,
2566
- "Menu.Item": Menu_Item,
2567
- "Menu.ItemBase": Menu_ItemBase,
2568
- "Menu.ItemCheckbox": Menu_ItemCheckbox,
2569
- "Menu.Provider": Menu_Provider,
2570
- "Menu.Trigger": Menu_Trigger,
2571
- "Menu.index": Menu_index,
2572
- Menu,
2573
2724
  Tab,
2574
2725
  TabList,
2575
2726
  TabPanel,
@@ -2583,7 +2734,11 @@ var componentData_default = {
2583
2734
  TooltipTrigger,
2584
2735
  UDSTooltipConfigProvider,
2585
2736
  UDSBreakpointsConfigProvider,
2586
- UDSConfigProvider
2737
+ UDSConfigProvider,
2738
+ Accordion,
2739
+ AvoidMotionLibraryProvider,
2740
+ SegmentedControl,
2741
+ SwitchV2
2587
2742
  };
2588
2743
  //#endregion
2589
2744
  Object.defineProperty(exports, "Accordion", {
@@ -2898,6 +3053,36 @@ Object.defineProperty(exports, "Modal", {
2898
3053
  return Modal;
2899
3054
  }
2900
3055
  });
3056
+ Object.defineProperty(exports, "ModalActions", {
3057
+ enumerable: true,
3058
+ get: function() {
3059
+ return ModalActions;
3060
+ }
3061
+ });
3062
+ Object.defineProperty(exports, "ModalContent", {
3063
+ enumerable: true,
3064
+ get: function() {
3065
+ return ModalContent;
3066
+ }
3067
+ });
3068
+ Object.defineProperty(exports, "ModalContext", {
3069
+ enumerable: true,
3070
+ get: function() {
3071
+ return ModalContext;
3072
+ }
3073
+ });
3074
+ Object.defineProperty(exports, "ModalDescription", {
3075
+ enumerable: true,
3076
+ get: function() {
3077
+ return ModalDescription;
3078
+ }
3079
+ });
3080
+ Object.defineProperty(exports, "ModalTitle", {
3081
+ enumerable: true,
3082
+ get: function() {
3083
+ return ModalTitle;
3084
+ }
3085
+ });
2901
3086
  Object.defineProperty(exports, "Popover", {
2902
3087
  enumerable: true,
2903
3088
  get: function() {
@@ -3084,6 +3269,12 @@ Object.defineProperty(exports, "UDSConfigProvider", {
3084
3269
  return UDSConfigProvider;
3085
3270
  }
3086
3271
  });
3272
+ Object.defineProperty(exports, "UDSModalConfigProvider", {
3273
+ enumerable: true,
3274
+ get: function() {
3275
+ return UDSModalConfigProvider;
3276
+ }
3277
+ });
3087
3278
  Object.defineProperty(exports, "UDSPopoverConfigProvider", {
3088
3279
  enumerable: true,
3089
3280
  get: function() {