@yahoo/uds 3.125.0 → 3.125.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 (158) hide show
  1. package/dist/components/FormLabel.cjs +4 -2
  2. package/dist/components/FormLabel.d.cts +2 -17
  3. package/dist/components/FormLabel.d.ts +2 -17
  4. package/dist/components/FormLabel.js +4 -2
  5. package/dist/components/Image.cjs +4 -2
  6. package/dist/components/Image.d.cts +2 -61
  7. package/dist/components/Image.d.ts +2 -61
  8. package/dist/components/Image.js +4 -2
  9. package/dist/components/client/Avatar/AvatarImage.cjs +1 -0
  10. package/dist/components/client/Avatar/AvatarImage.js +1 -0
  11. package/dist/components/client/Checkbox.cjs +2 -1
  12. package/dist/components/client/Checkbox.js +2 -1
  13. package/dist/components/client/Input/Input.cjs +2 -1
  14. package/dist/components/client/Input/Input.js +2 -1
  15. package/dist/components/client/Input/InputHelpTextInternal.cjs +3 -2
  16. package/dist/components/client/Input/InputHelpTextInternal.d.cts +1 -14
  17. package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -14
  18. package/dist/components/client/Input/InputHelpTextInternal.js +4 -3
  19. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  20. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  21. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  22. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  23. package/dist/components/client/Radio/Radio.cjs +2 -1
  24. package/dist/components/client/Radio/Radio.js +2 -1
  25. package/dist/components/client/Switch.cjs +3 -3
  26. package/dist/components/client/Switch.js +3 -3
  27. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  28. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  29. package/dist/components/experimental/client/SegmentedControl.d.cts +1 -2
  30. package/dist/styles/styler.d.cts +72 -72
  31. package/dist/styles/styler.d.ts +72 -72
  32. package/dist/uds/generated/componentData.cjs +1040 -1040
  33. package/dist/uds/generated/componentData.js +1040 -1040
  34. package/dist/uds/generated/tailwindPurge.cjs +9 -1
  35. package/dist/uds/generated/tailwindPurge.js +9 -1
  36. package/generated/componentData.json +1591 -1591
  37. package/generated/tailwindPurge.ts +1 -1
  38. package/package.json +1 -1
  39. package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +0 -2
  40. package/dist/uds/dist/automated-config/dist/properties.d.cts +0 -5
  41. package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +0 -3
  42. package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +0 -2
  43. package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +0 -2
  44. package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +0 -7
  45. package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +0 -2
  46. package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +0 -2
  47. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +0 -2
  48. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +0 -3
  49. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +0 -3
  50. package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +0 -2
  51. package/dist/uds/dist/automated-config/dist/utils/index.d.cts +0 -12
  52. package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +0 -2
  53. package/dist/uds/dist/components/Box.d.cts +0 -4
  54. package/dist/uds/dist/components/Divider/Divider.d.cts +0 -3
  55. package/dist/uds/dist/components/Divider/DividerCore.d.cts +0 -5
  56. package/dist/uds/dist/components/Divider/DividerInternal.d.cts +0 -5
  57. package/dist/uds/dist/components/Divider/index.d.cts +0 -2
  58. package/dist/uds/dist/components/FormLabel.d.cts +0 -4
  59. package/dist/uds/dist/components/HStack.d.cts +0 -5
  60. package/dist/uds/dist/components/Icon.d.cts +0 -4
  61. package/dist/uds/dist/components/Image.d.cts +0 -3
  62. package/dist/uds/dist/components/Link.d.cts +0 -4
  63. package/dist/uds/dist/components/Scrim.d.cts +0 -3
  64. package/dist/uds/dist/components/Text.d.cts +0 -4
  65. package/dist/uds/dist/components/VStack.d.cts +0 -5
  66. package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +0 -5
  67. package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +0 -7
  68. package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +0 -9
  69. package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +0 -7
  70. package/dist/uds/dist/components/client/Avatar/index.d.cts +0 -7
  71. package/dist/uds/dist/components/client/Badge.d.cts +0 -6
  72. package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +0 -7
  73. package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +0 -4
  74. package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +0 -4
  75. package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +0 -5
  76. package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +0 -5
  77. package/dist/uds/dist/components/client/BottomSheet/index.d.cts +0 -9
  78. package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +0 -4
  79. package/dist/uds/dist/components/client/Button.d.cts +0 -7
  80. package/dist/uds/dist/components/client/Checkbox.d.cts +0 -6
  81. package/dist/uds/dist/components/client/Chip/Chip.d.cts +0 -7
  82. package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +0 -8
  83. package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +0 -7
  84. package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +0 -7
  85. package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +0 -7
  86. package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +0 -7
  87. package/dist/uds/dist/components/client/Chip/index.d.cts +0 -8
  88. package/dist/uds/dist/components/client/IconButton.d.cts +0 -7
  89. package/dist/uds/dist/components/client/Input/Input.d.cts +0 -9
  90. package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +0 -4
  91. package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +0 -8
  92. package/dist/uds/dist/components/client/Input/index.d.cts +0 -5
  93. package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +0 -8
  94. package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +0 -5
  95. package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +0 -8
  96. package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +0 -8
  97. package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +0 -5
  98. package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +0 -7
  99. package/dist/uds/dist/components/client/Menu/Menu.d.cts +0 -4
  100. package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +0 -11
  101. package/dist/uds/dist/components/client/Menu/index.d.cts +0 -11
  102. package/dist/uds/dist/components/client/Popover/Popover.d.cts +0 -4
  103. package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +0 -7
  104. package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +0 -4
  105. package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +0 -6
  106. package/dist/uds/dist/components/client/Popover/index.d.cts +0 -8
  107. package/dist/uds/dist/components/client/Pressable.d.cts +0 -6
  108. package/dist/uds/dist/components/client/Radio/Radio.d.cts +0 -6
  109. package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +0 -6
  110. package/dist/uds/dist/components/client/Radio/index.d.cts +0 -5
  111. package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +0 -7
  112. package/dist/uds/dist/components/client/Switch.d.cts +0 -6
  113. package/dist/uds/dist/components/client/Toast/Toast.d.cts +0 -10
  114. package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +0 -8
  115. package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +0 -5
  116. package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +0 -7
  117. package/dist/uds/dist/components/client/Toast/createToast.d.cts +0 -8
  118. package/dist/uds/dist/components/client/Toast/index.d.cts +0 -8
  119. package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +0 -4
  120. package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +0 -5
  121. package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +0 -4
  122. package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +0 -7
  123. package/dist/uds/dist/components/client/Tooltip/index.d.cts +0 -8
  124. package/dist/uds/dist/components/client/index.d.cts +0 -61
  125. package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +0 -6
  126. package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +0 -5
  127. package/dist/uds/dist/components/index.d.cts +0 -61
  128. package/dist/uds/dist/config/dist/index.d.cts +0 -4
  129. package/dist/uds/dist/css-tokens/dist/index.d.cts +0 -2
  130. package/dist/uds/dist/fixtures/dist/index.d.cts +0 -2
  131. package/dist/uds/dist/fonts/dist/index.d.cts +0 -2
  132. package/dist/uds/dist/index.d.cts +0 -93
  133. package/dist/uds/dist/modes/dist/index.d.cts +0 -2
  134. package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +0 -3
  135. package/dist/uds/dist/runtime/breakpointsConfig.d.cts +0 -4
  136. package/dist/uds/dist/runtime/index.d.cts +0 -7
  137. package/dist/uds/dist/runtime/popoverConfig.d.cts +0 -5
  138. package/dist/uds/dist/runtime/toastConfig.d.cts +0 -4
  139. package/dist/uds/dist/runtime/tooltipConfig.d.cts +0 -5
  140. package/dist/uds/dist/runtime/udsConfig.d.cts +0 -8
  141. package/dist/uds/dist/styles/styler.d.cts +0 -2
  142. package/dist/uds/dist/styles/stylerTypes.d.cts +0 -3
  143. package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +0 -2
  144. package/dist/uds/dist/tailwind/dist/index.d.cts +0 -3
  145. package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +0 -2
  146. package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +0 -2
  147. package/dist/uds/dist/tokens/automation/index.d.cts +0 -10
  148. package/dist/uds/dist/tokens/configs/shadow.d.cts +0 -3
  149. package/dist/uds/dist/tokens/consts/cssTokens.d.cts +0 -2
  150. package/dist/uds/dist/tokens/consts/defaultModes.d.cts +0 -2
  151. package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +0 -2
  152. package/dist/uds/dist/tokens/index.d.cts +0 -28
  153. package/dist/uds/dist/tokens/parseButtonVariants.d.cts +0 -3
  154. package/dist/uds/dist/tokens/types.d.cts +0 -9
  155. package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +0 -4
  156. package/dist/uds/dist/tokens/utils/spectrum.d.cts +0 -3
  157. package/dist/uds/dist/types/dist/index.d.cts +0 -11
  158. package/dist/uds/dist/types.d.cts +0 -2
@@ -295,74 +295,6 @@ var DividerInternal = {
295
295
  "runtimeConfigInternalComponentProps": {},
296
296
  "motionVarPrefixes": []
297
297
  };
298
- var Spinner = {
299
- "name": "Spinner",
300
- "defaultProps": {
301
- "color": "primary",
302
- "size": "lg"
303
- },
304
- "getStylesLiterals": {},
305
- "cxLiterals": [
306
- "self-center",
307
- "relative",
308
- "sr-only"
309
- ],
310
- "internalComponents": ["Icon"],
311
- "internalComponentProps": { "Icon": {
312
- "role": ["img"],
313
- "className": ["animate-spin"],
314
- "aria-hidden": ["true"]
315
- } },
316
- "propToVariantKeys": {},
317
- "runtimeConfigDefaultProps": {},
318
- "runtimeConfigGetStyles": {},
319
- "runtimeConfigInternalComponentProps": {},
320
- "motionVarPrefixes": []
321
- };
322
- var Table_mocks = {
323
- "name": "Table.mocks",
324
- "defaultProps": {},
325
- "getStylesLiterals": {},
326
- "cxLiterals": [],
327
- "internalComponents": [],
328
- "internalComponentProps": {},
329
- "propToVariantKeys": {},
330
- "runtimeConfigDefaultProps": {},
331
- "runtimeConfigGetStyles": {},
332
- "runtimeConfigInternalComponentProps": {},
333
- "motionVarPrefixes": []
334
- };
335
- var Table = {
336
- "name": "Table",
337
- "defaultProps": {
338
- "display": "table-cell",
339
- "overflow": "hidden",
340
- "borderColor": "muted",
341
- "borderRadius": "md",
342
- "spacing": "3",
343
- "borderBottomColor": "muted",
344
- "borderBottomWidth": "thin",
345
- "color": "primary"
346
- },
347
- "getStylesLiterals": { "textAlign": "start" },
348
- "cxLiterals": [],
349
- "internalComponents": [
350
- "CellComponent",
351
- "Box",
352
- "Text",
353
- "Table.Root",
354
- "Table.Header",
355
- "Table.Row",
356
- "Table.Cell",
357
- "Table.Body"
358
- ],
359
- "internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
360
- "propToVariantKeys": {},
361
- "runtimeConfigDefaultProps": {},
362
- "runtimeConfigGetStyles": {},
363
- "runtimeConfigInternalComponentProps": {},
364
- "motionVarPrefixes": []
365
- };
366
298
  var AnimateHeightChange = {
367
299
  "name": "AnimateHeightChange",
368
300
  "defaultProps": {},
@@ -700,582 +632,169 @@ var Switch = {
700
632
  "runtimeConfigInternalComponentProps": {},
701
633
  "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
702
634
  };
703
- var Input = {
704
- "name": "Input",
635
+ var Spinner = {
636
+ "name": "Spinner",
705
637
  "defaultProps": {
706
- "type": "text",
707
- "size": "md",
708
- "width": "full"
709
- },
710
- "getStylesLiterals": {
711
- "inputVariantRoot": "default",
712
- "inputVariantValueRoot": "empty",
713
- "inputVariantValueRoot:1": "filled",
714
- "inputVariantInputWrapper": "default",
715
- "inputVariantValueInputWrapper": "empty",
716
- "inputVariantValueInputWrapper:1": "filled",
717
- "inputVariantInput": "default",
718
- "inputVariantValueInput": "empty",
719
- "inputVariantValueInput:1": "filled",
720
- "inputVariantInputPlaceholder": "default",
721
- "inputVariantValueInputPlaceholder": "empty",
722
- "inputVariantValueInputPlaceholder:1": "filled",
723
- "inputVariantLabel": "default",
724
- "inputVariantValueLabel": "empty",
725
- "inputVariantValueLabel:1": "filled",
726
- "inputVariantLabelRequired": "default",
727
- "inputVariantValueLabelRequired": "empty",
728
- "inputVariantValueLabelRequired:1": "filled",
729
- "inputVariantStartIcon": "default",
730
- "inputVariantValueStartIcon": "empty",
731
- "inputVariantValueStartIcon:1": "filled",
732
- "inputVariantEndIcon": "default",
733
- "inputVariantValueEndIcon": "empty",
734
- "inputVariantValueEndIcon:1": "filled"
638
+ "color": "primary",
639
+ "size": "lg"
735
640
  },
641
+ "getStylesLiterals": {},
736
642
  "cxLiterals": [
737
- "opacity-50",
738
- "min-w-[200px]",
739
- "grow",
740
- "uds-hit-target",
741
- "bg-clip-text",
742
- "focus:outline-none",
743
- "cursor-text",
744
- "cursor-not-allowed"
745
- ],
746
- "internalComponents": [
747
- "IconSlot",
748
- "StartIcon",
749
- "EndIcon",
750
- "HelpTextContent",
751
- "Box",
752
- "InputHelpTextInternal",
753
- "VStack",
754
- "HStack",
755
- "AnimateHeightChange"
643
+ "self-center",
644
+ "relative",
645
+ "sr-only"
756
646
  ],
757
- "internalComponentProps": {
758
- "HelpTextContent": { "spacingTop": ["2"] },
759
- "Box": {
760
- "spacingBottom": ["2"],
761
- "columnGap": ["0.5"],
762
- "alignItems": ["flex-end", "center"],
763
- "position": ["relative"]
764
- },
765
- "HStack": {
766
- "alignItems": ["center"],
767
- "gap": ["1"]
768
- }
769
- },
770
- "propToVariantKeys": {
771
- "size": [
772
- "inputSizeRoot",
773
- "inputSizeInputWrapper",
774
- "inputSizeInput",
775
- "inputSizeLabel",
776
- "inputSizeStartIcon",
777
- "inputSizeEndIcon"
778
- ],
779
- "startIcon": ["icon"],
780
- "endIcon": ["icon"],
781
- "helperTextIcon": ["startIcon"]
782
- },
647
+ "internalComponents": ["Icon"],
648
+ "internalComponentProps": { "Icon": {
649
+ "role": ["img"],
650
+ "className": ["animate-spin"],
651
+ "aria-hidden": ["true"]
652
+ } },
653
+ "propToVariantKeys": {},
783
654
  "runtimeConfigDefaultProps": {},
784
655
  "runtimeConfigGetStyles": {},
785
656
  "runtimeConfigInternalComponentProps": {},
786
657
  "motionVarPrefixes": []
787
658
  };
788
- var InputHelpText = {
789
- "name": "InputHelpText",
790
- "defaultProps": { "size": "md" },
791
- "getStylesLiterals": {
792
- "inputVariantRoot": "default",
793
- "inputVariantValueRoot": "empty",
794
- "inputVariantValueRoot:1": "filled"
659
+ var Table_mocks = {
660
+ "name": "Table.mocks",
661
+ "defaultProps": {},
662
+ "getStylesLiterals": {},
663
+ "cxLiterals": [],
664
+ "internalComponents": [],
665
+ "internalComponentProps": {},
666
+ "propToVariantKeys": {},
667
+ "runtimeConfigDefaultProps": {},
668
+ "runtimeConfigGetStyles": {},
669
+ "runtimeConfigInternalComponentProps": {},
670
+ "motionVarPrefixes": []
671
+ };
672
+ var Table = {
673
+ "name": "Table",
674
+ "defaultProps": {
675
+ "display": "table-cell",
676
+ "overflow": "hidden",
677
+ "borderColor": "muted",
678
+ "borderRadius": "md",
679
+ "spacing": "3",
680
+ "borderBottomColor": "muted",
681
+ "borderBottomWidth": "thin",
682
+ "color": "primary"
795
683
  },
684
+ "getStylesLiterals": { "textAlign": "start" },
796
685
  "cxLiterals": [],
797
- "internalComponents": ["InputHelpTextInternal", "Box"],
798
- "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
799
- "propToVariantKeys": { "size": ["inputSizeRoot"] },
686
+ "internalComponents": [
687
+ "CellComponent",
688
+ "Box",
689
+ "Text",
690
+ "Table.Root",
691
+ "Table.Header",
692
+ "Table.Row",
693
+ "Table.Cell",
694
+ "Table.Body"
695
+ ],
696
+ "internalComponentProps": { "Table.Cell": { "asHeaderCell": ["column"] } },
697
+ "propToVariantKeys": {},
800
698
  "runtimeConfigDefaultProps": {},
801
699
  "runtimeConfigGetStyles": {},
802
700
  "runtimeConfigInternalComponentProps": {},
803
701
  "motionVarPrefixes": []
804
702
  };
805
- var InputHelpTextInternal = {
806
- "name": "InputHelpTextInternal",
703
+ var Avatar = {
704
+ "name": "Avatar",
807
705
  "defaultProps": {},
808
- "getStylesLiterals": {
809
- "inputVariantHelperText": "default",
810
- "inputVariantValueHelperText": "empty",
811
- "inputVariantValueHelperText:1": "filled",
812
- "inputVariantHelperIcon": "default",
813
- "inputVariantValueHelperIcon": "empty",
814
- "inputVariantValueHelperIcon:1": "filled"
815
- },
706
+ "getStylesLiterals": {},
816
707
  "cxLiterals": [],
817
- "internalComponents": ["IconSlot", "HStack"],
818
- "internalComponentProps": { "HStack": {
819
- "gap": ["1"],
820
- "alignItems": ["center"]
821
- } },
822
- "propToVariantKeys": {
823
- "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
824
- "startIcon": ["icon"],
825
- "endIcon": ["icon"]
826
- },
708
+ "internalComponents": ["AvatarImage"],
709
+ "internalComponentProps": {},
710
+ "propToVariantKeys": {},
827
711
  "runtimeConfigDefaultProps": {},
828
712
  "runtimeConfigGetStyles": {},
829
713
  "runtimeConfigInternalComponentProps": {},
830
714
  "motionVarPrefixes": []
831
715
  };
832
- var Radio = {
833
- "name": "Radio",
716
+ var AvatarIcon = {
717
+ "name": "AvatarIcon",
834
718
  "defaultProps": {
835
- "labelPosition": "start",
836
- "variant": "primary",
837
719
  "size": "md",
838
- "value": ""
839
- },
840
- "getStylesLiterals": {
841
- "radioVariantValueRoot": "checked",
842
- "radioVariantValueRoot:1": "unchecked",
843
- "display": "flex",
844
- "flexDirection": "row",
845
- "flexDirection:1": "row-reverse",
846
- "alignItems": "center",
847
- "radioVariantValueRadio": "checked",
848
- "radioVariantValueRadio:1": "unchecked",
849
- "radioVariantValueRadioCircle": "checked",
850
- "radioVariantValueRadioCircle:1": "unchecked"
720
+ "variant": "primary"
851
721
  },
722
+ "getStylesLiterals": {},
852
723
  "cxLiterals": [
853
- "cursor-pointer",
854
- "cursor-default",
855
- "opacity-50",
856
- "border",
857
- "uds-ring",
858
- "uds-ring-within",
859
- "transition-[background-color,border-color]",
860
- "transition-shadow",
861
- "pointer-events-none",
862
- "w-[8px]",
863
- "h-[8px]",
864
- "transition-opacity",
865
- "cursor-[inherit]",
866
- "absolute",
867
- "opacity-0",
868
- "top-1/2",
869
- "left-1/2",
870
- "w-[calc(100%+2px)]",
871
- "h-[calc(100%+2px)]",
872
- "transform",
873
- "translate-x-[-50%]",
874
- "translate-y-[-50%]",
875
- "text-start",
876
- "text-end"
877
- ],
878
- "internalComponents": [
879
- "Box",
880
- "FormLabel",
881
- "SpringMotionConfig",
882
- "RootElement",
883
- "MotionBox"
884
- ],
885
- "internalComponentProps": {
886
- "Box": { "borderRadius": ["full"] },
887
- "FormLabel": {
888
- "as": ["div"],
889
- "variant": ["inherit"],
890
- "color": ["inherit"]
891
- },
892
- "RootElement": { "data-testid": ["container"] },
893
- "MotionBox": {
894
- "position": ["relative"],
895
- "borderRadius": ["full"],
896
- "alignItems": ["center"],
897
- "justifyContent": ["center"],
898
- "flex": ["none"]
899
- }
900
- },
901
- "propToVariantKeys": {
902
- "size": ["radioSizeRoot", "radioSizeRadio"],
903
- "variant": [
904
- "radioVariantRoot",
905
- "radioVariantRadio",
906
- "radioVariantRadioCircle"
907
- ],
908
- "reduceMotion": ["reducedMotion"]
909
- },
910
- "runtimeConfigDefaultProps": {},
911
- "runtimeConfigGetStyles": {},
912
- "runtimeConfigInternalComponentProps": {},
913
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
914
- };
915
- var RadioGroupProvider = {
916
- "name": "RadioGroupProvider",
917
- "defaultProps": {},
918
- "getStylesLiterals": {},
919
- "cxLiterals": [],
920
- "internalComponents": [
921
- "DivProps",
922
- "Comp",
923
- "RadioGroupContext.Provider"
924
- ],
925
- "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
926
- "propToVariantKeys": {},
927
- "runtimeConfigDefaultProps": {},
928
- "runtimeConfigGetStyles": {},
929
- "runtimeConfigInternalComponentProps": {},
930
- "motionVarPrefixes": []
931
- };
932
- var RadioGroupStore = {
933
- "name": "RadioGroupStore",
934
- "defaultProps": {},
935
- "getStylesLiterals": {},
936
- "cxLiterals": [],
937
- "internalComponents": [],
938
- "internalComponentProps": {},
939
- "propToVariantKeys": {},
940
- "runtimeConfigDefaultProps": {},
941
- "runtimeConfigGetStyles": {},
942
- "runtimeConfigInternalComponentProps": {},
943
- "motionVarPrefixes": []
944
- };
945
- var Popover = {
946
- "name": "Popover",
947
- "defaultProps": {},
948
- "getStylesLiterals": {},
949
- "cxLiterals": [],
950
- "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
951
- "internalComponentProps": {},
952
- "propToVariantKeys": {},
953
- "runtimeConfigDefaultProps": {
954
- "size": "popover.defaultSize",
955
- "variant": "popover.defaultVariant"
956
- },
957
- "runtimeConfigGetStyles": {},
958
- "runtimeConfigInternalComponentProps": {},
959
- "motionVarPrefixes": []
960
- };
961
- var PopoverContent = {
962
- "name": "PopoverContent",
963
- "defaultProps": {},
964
- "getStylesLiterals": {
965
- "popoverSizeRoot": "default",
966
- "popoverVariantRoot": "default",
967
- "display": "flex",
968
- "position": "absolute",
969
- "spacingTop": "0",
970
- "spacingStart": "0",
971
- "spacingBottom": "0",
972
- "spacingEnd": "0",
973
- "popoverSizeSvgBase": "default",
974
- "popoverVariantSvgBase": "default",
975
- "popoverSizeSvgBorder": "default",
976
- "popoverVariantSvgBorder": "default",
977
- "popoverVariantBlur": "default",
978
- "width": "full",
979
- "height": "full",
980
- "flexShrink": "0",
981
- "borderRadius": "full",
982
- "alignItems": "center",
983
- "justifyContent": "center",
984
- "popoverVariantCloseIcon": "default",
985
- "popoverSizeCloseIcon": "default"
986
- },
987
- "cxLiterals": [
988
- "z-[9999]",
989
- "outline-none",
990
- "focus-visible:outline-none",
991
- "uds-bgBlurFillFallback",
992
- "uds-bgBlurFallback",
993
- "top-0",
994
- "left-0",
995
- "z-[1]",
996
- "duration-0",
997
- "duration-120",
998
- "transition-[background-color]",
999
- "bg-carbon-15/0",
1000
- "hover:bg-carbon-15/10",
1001
- "active:bg-carbon-15/15",
1002
- "uds-ring",
1003
- "absolute",
1004
- "z-[4]"
1005
- ],
1006
- "internalComponents": [
1007
- "PopoverDismiss",
1008
- "IconSlot",
1009
- "PopoverArrow",
1010
- "Popover",
1011
- "SvgFloatingOverlay",
1012
- "Box",
1013
- "Pressable"
1014
- ],
1015
- "internalComponentProps": {},
1016
- "propToVariantKeys": { "closeIcon": ["icon"] },
1017
- "runtimeConfigDefaultProps": {
1018
- "size": "popover.defaultSize",
1019
- "variant": "popover.defaultVariant"
1020
- },
1021
- "runtimeConfigGetStyles": {
1022
- "spacingTop": ["popover.spacingVertical.${size}"],
1023
- "spacingStart": ["popover.spacingHorizontal.${size}"],
1024
- "spacingBottom": ["popover.spacingVertical.${size}"],
1025
- "spacingEnd": ["popover.spacingHorizontal.${size}"]
1026
- },
1027
- "runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
1028
- "motionVarPrefixes": []
1029
- };
1030
- var PopoverContext = {
1031
- "name": "PopoverContext",
1032
- "defaultProps": {},
1033
- "getStylesLiterals": {},
1034
- "cxLiterals": [],
1035
- "internalComponents": [],
1036
- "internalComponentProps": {},
1037
- "propToVariantKeys": {},
1038
- "runtimeConfigDefaultProps": {},
1039
- "runtimeConfigGetStyles": {},
1040
- "runtimeConfigInternalComponentProps": {},
1041
- "motionVarPrefixes": []
1042
- };
1043
- var PopoverTrigger = {
1044
- "name": "PopoverTrigger",
1045
- "defaultProps": {},
1046
- "getStylesLiterals": {},
1047
- "cxLiterals": [],
1048
- "internalComponents": ["PopoverDisclosure"],
1049
- "internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
1050
- "propToVariantKeys": { "children": ["render"] },
1051
- "runtimeConfigDefaultProps": {},
1052
- "runtimeConfigGetStyles": {},
1053
- "runtimeConfigInternalComponentProps": {},
1054
- "motionVarPrefixes": []
1055
- };
1056
- var UDSPopoverConfigProvider = {
1057
- "name": "UDSPopoverConfigProvider",
1058
- "defaultProps": {},
1059
- "getStylesLiterals": {},
1060
- "cxLiterals": [],
1061
- "internalComponents": ["PopoverContext.Provider"],
1062
- "internalComponentProps": {},
1063
- "propToVariantKeys": {},
1064
- "runtimeConfigDefaultProps": {},
1065
- "runtimeConfigGetStyles": {},
1066
- "runtimeConfigInternalComponentProps": {},
1067
- "motionVarPrefixes": []
1068
- };
1069
- var Menu_Content = {
1070
- "name": "Menu.Content",
1071
- "defaultProps": {
1072
- "size": "default",
1073
- "variant": "default",
1074
- "gutter": "1"
1075
- },
1076
- "getStylesLiterals": {},
1077
- "cxLiterals": [
1078
- "uds-menu-content",
1079
- "transition-shadow",
1080
- "duration-200",
1081
- "ease-in-out",
1082
- "min-w-60",
1083
- "max-w-lg",
1084
- "max-h-96",
1085
- "overflow-auto",
1086
- "uds-ring",
1087
- "z-10",
1088
- "group"
1089
- ],
1090
- "internalComponents": [
1091
- "AriakitMenu",
1092
- "AnimatePresence",
1093
- "MotionVStack"
1094
- ],
1095
- "internalComponentProps": {},
1096
- "propToVariantKeys": {
1097
- "size": ["menucontentSizeRoot"],
1098
- "variant": ["menucontentVariantRoot"]
1099
- },
1100
- "runtimeConfigDefaultProps": {},
1101
- "runtimeConfigGetStyles": {},
1102
- "runtimeConfigInternalComponentProps": {},
1103
- "motionVarPrefixes": []
1104
- };
1105
- var Menu_Divider = {
1106
- "name": "Menu.Divider",
1107
- "defaultProps": {
1108
- "role": "separator",
1109
- "contentPosition": "start",
1110
- "gap": "4"
1111
- },
1112
- "getStylesLiterals": {
1113
- "menuitemDividerVariantRoot": "default",
1114
- "menuitemDividerVariantText": "default",
1115
- "menuitemDividerVariantLine": "default"
1116
- },
1117
- "cxLiterals": [],
1118
- "internalComponents": ["DividerInternal"],
1119
- "internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
1120
- "propToVariantKeys": {},
1121
- "runtimeConfigDefaultProps": {},
1122
- "runtimeConfigGetStyles": {},
1123
- "runtimeConfigInternalComponentProps": {},
1124
- "motionVarPrefixes": []
1125
- };
1126
- var Menu_Item = {
1127
- "name": "Menu.Item",
1128
- "defaultProps": {},
1129
- "getStylesLiterals": {
1130
- "menuitemItemVariantRoot": "default",
1131
- "menuitemItemVariantActiveRoot": "on",
1132
- "menuitemItemVariantActiveRoot:1": "off",
1133
- "menuitemItemVariantText": "default",
1134
- "menuitemItemVariantActiveText": "on",
1135
- "menuitemItemVariantActiveText:1": "off",
1136
- "menuitemItemVariantIcon": "default",
1137
- "menuitemItemVariantActiveIcon": "on",
1138
- "menuitemItemVariantActiveIcon:1": "off"
1139
- },
1140
- "cxLiterals": [],
1141
- "internalComponents": ["MenuItemBase"],
724
+ "overflow-hidden",
725
+ "w-full",
726
+ "h-full",
727
+ "shrink-0",
728
+ "text-center",
729
+ "inline-flex",
730
+ "justify-center",
731
+ "items-center"
732
+ ],
733
+ "internalComponents": ["IconSlot", "Box"],
1142
734
  "internalComponentProps": {},
1143
- "propToVariantKeys": {},
735
+ "propToVariantKeys": { "size": ["avatarSizeIcon"] },
1144
736
  "runtimeConfigDefaultProps": {},
1145
737
  "runtimeConfigGetStyles": {},
1146
738
  "runtimeConfigInternalComponentProps": {},
1147
739
  "motionVarPrefixes": []
1148
740
  };
1149
- var Menu_ItemBase = {
1150
- "name": "Menu.ItemBase",
741
+ var AvatarImage = {
742
+ "name": "AvatarImage",
1151
743
  "defaultProps": {
1152
- "spacing": "0",
1153
- "spacingHorizontal": "4",
1154
- "spacingVertical": "3.5",
1155
- "columnGap": "2",
1156
- "alignItems": "center",
1157
- "justifyContent": "space-between"
1158
- },
1159
- "getStylesLiterals": {
1160
- "textAlign": "start",
1161
- "menuitemSizeRoot": "default",
1162
- "flexDirection": "row",
1163
- "menuitemSizeStartIcon": "default",
1164
- "menuitemSizeEndIcon": "default"
744
+ "size": "md",
745
+ "variant": "primary"
1165
746
  },
747
+ "getStylesLiterals": {},
1166
748
  "cxLiterals": [
1167
- "flex",
1168
- "focus-visible:text-brand",
1169
- "focus-visible:bg-brand-secondary",
1170
- "focus-visible:z-10",
1171
- "uds-ring",
1172
- "!-outline-offset-2",
1173
- "[&:not([aria-checked])]:cursor-default",
1174
- "opacity-25",
1175
- "cursor-not-allowed",
1176
- "duration-20",
1177
- "transition-[font-variation-settings]",
1178
- "ease-in-out",
1179
- "z-0",
1180
- "uds-start-icon",
1181
- "uds-end-icon"
749
+ "overflow-hidden",
750
+ "w-full",
751
+ "h-full",
752
+ "shrink-0",
753
+ "text-center",
754
+ "inline-flex",
755
+ "justify-center",
756
+ "items-center",
757
+ "object-cover"
1182
758
  ],
1183
759
  "internalComponents": [
1184
- "Pressable",
1185
- "IconSlot",
1186
- "RootComponent",
1187
- "HStack",
1188
- "AnimatePresence"
760
+ "UDSImage",
761
+ "AvatarText",
762
+ "AvatarIcon",
763
+ "Box"
1189
764
  ],
1190
- "internalComponentProps": {
1191
- "HStack": {
1192
- "alignItems": ["center"],
1193
- "width": ["full"]
1194
- },
1195
- "AnimatePresence": { "mode": ["popLayout"] }
1196
- },
765
+ "internalComponentProps": {},
1197
766
  "propToVariantKeys": {
1198
- "startIcon": ["icon"],
1199
- "endIcon": ["icon"],
1200
- "columnGap": ["gap"]
767
+ "alt": ["name"],
768
+ "fallback": ["initials"]
1201
769
  },
1202
770
  "runtimeConfigDefaultProps": {},
1203
771
  "runtimeConfigGetStyles": {},
1204
772
  "runtimeConfigInternalComponentProps": {},
1205
773
  "motionVarPrefixes": []
1206
774
  };
1207
- var Menu_ItemCheckbox = {
1208
- "name": "Menu.ItemCheckbox",
1209
- "defaultProps": {},
1210
- "getStylesLiterals": {
1211
- "menuitemItemCheckboxVariantRoot": "default",
1212
- "menuitemItemCheckboxVariantActiveRoot": "on",
1213
- "menuitemItemCheckboxVariantActiveRoot:1": "off",
1214
- "menuitemItemCheckboxVariantText": "default",
1215
- "menuitemItemCheckboxVariantActiveText": "on",
1216
- "menuitemItemCheckboxVariantActiveText:1": "off",
1217
- "menuitemItemCheckboxVariantStartIcon": "default",
1218
- "menuitemItemCheckboxVariantActiveStartIcon": "on",
1219
- "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
1220
- "menuitemItemCheckboxVariantEndIcon": "default",
1221
- "menuitemItemCheckboxVariantActiveEndIcon": "on",
1222
- "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
775
+ var AvatarText = {
776
+ "name": "AvatarText",
777
+ "defaultProps": {
778
+ "size": "md",
779
+ "variant": "primary"
1223
780
  },
1224
- "cxLiterals": ["uds-menu-item-checkbox"],
1225
- "internalComponents": ["MenuItemBase"],
1226
- "internalComponentProps": {},
1227
- "propToVariantKeys": {},
1228
- "runtimeConfigDefaultProps": {},
1229
- "runtimeConfigGetStyles": {},
1230
- "runtimeConfigInternalComponentProps": {},
1231
- "motionVarPrefixes": []
1232
- };
1233
- var Menu_Provider = {
1234
- "name": "Menu.Provider",
1235
- "defaultProps": {},
1236
- "getStylesLiterals": {},
1237
- "cxLiterals": [],
1238
- "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
1239
- "internalComponentProps": {},
1240
- "propToVariantKeys": {},
1241
- "runtimeConfigDefaultProps": {},
1242
- "runtimeConfigGetStyles": {},
1243
- "runtimeConfigInternalComponentProps": {},
1244
- "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1245
- };
1246
- var Menu_Trigger = {
1247
- "name": "Menu.Trigger",
1248
- "defaultProps": {},
1249
- "getStylesLiterals": {},
1250
- "cxLiterals": ["uds-menu-trigger"],
1251
- "internalComponents": ["AriakitMenuTrigger", "Box"],
1252
- "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
1253
- "propToVariantKeys": {},
1254
- "runtimeConfigDefaultProps": {},
1255
- "runtimeConfigGetStyles": {},
1256
- "runtimeConfigInternalComponentProps": {},
1257
- "motionVarPrefixes": []
1258
- };
1259
- var Menu_index = {
1260
- "name": "Menu.index",
1261
- "defaultProps": {},
1262
- "getStylesLiterals": {},
1263
- "cxLiterals": [],
1264
- "internalComponents": [],
1265
- "internalComponentProps": {},
1266
- "propToVariantKeys": {},
1267
- "runtimeConfigDefaultProps": {},
1268
- "runtimeConfigGetStyles": {},
1269
- "runtimeConfigInternalComponentProps": {},
1270
- "motionVarPrefixes": []
1271
- };
1272
- var Menu = {
1273
- "name": "Menu",
1274
- "defaultProps": {},
1275
781
  "getStylesLiterals": {},
1276
- "cxLiterals": [],
1277
- "internalComponents": [],
1278
- "internalComponentProps": {},
782
+ "cxLiterals": [
783
+ "overflow-hidden",
784
+ "truncate",
785
+ "w-full",
786
+ "h-full",
787
+ "shrink-0",
788
+ "text-center",
789
+ "inline-flex",
790
+ "justify-center",
791
+ "items-center"
792
+ ],
793
+ "internalComponents": ["Box", "Text"],
794
+ "internalComponentProps": { "Text": {
795
+ "color": ["inherit"],
796
+ "variant": ["inherit"]
797
+ } },
1279
798
  "propToVariantKeys": {},
1280
799
  "runtimeConfigDefaultProps": {},
1281
800
  "runtimeConfigGetStyles": {},
@@ -1555,396 +1074,568 @@ var ChipDismissible = {
1555
1074
  "rounded-full"
1556
1075
  ],
1557
1076
  "internalComponents": [
1558
- "ChipBase",
1077
+ "ChipBase",
1078
+ "IconSlot",
1079
+ "Pressable"
1080
+ ],
1081
+ "internalComponentProps": {},
1082
+ "propToVariantKeys": {
1083
+ "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1084
+ "dismissButtonAriaLabel": ["aria-label"]
1085
+ },
1086
+ "runtimeConfigDefaultProps": {},
1087
+ "runtimeConfigGetStyles": {},
1088
+ "runtimeConfigInternalComponentProps": {},
1089
+ "motionVarPrefixes": []
1090
+ };
1091
+ var ChipLink = {
1092
+ "name": "ChipLink",
1093
+ "defaultProps": { "variant": "primary" },
1094
+ "getStylesLiterals": {},
1095
+ "cxLiterals": ["uds-ring"],
1096
+ "internalComponents": ["ChipBase"],
1097
+ "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1098
+ "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1099
+ "runtimeConfigDefaultProps": {},
1100
+ "runtimeConfigGetStyles": {},
1101
+ "runtimeConfigInternalComponentProps": {},
1102
+ "motionVarPrefixes": []
1103
+ };
1104
+ var ChipToggle = {
1105
+ "name": "ChipToggle",
1106
+ "defaultProps": {
1107
+ "variant": "primary",
1108
+ "role": "checkbox"
1109
+ },
1110
+ "getStylesLiterals": {
1111
+ "chipToggleVariantActiveRoot": "on",
1112
+ "chipToggleVariantActiveRoot:1": "off"
1113
+ },
1114
+ "cxLiterals": ["uds-ring"],
1115
+ "internalComponents": ["ChipBase"],
1116
+ "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1117
+ "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1118
+ "runtimeConfigDefaultProps": {},
1119
+ "runtimeConfigGetStyles": {},
1120
+ "runtimeConfigInternalComponentProps": {},
1121
+ "motionVarPrefixes": []
1122
+ };
1123
+ var Input = {
1124
+ "name": "Input",
1125
+ "defaultProps": {
1126
+ "type": "text",
1127
+ "size": "md",
1128
+ "width": "full"
1129
+ },
1130
+ "getStylesLiterals": {
1131
+ "inputVariantRoot": "default",
1132
+ "inputVariantValueRoot": "empty",
1133
+ "inputVariantValueRoot:1": "filled",
1134
+ "inputVariantInputWrapper": "default",
1135
+ "inputVariantValueInputWrapper": "empty",
1136
+ "inputVariantValueInputWrapper:1": "filled",
1137
+ "inputVariantInput": "default",
1138
+ "inputVariantValueInput": "empty",
1139
+ "inputVariantValueInput:1": "filled",
1140
+ "inputVariantInputPlaceholder": "default",
1141
+ "inputVariantValueInputPlaceholder": "empty",
1142
+ "inputVariantValueInputPlaceholder:1": "filled",
1143
+ "inputVariantLabel": "default",
1144
+ "inputVariantValueLabel": "empty",
1145
+ "inputVariantValueLabel:1": "filled",
1146
+ "inputVariantLabelRequired": "default",
1147
+ "inputVariantValueLabelRequired": "empty",
1148
+ "inputVariantValueLabelRequired:1": "filled",
1149
+ "inputVariantStartIcon": "default",
1150
+ "inputVariantValueStartIcon": "empty",
1151
+ "inputVariantValueStartIcon:1": "filled",
1152
+ "inputVariantEndIcon": "default",
1153
+ "inputVariantValueEndIcon": "empty",
1154
+ "inputVariantValueEndIcon:1": "filled"
1155
+ },
1156
+ "cxLiterals": [
1157
+ "opacity-50",
1158
+ "min-w-[200px]",
1159
+ "grow",
1160
+ "uds-hit-target",
1161
+ "bg-clip-text",
1162
+ "focus:outline-none",
1163
+ "cursor-text",
1164
+ "cursor-not-allowed"
1165
+ ],
1166
+ "internalComponents": [
1559
1167
  "IconSlot",
1560
- "Pressable"
1168
+ "StartIcon",
1169
+ "EndIcon",
1170
+ "HelpTextContent",
1171
+ "Box",
1172
+ "InputHelpTextInternal",
1173
+ "VStack",
1174
+ "HStack",
1175
+ "AnimateHeightChange"
1561
1176
  ],
1562
- "internalComponentProps": {},
1177
+ "internalComponentProps": {
1178
+ "HelpTextContent": { "spacingTop": ["2"] },
1179
+ "Box": {
1180
+ "spacingBottom": ["2"],
1181
+ "columnGap": ["0.5"],
1182
+ "alignItems": ["flex-end", "center"],
1183
+ "position": ["relative"]
1184
+ },
1185
+ "HStack": {
1186
+ "alignItems": ["center"],
1187
+ "gap": ["1"]
1188
+ }
1189
+ },
1563
1190
  "propToVariantKeys": {
1564
- "variant": ["chipDismissibleVariantRoot", "chipDismissibleVariantIcon"],
1565
- "dismissButtonAriaLabel": ["aria-label"]
1191
+ "size": [
1192
+ "inputSizeRoot",
1193
+ "inputSizeInputWrapper",
1194
+ "inputSizeInput",
1195
+ "inputSizeLabel",
1196
+ "inputSizeStartIcon",
1197
+ "inputSizeEndIcon"
1198
+ ],
1199
+ "startIcon": ["icon"],
1200
+ "endIcon": ["icon"],
1201
+ "helperTextIcon": ["startIcon"]
1566
1202
  },
1567
1203
  "runtimeConfigDefaultProps": {},
1568
1204
  "runtimeConfigGetStyles": {},
1569
1205
  "runtimeConfigInternalComponentProps": {},
1570
1206
  "motionVarPrefixes": []
1571
1207
  };
1572
- var ChipLink = {
1573
- "name": "ChipLink",
1574
- "defaultProps": { "variant": "primary" },
1575
- "getStylesLiterals": {},
1576
- "cxLiterals": ["uds-ring"],
1577
- "internalComponents": ["ChipBase"],
1578
- "internalComponentProps": { "ChipBase": { "as": ["a"] } },
1579
- "propToVariantKeys": { "variant": ["chipLinkVariantRoot", "chipLinkVariantIcon"] },
1208
+ var InputHelpText = {
1209
+ "name": "InputHelpText",
1210
+ "defaultProps": { "size": "md" },
1211
+ "getStylesLiterals": {
1212
+ "inputVariantRoot": "default",
1213
+ "inputVariantValueRoot": "empty",
1214
+ "inputVariantValueRoot:1": "filled"
1215
+ },
1216
+ "cxLiterals": [],
1217
+ "internalComponents": ["InputHelpTextInternal", "Box"],
1218
+ "internalComponentProps": { "Box": { "spacingTop": ["2"] } },
1219
+ "propToVariantKeys": { "size": ["inputSizeRoot"] },
1580
1220
  "runtimeConfigDefaultProps": {},
1581
1221
  "runtimeConfigGetStyles": {},
1582
1222
  "runtimeConfigInternalComponentProps": {},
1583
1223
  "motionVarPrefixes": []
1584
1224
  };
1585
- var ChipToggle = {
1586
- "name": "ChipToggle",
1587
- "defaultProps": {
1588
- "variant": "primary",
1589
- "role": "checkbox"
1590
- },
1225
+ var InputHelpTextInternal = {
1226
+ "name": "InputHelpTextInternal",
1227
+ "defaultProps": {},
1591
1228
  "getStylesLiterals": {
1592
- "chipToggleVariantActiveRoot": "on",
1593
- "chipToggleVariantActiveRoot:1": "off"
1229
+ "inputVariantHelperText": "default",
1230
+ "inputVariantValueHelperText": "empty",
1231
+ "inputVariantValueHelperText:1": "filled",
1232
+ "inputVariantHelperIcon": "default",
1233
+ "inputVariantValueHelperIcon": "empty",
1234
+ "inputVariantValueHelperIcon:1": "filled"
1235
+ },
1236
+ "cxLiterals": [],
1237
+ "internalComponents": ["IconSlot", "HStack"],
1238
+ "internalComponentProps": { "HStack": {
1239
+ "gap": ["1"],
1240
+ "alignItems": ["center"]
1241
+ } },
1242
+ "propToVariantKeys": {
1243
+ "size": ["inputSizeHelperText", "inputSizeHelperIcon"],
1244
+ "startIcon": ["icon"],
1245
+ "endIcon": ["icon"]
1594
1246
  },
1595
- "cxLiterals": ["uds-ring"],
1596
- "internalComponents": ["ChipBase"],
1597
- "internalComponentProps": { "ChipBase": { "as": ["button"] } },
1598
- "propToVariantKeys": { "variant": ["chipToggleVariantRoot", "chipToggleVariantIcon"] },
1599
1247
  "runtimeConfigDefaultProps": {},
1600
1248
  "runtimeConfigGetStyles": {},
1601
1249
  "runtimeConfigInternalComponentProps": {},
1602
1250
  "motionVarPrefixes": []
1603
1251
  };
1604
- var Avatar = {
1605
- "name": "Avatar",
1252
+ var Popover = {
1253
+ "name": "Popover",
1606
1254
  "defaultProps": {},
1607
1255
  "getStylesLiterals": {},
1608
1256
  "cxLiterals": [],
1609
- "internalComponents": ["AvatarImage"],
1257
+ "internalComponents": ["PopoverInternalContext.Provider", "PopoverProvider"],
1610
1258
  "internalComponentProps": {},
1611
1259
  "propToVariantKeys": {},
1612
- "runtimeConfigDefaultProps": {},
1260
+ "runtimeConfigDefaultProps": {
1261
+ "size": "popover.defaultSize",
1262
+ "variant": "popover.defaultVariant"
1263
+ },
1613
1264
  "runtimeConfigGetStyles": {},
1614
1265
  "runtimeConfigInternalComponentProps": {},
1615
1266
  "motionVarPrefixes": []
1616
1267
  };
1617
- var AvatarIcon = {
1618
- "name": "AvatarIcon",
1619
- "defaultProps": {
1620
- "size": "md",
1621
- "variant": "primary"
1268
+ var PopoverContent = {
1269
+ "name": "PopoverContent",
1270
+ "defaultProps": {},
1271
+ "getStylesLiterals": {
1272
+ "popoverSizeRoot": "default",
1273
+ "popoverVariantRoot": "default",
1274
+ "display": "flex",
1275
+ "position": "absolute",
1276
+ "spacingTop": "0",
1277
+ "spacingStart": "0",
1278
+ "spacingBottom": "0",
1279
+ "spacingEnd": "0",
1280
+ "popoverSizeSvgBase": "default",
1281
+ "popoverVariantSvgBase": "default",
1282
+ "popoverSizeSvgBorder": "default",
1283
+ "popoverVariantSvgBorder": "default",
1284
+ "popoverVariantBlur": "default",
1285
+ "width": "full",
1286
+ "height": "full",
1287
+ "flexShrink": "0",
1288
+ "borderRadius": "full",
1289
+ "alignItems": "center",
1290
+ "justifyContent": "center",
1291
+ "popoverVariantCloseIcon": "default",
1292
+ "popoverSizeCloseIcon": "default"
1622
1293
  },
1623
- "getStylesLiterals": {},
1624
1294
  "cxLiterals": [
1625
- "overflow-hidden",
1626
- "w-full",
1627
- "h-full",
1628
- "shrink-0",
1629
- "text-center",
1630
- "inline-flex",
1631
- "justify-center",
1632
- "items-center"
1295
+ "z-[9999]",
1296
+ "outline-none",
1297
+ "focus-visible:outline-none",
1298
+ "uds-bgBlurFillFallback",
1299
+ "uds-bgBlurFallback",
1300
+ "top-0",
1301
+ "left-0",
1302
+ "z-[1]",
1303
+ "duration-0",
1304
+ "duration-120",
1305
+ "transition-[background-color]",
1306
+ "bg-carbon-15/0",
1307
+ "hover:bg-carbon-15/10",
1308
+ "active:bg-carbon-15/15",
1309
+ "uds-ring",
1310
+ "absolute",
1311
+ "z-[4]"
1312
+ ],
1313
+ "internalComponents": [
1314
+ "PopoverDismiss",
1315
+ "IconSlot",
1316
+ "PopoverArrow",
1317
+ "Popover",
1318
+ "SvgFloatingOverlay",
1319
+ "Box",
1320
+ "Pressable"
1633
1321
  ],
1634
- "internalComponents": ["IconSlot", "Box"],
1635
1322
  "internalComponentProps": {},
1636
- "propToVariantKeys": { "size": ["avatarSizeIcon"] },
1323
+ "propToVariantKeys": { "closeIcon": ["icon"] },
1324
+ "runtimeConfigDefaultProps": {
1325
+ "size": "popover.defaultSize",
1326
+ "variant": "popover.defaultVariant"
1327
+ },
1328
+ "runtimeConfigGetStyles": {
1329
+ "spacingTop": ["popover.spacingVertical.${size}"],
1330
+ "spacingStart": ["popover.spacingHorizontal.${size}"],
1331
+ "spacingBottom": ["popover.spacingVertical.${size}"],
1332
+ "spacingEnd": ["popover.spacingHorizontal.${size}"]
1333
+ },
1334
+ "runtimeConfigInternalComponentProps": { "SvgFloatingOverlay": { "borderRadius": ["popover.borderRadius.${size}"] } },
1335
+ "motionVarPrefixes": []
1336
+ };
1337
+ var PopoverContext = {
1338
+ "name": "PopoverContext",
1339
+ "defaultProps": {},
1340
+ "getStylesLiterals": {},
1341
+ "cxLiterals": [],
1342
+ "internalComponents": [],
1343
+ "internalComponentProps": {},
1344
+ "propToVariantKeys": {},
1637
1345
  "runtimeConfigDefaultProps": {},
1638
1346
  "runtimeConfigGetStyles": {},
1639
1347
  "runtimeConfigInternalComponentProps": {},
1640
1348
  "motionVarPrefixes": []
1641
1349
  };
1642
- var AvatarImage = {
1643
- "name": "AvatarImage",
1644
- "defaultProps": {
1645
- "size": "md",
1646
- "variant": "primary"
1647
- },
1350
+ var PopoverTrigger = {
1351
+ "name": "PopoverTrigger",
1352
+ "defaultProps": {},
1648
1353
  "getStylesLiterals": {},
1649
- "cxLiterals": [
1650
- "overflow-hidden",
1651
- "w-full",
1652
- "h-full",
1653
- "shrink-0",
1654
- "text-center",
1655
- "inline-flex",
1656
- "justify-center",
1657
- "items-center",
1658
- "object-cover"
1659
- ],
1660
- "internalComponents": [
1661
- "UDSImage",
1662
- "AvatarText",
1663
- "AvatarIcon",
1664
- "Box"
1665
- ],
1666
- "internalComponentProps": {},
1667
- "propToVariantKeys": {
1668
- "alt": ["name"],
1669
- "fallback": ["initials"]
1670
- },
1354
+ "cxLiterals": [],
1355
+ "internalComponents": ["PopoverDisclosure"],
1356
+ "internalComponentProps": { "PopoverDisclosure": { "className": ["inline"] } },
1357
+ "propToVariantKeys": { "children": ["render"] },
1671
1358
  "runtimeConfigDefaultProps": {},
1672
1359
  "runtimeConfigGetStyles": {},
1673
1360
  "runtimeConfigInternalComponentProps": {},
1674
1361
  "motionVarPrefixes": []
1675
1362
  };
1676
- var AvatarText = {
1677
- "name": "AvatarText",
1678
- "defaultProps": {
1679
- "size": "md",
1680
- "variant": "primary"
1681
- },
1363
+ var UDSPopoverConfigProvider = {
1364
+ "name": "UDSPopoverConfigProvider",
1365
+ "defaultProps": {},
1682
1366
  "getStylesLiterals": {},
1683
- "cxLiterals": [
1684
- "overflow-hidden",
1685
- "truncate",
1686
- "w-full",
1687
- "h-full",
1688
- "shrink-0",
1689
- "text-center",
1690
- "inline-flex",
1691
- "justify-center",
1692
- "items-center"
1693
- ],
1694
- "internalComponents": ["Box", "Text"],
1695
- "internalComponentProps": { "Text": {
1696
- "color": ["inherit"],
1697
- "variant": ["inherit"]
1698
- } },
1367
+ "cxLiterals": [],
1368
+ "internalComponents": ["PopoverContext.Provider"],
1369
+ "internalComponentProps": {},
1699
1370
  "propToVariantKeys": {},
1700
1371
  "runtimeConfigDefaultProps": {},
1701
1372
  "runtimeConfigGetStyles": {},
1702
1373
  "runtimeConfigInternalComponentProps": {},
1703
1374
  "motionVarPrefixes": []
1704
1375
  };
1705
- var Accordion = {
1706
- "name": "Accordion",
1376
+ var Menu_Content = {
1377
+ "name": "Menu.Content",
1707
1378
  "defaultProps": {
1708
- "spacingHorizontal": "4",
1709
- "spacingVertical": "4"
1379
+ "size": "default",
1380
+ "variant": "default",
1381
+ "gutter": "1"
1710
1382
  },
1711
1383
  "getStylesLiterals": {},
1712
- "cxLiterals": ["hover:bg-secondary/80", "w-full"],
1384
+ "cxLiterals": [
1385
+ "uds-menu-content",
1386
+ "transition-shadow",
1387
+ "duration-200",
1388
+ "ease-in-out",
1389
+ "min-w-60",
1390
+ "max-w-lg",
1391
+ "max-h-96",
1392
+ "overflow-auto",
1393
+ "uds-ring",
1394
+ "z-10",
1395
+ "group"
1396
+ ],
1713
1397
  "internalComponents": [
1714
- "Icon",
1715
- "SpringMotionConfig",
1716
- "Pressable",
1717
- "Text",
1718
- "HStack",
1398
+ "AriakitMenu",
1719
1399
  "AnimatePresence",
1720
- "VStack"
1400
+ "MotionVStack"
1721
1401
  ],
1722
- "internalComponentProps": {
1723
- "Icon": {
1724
- "variant": ["fill"],
1725
- "size": ["sm"],
1726
- "color": ["primary"]
1727
- },
1728
- "SpringMotionConfig": {
1729
- "layoutVariant": ["smooth"],
1730
- "layoutSpeed": ["3"]
1731
- },
1732
- "Pressable": {
1733
- "display": ["flex"],
1734
- "flexDirection": ["row"],
1735
- "alignItems": ["center"],
1736
- "justifyContent": ["space-between"],
1737
- "borderRadius": ["md"]
1738
- },
1739
- "Text": {
1740
- "variant": ["title4"],
1741
- "color": ["primary"]
1742
- },
1743
- "HStack": {
1744
- "display": ["flex"],
1745
- "alignItems": ["center"],
1746
- "justifyContent": ["space-between"],
1747
- "columnGap": ["2.5"]
1748
- }
1402
+ "internalComponentProps": {},
1403
+ "propToVariantKeys": {
1404
+ "size": ["menucontentSizeRoot"],
1405
+ "variant": ["menucontentVariantRoot"]
1749
1406
  },
1750
- "propToVariantKeys": {},
1751
1407
  "runtimeConfigDefaultProps": {},
1752
1408
  "runtimeConfigGetStyles": {},
1753
1409
  "runtimeConfigInternalComponentProps": {},
1754
- "motionVarPrefixes": ["--uds-motion-smooth-3-"]
1410
+ "motionVarPrefixes": []
1755
1411
  };
1756
- var AvoidMotionLibraryProvider = {
1757
- "name": "AvoidMotionLibraryProvider",
1758
- "defaultProps": {},
1759
- "getStylesLiterals": {},
1412
+ var Menu_Divider = {
1413
+ "name": "Menu.Divider",
1414
+ "defaultProps": {
1415
+ "role": "separator",
1416
+ "contentPosition": "start",
1417
+ "gap": "4"
1418
+ },
1419
+ "getStylesLiterals": {
1420
+ "menuitemDividerVariantRoot": "default",
1421
+ "menuitemDividerVariantText": "default",
1422
+ "menuitemDividerVariantLine": "default"
1423
+ },
1760
1424
  "cxLiterals": [],
1761
- "internalComponents": [],
1762
- "internalComponentProps": {},
1425
+ "internalComponents": ["DividerInternal"],
1426
+ "internalComponentProps": { "DividerInternal": { "variant": ["inherit"] } },
1763
1427
  "propToVariantKeys": {},
1764
1428
  "runtimeConfigDefaultProps": {},
1765
1429
  "runtimeConfigGetStyles": {},
1766
1430
  "runtimeConfigInternalComponentProps": {},
1767
1431
  "motionVarPrefixes": []
1768
1432
  };
1769
- var Modal = {
1770
- "name": "Modal",
1433
+ var Menu_Item = {
1434
+ "name": "Menu.Item",
1771
1435
  "defaultProps": {},
1772
- "getStylesLiterals": {},
1773
- "cxLiterals": [
1774
- "inset-8",
1775
- "top-[250px]",
1776
- "z-50",
1777
- "mx-auto",
1778
- "h-fit",
1779
- "w-[600px]",
1780
- "origin-center",
1781
- "scale-95",
1782
- "opacity-0",
1783
- "transition",
1784
- "duration-150",
1785
- "data-[enter]:scale-100",
1786
- "data-[enter]:opacity-100",
1787
- "data-[enter]:bg-primary",
1788
- "backdrop-blur-0",
1789
- "data-[enter]:opacity-60",
1790
- "data-[enter]:backdrop-blur-sm"
1791
- ],
1792
- "internalComponents": [
1793
- "IconButton",
1794
- "Dialog",
1795
- "HStack",
1796
- "Text",
1797
- "VStack"
1798
- ],
1799
- "internalComponentProps": {
1800
- "IconButton": {
1801
- "aria-label": ["Close"],
1802
- "size": ["sm"],
1803
- "variant": ["tertiary"]
1804
- },
1805
- "HStack": {
1806
- "alignItems": ["center"],
1807
- "justifyContent": ["space-between"]
1808
- },
1809
- "Text": {
1810
- "variant": ["headline1"],
1811
- "color": ["primary"]
1812
- },
1813
- "VStack": {
1814
- "borderRadius": ["md"],
1815
- "position": ["fixed"],
1816
- "backgroundColor": ["primary"],
1817
- "dropShadow": ["md"],
1818
- "spacing": ["8"],
1819
- "overflow": ["hidden"]
1820
- }
1436
+ "getStylesLiterals": {
1437
+ "menuitemItemVariantRoot": "default",
1438
+ "menuitemItemVariantActiveRoot": "on",
1439
+ "menuitemItemVariantActiveRoot:1": "off",
1440
+ "menuitemItemVariantText": "default",
1441
+ "menuitemItemVariantActiveText": "on",
1442
+ "menuitemItemVariantActiveText:1": "off",
1443
+ "menuitemItemVariantIcon": "default",
1444
+ "menuitemItemVariantActiveIcon": "on",
1445
+ "menuitemItemVariantActiveIcon:1": "off"
1821
1446
  },
1822
- "propToVariantKeys": { "handleClose": ["onClick"] },
1447
+ "cxLiterals": [],
1448
+ "internalComponents": ["MenuItemBase"],
1449
+ "internalComponentProps": {},
1450
+ "propToVariantKeys": {},
1823
1451
  "runtimeConfigDefaultProps": {},
1824
1452
  "runtimeConfigGetStyles": {},
1825
1453
  "runtimeConfigInternalComponentProps": {},
1826
1454
  "motionVarPrefixes": []
1827
1455
  };
1828
- var SegmentedControl = {
1829
- "name": "SegmentedControl",
1830
- "defaultProps": { "textVariant": "label2" },
1831
- "getStylesLiterals": {
1832
- "display": "flex",
1456
+ var Menu_ItemBase = {
1457
+ "name": "Menu.ItemBase",
1458
+ "defaultProps": {
1459
+ "spacing": "0",
1460
+ "spacingHorizontal": "4",
1461
+ "spacingVertical": "3.5",
1462
+ "columnGap": "2",
1833
1463
  "alignItems": "center",
1834
- "backgroundColor": "primary",
1835
- "spacingVertical": "1",
1836
- "spacingHorizontal": "3",
1837
- "columnGap": "1.5",
1838
- "borderWidth": "thin",
1839
- "borderRadius": "full",
1840
- "borderColor": "muted",
1841
- "borderColor:1": "transparent",
1842
- "color": "primary",
1843
- "color:1": "tertiary",
1844
- "color:2": "muted"
1464
+ "justifyContent": "space-between"
1465
+ },
1466
+ "getStylesLiterals": {
1467
+ "textAlign": "start",
1468
+ "menuitemSizeRoot": "default",
1469
+ "flexDirection": "row",
1470
+ "menuitemSizeStartIcon": "default",
1471
+ "menuitemSizeEndIcon": "default"
1845
1472
  },
1846
1473
  "cxLiterals": [
1474
+ "flex",
1475
+ "focus-visible:text-brand",
1476
+ "focus-visible:bg-brand-secondary",
1477
+ "focus-visible:z-10",
1847
1478
  "uds-ring",
1479
+ "!-outline-offset-2",
1480
+ "[&:not([aria-checked])]:cursor-default",
1481
+ "opacity-25",
1848
1482
  "cursor-not-allowed",
1849
- "opacity-50",
1850
- "pointer-events-none",
1851
- "hover:bg-primary"
1483
+ "duration-20",
1484
+ "transition-[font-variation-settings]",
1485
+ "ease-in-out",
1486
+ "z-0",
1487
+ "uds-start-icon",
1488
+ "uds-end-icon"
1852
1489
  ],
1853
1490
  "internalComponents": [
1854
- "TextVariant",
1855
- "Radio",
1856
- "Icon",
1857
- "RadioProvider",
1858
- "HStack",
1859
- "RadioGroup",
1860
1491
  "Pressable",
1861
- "Text"
1492
+ "IconSlot",
1493
+ "RootComponent",
1494
+ "HStack",
1495
+ "AnimatePresence"
1862
1496
  ],
1863
1497
  "internalComponentProps": {
1864
- "Icon": {
1865
- "size": ["sm"],
1866
- "color": ["current"],
1867
- "aria-hidden": ["true"]
1868
- },
1869
1498
  "HStack": {
1870
- "spacing": ["1"],
1871
- "gap": ["1"],
1872
- "backgroundColor": ["secondary"],
1873
- "borderRadius": ["full"],
1874
- "display": ["inline-flex"]
1499
+ "alignItems": ["center"],
1500
+ "width": ["full"]
1875
1501
  },
1876
- "Text": { "color": ["current"] }
1502
+ "AnimatePresence": { "mode": ["popLayout"] }
1877
1503
  },
1878
1504
  "propToVariantKeys": {
1879
- "value": ["key"],
1880
- "label": ["aria-label"],
1881
- "textVariant": ["variant"]
1505
+ "startIcon": ["icon"],
1506
+ "endIcon": ["icon"],
1507
+ "columnGap": ["gap"]
1508
+ },
1509
+ "runtimeConfigDefaultProps": {},
1510
+ "runtimeConfigGetStyles": {},
1511
+ "runtimeConfigInternalComponentProps": {},
1512
+ "motionVarPrefixes": []
1513
+ };
1514
+ var Menu_ItemCheckbox = {
1515
+ "name": "Menu.ItemCheckbox",
1516
+ "defaultProps": {},
1517
+ "getStylesLiterals": {
1518
+ "menuitemItemCheckboxVariantRoot": "default",
1519
+ "menuitemItemCheckboxVariantActiveRoot": "on",
1520
+ "menuitemItemCheckboxVariantActiveRoot:1": "off",
1521
+ "menuitemItemCheckboxVariantText": "default",
1522
+ "menuitemItemCheckboxVariantActiveText": "on",
1523
+ "menuitemItemCheckboxVariantActiveText:1": "off",
1524
+ "menuitemItemCheckboxVariantStartIcon": "default",
1525
+ "menuitemItemCheckboxVariantActiveStartIcon": "on",
1526
+ "menuitemItemCheckboxVariantActiveStartIcon:1": "off",
1527
+ "menuitemItemCheckboxVariantEndIcon": "default",
1528
+ "menuitemItemCheckboxVariantActiveEndIcon": "on",
1529
+ "menuitemItemCheckboxVariantActiveEndIcon:1": "off"
1882
1530
  },
1531
+ "cxLiterals": ["uds-menu-item-checkbox"],
1532
+ "internalComponents": ["MenuItemBase"],
1533
+ "internalComponentProps": {},
1534
+ "propToVariantKeys": {},
1883
1535
  "runtimeConfigDefaultProps": {},
1884
1536
  "runtimeConfigGetStyles": {},
1885
1537
  "runtimeConfigInternalComponentProps": {},
1886
1538
  "motionVarPrefixes": []
1887
1539
  };
1888
- var SwitchV2 = {
1889
- "name": "SwitchV2",
1540
+ var Menu_Provider = {
1541
+ "name": "Menu.Provider",
1542
+ "defaultProps": {},
1543
+ "getStylesLiterals": {},
1544
+ "cxLiterals": [],
1545
+ "internalComponents": ["AriakitMenuProvider", "SpringMotionConfig"],
1546
+ "internalComponentProps": {},
1547
+ "propToVariantKeys": {},
1548
+ "runtimeConfigDefaultProps": {},
1549
+ "runtimeConfigGetStyles": {},
1550
+ "runtimeConfigInternalComponentProps": {},
1551
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1552
+ };
1553
+ var Menu_Trigger = {
1554
+ "name": "Menu.Trigger",
1555
+ "defaultProps": {},
1556
+ "getStylesLiterals": {},
1557
+ "cxLiterals": ["uds-menu-trigger"],
1558
+ "internalComponents": ["AriakitMenuTrigger", "Box"],
1559
+ "internalComponentProps": { "Box": { "className": ["uds-ring h-fit w-fit"] } },
1560
+ "propToVariantKeys": {},
1561
+ "runtimeConfigDefaultProps": {},
1562
+ "runtimeConfigGetStyles": {},
1563
+ "runtimeConfigInternalComponentProps": {},
1564
+ "motionVarPrefixes": []
1565
+ };
1566
+ var Menu_index = {
1567
+ "name": "Menu.index",
1568
+ "defaultProps": {},
1569
+ "getStylesLiterals": {},
1570
+ "cxLiterals": [],
1571
+ "internalComponents": [],
1572
+ "internalComponentProps": {},
1573
+ "propToVariantKeys": {},
1574
+ "runtimeConfigDefaultProps": {},
1575
+ "runtimeConfigGetStyles": {},
1576
+ "runtimeConfigInternalComponentProps": {},
1577
+ "motionVarPrefixes": []
1578
+ };
1579
+ var Menu = {
1580
+ "name": "Menu",
1581
+ "defaultProps": {},
1582
+ "getStylesLiterals": {},
1583
+ "cxLiterals": [],
1584
+ "internalComponents": [],
1585
+ "internalComponentProps": {},
1586
+ "propToVariantKeys": {},
1587
+ "runtimeConfigDefaultProps": {},
1588
+ "runtimeConfigGetStyles": {},
1589
+ "runtimeConfigInternalComponentProps": {},
1590
+ "motionVarPrefixes": []
1591
+ };
1592
+ var Radio = {
1593
+ "name": "Radio",
1890
1594
  "defaultProps": {
1891
1595
  "labelPosition": "start",
1892
- "size": "md"
1596
+ "variant": "primary",
1597
+ "size": "md",
1598
+ "value": ""
1893
1599
  },
1894
1600
  "getStylesLiterals": {
1895
- "switchVariantRoot": "default",
1896
- "switchVariantActiveRoot": "on",
1897
- "switchVariantActiveRoot:1": "off",
1898
- "switchVariantSwitch": "default",
1899
- "switchVariantActiveSwitch": "on",
1900
- "switchVariantActiveSwitch:1": "off",
1901
- "switchVariantActiveHandle": "on",
1902
- "switchVariantActiveHandle:1": "off",
1903
- "switchVariantHandle": "default",
1904
- "switchVariantHandleIcon": "default",
1905
- "switchVariantActiveHandleIcon": "on",
1906
- "switchVariantActiveHandleIcon:1": "off"
1601
+ "radioVariantValueRoot": "checked",
1602
+ "radioVariantValueRoot:1": "unchecked",
1603
+ "display": "flex",
1604
+ "flexDirection": "row",
1605
+ "flexDirection:1": "row-reverse",
1606
+ "alignItems": "center",
1607
+ "radioVariantValueRadio": "checked",
1608
+ "radioVariantValueRadio:1": "unchecked",
1609
+ "radioVariantValueRadioCircle": "checked",
1610
+ "radioVariantValueRadioCircle:1": "unchecked"
1907
1611
  },
1908
1612
  "cxLiterals": [
1909
- "group",
1910
- "flex",
1911
- "items-center",
1912
- "flex-row",
1913
- "flex-row-reverse",
1613
+ "cursor-pointer",
1614
+ "cursor-default",
1615
+ "opacity-50",
1616
+ "border",
1914
1617
  "uds-ring",
1915
1618
  "uds-ring-within",
1916
- "relative",
1917
- "uds-border-radius-full",
1918
- "transition-[background-color,box-shadow]",
1619
+ "transition-[background-color,border-color]",
1620
+ "transition-shadow",
1919
1621
  "pointer-events-none",
1920
- "w-full",
1921
- "h-full",
1622
+ "w-[8px]",
1623
+ "h-[8px]",
1624
+ "transition-opacity",
1625
+ "cursor-[inherit]",
1922
1626
  "absolute",
1923
- "top-0",
1924
- "bottom-0",
1925
- "right-0",
1926
- "left-0",
1927
- "overflow-hidden",
1928
- "group-hover:scale-105",
1929
- "opacity-95",
1930
- "group-hover:opacity-100",
1931
- "transition-[transform,opacity]",
1932
1627
  "opacity-0",
1933
1628
  "top-1/2",
1934
1629
  "left-1/2",
1630
+ "w-[calc(100%+2px)]",
1631
+ "h-[calc(100%+2px)]",
1935
1632
  "transform",
1936
1633
  "translate-x-[-50%]",
1937
1634
  "translate-y-[-50%]",
1938
- "transition-opacity",
1939
- "cursor-[inherit]",
1940
- "w-[calc(100%+2px)]",
1941
- "h-[calc(100%+2px)]",
1942
1635
  "text-start",
1943
- "text-end",
1944
- "opacity-100"
1636
+ "text-end"
1945
1637
  ],
1946
1638
  "internalComponents": [
1947
- "IconSlot",
1948
1639
  "Box",
1949
1640
  "FormLabel",
1950
1641
  "SpringMotionConfig",
@@ -1952,76 +1643,59 @@ var SwitchV2 = {
1952
1643
  "MotionBox"
1953
1644
  ],
1954
1645
  "internalComponentProps": {
1955
- "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
1646
+ "Box": { "borderRadius": ["full"] },
1956
1647
  "FormLabel": {
1957
1648
  "as": ["div"],
1958
1649
  "variant": ["inherit"],
1959
1650
  "color": ["inherit"]
1960
1651
  },
1961
- "SpringMotionConfig": {
1962
- "layoutVariant": ["bouncy"],
1963
- "layoutSpeed": ["4"]
1964
- },
1965
- "RootElement": { "data-testid": ["switch-root"] },
1966
- "MotionBox": { "layout": ["position"] }
1652
+ "RootElement": { "data-testid": ["container"] },
1653
+ "MotionBox": {
1654
+ "position": ["relative"],
1655
+ "borderRadius": ["full"],
1656
+ "alignItems": ["center"],
1657
+ "justifyContent": ["center"],
1658
+ "flex": ["none"]
1659
+ }
1967
1660
  },
1968
1661
  "propToVariantKeys": {
1969
- "size": [
1970
- "switchSizeRoot",
1971
- "switchSizeSwitch",
1972
- "switchSizeHandle",
1973
- "switchSizeHandleIcon"
1662
+ "size": ["radioSizeRoot", "radioSizeRadio"],
1663
+ "variant": [
1664
+ "radioVariantRoot",
1665
+ "radioVariantRadio",
1666
+ "radioVariantRadioCircle"
1974
1667
  ],
1975
- "onIcon": ["icon"],
1976
- "offIcon": ["icon"],
1977
- "reduceMotion": ["reducedMotion"],
1978
- "isOn": ["layoutDependency"]
1668
+ "reduceMotion": ["reducedMotion"]
1979
1669
  },
1980
1670
  "runtimeConfigDefaultProps": {},
1981
1671
  "runtimeConfigGetStyles": {},
1982
1672
  "runtimeConfigInternalComponentProps": {},
1983
- "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
1673
+ "motionVarPrefixes": ["--uds-motion-subtle-3-", "--uds-motion-smooth-3-"]
1984
1674
  };
1985
- var Tabs = {
1986
- "name": "Tabs",
1675
+ var RadioGroupProvider = {
1676
+ "name": "RadioGroupProvider",
1987
1677
  "defaultProps": {},
1988
- "getStylesLiterals": {
1989
- "display": "flex",
1990
- "flexDirection": "row",
1991
- "columnGap": "6"
1992
- },
1993
- "cxLiterals": [
1994
- "text-tertiary",
1995
- "border-b-transparent",
1996
- "aria-selected:border-b-brand",
1997
- "aria-selected:text-secondary"
1998
- ],
1678
+ "getStylesLiterals": {},
1679
+ "cxLiterals": [],
1999
1680
  "internalComponents": [
2000
- "TabProvider",
2001
- "OriginalTabList",
2002
- "OriginalTab",
2003
- "Icon",
2004
- "OriginalTabPanel",
2005
- "Pressable",
1681
+ "DivProps",
2006
1682
  "Comp",
2007
- "Text"
1683
+ "RadioGroupContext.Provider"
2008
1684
  ],
2009
- "internalComponentProps": {
2010
- "Icon": {
2011
- "className": ["text-current"],
2012
- "size": ["md"]
2013
- },
2014
- "Pressable": {
2015
- "borderBottomWidth": ["medium"],
2016
- "spacingBottom": ["1"],
2017
- "spacingTop": ["4"]
2018
- },
2019
- "Text": {
2020
- "className": ["text-current"],
2021
- "variant": ["headline1"],
2022
- "as": ["span"]
2023
- }
2024
- },
1685
+ "internalComponentProps": { "Comp": { "role": ["radiogroup"] } },
1686
+ "propToVariantKeys": {},
1687
+ "runtimeConfigDefaultProps": {},
1688
+ "runtimeConfigGetStyles": {},
1689
+ "runtimeConfigInternalComponentProps": {},
1690
+ "motionVarPrefixes": []
1691
+ };
1692
+ var RadioGroupStore = {
1693
+ "name": "RadioGroupStore",
1694
+ "defaultProps": {},
1695
+ "getStylesLiterals": {},
1696
+ "cxLiterals": [],
1697
+ "internalComponents": [],
1698
+ "internalComponentProps": {},
2025
1699
  "propToVariantKeys": {},
2026
1700
  "runtimeConfigDefaultProps": {},
2027
1701
  "runtimeConfigGetStyles": {},
@@ -2122,35 +1796,126 @@ var ToastContainer = {
2122
1796
  "size": "toast.defaultSize",
2123
1797
  "variant": "toast.defaultVariant"
2124
1798
  },
2125
- "runtimeConfigGetStyles": {
2126
- "toastVariantRoot": ["toast.defaultVariant"],
2127
- "toastSizeRoot": ["toast.defaultSize"]
1799
+ "runtimeConfigGetStyles": {
1800
+ "toastVariantRoot": ["toast.defaultVariant"],
1801
+ "toastSizeRoot": ["toast.defaultSize"]
1802
+ },
1803
+ "runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
1804
+ "motionVarPrefixes": []
1805
+ };
1806
+ var ToastPortal = {
1807
+ "name": "ToastPortal",
1808
+ "defaultProps": {},
1809
+ "getStylesLiterals": {},
1810
+ "cxLiterals": [],
1811
+ "internalComponents": ["ReactToastifyToastContainer"],
1812
+ "internalComponentProps": {},
1813
+ "propToVariantKeys": {},
1814
+ "runtimeConfigDefaultProps": {
1815
+ "size": "toast.defaultSize",
1816
+ "variant": "toast.defaultVariant"
1817
+ },
1818
+ "runtimeConfigGetStyles": {},
1819
+ "runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
1820
+ "motionVarPrefixes": []
1821
+ };
1822
+ var UDSToastConfigProvider = {
1823
+ "name": "UDSToastConfigProvider",
1824
+ "defaultProps": {},
1825
+ "getStylesLiterals": {},
1826
+ "cxLiterals": [],
1827
+ "internalComponents": ["ToastContext.Provider"],
1828
+ "internalComponentProps": {},
1829
+ "propToVariantKeys": {},
1830
+ "runtimeConfigDefaultProps": {},
1831
+ "runtimeConfigGetStyles": {},
1832
+ "runtimeConfigInternalComponentProps": {},
1833
+ "motionVarPrefixes": []
1834
+ };
1835
+ var Tooltip = {
1836
+ "name": "Tooltip",
1837
+ "defaultProps": {},
1838
+ "getStylesLiterals": {},
1839
+ "cxLiterals": [],
1840
+ "internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
1841
+ "internalComponentProps": {},
1842
+ "propToVariantKeys": {},
1843
+ "runtimeConfigDefaultProps": {},
1844
+ "runtimeConfigGetStyles": {},
1845
+ "runtimeConfigInternalComponentProps": { "TooltipProvider": { "animated": ["tooltip.animationDuration"] } },
1846
+ "motionVarPrefixes": []
1847
+ };
1848
+ var TooltipContent = {
1849
+ "name": "TooltipContent",
1850
+ "defaultProps": {},
1851
+ "getStylesLiterals": {
1852
+ "tooltipSizeRoot": "default",
1853
+ "tooltipVariantRoot": "default",
1854
+ "tooltipSizeSvg": "default",
1855
+ "tooltipVariantSvg": "default",
1856
+ "tooltipVariantBlur": "default",
1857
+ "position": "absolute",
1858
+ "width": "full",
1859
+ "height": "full",
1860
+ "tooltipSizeTitle": "default",
1861
+ "tooltipSizeBody": "default",
1862
+ "tooltipSizeEndContent": "default",
1863
+ "tooltipSizeIcon": "default",
1864
+ "tooltipVariantIcon": "default"
1865
+ },
1866
+ "cxLiterals": [
1867
+ "max-w-lg",
1868
+ "flex",
1869
+ "z-[9999]",
1870
+ "uds-bgBlurFillFallback",
1871
+ "uds-bgBlurFallback",
1872
+ "top-0",
1873
+ "left-0",
1874
+ "z-[1]"
1875
+ ],
1876
+ "internalComponents": [
1877
+ "IconSlot",
1878
+ "TooltipArrow",
1879
+ "Tooltip",
1880
+ "SvgFloatingOverlay",
1881
+ "VStack",
1882
+ "Box",
1883
+ "Text"
1884
+ ],
1885
+ "internalComponentProps": {
1886
+ "SvgFloatingOverlay": { "contentOverflow": ["visible"] },
1887
+ "VStack": { "className": ["gap-[inherit]"] },
1888
+ "Box": {
1889
+ "alignItems": ["center"],
1890
+ "columnGap": ["1", "1.5"]
1891
+ },
1892
+ "Text": { "color": ["inherit"] }
2128
1893
  },
2129
- "runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
1894
+ "propToVariantKeys": { "startTitleIcon": ["icon"] },
1895
+ "runtimeConfigDefaultProps": {},
1896
+ "runtimeConfigGetStyles": {},
1897
+ "runtimeConfigInternalComponentProps": {},
2130
1898
  "motionVarPrefixes": []
2131
1899
  };
2132
- var ToastPortal = {
2133
- "name": "ToastPortal",
1900
+ var TooltipTrigger = {
1901
+ "name": "TooltipTrigger",
2134
1902
  "defaultProps": {},
2135
1903
  "getStylesLiterals": {},
2136
1904
  "cxLiterals": [],
2137
- "internalComponents": ["ReactToastifyToastContainer"],
2138
- "internalComponentProps": {},
2139
- "propToVariantKeys": {},
2140
- "runtimeConfigDefaultProps": {
2141
- "size": "toast.defaultSize",
2142
- "variant": "toast.defaultVariant"
2143
- },
1905
+ "internalComponents": ["TooltipAnchor"],
1906
+ "internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
1907
+ "propToVariantKeys": { "children": ["render"] },
1908
+ "runtimeConfigDefaultProps": {},
2144
1909
  "runtimeConfigGetStyles": {},
2145
- "runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
1910
+ "runtimeConfigInternalComponentProps": {},
2146
1911
  "motionVarPrefixes": []
2147
1912
  };
2148
- var UDSToastConfigProvider = {
2149
- "name": "UDSToastConfigProvider",
1913
+ var UDSTooltipConfigProvider = {
1914
+ "name": "UDSTooltipConfigProvider",
2150
1915
  "defaultProps": {},
2151
1916
  "getStylesLiterals": {},
2152
1917
  "cxLiterals": [],
2153
- "internalComponents": ["ToastContext.Provider"],
1918
+ "internalComponents": ["TooltipContext.Provider"],
2154
1919
  "internalComponentProps": {},
2155
1920
  "propToVariantKeys": {},
2156
1921
  "runtimeConfigDefaultProps": {},
@@ -2190,91 +1955,326 @@ var UDSConfigProvider = {
2190
1955
  "runtimeConfigInternalComponentProps": {},
2191
1956
  "motionVarPrefixes": []
2192
1957
  };
2193
- var Tooltip = {
2194
- "name": "Tooltip",
2195
- "defaultProps": {},
2196
- "getStylesLiterals": {},
2197
- "cxLiterals": [],
2198
- "internalComponents": ["TooltipInternalContext.Provider", "TooltipProvider"],
2199
- "internalComponentProps": {},
2200
- "propToVariantKeys": {},
2201
- "runtimeConfigDefaultProps": {},
2202
- "runtimeConfigGetStyles": {},
2203
- "runtimeConfigInternalComponentProps": { "TooltipProvider": { "animated": ["tooltip.animationDuration"] } },
2204
- "motionVarPrefixes": []
2205
- };
2206
- var TooltipContent = {
2207
- "name": "TooltipContent",
2208
- "defaultProps": {},
1958
+ var Accordion = {
1959
+ "name": "Accordion",
1960
+ "defaultProps": {
1961
+ "spacingHorizontal": "4",
1962
+ "spacingVertical": "4"
1963
+ },
1964
+ "getStylesLiterals": {},
1965
+ "cxLiterals": ["hover:bg-secondary/80", "w-full"],
1966
+ "internalComponents": [
1967
+ "Icon",
1968
+ "SpringMotionConfig",
1969
+ "Pressable",
1970
+ "Text",
1971
+ "HStack",
1972
+ "AnimatePresence",
1973
+ "VStack"
1974
+ ],
1975
+ "internalComponentProps": {
1976
+ "Icon": {
1977
+ "variant": ["fill"],
1978
+ "size": ["sm"],
1979
+ "color": ["primary"]
1980
+ },
1981
+ "SpringMotionConfig": {
1982
+ "layoutVariant": ["smooth"],
1983
+ "layoutSpeed": ["3"]
1984
+ },
1985
+ "Pressable": {
1986
+ "display": ["flex"],
1987
+ "flexDirection": ["row"],
1988
+ "alignItems": ["center"],
1989
+ "justifyContent": ["space-between"],
1990
+ "borderRadius": ["md"]
1991
+ },
1992
+ "Text": {
1993
+ "variant": ["title4"],
1994
+ "color": ["primary"]
1995
+ },
1996
+ "HStack": {
1997
+ "display": ["flex"],
1998
+ "alignItems": ["center"],
1999
+ "justifyContent": ["space-between"],
2000
+ "columnGap": ["2.5"]
2001
+ }
2002
+ },
2003
+ "propToVariantKeys": {},
2004
+ "runtimeConfigDefaultProps": {},
2005
+ "runtimeConfigGetStyles": {},
2006
+ "runtimeConfigInternalComponentProps": {},
2007
+ "motionVarPrefixes": ["--uds-motion-smooth-3-"]
2008
+ };
2009
+ var AvoidMotionLibraryProvider = {
2010
+ "name": "AvoidMotionLibraryProvider",
2011
+ "defaultProps": {},
2012
+ "getStylesLiterals": {},
2013
+ "cxLiterals": [],
2014
+ "internalComponents": [],
2015
+ "internalComponentProps": {},
2016
+ "propToVariantKeys": {},
2017
+ "runtimeConfigDefaultProps": {},
2018
+ "runtimeConfigGetStyles": {},
2019
+ "runtimeConfigInternalComponentProps": {},
2020
+ "motionVarPrefixes": []
2021
+ };
2022
+ var Modal = {
2023
+ "name": "Modal",
2024
+ "defaultProps": {},
2025
+ "getStylesLiterals": {},
2026
+ "cxLiterals": [
2027
+ "inset-8",
2028
+ "top-[250px]",
2029
+ "z-50",
2030
+ "mx-auto",
2031
+ "h-fit",
2032
+ "w-[600px]",
2033
+ "origin-center",
2034
+ "scale-95",
2035
+ "opacity-0",
2036
+ "transition",
2037
+ "duration-150",
2038
+ "data-[enter]:scale-100",
2039
+ "data-[enter]:opacity-100",
2040
+ "data-[enter]:bg-primary",
2041
+ "backdrop-blur-0",
2042
+ "data-[enter]:opacity-60",
2043
+ "data-[enter]:backdrop-blur-sm"
2044
+ ],
2045
+ "internalComponents": [
2046
+ "IconButton",
2047
+ "Dialog",
2048
+ "HStack",
2049
+ "Text",
2050
+ "VStack"
2051
+ ],
2052
+ "internalComponentProps": {
2053
+ "IconButton": {
2054
+ "aria-label": ["Close"],
2055
+ "size": ["sm"],
2056
+ "variant": ["tertiary"]
2057
+ },
2058
+ "HStack": {
2059
+ "alignItems": ["center"],
2060
+ "justifyContent": ["space-between"]
2061
+ },
2062
+ "Text": {
2063
+ "variant": ["headline1"],
2064
+ "color": ["primary"]
2065
+ },
2066
+ "VStack": {
2067
+ "borderRadius": ["md"],
2068
+ "position": ["fixed"],
2069
+ "backgroundColor": ["primary"],
2070
+ "dropShadow": ["md"],
2071
+ "spacing": ["8"],
2072
+ "overflow": ["hidden"]
2073
+ }
2074
+ },
2075
+ "propToVariantKeys": { "handleClose": ["onClick"] },
2076
+ "runtimeConfigDefaultProps": {},
2077
+ "runtimeConfigGetStyles": {},
2078
+ "runtimeConfigInternalComponentProps": {},
2079
+ "motionVarPrefixes": []
2080
+ };
2081
+ var SegmentedControl = {
2082
+ "name": "SegmentedControl",
2083
+ "defaultProps": { "textVariant": "label2" },
2084
+ "getStylesLiterals": {
2085
+ "display": "flex",
2086
+ "alignItems": "center",
2087
+ "backgroundColor": "primary",
2088
+ "spacingVertical": "1",
2089
+ "spacingHorizontal": "3",
2090
+ "columnGap": "1.5",
2091
+ "borderWidth": "thin",
2092
+ "borderRadius": "full",
2093
+ "borderColor": "muted",
2094
+ "borderColor:1": "transparent",
2095
+ "color": "primary",
2096
+ "color:1": "tertiary",
2097
+ "color:2": "muted"
2098
+ },
2099
+ "cxLiterals": [
2100
+ "uds-ring",
2101
+ "cursor-not-allowed",
2102
+ "opacity-50",
2103
+ "pointer-events-none",
2104
+ "hover:bg-primary"
2105
+ ],
2106
+ "internalComponents": [
2107
+ "TextVariant",
2108
+ "Radio",
2109
+ "Icon",
2110
+ "RadioProvider",
2111
+ "HStack",
2112
+ "RadioGroup",
2113
+ "Pressable",
2114
+ "Text"
2115
+ ],
2116
+ "internalComponentProps": {
2117
+ "Icon": {
2118
+ "size": ["sm"],
2119
+ "color": ["current"],
2120
+ "aria-hidden": ["true"]
2121
+ },
2122
+ "HStack": {
2123
+ "spacing": ["1"],
2124
+ "gap": ["1"],
2125
+ "backgroundColor": ["secondary"],
2126
+ "borderRadius": ["full"],
2127
+ "display": ["inline-flex"]
2128
+ },
2129
+ "Text": { "color": ["current"] }
2130
+ },
2131
+ "propToVariantKeys": {
2132
+ "value": ["key"],
2133
+ "label": ["aria-label"],
2134
+ "textVariant": ["variant"]
2135
+ },
2136
+ "runtimeConfigDefaultProps": {},
2137
+ "runtimeConfigGetStyles": {},
2138
+ "runtimeConfigInternalComponentProps": {},
2139
+ "motionVarPrefixes": []
2140
+ };
2141
+ var SwitchV2 = {
2142
+ "name": "SwitchV2",
2143
+ "defaultProps": {
2144
+ "labelPosition": "start",
2145
+ "size": "md"
2146
+ },
2209
2147
  "getStylesLiterals": {
2210
- "tooltipSizeRoot": "default",
2211
- "tooltipVariantRoot": "default",
2212
- "tooltipSizeSvg": "default",
2213
- "tooltipVariantSvg": "default",
2214
- "tooltipVariantBlur": "default",
2215
- "position": "absolute",
2216
- "width": "full",
2217
- "height": "full",
2218
- "tooltipSizeTitle": "default",
2219
- "tooltipSizeBody": "default",
2220
- "tooltipSizeEndContent": "default",
2221
- "tooltipSizeIcon": "default",
2222
- "tooltipVariantIcon": "default"
2148
+ "switchVariantRoot": "default",
2149
+ "switchVariantActiveRoot": "on",
2150
+ "switchVariantActiveRoot:1": "off",
2151
+ "switchVariantSwitch": "default",
2152
+ "switchVariantActiveSwitch": "on",
2153
+ "switchVariantActiveSwitch:1": "off",
2154
+ "switchVariantActiveHandle": "on",
2155
+ "switchVariantActiveHandle:1": "off",
2156
+ "switchVariantHandle": "default",
2157
+ "switchVariantHandleIcon": "default",
2158
+ "switchVariantActiveHandleIcon": "on",
2159
+ "switchVariantActiveHandleIcon:1": "off"
2223
2160
  },
2224
2161
  "cxLiterals": [
2225
- "max-w-lg",
2162
+ "group",
2226
2163
  "flex",
2227
- "z-[9999]",
2228
- "uds-bgBlurFillFallback",
2229
- "uds-bgBlurFallback",
2164
+ "items-center",
2165
+ "flex-row",
2166
+ "flex-row-reverse",
2167
+ "uds-ring",
2168
+ "uds-ring-within",
2169
+ "relative",
2170
+ "uds-border-radius-full",
2171
+ "transition-[background-color,box-shadow]",
2172
+ "pointer-events-none",
2173
+ "w-full",
2174
+ "h-full",
2175
+ "absolute",
2230
2176
  "top-0",
2177
+ "bottom-0",
2178
+ "right-0",
2231
2179
  "left-0",
2232
- "z-[1]"
2180
+ "overflow-hidden",
2181
+ "group-hover:scale-105",
2182
+ "opacity-95",
2183
+ "group-hover:opacity-100",
2184
+ "transition-[transform,opacity]",
2185
+ "opacity-0",
2186
+ "top-1/2",
2187
+ "left-1/2",
2188
+ "transform",
2189
+ "translate-x-[-50%]",
2190
+ "translate-y-[-50%]",
2191
+ "transition-opacity",
2192
+ "cursor-[inherit]",
2193
+ "w-[calc(100%+2px)]",
2194
+ "h-[calc(100%+2px)]",
2195
+ "text-start",
2196
+ "text-end",
2197
+ "opacity-100"
2233
2198
  ],
2234
2199
  "internalComponents": [
2235
2200
  "IconSlot",
2236
- "TooltipArrow",
2237
- "Tooltip",
2238
- "SvgFloatingOverlay",
2239
- "VStack",
2240
2201
  "Box",
2241
- "Text"
2202
+ "FormLabel",
2203
+ "SpringMotionConfig",
2204
+ "RootElement",
2205
+ "MotionBox"
2242
2206
  ],
2243
2207
  "internalComponentProps": {
2244
- "SvgFloatingOverlay": { "contentOverflow": ["visible"] },
2245
- "VStack": { "className": ["gap-[inherit]"] },
2246
- "Box": {
2247
- "alignItems": ["center"],
2248
- "columnGap": ["1", "1.5"]
2208
+ "IconSlot": { "data-testid": ["on-icon", "off-icon"] },
2209
+ "FormLabel": {
2210
+ "as": ["div"],
2211
+ "variant": ["inherit"],
2212
+ "color": ["inherit"]
2249
2213
  },
2250
- "Text": { "color": ["inherit"] }
2214
+ "SpringMotionConfig": {
2215
+ "layoutVariant": ["bouncy"],
2216
+ "layoutSpeed": ["4"]
2217
+ },
2218
+ "RootElement": { "data-testid": ["switch-root"] },
2219
+ "MotionBox": { "layout": ["position"] }
2220
+ },
2221
+ "propToVariantKeys": {
2222
+ "size": [
2223
+ "switchSizeRoot",
2224
+ "switchSizeSwitch",
2225
+ "switchSizeHandle",
2226
+ "switchSizeHandleIcon"
2227
+ ],
2228
+ "onIcon": ["icon"],
2229
+ "offIcon": ["icon"],
2230
+ "reduceMotion": ["reducedMotion"],
2231
+ "isOn": ["layoutDependency"]
2251
2232
  },
2252
- "propToVariantKeys": { "startTitleIcon": ["icon"] },
2253
- "runtimeConfigDefaultProps": {},
2254
- "runtimeConfigGetStyles": {},
2255
- "runtimeConfigInternalComponentProps": {},
2256
- "motionVarPrefixes": []
2257
- };
2258
- var TooltipTrigger = {
2259
- "name": "TooltipTrigger",
2260
- "defaultProps": {},
2261
- "getStylesLiterals": {},
2262
- "cxLiterals": [],
2263
- "internalComponents": ["TooltipAnchor"],
2264
- "internalComponentProps": { "TooltipAnchor": { "className": ["inline"] } },
2265
- "propToVariantKeys": { "children": ["render"] },
2266
2233
  "runtimeConfigDefaultProps": {},
2267
2234
  "runtimeConfigGetStyles": {},
2268
2235
  "runtimeConfigInternalComponentProps": {},
2269
- "motionVarPrefixes": []
2236
+ "motionVarPrefixes": ["--uds-motion-bouncy-4-", "--uds-motion-smooth-3-"]
2270
2237
  };
2271
- var UDSTooltipConfigProvider = {
2272
- "name": "UDSTooltipConfigProvider",
2238
+ var Tabs = {
2239
+ "name": "Tabs",
2273
2240
  "defaultProps": {},
2274
- "getStylesLiterals": {},
2275
- "cxLiterals": [],
2276
- "internalComponents": ["TooltipContext.Provider"],
2277
- "internalComponentProps": {},
2241
+ "getStylesLiterals": {
2242
+ "display": "flex",
2243
+ "flexDirection": "row",
2244
+ "columnGap": "6"
2245
+ },
2246
+ "cxLiterals": [
2247
+ "text-tertiary",
2248
+ "border-b-transparent",
2249
+ "aria-selected:border-b-brand",
2250
+ "aria-selected:text-secondary"
2251
+ ],
2252
+ "internalComponents": [
2253
+ "TabProvider",
2254
+ "OriginalTabList",
2255
+ "OriginalTab",
2256
+ "Icon",
2257
+ "OriginalTabPanel",
2258
+ "Pressable",
2259
+ "Comp",
2260
+ "Text"
2261
+ ],
2262
+ "internalComponentProps": {
2263
+ "Icon": {
2264
+ "className": ["text-current"],
2265
+ "size": ["md"]
2266
+ },
2267
+ "Pressable": {
2268
+ "borderBottomWidth": ["medium"],
2269
+ "spacingBottom": ["1"],
2270
+ "spacingTop": ["4"]
2271
+ },
2272
+ "Text": {
2273
+ "className": ["text-current"],
2274
+ "variant": ["headline1"],
2275
+ "as": ["span"]
2276
+ }
2277
+ },
2278
2278
  "propToVariantKeys": {},
2279
2279
  "runtimeConfigDefaultProps": {},
2280
2280
  "runtimeConfigGetStyles": {},
@@ -2296,9 +2296,6 @@ var componentData_default = {
2296
2296
  Divider,
2297
2297
  DividerCore,
2298
2298
  DividerInternal,
2299
- Spinner,
2300
- "Table.mocks": Table_mocks,
2301
- Table,
2302
2299
  AnimateHeightChange,
2303
2300
  Badge,
2304
2301
  Button,
@@ -2307,12 +2304,31 @@ var componentData_default = {
2307
2304
  Pressable,
2308
2305
  SpringMotionConfig,
2309
2306
  Switch,
2307
+ Spinner,
2308
+ "Table.mocks": Table_mocks,
2309
+ Table,
2310
+ Avatar,
2311
+ AvatarIcon,
2312
+ AvatarImage,
2313
+ AvatarText,
2314
+ BottomSheet,
2315
+ BottomSheetContent,
2316
+ BottomSheetDismiss,
2317
+ BottomSheetHandle,
2318
+ BottomSheetHeader,
2319
+ BottomSheetInternalContext,
2320
+ BottomSheetProvider,
2321
+ BottomSheetTrigger,
2322
+ UDSBottomSheetConfigProvider,
2323
+ Chip,
2324
+ ChipBase,
2325
+ ChipButton,
2326
+ ChipDismissible,
2327
+ ChipLink,
2328
+ ChipToggle,
2310
2329
  Input,
2311
2330
  InputHelpText,
2312
2331
  InputHelpTextInternal,
2313
- Radio,
2314
- RadioGroupProvider,
2315
- RadioGroupStore,
2316
2332
  Popover,
2317
2333
  PopoverContent,
2318
2334
  PopoverContext,
@@ -2327,41 +2343,25 @@ var componentData_default = {
2327
2343
  "Menu.Trigger": Menu_Trigger,
2328
2344
  "Menu.index": Menu_index,
2329
2345
  Menu,
2330
- BottomSheet,
2331
- BottomSheetContent,
2332
- BottomSheetDismiss,
2333
- BottomSheetHandle,
2334
- BottomSheetHeader,
2335
- BottomSheetInternalContext,
2336
- BottomSheetProvider,
2337
- BottomSheetTrigger,
2338
- UDSBottomSheetConfigProvider,
2339
- Chip,
2340
- ChipBase,
2341
- ChipButton,
2342
- ChipDismissible,
2343
- ChipLink,
2344
- ChipToggle,
2345
- Avatar,
2346
- AvatarIcon,
2347
- AvatarImage,
2348
- AvatarText,
2349
- Accordion,
2350
- AvoidMotionLibraryProvider,
2351
- Modal,
2352
- SegmentedControl,
2353
- SwitchV2,
2354
- Tabs,
2346
+ Radio,
2347
+ RadioGroupProvider,
2348
+ RadioGroupStore,
2355
2349
  Toast,
2356
2350
  ToastContainer,
2357
2351
  ToastPortal,
2358
2352
  UDSToastConfigProvider,
2359
- UDSBreakpointsConfigProvider,
2360
- UDSConfigProvider,
2361
2353
  Tooltip,
2362
2354
  TooltipContent,
2363
2355
  TooltipTrigger,
2364
- UDSTooltipConfigProvider
2356
+ UDSTooltipConfigProvider,
2357
+ UDSBreakpointsConfigProvider,
2358
+ UDSConfigProvider,
2359
+ Accordion,
2360
+ AvoidMotionLibraryProvider,
2361
+ Modal,
2362
+ SegmentedControl,
2363
+ SwitchV2,
2364
+ Tabs
2365
2365
  };
2366
2366
 
2367
2367
  //#endregion