@yahoo/uds 3.129.0-beta.1 → 3.129.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/dist/components/Icon.cjs +9 -5
  2. package/dist/components/Icon.d.cts +0 -1
  3. package/dist/components/Icon.d.ts +0 -1
  4. package/dist/components/Icon.js +9 -5
  5. package/dist/components/IconSlot.cjs +12 -7
  6. package/dist/components/IconSlot.js +12 -6
  7. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  8. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  9. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  10. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  11. package/dist/components/experimental/client/SegmentedControl.d.cts +2 -1
  12. package/dist/styles/styler.d.cts +64 -64
  13. package/dist/styles/styler.d.ts +49 -49
  14. package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -0
  15. package/dist/uds/dist/automated-config/dist/properties.d.cts +5 -0
  16. package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +3 -0
  17. package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +2 -0
  18. package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +2 -0
  19. package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +7 -0
  20. package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +2 -0
  21. package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +2 -0
  22. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +2 -0
  23. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +3 -0
  24. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +3 -0
  25. package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +2 -0
  26. package/dist/uds/dist/automated-config/dist/utils/index.d.cts +12 -0
  27. package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +2 -0
  28. package/dist/uds/dist/components/Banner/Banner.d.cts +4 -0
  29. package/dist/uds/dist/components/Banner/BannerContent.d.cts +2 -0
  30. package/dist/uds/dist/components/Banner/BannerDescription.d.cts +2 -0
  31. package/dist/uds/dist/components/Banner/BannerTitle.d.cts +2 -0
  32. package/dist/uds/dist/components/Banner/index.d.cts +5 -0
  33. package/dist/uds/dist/components/Box.d.cts +4 -0
  34. package/dist/uds/dist/components/Divider/Divider.d.cts +3 -0
  35. package/dist/uds/dist/components/Divider/DividerCore.d.cts +5 -0
  36. package/dist/uds/dist/components/Divider/DividerInternal.d.cts +5 -0
  37. package/dist/uds/dist/components/Divider/index.d.cts +2 -0
  38. package/dist/uds/dist/components/FormLabel.d.cts +4 -0
  39. package/dist/uds/dist/components/HStack.d.cts +5 -0
  40. package/dist/uds/dist/components/Icon.d.cts +4 -0
  41. package/dist/uds/dist/components/Image.d.cts +4 -0
  42. package/dist/uds/dist/components/Link.d.cts +4 -0
  43. package/dist/uds/dist/components/Scrim.d.cts +3 -0
  44. package/dist/uds/dist/components/Text.d.cts +4 -0
  45. package/dist/uds/dist/components/VStack.d.cts +5 -0
  46. package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +5 -0
  47. package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +7 -0
  48. package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +9 -0
  49. package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +7 -0
  50. package/dist/uds/dist/components/client/Avatar/index.d.cts +7 -0
  51. package/dist/uds/dist/components/client/Badge.d.cts +6 -0
  52. package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +7 -0
  53. package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +4 -0
  54. package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +4 -0
  55. package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +5 -0
  56. package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +5 -0
  57. package/dist/uds/dist/components/client/BottomSheet/index.d.cts +9 -0
  58. package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +4 -0
  59. package/dist/uds/dist/components/client/Button.d.cts +7 -0
  60. package/dist/uds/dist/components/client/Checkbox.d.cts +6 -0
  61. package/dist/uds/dist/components/client/Chip/Chip.d.cts +7 -0
  62. package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +8 -0
  63. package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +7 -0
  64. package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +7 -0
  65. package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +7 -0
  66. package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +7 -0
  67. package/dist/uds/dist/components/client/Chip/index.d.cts +8 -0
  68. package/dist/uds/dist/components/client/IconButton.d.cts +7 -0
  69. package/dist/uds/dist/components/client/Input/Input.d.cts +9 -0
  70. package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +4 -0
  71. package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +8 -0
  72. package/dist/uds/dist/components/client/Input/index.d.cts +5 -0
  73. package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +8 -0
  74. package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +5 -0
  75. package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +8 -0
  76. package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +8 -0
  77. package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +5 -0
  78. package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +7 -0
  79. package/dist/uds/dist/components/client/Menu/Menu.d.cts +4 -0
  80. package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +11 -0
  81. package/dist/uds/dist/components/client/Menu/index.d.cts +11 -0
  82. package/dist/uds/dist/components/client/Popover/Popover.d.cts +4 -0
  83. package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +7 -0
  84. package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +4 -0
  85. package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +6 -0
  86. package/dist/uds/dist/components/client/Popover/index.d.cts +8 -0
  87. package/dist/uds/dist/components/client/Pressable.d.cts +6 -0
  88. package/dist/uds/dist/components/client/Radio/Radio.d.cts +6 -0
  89. package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +6 -0
  90. package/dist/uds/dist/components/client/Radio/index.d.cts +5 -0
  91. package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +7 -0
  92. package/dist/uds/dist/components/client/Switch.d.cts +6 -0
  93. package/dist/uds/dist/components/client/Tabs/Tab.d.cts +4 -0
  94. package/dist/uds/dist/components/client/Tabs/TabList.d.cts +5 -0
  95. package/dist/uds/dist/components/client/Tabs/TabPanel.d.cts +5 -0
  96. package/dist/uds/dist/components/client/Tabs/Tabs.d.cts +4 -0
  97. package/dist/uds/dist/components/client/Tabs/index.d.cts +8 -0
  98. package/dist/uds/dist/components/client/Tabs/tabsContext.d.cts +5 -0
  99. package/dist/uds/dist/components/client/Toast/Toast.d.cts +10 -0
  100. package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +8 -0
  101. package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +5 -0
  102. package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +7 -0
  103. package/dist/uds/dist/components/client/Toast/createToast.d.cts +8 -0
  104. package/dist/uds/dist/components/client/Toast/index.d.cts +8 -0
  105. package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +4 -0
  106. package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +5 -0
  107. package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +4 -0
  108. package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +7 -0
  109. package/dist/uds/dist/components/client/Tooltip/index.d.cts +8 -0
  110. package/dist/uds/dist/components/client/index.d.cts +67 -0
  111. package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +6 -0
  112. package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +5 -0
  113. package/dist/uds/dist/components/index.d.cts +71 -0
  114. package/dist/uds/dist/config/dist/index.d.cts +4 -0
  115. package/dist/uds/dist/css-tokens/dist/index.d.cts +2 -0
  116. package/dist/uds/dist/fixtures/dist/index.d.cts +2 -0
  117. package/dist/uds/dist/fonts/dist/index.d.cts +2 -0
  118. package/dist/uds/dist/index.d.cts +102 -0
  119. package/dist/uds/dist/modes/dist/index.d.cts +2 -0
  120. package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +3 -0
  121. package/dist/uds/dist/runtime/breakpointsConfig.d.cts +4 -0
  122. package/dist/uds/dist/runtime/index.d.cts +7 -0
  123. package/dist/uds/dist/runtime/popoverConfig.d.cts +5 -0
  124. package/dist/uds/dist/runtime/toastConfig.d.cts +4 -0
  125. package/dist/uds/dist/runtime/tooltipConfig.d.cts +5 -0
  126. package/dist/uds/dist/runtime/udsConfig.d.cts +8 -0
  127. package/dist/uds/dist/styles/styler.d.cts +2 -0
  128. package/dist/uds/dist/styles/stylerTypes.d.cts +3 -0
  129. package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +2 -0
  130. package/dist/uds/dist/tailwind/dist/index.d.cts +3 -0
  131. package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +2 -0
  132. package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +2 -0
  133. package/dist/uds/dist/tokens/automation/index.d.cts +10 -0
  134. package/dist/uds/dist/tokens/configs/shadow.d.cts +3 -0
  135. package/dist/uds/dist/tokens/consts/cssTokens.d.cts +2 -0
  136. package/dist/uds/dist/tokens/consts/defaultModes.d.cts +2 -0
  137. package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +2 -0
  138. package/dist/uds/dist/tokens/index.d.cts +28 -0
  139. package/dist/uds/dist/tokens/parseButtonVariants.d.cts +3 -0
  140. package/dist/uds/dist/tokens/types.d.cts +10 -0
  141. package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +4 -0
  142. package/dist/uds/dist/tokens/utils/spectrum.d.cts +3 -0
  143. package/dist/uds/dist/types/dist/index.d.cts +11 -0
  144. package/dist/uds/dist/types.d.cts +2 -0
  145. package/dist/uds/generated/componentData.cjs +512 -512
  146. package/dist/uds/generated/componentData.js +512 -512
  147. package/generated/componentData.json +811 -815
  148. package/package.json +1 -1
@@ -12,34 +12,34 @@ declare const cva: CVA<string>;
12
12
  declare const getStylesInternal: (props?: ({
13
13
  avatarIconVariantRoot?: "primary" | "secondary" | "default" | undefined;
14
14
  avatarImageVariantRoot?: "primary" | "secondary" | "default" | undefined;
15
- avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "2xs" | "3xl" | undefined;
16
- avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "2xs" | "3xl" | undefined;
15
+ avatarSizeIcon?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | "2xs" | "2xl" | "3xl" | undefined;
16
+ avatarSizeRoot?: "xs" | "sm" | "md" | "lg" | "xl" | "default" | "2xs" | "2xl" | "3xl" | undefined;
17
17
  avatarTextVariantRoot?: "primary" | "secondary" | "default" | undefined;
18
18
  badgeSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
19
19
  badgeSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
20
- badgeVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
21
- badgeVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
20
+ badgeVariantIcon?: "alert" | "primary" | "secondary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
21
+ badgeVariantRoot?: "alert" | "primary" | "secondary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | undefined;
22
22
  bannerSizeClose?: "default" | undefined;
23
23
  bannerSizeDescription?: "default" | undefined;
24
24
  bannerSizeIcon?: "default" | undefined;
25
25
  bannerSizeRoot?: "default" | undefined;
26
26
  bannerSizeTitle?: "default" | undefined;
27
- bannerVariantDescription?: "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
28
- bannerVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
29
- bannerVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
30
- bannerVariantTitle?: "primary" | "secondary" | "brand" | "alert" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
27
+ bannerVariantDescription?: "alert" | "primary" | "secondary" | "brand" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
28
+ bannerVariantIcon?: "alert" | "primary" | "secondary" | "brand" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
29
+ bannerVariantRoot?: "alert" | "primary" | "secondary" | "brand" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
30
+ bannerVariantTitle?: "alert" | "primary" | "secondary" | "brand" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "warning-secondary" | "info-secondary" | "default" | "success" | "success-secondary" | undefined;
31
31
  bottomsheetVariantHandleIndicator?: "default" | undefined;
32
32
  bottomsheetVariantHeader?: "default" | undefined;
33
33
  bottomsheetVariantRoot?: "default" | undefined;
34
34
  buttonSizeIcon?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
35
35
  buttonSizeRoot?: "xs" | "sm" | "md" | "lg" | "default" | undefined;
36
- buttonVariantIcon?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
37
- buttonVariantRoot?: "primary" | "secondary" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "tertiary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
36
+ buttonVariantIcon?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
37
+ buttonVariantRoot?: "alert" | "primary" | "secondary" | "tertiary" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "default" | "alert-tertiary" | "brand-tertiary" | "contrast-high" | "contrast-low" | "contrast-medium" | "info-tertiary" | "positive-tertiary" | "warning-tertiary" | undefined;
38
38
  checkboxSizeCheckbox?: "sm" | "md" | "default" | undefined;
39
39
  checkboxSizeRoot?: "sm" | "md" | "default" | undefined;
40
- checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
41
- checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
42
- checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
40
+ checkboxVariantCheckbox?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
41
+ checkboxVariantCheckboxIcon?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
42
+ checkboxVariantRoot?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
43
43
  checkboxVariantValueCheckbox?: "checked" | "indeterminate" | "unchecked" | undefined;
44
44
  checkboxVariantValueCheckboxIcon?: "checked" | "indeterminate" | "unchecked" | undefined;
45
45
  checkboxVariantValueRoot?: "checked" | "indeterminate" | "unchecked" | undefined;
@@ -86,8 +86,8 @@ declare const getStylesInternal: (props?: ({
86
86
  inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
87
87
  inputVariantValueRoot?: "empty" | "filled" | undefined;
88
88
  inputVariantValueStartIcon?: "empty" | "filled" | undefined;
89
- linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
90
- linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
89
+ linkTextStyleIcon?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
90
+ linkTextStyleRoot?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
91
91
  linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
92
92
  linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
93
93
  linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
@@ -126,9 +126,9 @@ declare const getStylesInternal: (props?: ({
126
126
  popoverVariantSvgBorder?: "default" | undefined;
127
127
  radioSizeRadio?: "sm" | "md" | "default" | undefined;
128
128
  radioSizeRoot?: "sm" | "md" | "default" | undefined;
129
- radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
130
- radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
131
- radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "default" | undefined;
129
+ radioVariantRadio?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
130
+ radioVariantRadioCircle?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
131
+ radioVariantRoot?: "alert" | "primary" | "secondary" | "alert-secondary" | "default" | undefined;
132
132
  radioVariantValueRadio?: "checked" | "unchecked" | undefined;
133
133
  radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
134
134
  radioVariantValueRoot?: "checked" | "unchecked" | undefined;
@@ -157,10 +157,10 @@ declare const getStylesInternal: (props?: ({
157
157
  toastSizeIcon?: "default" | undefined;
158
158
  toastSizeLabel?: "default" | undefined;
159
159
  toastSizeRoot?: "default" | undefined;
160
- toastVariantActionButton?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
161
- toastVariantCloseIcon?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
162
- toastVariantIcon?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
163
- toastVariantRoot?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
160
+ toastVariantActionButton?: "warning" | "info" | "default" | "success" | "loading" | "error" | undefined;
161
+ toastVariantCloseIcon?: "warning" | "info" | "default" | "success" | "loading" | "error" | undefined;
162
+ toastVariantIcon?: "warning" | "info" | "default" | "success" | "loading" | "error" | undefined;
163
+ toastVariantRoot?: "warning" | "info" | "default" | "success" | "loading" | "error" | undefined;
164
164
  tooltipSizeBody?: "default" | undefined;
165
165
  tooltipSizeEndContent?: "default" | undefined;
166
166
  tooltipSizeIcon?: "default" | undefined;
@@ -171,15 +171,15 @@ declare const getStylesInternal: (props?: ({
171
171
  tooltipVariantIcon?: "default" | undefined;
172
172
  tooltipVariantRoot?: "default" | undefined;
173
173
  tooltipVariantSvg?: "default" | undefined;
174
- color?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
175
- placeholderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
176
- fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
174
+ color?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "on-color" | undefined;
175
+ placeholderColor?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "on-color" | undefined;
176
+ fontFamily?: "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
177
177
  fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
178
- fontWeight?: "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
178
+ fontWeight?: "bold" | "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "light" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "extralight" | "regular" | "semibold" | "extrabold" | undefined;
179
179
  lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
180
180
  letterSpacing?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
181
- textAlign?: "center" | "justify" | "start" | "end" | undefined;
182
- textTransform?: "none" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "uppercase" | "lowercase" | "capitalize" | undefined;
181
+ textAlign?: "start" | "end" | "center" | "justify" | undefined;
182
+ textTransform?: "none" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "uppercase" | "lowercase" | "capitalize" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
183
183
  spacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
184
184
  spacingHorizontal?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
185
185
  spacingVertical?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
@@ -196,50 +196,50 @@ declare const getStylesInternal: (props?: ({
196
196
  offsetTop?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
197
197
  columnGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
198
198
  rowGap?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
199
- backgroundColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
200
- borderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
201
- borderStartColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
202
- borderEndColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
203
- borderBottomColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
204
- borderTopColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "tertiary" | "muted" | undefined;
199
+ backgroundColor?: "alert" | "current" | "primary" | "secondary" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
200
+ borderColor?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
201
+ borderStartColor?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
202
+ borderEndColor?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
203
+ borderBottomColor?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
204
+ borderTopColor?: "alert" | "current" | "primary" | "secondary" | "tertiary" | "muted" | "accent" | "brand" | "positive" | "warning" | "info" | "alert-secondary" | "brand-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | undefined;
205
205
  borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
206
206
  borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
207
207
  borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
208
208
  borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
209
209
  borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
210
- borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
211
- borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
212
- borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
213
- borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
214
- borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
215
- borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
216
- borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
217
- avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
210
+ borderWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
211
+ borderVerticalWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
212
+ borderHorizontalWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
213
+ borderStartWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
214
+ borderEndWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
215
+ borderTopWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
216
+ borderBottomWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
217
+ avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xs" | "2xl" | "3xl" | undefined;
218
218
  iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
219
219
  alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
220
220
  alignItems?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
221
- alignSelf?: "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | "auto" | undefined;
222
- flex?: "1" | "none" | "auto" | "initial" | undefined;
221
+ alignSelf?: "auto" | "center" | "flex-start" | "flex-end" | "stretch" | "baseline" | undefined;
222
+ flex?: "initial" | "none" | "auto" | "1" | undefined;
223
223
  flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
224
224
  flexGrow?: "0" | "1" | "2" | "3" | undefined;
225
225
  flexShrink?: "0" | "1" | undefined;
226
226
  flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
227
227
  justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
228
228
  flexBasis?: "min-content" | undefined;
229
- display?: "flex" | "table" | "none" | "block" | "inline-block" | "inline" | "inline-flex" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "grid" | "contents" | undefined;
229
+ display?: "none" | "grid" | "table" | "inline" | "block" | "inline-block" | "flex" | "inline-flex" | "inline-table" | "table-caption" | "table-cell" | "table-column" | "table-column-group" | "table-footer-group" | "table-header-group" | "table-row-group" | "table-row" | "flow-root" | "contents" | undefined;
230
230
  overflow?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
231
231
  overflowX?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
232
232
  overflowY?: "hidden" | "auto" | "clip" | "visible" | "scroll" | undefined;
233
- position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
234
- contentFit?: "none" | "cover" | "contain" | "fill" | "scale-down" | undefined;
233
+ position?: "fixed" | "static" | "absolute" | "relative" | "sticky" | undefined;
234
+ contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
235
235
  colorMode?: "light" | "dark" | undefined;
236
236
  scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
237
237
  width?: "full" | "fit" | "screen" | undefined;
238
238
  height?: "full" | "fit" | "screen" | undefined;
239
- dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
239
+ dropShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "2xl" | undefined;
240
240
  insetShadow?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
241
241
  nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
242
- nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
242
+ nestedBorderRadiusWidth?: "none" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "thin" | "medium" | "thick" | undefined;
243
243
  nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
244
244
  nestedBorderRadius?: boolean | "first" | "last" | undefined;
245
245
  } & {
@@ -0,0 +1,2 @@
1
+
2
+ import "../utils/buildConfigSchema.cjs";
@@ -0,0 +1,5 @@
1
+
2
+ import "../../types/dist/index.cjs";
3
+ import "../../fixtures/dist/index.cjs";
4
+ import "./types/ConfigSchema.cjs";
5
+ import "./types/ComponentConfig.cjs";
@@ -0,0 +1,3 @@
1
+
2
+ import "../../../fixtures/dist/index.cjs";
3
+ import "../properties.cjs";
@@ -0,0 +1,2 @@
1
+
2
+ import "./ComponentConfig.cjs";
@@ -0,0 +1,2 @@
1
+
2
+ import "./ComponentConfig.cjs";
@@ -0,0 +1,7 @@
1
+
2
+ import "../../../types/dist/index.cjs";
3
+ import "../../../fixtures/dist/index.cjs";
4
+ import "../types/ConfigSchema.cjs";
5
+ import "../properties.cjs";
6
+ import "../types/ComponentConfig.cjs";
7
+ import { OmitIndexSignature, SimplifyDeep, UnionToIntersection, WritableDeep } from "type-fest";
@@ -0,0 +1,2 @@
1
+
2
+ import "../types/ComponentConfig.cjs";
@@ -0,0 +1,2 @@
1
+
2
+ import "../generated/universalTokensConfigAuto.cjs";
@@ -0,0 +1,2 @@
1
+
2
+ import "../types/ComponentConfig.cjs";
@@ -0,0 +1,3 @@
1
+
2
+ import "../properties.cjs";
3
+ import "../types/ComponentConfig.cjs";
@@ -0,0 +1,3 @@
1
+
2
+ import "../properties.cjs";
3
+ import "../types/ComponentConfig.cjs";
@@ -0,0 +1,2 @@
1
+
2
+ import "../types/ComponentConfig.cjs";
@@ -0,0 +1,12 @@
1
+
2
+ import "../../../fixtures/dist/index.cjs";
3
+ import "../properties.cjs";
4
+ import "../types/ComponentConfig.cjs";
5
+ import "./buildConfigSchema.cjs";
6
+ import "./coalesceConfigVariant.cjs";
7
+ import "./defaults.cjs";
8
+ import "./getConfigVariantComponentStatesMatrix.cjs";
9
+ import "./getConfigVariantProperties.cjs";
10
+ import "./getConfigVariantPseudoStates.cjs";
11
+ import "./getConfigVariants.cjs";
12
+ import "./subcomponents.cjs";
@@ -0,0 +1,2 @@
1
+
2
+ import "../types/ComponentConfig.cjs";
@@ -0,0 +1,4 @@
1
+
2
+ import "../../types/dist/index.cjs";
3
+ import "../../tokens/index.cjs";
4
+ import "react";
@@ -0,0 +1,2 @@
1
+
2
+ import { ReactNode } from "react";
@@ -0,0 +1,2 @@
1
+
2
+ import { ReactNode } from "react";
@@ -0,0 +1,2 @@
1
+
2
+ import { ReactNode } from "react";
@@ -0,0 +1,5 @@
1
+
2
+ import "./Banner.cjs";
3
+ import "./BannerContent.cjs";
4
+ import "./BannerDescription.cjs";
5
+ import "./BannerTitle.cjs";
@@ -0,0 +1,4 @@
1
+
2
+ import "../types/dist/index.cjs";
3
+ import "../tokens/index.cjs";
4
+ import "react";
@@ -0,0 +1,3 @@
1
+
2
+ import "./DividerInternal.cjs";
3
+ import "react";
@@ -0,0 +1,5 @@
1
+
2
+ import "../../types/dist/index.cjs";
3
+ import "../../tokens/types.cjs";
4
+ import "../Box.cjs";
5
+ import "react";
@@ -0,0 +1,5 @@
1
+
2
+ import "../../types/dist/index.cjs";
3
+ import "../../tokens/types.cjs";
4
+ import "./DividerCore.cjs";
5
+ import "react";
@@ -0,0 +1,2 @@
1
+
2
+ import "./Divider.cjs";
@@ -0,0 +1,4 @@
1
+
2
+ import "../types/dist/index.cjs";
3
+ import "../tokens/index.cjs";
4
+ import { PropsWithChildren } from "react";
@@ -0,0 +1,5 @@
1
+
2
+ import "../types/dist/index.cjs";
3
+ import "../tokens/index.cjs";
4
+ import "./Box.cjs";
5
+ import "react";
@@ -0,0 +1,4 @@
1
+
2
+ import "../tokens/types.cjs";
3
+ import "../tokens/index.cjs";
4
+ import "react";
@@ -0,0 +1,4 @@
1
+
2
+ import "../types/dist/index.cjs";
3
+ import "../tokens/index.cjs";
4
+ import "react";
@@ -0,0 +1,4 @@
1
+
2
+ import "../types/dist/index.cjs";
3
+ import "../tokens/index.cjs";
4
+ import "react";
@@ -0,0 +1,3 @@
1
+
2
+ import "./Box.cjs";
3
+ import "react";
@@ -0,0 +1,4 @@
1
+
2
+ import "../types/dist/index.cjs";
3
+ import "../tokens/index.cjs";
4
+ import { JSX, ReactNode, Ref } from "react";
@@ -0,0 +1,5 @@
1
+
2
+ import "../types/dist/index.cjs";
3
+ import "../tokens/index.cjs";
4
+ import "./Box.cjs";
5
+ import "react";
@@ -0,0 +1,5 @@
1
+
2
+ "use client";
3
+
4
+ import "./AvatarImage.cjs";
5
+ import "react";
@@ -0,0 +1,7 @@
1
+
2
+ "use client";
3
+
4
+ import "../../../types/dist/index.cjs";
5
+ import "../../../tokens/types.cjs";
6
+ import "../../../tokens/index.cjs";
7
+ import "react";
@@ -0,0 +1,9 @@
1
+
2
+ "use client";
3
+
4
+ import "../../../types/dist/index.cjs";
5
+ import "../../../tokens/types.cjs";
6
+ import "../../../tokens/index.cjs";
7
+ import "./AvatarIcon.cjs";
8
+ import "./AvatarText.cjs";
9
+ import "react";
@@ -0,0 +1,7 @@
1
+
2
+ "use client";
3
+
4
+ import "../../../types/dist/index.cjs";
5
+ import "../../../tokens/index.cjs";
6
+ import "../../Text.cjs";
7
+ import "react";
@@ -0,0 +1,7 @@
1
+
2
+ "use client";
3
+
4
+ import "./AvatarIcon.cjs";
5
+ import "./AvatarText.cjs";
6
+ import "./AvatarImage.cjs";
7
+ import "./Avatar.cjs";
@@ -0,0 +1,6 @@
1
+
2
+ "use client";
3
+
4
+ import "../../types/dist/index.cjs";
5
+ import "../../tokens/index.cjs";
6
+ import React from "react";
@@ -0,0 +1,7 @@
1
+
2
+ "use client";
3
+
4
+ import "../../../types/dist/index.cjs";
5
+ import "./useBottomSheetStore.cjs";
6
+ import React from "react";
7
+ import { DialogProps } from "@ariakit/react";
@@ -0,0 +1,4 @@
1
+
2
+ "use client";
3
+
4
+ import "../../../types/dist/index.cjs";
@@ -0,0 +1,4 @@
1
+
2
+ "use client";
3
+
4
+ import "../../../types/dist/index.cjs";
@@ -0,0 +1,5 @@
1
+
2
+ "use client";
3
+
4
+ import "./useBottomSheetStore.cjs";
5
+ import { ReactNode } from "react";
@@ -0,0 +1,5 @@
1
+
2
+ "use client";
3
+
4
+ import "../../../runtime/bottomSheetConfig.cjs";
5
+ import { PropsWithChildren } from "react";
@@ -0,0 +1,9 @@
1
+
2
+ "use client";
3
+
4
+ import "./useBottomSheetStore.cjs";
5
+ import "./BottomSheet.cjs";
6
+ import "./BottomSheetContent.cjs";
7
+ import "./BottomSheetHeader.cjs";
8
+ import "./BottomSheetProvider.cjs";
9
+ import "./UDSBottomSheetConfigProvider.cjs";
@@ -0,0 +1,4 @@
1
+
2
+ "use client";
3
+
4
+ import "@ariakit/react";
@@ -0,0 +1,7 @@
1
+
2
+ "use client";
3
+
4
+ import "../../types/dist/index.cjs";
5
+ import "../../tokens/index.cjs";
6
+ import React, { ForwardRefExoticComponent } from "react";
7
+ import { HTMLMotionProps } from "motion/react";
@@ -0,0 +1,6 @@
1
+
2
+ "use client";
3
+
4
+ import "../../types/dist/index.cjs";
5
+ import "../../tokens/index.cjs";
6
+ import React from "react";
@@ -0,0 +1,7 @@
1
+
2
+ "use client";
3
+
4
+ import "../../../tokens/types.cjs";
5
+ import "../../../tokens/index.cjs";
6
+ import "./ChipBase.cjs";
7
+ import React from "react";
@@ -0,0 +1,8 @@
1
+
2
+ "use client";
3
+
4
+ import "../../../types/dist/index.cjs";
5
+ import "../../../tokens/types.cjs";
6
+ import "../../../tokens/index.cjs";
7
+ import "../../Text.cjs";
8
+ import React from "react";