@yahoo/uds 3.125.0 → 3.126.0

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 (280) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +7 -0
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +7 -0
  4. package/dist/automated-config/dist/generated/autoVariants.js +35 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +222 -1
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +222 -1
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +314 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
  11. package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
  12. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +314 -0
  13. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  14. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  15. package/dist/components/Banner/Banner.cjs +167 -0
  16. package/dist/components/Banner/Banner.d.cts +56 -0
  17. package/dist/components/Banner/Banner.d.ts +56 -0
  18. package/dist/components/Banner/Banner.js +165 -0
  19. package/dist/components/Banner/BannerContent.cjs +20 -0
  20. package/dist/components/Banner/BannerContent.d.cts +13 -0
  21. package/dist/components/Banner/BannerContent.d.ts +13 -0
  22. package/dist/components/Banner/BannerContent.js +18 -0
  23. package/dist/components/Banner/BannerDescription.cjs +47 -0
  24. package/dist/components/Banner/BannerDescription.d.cts +36 -0
  25. package/dist/components/Banner/BannerDescription.d.ts +36 -0
  26. package/dist/components/Banner/BannerDescription.js +45 -0
  27. package/dist/components/Banner/BannerTitle.cjs +42 -0
  28. package/dist/components/Banner/BannerTitle.d.cts +34 -0
  29. package/dist/components/Banner/BannerTitle.d.ts +34 -0
  30. package/dist/components/Banner/BannerTitle.js +40 -0
  31. package/dist/components/Banner/index.cjs +11 -0
  32. package/dist/components/Banner/index.d.cts +6 -0
  33. package/dist/components/Banner/index.d.ts +6 -0
  34. package/dist/components/Banner/index.js +7 -0
  35. package/dist/components/Banner/utils.cjs +56 -0
  36. package/dist/components/Banner/utils.d.cts +26 -0
  37. package/dist/components/Banner/utils.d.ts +26 -0
  38. package/dist/components/Banner/utils.js +52 -0
  39. package/dist/components/Divider/DividerCore.cjs +1 -1
  40. package/dist/components/Divider/DividerCore.js +1 -1
  41. package/dist/components/FormLabel.cjs +4 -2
  42. package/dist/components/FormLabel.d.cts +2 -17
  43. package/dist/components/FormLabel.d.ts +2 -17
  44. package/dist/components/FormLabel.js +4 -2
  45. package/dist/components/Image.cjs +4 -2
  46. package/dist/components/Image.d.cts +2 -61
  47. package/dist/components/Image.d.ts +2 -61
  48. package/dist/components/Image.js +4 -2
  49. package/dist/components/client/Avatar/AvatarIcon.cjs +2 -2
  50. package/dist/components/client/Avatar/AvatarIcon.js +2 -2
  51. package/dist/components/client/Avatar/AvatarImage.cjs +1 -0
  52. package/dist/components/client/Avatar/AvatarImage.js +1 -0
  53. package/dist/components/client/Avatar/AvatarText.cjs +1 -1
  54. package/dist/components/client/Avatar/AvatarText.js +1 -1
  55. package/dist/components/client/Badge.cjs +1 -1
  56. package/dist/components/client/Badge.js +1 -1
  57. package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +1 -1
  58. package/dist/components/client/BottomSheet/BottomSheetHeader.js +1 -1
  59. package/dist/components/client/Button.cjs +1 -1
  60. package/dist/components/client/Button.js +1 -1
  61. package/dist/components/client/Checkbox.cjs +4 -3
  62. package/dist/components/client/Checkbox.js +4 -3
  63. package/dist/components/client/Chip/ChipBase.cjs +2 -2
  64. package/dist/components/client/Chip/ChipBase.js +2 -2
  65. package/dist/components/client/Chip/ChipDismissible.cjs +2 -2
  66. package/dist/components/client/Chip/ChipDismissible.js +2 -2
  67. package/dist/components/client/IconButton.cjs +1 -1
  68. package/dist/components/client/IconButton.js +1 -1
  69. package/dist/components/client/Input/Input.cjs +3 -2
  70. package/dist/components/client/Input/Input.js +3 -2
  71. package/dist/components/client/Input/InputHelpTextInternal.cjs +4 -3
  72. package/dist/components/client/Input/InputHelpTextInternal.d.cts +1 -14
  73. package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -14
  74. package/dist/components/client/Input/InputHelpTextInternal.js +5 -4
  75. package/dist/components/client/Menu/Menu.ItemBase.cjs +2 -2
  76. package/dist/components/client/Menu/Menu.ItemBase.js +2 -2
  77. package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
  78. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
  79. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  80. package/dist/components/client/Menu/Menu.ItemCheckbox.js +1 -1
  81. package/dist/components/client/Popover/PopoverContent.cjs +3 -3
  82. package/dist/components/client/Popover/PopoverContent.js +3 -3
  83. package/dist/components/client/Radio/Radio.cjs +2 -1
  84. package/dist/components/client/Radio/Radio.js +2 -1
  85. package/dist/components/client/Switch.cjs +4 -4
  86. package/dist/components/client/Switch.js +4 -4
  87. package/dist/components/client/Toast/Toast.cjs +3 -3
  88. package/dist/components/client/Toast/Toast.js +3 -3
  89. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  90. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  91. package/dist/components/client/Tooltip/TooltipContent.cjs +2 -2
  92. package/dist/components/client/Tooltip/TooltipContent.js +2 -2
  93. package/dist/components/client/index.cjs +1 -1
  94. package/dist/components/client/index.js +1 -1
  95. package/dist/components/experimental/Spinner.cjs +1 -1
  96. package/dist/components/experimental/Spinner.js +1 -1
  97. package/dist/components/experimental/Table.cjs +1 -1
  98. package/dist/components/experimental/Table.js +1 -1
  99. package/dist/components/experimental/client/Accordion.cjs +4 -4
  100. package/dist/components/experimental/client/Accordion.js +4 -4
  101. package/dist/components/experimental/client/Modal.cjs +2 -2
  102. package/dist/components/experimental/client/Modal.js +2 -2
  103. package/dist/components/experimental/client/SegmentedControl.cjs +3 -3
  104. package/dist/components/experimental/client/SegmentedControl.d.cts +1 -2
  105. package/dist/components/experimental/client/SegmentedControl.js +3 -3
  106. package/dist/components/experimental/client/SwitchV2.cjs +1 -1
  107. package/dist/components/experimental/client/SwitchV2.js +1 -1
  108. package/dist/components/experimental/client/Tabs.cjs +2 -2
  109. package/dist/components/experimental/client/Tabs.js +2 -2
  110. package/dist/components/index.cjs +15 -3
  111. package/dist/components/index.d.cts +6 -1
  112. package/dist/components/index.d.ts +6 -1
  113. package/dist/components/index.js +12 -4
  114. package/dist/config/dist/index.cjs +381 -46
  115. package/dist/config/dist/index.js +381 -46
  116. package/dist/index.cjs +12 -3
  117. package/dist/index.d.cts +7 -3
  118. package/dist/index.d.ts +7 -3
  119. package/dist/index.js +9 -5
  120. package/dist/styles/styler.d.cts +100 -93
  121. package/dist/styles/styler.d.ts +100 -93
  122. package/dist/styles/variants.d.cts +45 -0
  123. package/dist/styles/variants.d.ts +45 -0
  124. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +35 -0
  125. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +35 -0
  126. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  127. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +1493 -0
  128. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +1493 -1
  129. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  130. package/dist/tailwind/dist/config/dist/index.cjs +381 -46
  131. package/dist/tailwind/dist/config/dist/index.js +381 -46
  132. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  133. package/dist/tailwind/dist/tailwind/plugins/components.cjs +1 -0
  134. package/dist/tailwind/dist/tailwind/plugins/components.js +2 -1
  135. package/dist/tailwind/dist/tailwind/plugins/components.js.map +1 -1
  136. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  137. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  138. package/dist/tokens/automation/configs/index.cjs +1 -0
  139. package/dist/tokens/automation/configs/index.d.cts +2 -2
  140. package/dist/tokens/automation/configs/index.d.ts +2 -2
  141. package/dist/tokens/automation/configs/index.js +2 -2
  142. package/dist/tokens/automation/index.cjs +1 -0
  143. package/dist/tokens/automation/index.d.cts +2 -2
  144. package/dist/tokens/automation/index.d.ts +2 -2
  145. package/dist/tokens/automation/index.js +2 -2
  146. package/dist/tokens/index.cjs +1 -0
  147. package/dist/tokens/index.d.cts +3 -3
  148. package/dist/tokens/index.d.ts +3 -3
  149. package/dist/tokens/index.js +2 -2
  150. package/dist/tokens/types.d.cts +2 -2
  151. package/dist/tokens/types.d.ts +2 -2
  152. package/dist/types/dist/index.d.cts +19 -1
  153. package/dist/types/dist/index.d.ts +19 -1
  154. package/dist/uds/generated/componentData.cjs +1486 -1338
  155. package/dist/uds/generated/componentData.js +1465 -1341
  156. package/dist/uds/generated/tailwindPurge.cjs +28 -1
  157. package/dist/uds/generated/tailwindPurge.js +28 -1
  158. package/generated/componentData.json +1916 -1765
  159. package/generated/tailwindPurge.ts +4 -4
  160. package/package.json +1 -1
  161. package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +0 -2
  162. package/dist/uds/dist/automated-config/dist/properties.d.cts +0 -5
  163. package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +0 -3
  164. package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +0 -2
  165. package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +0 -2
  166. package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +0 -7
  167. package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +0 -2
  168. package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +0 -2
  169. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +0 -2
  170. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +0 -3
  171. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +0 -3
  172. package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +0 -2
  173. package/dist/uds/dist/automated-config/dist/utils/index.d.cts +0 -12
  174. package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +0 -2
  175. package/dist/uds/dist/components/Box.d.cts +0 -4
  176. package/dist/uds/dist/components/Divider/Divider.d.cts +0 -3
  177. package/dist/uds/dist/components/Divider/DividerCore.d.cts +0 -5
  178. package/dist/uds/dist/components/Divider/DividerInternal.d.cts +0 -5
  179. package/dist/uds/dist/components/Divider/index.d.cts +0 -2
  180. package/dist/uds/dist/components/FormLabel.d.cts +0 -4
  181. package/dist/uds/dist/components/HStack.d.cts +0 -5
  182. package/dist/uds/dist/components/Icon.d.cts +0 -4
  183. package/dist/uds/dist/components/Image.d.cts +0 -3
  184. package/dist/uds/dist/components/Link.d.cts +0 -4
  185. package/dist/uds/dist/components/Scrim.d.cts +0 -3
  186. package/dist/uds/dist/components/Text.d.cts +0 -4
  187. package/dist/uds/dist/components/VStack.d.cts +0 -5
  188. package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +0 -5
  189. package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +0 -7
  190. package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +0 -9
  191. package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +0 -7
  192. package/dist/uds/dist/components/client/Avatar/index.d.cts +0 -7
  193. package/dist/uds/dist/components/client/Badge.d.cts +0 -6
  194. package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +0 -7
  195. package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +0 -4
  196. package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +0 -4
  197. package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +0 -5
  198. package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +0 -5
  199. package/dist/uds/dist/components/client/BottomSheet/index.d.cts +0 -9
  200. package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +0 -4
  201. package/dist/uds/dist/components/client/Button.d.cts +0 -7
  202. package/dist/uds/dist/components/client/Checkbox.d.cts +0 -6
  203. package/dist/uds/dist/components/client/Chip/Chip.d.cts +0 -7
  204. package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +0 -8
  205. package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +0 -7
  206. package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +0 -7
  207. package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +0 -7
  208. package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +0 -7
  209. package/dist/uds/dist/components/client/Chip/index.d.cts +0 -8
  210. package/dist/uds/dist/components/client/IconButton.d.cts +0 -7
  211. package/dist/uds/dist/components/client/Input/Input.d.cts +0 -9
  212. package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +0 -4
  213. package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +0 -8
  214. package/dist/uds/dist/components/client/Input/index.d.cts +0 -5
  215. package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +0 -8
  216. package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +0 -5
  217. package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +0 -8
  218. package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +0 -8
  219. package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +0 -5
  220. package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +0 -7
  221. package/dist/uds/dist/components/client/Menu/Menu.d.cts +0 -4
  222. package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +0 -11
  223. package/dist/uds/dist/components/client/Menu/index.d.cts +0 -11
  224. package/dist/uds/dist/components/client/Popover/Popover.d.cts +0 -4
  225. package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +0 -7
  226. package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +0 -4
  227. package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +0 -6
  228. package/dist/uds/dist/components/client/Popover/index.d.cts +0 -8
  229. package/dist/uds/dist/components/client/Pressable.d.cts +0 -6
  230. package/dist/uds/dist/components/client/Radio/Radio.d.cts +0 -6
  231. package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +0 -6
  232. package/dist/uds/dist/components/client/Radio/index.d.cts +0 -5
  233. package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +0 -7
  234. package/dist/uds/dist/components/client/Switch.d.cts +0 -6
  235. package/dist/uds/dist/components/client/Toast/Toast.d.cts +0 -10
  236. package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +0 -8
  237. package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +0 -5
  238. package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +0 -7
  239. package/dist/uds/dist/components/client/Toast/createToast.d.cts +0 -8
  240. package/dist/uds/dist/components/client/Toast/index.d.cts +0 -8
  241. package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +0 -4
  242. package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +0 -5
  243. package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +0 -4
  244. package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +0 -7
  245. package/dist/uds/dist/components/client/Tooltip/index.d.cts +0 -8
  246. package/dist/uds/dist/components/client/index.d.cts +0 -61
  247. package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +0 -6
  248. package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +0 -5
  249. package/dist/uds/dist/components/index.d.cts +0 -61
  250. package/dist/uds/dist/config/dist/index.d.cts +0 -4
  251. package/dist/uds/dist/css-tokens/dist/index.d.cts +0 -2
  252. package/dist/uds/dist/fixtures/dist/index.d.cts +0 -2
  253. package/dist/uds/dist/fonts/dist/index.d.cts +0 -2
  254. package/dist/uds/dist/index.d.cts +0 -93
  255. package/dist/uds/dist/modes/dist/index.d.cts +0 -2
  256. package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +0 -3
  257. package/dist/uds/dist/runtime/breakpointsConfig.d.cts +0 -4
  258. package/dist/uds/dist/runtime/index.d.cts +0 -7
  259. package/dist/uds/dist/runtime/popoverConfig.d.cts +0 -5
  260. package/dist/uds/dist/runtime/toastConfig.d.cts +0 -4
  261. package/dist/uds/dist/runtime/tooltipConfig.d.cts +0 -5
  262. package/dist/uds/dist/runtime/udsConfig.d.cts +0 -8
  263. package/dist/uds/dist/styles/styler.d.cts +0 -2
  264. package/dist/uds/dist/styles/stylerTypes.d.cts +0 -3
  265. package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +0 -2
  266. package/dist/uds/dist/tailwind/dist/index.d.cts +0 -3
  267. package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +0 -2
  268. package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +0 -2
  269. package/dist/uds/dist/tokens/automation/index.d.cts +0 -10
  270. package/dist/uds/dist/tokens/configs/shadow.d.cts +0 -3
  271. package/dist/uds/dist/tokens/consts/cssTokens.d.cts +0 -2
  272. package/dist/uds/dist/tokens/consts/defaultModes.d.cts +0 -2
  273. package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +0 -2
  274. package/dist/uds/dist/tokens/index.d.cts +0 -28
  275. package/dist/uds/dist/tokens/parseButtonVariants.d.cts +0 -3
  276. package/dist/uds/dist/tokens/types.d.cts +0 -9
  277. package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +0 -4
  278. package/dist/uds/dist/tokens/utils/spectrum.d.cts +0 -3
  279. package/dist/uds/dist/types/dist/index.d.cts +0 -11
  280. package/dist/uds/dist/types.d.cts +0 -2
@@ -0,0 +1,36 @@
1
+
2
+ import * as react from "react";
3
+ import { ReactNode } from "react";
4
+
5
+ //#region src/components/Banner/BannerDescription.d.ts
6
+ type HtmlSpanProps = Omit<React.HTMLAttributes<HTMLSpanElement>, 'color'>;
7
+ interface BannerDescriptionProps extends HtmlSpanProps {
8
+ children: ReactNode;
9
+ className?: string;
10
+ }
11
+ /**
12
+ * **Styled description for use inside `BannerContent`.**
13
+ *
14
+ * @description
15
+ * Applies the Banner description typography tokens and truncates text to
16
+ * 3 lines. Use this subcomponent instead of the `description` prop when
17
+ * you need rich ReactNode content.
18
+ *
19
+ * @example
20
+ * ```tsx
21
+ * <Banner variant="alert" startIcon={Error}>
22
+ * <BannerContent>
23
+ * <BannerTitle>Something went wrong</BannerTitle>
24
+ * <BannerDescription>
25
+ * Please try again or <Link href="/support">contact support</Link>.
26
+ * </BannerDescription>
27
+ * </BannerContent>
28
+ * </Banner>
29
+ * ```
30
+ *
31
+ * @see {@link Banner} for the parent component
32
+ * @see {@link BannerContent} for the required wrapper
33
+ */
34
+ declare const BannerDescription: react.ForwardRefExoticComponent<BannerDescriptionProps & react.RefAttributes<HTMLElement>>;
35
+ //#endregion
36
+ export { BannerDescription, type BannerDescriptionProps };
@@ -0,0 +1,45 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ import { cx, getStyles } from "../../styles/styler.js";
3
+ import { Text } from "../Text.js";
4
+ import { forwardRef } from "react";
5
+ import { jsx } from "react/jsx-runtime";
6
+
7
+ //#region src/components/Banner/BannerDescription.tsx
8
+ /**
9
+ * **Styled description for use inside `BannerContent`.**
10
+ *
11
+ * @description
12
+ * Applies the Banner description typography tokens and truncates text to
13
+ * 3 lines. Use this subcomponent instead of the `description` prop when
14
+ * you need rich ReactNode content.
15
+ *
16
+ * @example
17
+ * ```tsx
18
+ * <Banner variant="alert" startIcon={Error}>
19
+ * <BannerContent>
20
+ * <BannerTitle>Something went wrong</BannerTitle>
21
+ * <BannerDescription>
22
+ * Please try again or <Link href="/support">contact support</Link>.
23
+ * </BannerDescription>
24
+ * </BannerContent>
25
+ * </Banner>
26
+ * ```
27
+ *
28
+ * @see {@link Banner} for the parent component
29
+ * @see {@link BannerContent} for the required wrapper
30
+ */
31
+ const BannerDescription = forwardRef(function BannerDescription({ children, className, ...rest }, ref) {
32
+ return /* @__PURE__ */ jsx(Text, {
33
+ ref,
34
+ className: cx(getStyles({
35
+ bannerSizeDescription: "default",
36
+ className: "w-full line-clamp-3"
37
+ }), className),
38
+ ...rest,
39
+ children
40
+ });
41
+ });
42
+ BannerDescription.displayName = "BannerDescription";
43
+
44
+ //#endregion
45
+ export { BannerDescription };
@@ -0,0 +1,42 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
3
+ const require_runtime = require('../../_virtual/_rolldown/runtime.cjs');
4
+ const require_styles_styler = require('../../styles/styler.cjs');
5
+ const require_components_Text = require('../Text.cjs');
6
+ let react = require("react");
7
+ let react_jsx_runtime = require("react/jsx-runtime");
8
+
9
+ //#region src/components/Banner/BannerTitle.tsx
10
+ /**
11
+ * **Styled title for use inside `BannerContent`.**
12
+ *
13
+ * @description
14
+ * Applies the Banner title typography tokens. Renders a single line of text.
15
+ * Use this subcomponent instead of the `title` prop when you need rich
16
+ * ReactNode content (e.g. bold segments, inline icons).
17
+ *
18
+ * @example
19
+ * ```tsx
20
+ * <Banner variant="info" startIcon={Info}>
21
+ * <BannerContent>
22
+ * <BannerTitle>Update <strong>available</strong></BannerTitle>
23
+ * <BannerDescription>A new version is ready to install.</BannerDescription>
24
+ * </BannerContent>
25
+ * </Banner>
26
+ * ```
27
+ *
28
+ * @see {@link Banner} for the parent component
29
+ * @see {@link BannerContent} for the required wrapper
30
+ */
31
+ const BannerTitle = (0, react.forwardRef)(function BannerTitle({ children, className, ...rest }, ref) {
32
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_components_Text.Text, {
33
+ ref,
34
+ className: require_styles_styler.cx(require_styles_styler.getStyles({ bannerSizeTitle: "default" }), "w-full truncate", className),
35
+ ...rest,
36
+ children
37
+ });
38
+ });
39
+ BannerTitle.displayName = "BannerTitle";
40
+
41
+ //#endregion
42
+ exports.BannerTitle = BannerTitle;
@@ -0,0 +1,34 @@
1
+
2
+ import * as react from "react";
3
+ import { ReactNode } from "react";
4
+
5
+ //#region src/components/Banner/BannerTitle.d.ts
6
+ type HtmlSpanProps = Omit<React.HTMLAttributes<HTMLSpanElement>, 'color'>;
7
+ interface BannerTitleProps extends HtmlSpanProps {
8
+ children: ReactNode;
9
+ className?: string;
10
+ }
11
+ /**
12
+ * **Styled title for use inside `BannerContent`.**
13
+ *
14
+ * @description
15
+ * Applies the Banner title typography tokens. Renders a single line of text.
16
+ * Use this subcomponent instead of the `title` prop when you need rich
17
+ * ReactNode content (e.g. bold segments, inline icons).
18
+ *
19
+ * @example
20
+ * ```tsx
21
+ * <Banner variant="info" startIcon={Info}>
22
+ * <BannerContent>
23
+ * <BannerTitle>Update <strong>available</strong></BannerTitle>
24
+ * <BannerDescription>A new version is ready to install.</BannerDescription>
25
+ * </BannerContent>
26
+ * </Banner>
27
+ * ```
28
+ *
29
+ * @see {@link Banner} for the parent component
30
+ * @see {@link BannerContent} for the required wrapper
31
+ */
32
+ declare const BannerTitle: react.ForwardRefExoticComponent<BannerTitleProps & react.RefAttributes<HTMLElement>>;
33
+ //#endregion
34
+ export { BannerTitle, type BannerTitleProps };
@@ -0,0 +1,34 @@
1
+
2
+ import * as react from "react";
3
+ import { ReactNode } from "react";
4
+
5
+ //#region src/components/Banner/BannerTitle.d.ts
6
+ type HtmlSpanProps = Omit<React.HTMLAttributes<HTMLSpanElement>, 'color'>;
7
+ interface BannerTitleProps extends HtmlSpanProps {
8
+ children: ReactNode;
9
+ className?: string;
10
+ }
11
+ /**
12
+ * **Styled title for use inside `BannerContent`.**
13
+ *
14
+ * @description
15
+ * Applies the Banner title typography tokens. Renders a single line of text.
16
+ * Use this subcomponent instead of the `title` prop when you need rich
17
+ * ReactNode content (e.g. bold segments, inline icons).
18
+ *
19
+ * @example
20
+ * ```tsx
21
+ * <Banner variant="info" startIcon={Info}>
22
+ * <BannerContent>
23
+ * <BannerTitle>Update <strong>available</strong></BannerTitle>
24
+ * <BannerDescription>A new version is ready to install.</BannerDescription>
25
+ * </BannerContent>
26
+ * </Banner>
27
+ * ```
28
+ *
29
+ * @see {@link Banner} for the parent component
30
+ * @see {@link BannerContent} for the required wrapper
31
+ */
32
+ declare const BannerTitle: react.ForwardRefExoticComponent<BannerTitleProps & react.RefAttributes<HTMLElement>>;
33
+ //#endregion
34
+ export { BannerTitle, type BannerTitleProps };
@@ -0,0 +1,40 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ import { cx, getStyles } from "../../styles/styler.js";
3
+ import { Text } from "../Text.js";
4
+ import { forwardRef } from "react";
5
+ import { jsx } from "react/jsx-runtime";
6
+
7
+ //#region src/components/Banner/BannerTitle.tsx
8
+ /**
9
+ * **Styled title for use inside `BannerContent`.**
10
+ *
11
+ * @description
12
+ * Applies the Banner title typography tokens. Renders a single line of text.
13
+ * Use this subcomponent instead of the `title` prop when you need rich
14
+ * ReactNode content (e.g. bold segments, inline icons).
15
+ *
16
+ * @example
17
+ * ```tsx
18
+ * <Banner variant="info" startIcon={Info}>
19
+ * <BannerContent>
20
+ * <BannerTitle>Update <strong>available</strong></BannerTitle>
21
+ * <BannerDescription>A new version is ready to install.</BannerDescription>
22
+ * </BannerContent>
23
+ * </Banner>
24
+ * ```
25
+ *
26
+ * @see {@link Banner} for the parent component
27
+ * @see {@link BannerContent} for the required wrapper
28
+ */
29
+ const BannerTitle = forwardRef(function BannerTitle({ children, className, ...rest }, ref) {
30
+ return /* @__PURE__ */ jsx(Text, {
31
+ ref,
32
+ className: cx(getStyles({ bannerSizeTitle: "default" }), "w-full truncate", className),
33
+ ...rest,
34
+ children
35
+ });
36
+ });
37
+ BannerTitle.displayName = "BannerTitle";
38
+
39
+ //#endregion
40
+ export { BannerTitle };
@@ -0,0 +1,11 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
3
+ const require_components_Banner_Banner = require('./Banner.cjs');
4
+ const require_components_Banner_BannerContent = require('./BannerContent.cjs');
5
+ const require_components_Banner_BannerDescription = require('./BannerDescription.cjs');
6
+ const require_components_Banner_BannerTitle = require('./BannerTitle.cjs');
7
+
8
+ exports.Banner = require_components_Banner_Banner.Banner;
9
+ exports.BannerContent = require_components_Banner_BannerContent.BannerContent;
10
+ exports.BannerDescription = require_components_Banner_BannerDescription.BannerDescription;
11
+ exports.BannerTitle = require_components_Banner_BannerTitle.BannerTitle;
@@ -0,0 +1,6 @@
1
+
2
+ import { Banner, BannerProps } from "./Banner.cjs";
3
+ import { BannerContent, BannerContentProps } from "./BannerContent.cjs";
4
+ import { BannerDescription, BannerDescriptionProps } from "./BannerDescription.cjs";
5
+ import { BannerTitle, BannerTitleProps } from "./BannerTitle.cjs";
6
+ export { Banner, BannerContent, type BannerContentProps, BannerDescription, type BannerDescriptionProps, type BannerProps, BannerTitle, type BannerTitleProps };
@@ -0,0 +1,6 @@
1
+
2
+ import { Banner, BannerProps } from "./Banner.js";
3
+ import { BannerContent, BannerContentProps } from "./BannerContent.js";
4
+ import { BannerDescription, BannerDescriptionProps } from "./BannerDescription.js";
5
+ import { BannerTitle, BannerTitleProps } from "./BannerTitle.js";
6
+ export { Banner, BannerContent, type BannerContentProps, BannerDescription, type BannerDescriptionProps, type BannerProps, BannerTitle, type BannerTitleProps };
@@ -0,0 +1,7 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ import { Banner } from "./Banner.js";
3
+ import { BannerContent } from "./BannerContent.js";
4
+ import { BannerDescription } from "./BannerDescription.js";
5
+ import { BannerTitle } from "./BannerTitle.js";
6
+
7
+ export { Banner, BannerContent, BannerDescription, BannerTitle };
@@ -0,0 +1,56 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
3
+ const require_runtime = require('../../_virtual/_rolldown/runtime.cjs');
4
+ let react = require("react");
5
+
6
+ //#region src/components/Banner/utils.ts
7
+ /**
8
+ * Maps banner variants to button variants following the Figma spec.
9
+ * Secondary banner variants map to secondary button variants.
10
+ */
11
+ const BANNER_TO_BUTTON_VARIANT = {
12
+ primary: "brand",
13
+ secondary: "brand",
14
+ brand: "brand",
15
+ "brand-secondary": "brand-secondary",
16
+ alert: "alert",
17
+ "alert-secondary": "alert-secondary",
18
+ warning: "warning",
19
+ "warning-secondary": "warning-secondary",
20
+ success: "positive",
21
+ "success-secondary": "positive-secondary",
22
+ info: "info",
23
+ "info-secondary": "info-secondary"
24
+ };
25
+ /**
26
+ * Checks whether a React element has a specific displayName.
27
+ * Handles both regular function components and forwardRef components
28
+ * (which have typeof type === 'object').
29
+ */
30
+ function hasDisplayName(child, name) {
31
+ if (!(0, react.isValidElement)(child)) return false;
32
+ const type = child.type;
33
+ return (typeof type === "function" || typeof type === "object" && type !== null) && "displayName" in type && type.displayName === name;
34
+ }
35
+ /**
36
+ * Separates Banner children into content (BannerContent) and action elements.
37
+ * Skips falsy children so conditional patterns like {show && <Button />} work.
38
+ */
39
+ function separateChildren(children) {
40
+ let content = null;
41
+ const actions = [];
42
+ react.Children.forEach(children, (child) => {
43
+ if (child == null || child === false || child === true || child === "") return;
44
+ if (hasDisplayName(child, "BannerContent")) content = child;
45
+ else actions.push(child);
46
+ });
47
+ return {
48
+ content,
49
+ actions
50
+ };
51
+ }
52
+
53
+ //#endregion
54
+ exports.BANNER_TO_BUTTON_VARIANT = BANNER_TO_BUTTON_VARIANT;
55
+ exports.hasDisplayName = hasDisplayName;
56
+ exports.separateChildren = separateChildren;
@@ -0,0 +1,26 @@
1
+
2
+ import { BannerVariant } from "../../types/dist/index.cjs";
3
+ import { ReactNode } from "react";
4
+
5
+ //#region src/components/Banner/utils.d.ts
6
+ /**
7
+ * Maps banner variants to button variants following the Figma spec.
8
+ * Secondary banner variants map to secondary button variants.
9
+ */
10
+ declare const BANNER_TO_BUTTON_VARIANT: Record<BannerVariant, string>;
11
+ /**
12
+ * Checks whether a React element has a specific displayName.
13
+ * Handles both regular function components and forwardRef components
14
+ * (which have typeof type === 'object').
15
+ */
16
+ declare function hasDisplayName(child: ReactNode, name: string): boolean;
17
+ /**
18
+ * Separates Banner children into content (BannerContent) and action elements.
19
+ * Skips falsy children so conditional patterns like {show && <Button />} work.
20
+ */
21
+ declare function separateChildren(children: ReactNode): {
22
+ content: ReactNode | null;
23
+ actions: ReactNode[];
24
+ };
25
+ //#endregion
26
+ export { BANNER_TO_BUTTON_VARIANT, hasDisplayName, separateChildren };
@@ -0,0 +1,26 @@
1
+
2
+ import { BannerVariant } from "../../types/dist/index.js";
3
+ import { ReactNode } from "react";
4
+
5
+ //#region src/components/Banner/utils.d.ts
6
+ /**
7
+ * Maps banner variants to button variants following the Figma spec.
8
+ * Secondary banner variants map to secondary button variants.
9
+ */
10
+ declare const BANNER_TO_BUTTON_VARIANT: Record<BannerVariant, string>;
11
+ /**
12
+ * Checks whether a React element has a specific displayName.
13
+ * Handles both regular function components and forwardRef components
14
+ * (which have typeof type === 'object').
15
+ */
16
+ declare function hasDisplayName(child: ReactNode, name: string): boolean;
17
+ /**
18
+ * Separates Banner children into content (BannerContent) and action elements.
19
+ * Skips falsy children so conditional patterns like {show && <Button />} work.
20
+ */
21
+ declare function separateChildren(children: ReactNode): {
22
+ content: ReactNode | null;
23
+ actions: ReactNode[];
24
+ };
25
+ //#endregion
26
+ export { BANNER_TO_BUTTON_VARIANT, hasDisplayName, separateChildren };
@@ -0,0 +1,52 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ import { Children, isValidElement } from "react";
3
+
4
+ //#region src/components/Banner/utils.ts
5
+ /**
6
+ * Maps banner variants to button variants following the Figma spec.
7
+ * Secondary banner variants map to secondary button variants.
8
+ */
9
+ const BANNER_TO_BUTTON_VARIANT = {
10
+ primary: "brand",
11
+ secondary: "brand",
12
+ brand: "brand",
13
+ "brand-secondary": "brand-secondary",
14
+ alert: "alert",
15
+ "alert-secondary": "alert-secondary",
16
+ warning: "warning",
17
+ "warning-secondary": "warning-secondary",
18
+ success: "positive",
19
+ "success-secondary": "positive-secondary",
20
+ info: "info",
21
+ "info-secondary": "info-secondary"
22
+ };
23
+ /**
24
+ * Checks whether a React element has a specific displayName.
25
+ * Handles both regular function components and forwardRef components
26
+ * (which have typeof type === 'object').
27
+ */
28
+ function hasDisplayName(child, name) {
29
+ if (!isValidElement(child)) return false;
30
+ const type = child.type;
31
+ return (typeof type === "function" || typeof type === "object" && type !== null) && "displayName" in type && type.displayName === name;
32
+ }
33
+ /**
34
+ * Separates Banner children into content (BannerContent) and action elements.
35
+ * Skips falsy children so conditional patterns like {show && <Button />} work.
36
+ */
37
+ function separateChildren(children) {
38
+ let content = null;
39
+ const actions = [];
40
+ Children.forEach(children, (child) => {
41
+ if (child == null || child === false || child === true || child === "") return;
42
+ if (hasDisplayName(child, "BannerContent")) content = child;
43
+ else actions.push(child);
44
+ });
45
+ return {
46
+ content,
47
+ actions
48
+ };
49
+ }
50
+
51
+ //#endregion
52
+ export { BANNER_TO_BUTTON_VARIANT, hasDisplayName, separateChildren };
@@ -2,9 +2,9 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
3
3
  const require_runtime = require('../../_virtual/_rolldown/runtime.cjs');
4
4
  const require_styles_styler = require('../../styles/styler.cjs');
5
+ const require_components_Text = require('../Text.cjs');
5
6
  const require_components_Box = require('../Box.cjs');
6
7
  const require_components_HStack = require('../HStack.cjs');
7
- const require_components_Text = require('../Text.cjs');
8
8
  const require_components_VStack = require('../VStack.cjs');
9
9
  let react = require("react");
10
10
  let react_jsx_runtime = require("react/jsx-runtime");
@@ -1,8 +1,8 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  import { cx } from "../../styles/styler.js";
3
+ import { Text } from "../Text.js";
3
4
  import { Box } from "../Box.js";
4
5
  import { HStack } from "../HStack.js";
5
- import { Text } from "../Text.js";
6
6
  import { VStack } from "../VStack.js";
7
7
  import { forwardRef, useMemo } from "react";
8
8
  import { jsx, jsxs } from "react/jsx-runtime";
@@ -3,15 +3,17 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
3
3
  const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
4
4
  const require_styles_styler = require('../styles/styler.cjs');
5
5
  const require_components_Text = require('./Text.cjs');
6
+ let react = require("react");
6
7
  let react_jsx_runtime = require("react/jsx-runtime");
7
8
  let lodash_isFunction_js = require("lodash/isFunction.js");
8
9
  lodash_isFunction_js = require_runtime.__toESM(lodash_isFunction_js);
9
10
 
10
11
  //#region src/components/FormLabel.tsx
11
- const FormLabel = ({ htmlFor, required, label, children, color = "muted", variant = "label3", hasError = false, showRequiredAsterisk = false, as = "label", className, ...rest }) => {
12
+ const FormLabel = (0, react.forwardRef)(function FormLabel({ htmlFor, required, label, children, color = "muted", variant = "label3", hasError = false, showRequiredAsterisk = false, as = "label", className, ...rest }, ref) {
12
13
  const contents = label ? (0, lodash_isFunction_js.default)(label) ? label() : label : children;
13
14
  if (!contents) return null;
14
15
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_components_Text.Text, {
16
+ ref,
15
17
  variant,
16
18
  color,
17
19
  as,
@@ -27,7 +29,7 @@ const FormLabel = ({ htmlFor, required, label, children, color = "muted", varian
27
29
  children: "*"
28
30
  })]
29
31
  });
30
- };
32
+ });
31
33
  FormLabel.displayName = "FormLabel";
32
34
 
33
35
  //#endregion
@@ -1,27 +1,12 @@
1
1
 
2
2
  import { UniversalFormLabelProps } from "../types/dist/index.cjs";
3
3
  import "../tokens/index.cjs";
4
+ import * as react from "react";
4
5
  import { PropsWithChildren } from "react";
5
- import * as react_jsx_runtime0 from "react/jsx-runtime";
6
6
 
7
7
  //#region src/components/FormLabel.d.ts
8
8
  type HtmlLabelProps = Omit<React.LabelHTMLAttributes<HTMLLabelElement>, 'color'>;
9
9
  interface FormLabelProps extends UniversalFormLabelProps, PropsWithChildren, HtmlLabelProps {}
10
- declare const FormLabel: {
11
- ({
12
- htmlFor,
13
- required,
14
- label,
15
- children,
16
- color,
17
- variant,
18
- hasError,
19
- showRequiredAsterisk,
20
- as,
21
- className,
22
- ...rest
23
- }: FormLabelProps): react_jsx_runtime0.JSX.Element | null;
24
- displayName: string;
25
- };
10
+ declare const FormLabel: react.ForwardRefExoticComponent<FormLabelProps & react.RefAttributes<HTMLElement>>;
26
11
  //#endregion
27
12
  export { FormLabel, type FormLabelProps };
@@ -1,27 +1,12 @@
1
1
 
2
2
  import { UniversalFormLabelProps } from "../types/dist/index.js";
3
3
  import "../tokens/index.js";
4
+ import * as react from "react";
4
5
  import { PropsWithChildren } from "react";
5
- import * as react_jsx_runtime0 from "react/jsx-runtime";
6
6
 
7
7
  //#region src/components/FormLabel.d.ts
8
8
  type HtmlLabelProps = Omit<React.LabelHTMLAttributes<HTMLLabelElement>, 'color'>;
9
9
  interface FormLabelProps extends UniversalFormLabelProps, PropsWithChildren, HtmlLabelProps {}
10
- declare const FormLabel: {
11
- ({
12
- htmlFor,
13
- required,
14
- label,
15
- children,
16
- color,
17
- variant,
18
- hasError,
19
- showRequiredAsterisk,
20
- as,
21
- className,
22
- ...rest
23
- }: FormLabelProps): react_jsx_runtime0.JSX.Element | null;
24
- displayName: string;
25
- };
10
+ declare const FormLabel: react.ForwardRefExoticComponent<FormLabelProps & react.RefAttributes<HTMLElement>>;
26
11
  //#endregion
27
12
  export { FormLabel, type FormLabelProps };
@@ -1,14 +1,16 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  import { cx } from "../styles/styler.js";
3
3
  import { Text } from "./Text.js";
4
+ import { forwardRef } from "react";
4
5
  import { jsx, jsxs } from "react/jsx-runtime";
5
6
  import { isFunction } from "lodash-es";
6
7
 
7
8
  //#region src/components/FormLabel.tsx
8
- const FormLabel = ({ htmlFor, required, label, children, color = "muted", variant = "label3", hasError = false, showRequiredAsterisk = false, as = "label", className, ...rest }) => {
9
+ const FormLabel = forwardRef(function FormLabel({ htmlFor, required, label, children, color = "muted", variant = "label3", hasError = false, showRequiredAsterisk = false, as = "label", className, ...rest }, ref) {
9
10
  const contents = label ? isFunction(label) ? label() : label : children;
10
11
  if (!contents) return null;
11
12
  return /* @__PURE__ */ jsxs(Text, {
13
+ ref,
12
14
  variant,
13
15
  color,
14
16
  as,
@@ -24,7 +26,7 @@ const FormLabel = ({ htmlFor, required, label, children, color = "muted", varian
24
26
  children: "*"
25
27
  })]
26
28
  });
27
- };
29
+ });
28
30
  FormLabel.displayName = "FormLabel";
29
31
 
30
32
  //#endregion
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
3
3
  const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
4
4
  const require_styles_styler = require('../styles/styler.cjs');
5
+ let react = require("react");
5
6
  let react_jsx_runtime = require("react/jsx-runtime");
6
7
 
7
8
  //#region src/components/Image.tsx
@@ -28,8 +29,9 @@ let react_jsx_runtime = require("react/jsx-runtime");
28
29
  *
29
30
  * @related [Box](https://uds.build/docs/components/box)
30
31
  */
31
- function Image({ width: imageWidth, height: imageHeight, src, alt, contentFit, backgroundColor, borderRadius, borderTopStartRadius, borderTopEndRadius, borderBottomStartRadius, borderBottomEndRadius, borderColor, borderStartColor, borderEndColor, borderTopColor, borderBottomColor, borderWidth, borderVerticalWidth, borderHorizontalWidth, borderStartWidth, borderEndWidth, borderTopWidth, borderBottomWidth, alignContent, alignItems, alignSelf, flex, flexDirection, flexGrow, flexShrink, flexWrap, justifyContent, flexBasis, display, overflow, overflowX, overflowY, position, spacing, spacingHorizontal, spacingVertical, spacingBottom, spacingEnd, spacingStart, spacingTop, offset, offsetVertical, offsetHorizontal, offsetBottom, offsetEnd, offsetStart, offsetTop, columnGap, rowGap, ...props }) {
32
+ const Image = (0, react.forwardRef)(function Image({ width: imageWidth, height: imageHeight, src, alt, contentFit, backgroundColor, borderRadius, borderTopStartRadius, borderTopEndRadius, borderBottomStartRadius, borderBottomEndRadius, borderColor, borderStartColor, borderEndColor, borderTopColor, borderBottomColor, borderWidth, borderVerticalWidth, borderHorizontalWidth, borderStartWidth, borderEndWidth, borderTopWidth, borderBottomWidth, alignContent, alignItems, alignSelf, flex, flexDirection, flexGrow, flexShrink, flexWrap, justifyContent, flexBasis, display, overflow, overflowX, overflowY, position, spacing, spacingHorizontal, spacingVertical, spacingBottom, spacingEnd, spacingStart, spacingTop, offset, offsetVertical, offsetHorizontal, offsetBottom, offsetEnd, offsetStart, offsetTop, columnGap, rowGap, ...props }, ref) {
32
33
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("img", {
34
+ ref,
33
35
  src,
34
36
  alt,
35
37
  className: require_styles_styler.getStyles({
@@ -90,7 +92,7 @@ function Image({ width: imageWidth, height: imageHeight, src, alt, contentFit, b
90
92
  },
91
93
  ...props
92
94
  });
93
- }
95
+ });
94
96
  Image.displayName = "Image";
95
97
 
96
98
  //#endregion