@yahoo/uds 3.132.2 → 3.133.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 (287) hide show
  1. package/dist/automated-config/dist/properties.d.cts +1 -1
  2. package/dist/automated-config/dist/properties.d.ts +1 -1
  3. package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +1 -1
  4. package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +1 -1
  5. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  6. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  7. package/dist/components/{client/Avatar → Avatar}/Avatar.cjs +21 -6
  8. package/dist/components/{client/Avatar → Avatar}/Avatar.d.cts +3 -3
  9. package/dist/components/{client/Avatar → Avatar}/Avatar.d.ts +3 -4
  10. package/dist/components/{client/Avatar → Avatar}/Avatar.js +20 -5
  11. package/dist/components/{client/Avatar → Avatar}/AvatarIcon.cjs +11 -12
  12. package/dist/components/{client/Avatar → Avatar}/AvatarIcon.d.cts +5 -4
  13. package/dist/components/{client/Avatar → Avatar}/AvatarIcon.d.ts +5 -5
  14. package/dist/components/{client/Avatar → Avatar}/AvatarIcon.js +6 -7
  15. package/dist/components/Avatar/AvatarImage.types.cjs +1 -0
  16. package/dist/components/Avatar/AvatarImage.types.d.cts +19 -0
  17. package/dist/components/Avatar/AvatarImage.types.d.ts +19 -0
  18. package/dist/components/Avatar/AvatarImage.types.js +1 -0
  19. package/dist/components/Avatar/AvatarImageNoFallback.cjs +53 -0
  20. package/dist/components/Avatar/AvatarImageNoFallback.d.cts +18 -0
  21. package/dist/components/Avatar/AvatarImageNoFallback.d.ts +18 -0
  22. package/dist/components/Avatar/AvatarImageNoFallback.js +51 -0
  23. package/dist/components/{client/Avatar → Avatar}/AvatarText.cjs +11 -11
  24. package/dist/components/{client/Avatar → Avatar}/AvatarText.d.cts +5 -4
  25. package/dist/components/{client/Avatar → Avatar}/AvatarText.d.ts +5 -5
  26. package/dist/components/{client/Avatar → Avatar}/AvatarText.js +5 -5
  27. package/dist/components/Avatar/index.cjs +11 -0
  28. package/dist/components/Avatar/index.d.cts +6 -0
  29. package/dist/components/Avatar/index.d.ts +6 -0
  30. package/dist/components/Avatar/index.js +7 -0
  31. package/dist/components/{client/Avatar → Avatar}/utils.cjs +3 -4
  32. package/dist/components/{client/Avatar → Avatar}/utils.d.cts +4 -4
  33. package/dist/components/{client/Avatar → Avatar}/utils.d.ts +4 -5
  34. package/dist/components/{client/Avatar → Avatar}/utils.js +2 -3
  35. package/dist/components/Banner/Banner.cjs +2 -2
  36. package/dist/components/Banner/Banner.d.cts +1 -1
  37. package/dist/components/Banner/Banner.d.ts +1 -1
  38. package/dist/components/Banner/Banner.js +2 -2
  39. package/dist/components/Banner/utils.d.cts +1 -1
  40. package/dist/components/Banner/utils.d.ts +1 -1
  41. package/dist/components/Box.d.cts +1 -1
  42. package/dist/components/Box.d.ts +1 -1
  43. package/dist/components/Divider/DividerCore.cjs +1 -1
  44. package/dist/components/Divider/DividerCore.d.cts +2 -2
  45. package/dist/components/Divider/DividerCore.d.ts +2 -2
  46. package/dist/components/Divider/DividerCore.js +1 -1
  47. package/dist/components/Divider/DividerInternal.d.cts +1 -1
  48. package/dist/components/Divider/DividerInternal.d.ts +1 -1
  49. package/dist/components/FormLabel.d.cts +1 -1
  50. package/dist/components/FormLabel.d.ts +1 -1
  51. package/dist/components/HStack.d.cts +1 -1
  52. package/dist/components/HStack.d.ts +1 -1
  53. package/dist/components/Icon.cjs +15 -6
  54. package/dist/components/Icon.d.cts +0 -1
  55. package/dist/components/Icon.d.ts +0 -1
  56. package/dist/components/Icon.js +16 -7
  57. package/dist/components/IconSlot.cjs +25 -6
  58. package/dist/components/IconSlot.d.cts +3 -2
  59. package/dist/components/IconSlot.d.ts +3 -2
  60. package/dist/components/IconSlot.js +25 -5
  61. package/dist/components/Image.d.cts +1 -1
  62. package/dist/components/Image.d.ts +1 -1
  63. package/dist/components/Link.d.cts +1 -1
  64. package/dist/components/Link.d.ts +1 -1
  65. package/dist/components/Text.d.cts +1 -1
  66. package/dist/components/Text.d.ts +1 -1
  67. package/dist/components/VStack.d.cts +1 -1
  68. package/dist/components/VStack.d.ts +1 -1
  69. package/dist/components/client/Avatar/AvatarImage.cjs +37 -58
  70. package/dist/components/client/Avatar/AvatarImage.d.cts +2 -16
  71. package/dist/components/client/Avatar/AvatarImage.d.ts +2 -16
  72. package/dist/components/client/Avatar/AvatarImage.js +36 -57
  73. package/dist/components/client/Avatar/index.cjs +1 -7
  74. package/dist/components/client/Avatar/index.d.cts +3 -5
  75. package/dist/components/client/Avatar/index.d.ts +3 -5
  76. package/dist/components/client/Avatar/index.js +1 -4
  77. package/dist/components/client/Badge.d.cts +1 -1
  78. package/dist/components/client/Badge.d.ts +1 -1
  79. package/dist/components/client/BottomSheet/BottomSheet.d.cts +1 -1
  80. package/dist/components/client/BottomSheet/BottomSheet.d.ts +1 -1
  81. package/dist/components/client/BottomSheet/BottomSheetContent.d.cts +1 -1
  82. package/dist/components/client/BottomSheet/BottomSheetContent.d.ts +1 -1
  83. package/dist/components/client/BottomSheet/BottomSheetHandle.d.cts +1 -1
  84. package/dist/components/client/BottomSheet/BottomSheetHandle.d.ts +1 -1
  85. package/dist/components/client/BottomSheet/BottomSheetHeader.cjs +1 -1
  86. package/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +1 -1
  87. package/dist/components/client/BottomSheet/BottomSheetHeader.d.ts +1 -1
  88. package/dist/components/client/BottomSheet/BottomSheetHeader.js +1 -1
  89. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.cts +1 -1
  90. package/dist/components/client/BottomSheet/useBottomSheetSnapModel.d.ts +1 -1
  91. package/dist/components/client/BottomSheet/utils.d.cts +1 -1
  92. package/dist/components/client/BottomSheet/utils.d.ts +1 -1
  93. package/dist/components/client/Button.cjs +1 -1
  94. package/dist/components/client/Button.d.cts +1 -1
  95. package/dist/components/client/Button.d.ts +1 -1
  96. package/dist/components/client/Button.js +1 -1
  97. package/dist/components/client/Checkbox.cjs +2 -2
  98. package/dist/components/client/Checkbox.d.cts +1 -1
  99. package/dist/components/client/Checkbox.d.ts +1 -1
  100. package/dist/components/client/Checkbox.js +2 -2
  101. package/dist/components/client/Chip/ChipBase.d.cts +1 -1
  102. package/dist/components/client/Chip/ChipBase.d.ts +1 -1
  103. package/dist/components/client/Chip/ChipButton.d.cts +1 -1
  104. package/dist/components/client/Chip/ChipButton.d.ts +1 -1
  105. package/dist/components/client/Chip/ChipDismissible.cjs +2 -2
  106. package/dist/components/client/Chip/ChipDismissible.d.cts +1 -1
  107. package/dist/components/client/Chip/ChipDismissible.d.ts +1 -1
  108. package/dist/components/client/Chip/ChipDismissible.js +2 -2
  109. package/dist/components/client/Chip/ChipLink.d.cts +1 -1
  110. package/dist/components/client/Chip/ChipLink.d.ts +1 -1
  111. package/dist/components/client/Chip/ChipToggle.d.cts +1 -1
  112. package/dist/components/client/Chip/ChipToggle.d.ts +1 -1
  113. package/dist/components/client/IconButton.cjs +7 -2
  114. package/dist/components/client/IconButton.js +7 -2
  115. package/dist/components/client/Input/Input.cjs +5 -9
  116. package/dist/components/client/Input/Input.d.cts +1 -1
  117. package/dist/components/client/Input/Input.d.ts +1 -1
  118. package/dist/components/client/Input/Input.js +6 -10
  119. package/dist/components/client/Input/InputHelpTextInternal.d.cts +1 -1
  120. package/dist/components/client/Input/InputHelpTextInternal.d.ts +1 -1
  121. package/dist/components/client/Menu/Menu.Content.d.cts +1 -1
  122. package/dist/components/client/Menu/Menu.Content.d.ts +1 -1
  123. package/dist/components/client/Menu/Menu.Item.d.cts +1 -1
  124. package/dist/components/client/Menu/Menu.Item.d.ts +1 -1
  125. package/dist/components/client/Menu/Menu.ItemBase.cjs +1 -1
  126. package/dist/components/client/Menu/Menu.ItemBase.d.cts +1 -1
  127. package/dist/components/client/Menu/Menu.ItemBase.d.ts +1 -1
  128. package/dist/components/client/Menu/Menu.ItemBase.js +1 -1
  129. package/dist/components/client/Menu/Menu.ItemCheckbox.cjs +1 -1
  130. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
  131. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
  132. package/dist/components/client/Menu/Menu.ItemCheckbox.js +1 -1
  133. package/dist/components/client/Popover/Popover.d.cts +1 -1
  134. package/dist/components/client/Popover/Popover.d.ts +1 -1
  135. package/dist/components/client/Popover/PopoverContent.cjs +3 -3
  136. package/dist/components/client/Popover/PopoverContent.d.cts +1 -1
  137. package/dist/components/client/Popover/PopoverContent.d.ts +1 -1
  138. package/dist/components/client/Popover/PopoverContent.js +3 -3
  139. package/dist/components/client/Popover/PopoverTrigger.d.cts +1 -1
  140. package/dist/components/client/Popover/PopoverTrigger.d.ts +1 -1
  141. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  142. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  143. package/dist/components/client/Popover/index.d.cts +1 -1
  144. package/dist/components/client/Popover/index.d.ts +1 -1
  145. package/dist/components/client/Pressable.d.cts +1 -1
  146. package/dist/components/client/Pressable.d.ts +1 -1
  147. package/dist/components/client/Radio/Radio.d.cts +1 -1
  148. package/dist/components/client/Radio/Radio.d.ts +1 -1
  149. package/dist/components/client/Radio/RadioGroupProvider.d.cts +1 -1
  150. package/dist/components/client/Radio/RadioGroupProvider.d.ts +1 -1
  151. package/dist/components/client/SpringMotionConfig.d.cts +1 -1
  152. package/dist/components/client/SpringMotionConfig.d.ts +1 -1
  153. package/dist/components/client/Switch.cjs +1 -1
  154. package/dist/components/client/Switch.d.cts +1 -1
  155. package/dist/components/client/Switch.d.ts +1 -1
  156. package/dist/components/client/Switch.js +1 -1
  157. package/dist/components/client/Tabs/Tab.d.cts +1 -1
  158. package/dist/components/client/Tabs/Tab.d.ts +1 -1
  159. package/dist/components/client/Tabs/TabList.d.cts +1 -1
  160. package/dist/components/client/Tabs/TabList.d.ts +1 -1
  161. package/dist/components/client/Tabs/TabPanel.d.cts +1 -1
  162. package/dist/components/client/Tabs/TabPanel.d.ts +1 -1
  163. package/dist/components/client/Tabs/Tabs.d.cts +1 -1
  164. package/dist/components/client/Tabs/Tabs.d.ts +1 -1
  165. package/dist/components/client/Tabs/tabsContext.d.cts +1 -1
  166. package/dist/components/client/Tabs/tabsContext.d.ts +1 -1
  167. package/dist/components/client/Toast/Toast.cjs +1 -1
  168. package/dist/components/client/Toast/Toast.d.cts +1 -1
  169. package/dist/components/client/Toast/Toast.d.ts +1 -1
  170. package/dist/components/client/Toast/Toast.js +1 -1
  171. package/dist/components/client/Toast/ToastContainer.d.cts +1 -1
  172. package/dist/components/client/Toast/ToastContainer.d.ts +1 -1
  173. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +1 -1
  174. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +1 -1
  175. package/dist/components/client/Toast/createToast.d.cts +1 -1
  176. package/dist/components/client/Toast/createToast.d.ts +1 -1
  177. package/dist/components/client/Tooltip/Tooltip.d.cts +1 -1
  178. package/dist/components/client/Tooltip/Tooltip.d.ts +1 -1
  179. package/dist/components/client/Tooltip/TooltipContent.cjs +1 -1
  180. package/dist/components/client/Tooltip/TooltipContent.d.cts +2 -2
  181. package/dist/components/client/Tooltip/TooltipContent.d.ts +2 -2
  182. package/dist/components/client/Tooltip/TooltipContent.js +1 -1
  183. package/dist/components/client/Tooltip/TooltipTrigger.d.cts +1 -1
  184. package/dist/components/client/Tooltip/TooltipTrigger.d.ts +1 -1
  185. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +1 -1
  186. package/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.ts +1 -1
  187. package/dist/components/client/Tooltip/index.d.cts +1 -1
  188. package/dist/components/client/Tooltip/index.d.ts +1 -1
  189. package/dist/components/client/buttonConstants.d.cts +1 -1
  190. package/dist/components/client/buttonConstants.d.ts +1 -1
  191. package/dist/components/client/index.cjs +1 -7
  192. package/dist/components/client/index.d.cts +4 -6
  193. package/dist/components/client/index.d.ts +4 -6
  194. package/dist/components/client/index.js +2 -5
  195. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +1 -1
  196. package/dist/components/client/providers/UDSBreakpointsConfigProvider.d.ts +1 -1
  197. package/dist/components/experimental/Table.cjs +1 -1
  198. package/dist/components/experimental/Table.d.cts +2 -2
  199. package/dist/components/experimental/Table.d.ts +2 -2
  200. package/dist/components/experimental/Table.js +1 -1
  201. package/dist/components/experimental/client/Accordion.cjs +1 -1
  202. package/dist/components/experimental/client/Accordion.js +1 -1
  203. package/dist/components/experimental/client/SegmentedControl.cjs +1 -1
  204. package/dist/components/experimental/client/SegmentedControl.js +1 -1
  205. package/dist/components/experimental/client/SwitchV2.cjs +1 -1
  206. package/dist/components/experimental/client/SwitchV2.d.cts +1 -1
  207. package/dist/components/experimental/client/SwitchV2.d.ts +1 -1
  208. package/dist/components/experimental/client/SwitchV2.js +1 -1
  209. package/dist/components/index.cjs +16 -13
  210. package/dist/components/index.d.cts +10 -7
  211. package/dist/components/index.d.ts +10 -7
  212. package/dist/components/index.js +10 -8
  213. package/dist/config/dist/index.d.cts +1 -1
  214. package/dist/config/dist/index.d.ts +1 -1
  215. package/dist/css-tokens/dist/index.d.cts +1 -1
  216. package/dist/css-tokens/dist/index.d.ts +1 -1
  217. package/dist/fixtures/dist/index.d.cts +1 -1
  218. package/dist/fixtures/dist/index.d.ts +1 -1
  219. package/dist/fixtures/index.d.cts +1 -1
  220. package/dist/fixtures/index.d.ts +1 -1
  221. package/dist/fonts/dist/index.d.cts +1 -1
  222. package/dist/fonts/dist/index.d.ts +1 -1
  223. package/dist/index.cjs +12 -10
  224. package/dist/index.d.cts +10 -8
  225. package/dist/index.d.ts +10 -8
  226. package/dist/index.js +9 -8
  227. package/dist/modes/dist/index.d.cts +1 -1
  228. package/dist/modes/dist/index.d.ts +1 -1
  229. package/dist/motion-tokens/dist/index.d.cts +1 -1
  230. package/dist/motion-tokens/dist/index.d.ts +1 -1
  231. package/dist/providers/ColorModeProvider.d.cts +1 -1
  232. package/dist/providers/ColorModeProvider.d.ts +1 -1
  233. package/dist/providers/ScaleModeProvider.d.cts +1 -1
  234. package/dist/providers/ScaleModeProvider.d.ts +1 -1
  235. package/dist/providers/ThemeProvider.d.cts +1 -1
  236. package/dist/providers/ThemeProvider.d.ts +1 -1
  237. package/dist/runtime/bottomSheetConfig.d.cts +1 -1
  238. package/dist/runtime/bottomSheetConfig.d.ts +1 -1
  239. package/dist/runtime/breakpointsConfig.d.cts +1 -1
  240. package/dist/runtime/breakpointsConfig.d.ts +1 -1
  241. package/dist/runtime/popoverConfig.d.cts +1 -1
  242. package/dist/runtime/popoverConfig.d.ts +1 -1
  243. package/dist/runtime/toastConfig.d.cts +1 -1
  244. package/dist/runtime/toastConfig.d.ts +1 -1
  245. package/dist/runtime/tooltipConfig.d.cts +1 -1
  246. package/dist/runtime/tooltipConfig.d.ts +1 -1
  247. package/dist/styles/styler.d.cts +38 -38
  248. package/dist/styles/styler.d.ts +38 -38
  249. package/dist/styles/stylerTypes.d.cts +1 -1
  250. package/dist/styles/stylerTypes.d.ts +1 -1
  251. package/dist/tailwind/dist/types/dist/index.d.cts.map +1 -1
  252. package/dist/tailwind/dist/types/dist/index.d.ts.map +1 -1
  253. package/dist/tokens/configs/borderRadius.d.cts +1 -1
  254. package/dist/tokens/configs/borderRadius.d.ts +1 -1
  255. package/dist/tokens/configs/borderWidth.d.cts +1 -1
  256. package/dist/tokens/configs/borderWidth.d.ts +1 -1
  257. package/dist/tokens/configs/font.d.cts +1 -1
  258. package/dist/tokens/configs/font.d.ts +1 -1
  259. package/dist/tokens/configs/scaleMode.d.cts +1 -1
  260. package/dist/tokens/configs/scaleMode.d.ts +1 -1
  261. package/dist/tokens/configs/shadow.d.cts +1 -1
  262. package/dist/tokens/configs/shadow.d.ts +1 -1
  263. package/dist/tokens/configs/sizes.d.cts +1 -1
  264. package/dist/tokens/configs/sizes.d.ts +1 -1
  265. package/dist/tokens/configs/typography.d.cts +1 -1
  266. package/dist/tokens/configs/typography.d.ts +1 -1
  267. package/dist/tokens/index.d.cts +2 -2
  268. package/dist/tokens/index.d.ts +2 -2
  269. package/dist/tokens/parseButtonVariants.d.cts +1 -1
  270. package/dist/tokens/parseButtonVariants.d.ts +1 -1
  271. package/dist/tokens/types.d.cts +7 -7
  272. package/dist/tokens/types.d.ts +7 -7
  273. package/dist/tokens/utils/spectrum.d.cts +1 -1
  274. package/dist/tokens/utils/spectrum.d.ts +1 -1
  275. package/dist/types/{dist → src}/index.d.cts +35 -23
  276. package/dist/types/{dist → src}/index.d.ts +35 -23
  277. package/dist/uds/generated/componentData.cjs +515 -495
  278. package/dist/uds/generated/componentData.js +511 -497
  279. package/dist/uds/generated/tailwindPurge.cjs +128 -104
  280. package/dist/uds/generated/tailwindPurge.js +128 -104
  281. package/dist/utils/isElevationAlias.d.cts +1 -1
  282. package/dist/utils/isElevationAlias.d.ts +1 -1
  283. package/generated/componentData.json +1095 -1087
  284. package/generated/tailwindPurge.ts +3 -3
  285. package/package.json +1 -1
  286. package/dist/icons/dist/types.d.cts +0 -30
  287. package/dist/icons/dist/types.d.ts +0 -30
@@ -1,5 +1,5 @@
1
1
 
2
- import { ImagePropsWithImgProps } from "../types/dist/index.js";
2
+ import { ImagePropsWithImgProps } from "../types/src/index.js";
3
3
  import "../tokens/index.js";
4
4
  import * as react from "react";
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- import { UniversalLinkProps } from "../types/dist/index.cjs";
2
+ import { UniversalLinkProps } from "../types/src/index.cjs";
3
3
  import { IconPropsWithSVGProps } from "../tokens/types.cjs";
4
4
  import "../tokens/index.cjs";
5
5
  import * as react from "react";
@@ -1,5 +1,5 @@
1
1
 
2
- import { UniversalLinkProps } from "../types/dist/index.js";
2
+ import { UniversalLinkProps } from "../types/src/index.js";
3
3
  import { IconPropsWithSVGProps } from "../tokens/types.js";
4
4
  import "../tokens/index.js";
5
5
  import * as react from "react";
@@ -1,5 +1,5 @@
1
1
 
2
- import { UniversalTextProps } from "../types/dist/index.cjs";
2
+ import { UniversalTextProps } from "../types/src/index.cjs";
3
3
  import "../tokens/index.cjs";
4
4
  import * as react from "react";
5
5
  import { JSX, ReactNode, Ref } from "react";
@@ -1,5 +1,5 @@
1
1
 
2
- import { UniversalTextProps } from "../types/dist/index.js";
2
+ import { UniversalTextProps } from "../types/src/index.js";
3
3
  import "../tokens/index.js";
4
4
  import * as react from "react";
5
5
  import { JSX, ReactNode, Ref } from "react";
@@ -1,5 +1,5 @@
1
1
 
2
- import { UniversalStackProps } from "../types/dist/index.cjs";
2
+ import { UniversalStackProps } from "../types/src/index.cjs";
3
3
  import "../tokens/index.cjs";
4
4
  import { DivProps } from "./Box.cjs";
5
5
  import * as react from "react";
@@ -1,5 +1,5 @@
1
1
 
2
- import { UniversalStackProps } from "../types/dist/index.js";
2
+ import { UniversalStackProps } from "../types/src/index.js";
3
3
  import "../tokens/index.js";
4
4
  import { DivProps } from "./Box.js";
5
5
  import * as react from "react";
@@ -2,12 +2,9 @@
2
2
  "use client";
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
  const require_runtime = require('../../../_virtual/_rolldown/runtime.cjs');
5
- const require_styles_styler = require('../../../styles/styler.cjs');
6
- const require_components_Box = require('../../Box.cjs');
7
- const require_components_Image = require('../../Image.cjs');
8
- const require_components_client_Avatar_utils = require('./utils.cjs');
9
- const require_components_client_Avatar_AvatarIcon = require('./AvatarIcon.cjs');
10
- const require_components_client_Avatar_AvatarText = require('./AvatarText.cjs');
5
+ const require_components_Avatar_AvatarIcon = require('../../Avatar/AvatarIcon.cjs');
6
+ const require_components_Avatar_AvatarImageNoFallback = require('../../Avatar/AvatarImageNoFallback.cjs');
7
+ const require_components_Avatar_AvatarText = require('../../Avatar/AvatarText.cjs');
11
8
  let react = require("react");
12
9
  let react_jsx_runtime = require("react/jsx-runtime");
13
10
 
@@ -15,77 +12,59 @@ let react_jsx_runtime = require("react/jsx-runtime");
15
12
  /**
16
13
  * **AvatarImage Component**
17
14
  *
18
- * Renders an Avatar with an image. If the image fails to load, it falls back first to
19
- * a text representation (if a name or initials are provided) and then to an icon.
15
+ * Renders an Avatar with an image.
20
16
  *
21
17
  * @param props - Props for image variant.
22
18
  * @returns The AvatarImage element.
23
19
  */
24
- const AvatarImage = (0, react.forwardRef)(({ size = require_components_client_Avatar_utils.DEFAULT_AVATAR_SIZE, variant = require_components_client_Avatar_utils.DEFAULT_AVATAR_VARIANT, src, srcSet, customSize, alt, abbreviationStrategy, fallback, className, imageProps, slotProps, ...props }, ref) => {
25
- const [loadingState, setLoadingState] = (0, react.useState)("loading");
20
+ const AvatarImage = (0, react.forwardRef)((props, ref) => {
21
+ const { src, srcSet, alt, fallback, abbreviationStrategy, slotProps, ...restProps } = props;
22
+ const hasImageSource = Boolean(src || srcSet);
23
+ const imageSourceKey = `${src ?? ""}::${srcSet ?? ""}`;
24
+ const [resolvedImageState, setResolvedImageState] = (0, react.useState)(null);
26
25
  (0, react.useEffect)(() => {
26
+ if (!hasImageSource) return;
27
27
  let mounted = true;
28
- if (src || srcSet) {
29
- const img = new Image();
30
- img.onload = () => {
31
- if (mounted) setLoadingState("loaded");
32
- };
33
- img.onerror = () => {
34
- if (mounted) setLoadingState("error");
35
- };
36
- if (src) img.src = src;
37
- if (srcSet) img.srcset = srcSet;
38
- } else setLoadingState("error");
28
+ const img = new Image();
29
+ img.onload = () => {
30
+ if (mounted) setResolvedImageState({
31
+ sourceKey: imageSourceKey,
32
+ status: "loaded"
33
+ });
34
+ };
35
+ img.onerror = () => {
36
+ if (mounted) setResolvedImageState({
37
+ sourceKey: imageSourceKey,
38
+ status: "error"
39
+ });
40
+ };
41
+ if (src) img.src = src;
42
+ if (srcSet) img.srcset = srcSet;
39
43
  return () => {
40
44
  mounted = false;
41
45
  };
42
- }, [src, srcSet]);
43
- const classNames = (0, react.useMemo)(() => ({
44
- root: require_components_client_Avatar_utils.buildAvatarRootClasses(size, {
45
- avatarImageVariantRoot: variant,
46
- className: require_styles_styler.cx("overflow-hidden", className)
47
- }),
48
- contents: require_styles_styler.cx("w-full", "h-full", "shrink-0", "text-center", "inline-flex", "justify-center", "items-center", "object-cover")
49
- }), [
50
- className,
51
- size,
52
- variant
46
+ }, [
47
+ hasImageSource,
48
+ imageSourceKey,
49
+ src,
50
+ srcSet
53
51
  ]);
54
- const inlineStyles = (0, react.useMemo)(() => require_components_client_Avatar_utils.buildInlineSizeStyles(customSize), [customSize]);
55
- if (loadingState === "loaded") return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_components_Box.Box, {
52
+ if ((!hasImageSource ? "error" : resolvedImageState?.sourceKey === imageSourceKey ? resolvedImageState.status : "loading") === "loaded") return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_components_Avatar_AvatarImageNoFallback.AvatarImageNoFallback, {
56
53
  ref,
57
- className: classNames.root,
58
- style: inlineStyles.root,
59
- ...props,
60
- children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_components_Image.Image, {
61
- src,
62
- srcSet,
63
- alt,
64
- className: classNames.contents,
65
- style: inlineStyles.contents,
66
- ...imageProps,
67
- ...slotProps?.image
68
- })
54
+ ...props
69
55
  });
70
- const sharedProps = {
71
- ...props,
72
- className,
73
- size,
74
- customSize,
75
- variant
76
- };
77
- if (fallback || alt) return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_components_client_Avatar_AvatarText.AvatarText, {
56
+ if (fallback || alt) return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_components_Avatar_AvatarText.AvatarText, {
78
57
  ref,
79
58
  name: alt,
80
59
  initials: fallback,
81
60
  abbreviationStrategy,
82
61
  slotProps: { text: slotProps?.text },
83
- ...sharedProps
62
+ ...restProps
84
63
  });
85
- return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_components_client_Avatar_AvatarIcon.AvatarIcon, {
64
+ return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_components_Avatar_AvatarIcon.AvatarIcon, {
86
65
  ref,
87
- ...sharedProps,
88
- slotProps: { icon: slotProps?.icon }
66
+ slotProps: { icon: slotProps?.icon },
67
+ ...restProps
89
68
  });
90
69
  });
91
70
  AvatarImage.displayName = "AvatarImage";
@@ -1,26 +1,12 @@
1
1
 
2
- import { ImagePropsWithImgProps } from "../../../types/dist/index.cjs";
3
- import { UniversalAvatarImageProps } from "../../../tokens/types.cjs";
4
- import "../../../tokens/index.cjs";
5
- import { AvatarIconProps } from "./AvatarIcon.cjs";
6
- import { AvatarTextProps } from "./AvatarText.cjs";
2
+ import { AvatarImageProps } from "../../Avatar/AvatarImage.types.cjs";
7
3
  import * as react from "react";
8
4
 
9
5
  //#region src/components/client/Avatar/AvatarImage.d.ts
10
- type DataAttributes = {
11
- [name: `data-${string}`]: string;
12
- };
13
- interface AvatarImageProps extends UniversalAvatarImageProps {
14
- /** Props to be passed into various slots within the component. */
15
- slotProps?: {
16
- image?: Partial<Omit<ImagePropsWithImgProps, 'src' | 'srcSet' | 'alt' | 'className' | 'height' | 'width'> & DataAttributes>;
17
- } & AvatarIconProps['slotProps'] & AvatarTextProps['slotProps'];
18
- }
19
6
  /**
20
7
  * **AvatarImage Component**
21
8
  *
22
- * Renders an Avatar with an image. If the image fails to load, it falls back first to
23
- * a text representation (if a name or initials are provided) and then to an icon.
9
+ * Renders an Avatar with an image.
24
10
  *
25
11
  * @param props - Props for image variant.
26
12
  * @returns The AvatarImage element.
@@ -1,27 +1,13 @@
1
1
 
2
2
  "use client";
3
- import { ImagePropsWithImgProps } from "../../../types/dist/index.js";
4
- import { UniversalAvatarImageProps } from "../../../tokens/types.js";
5
- import "../../../tokens/index.js";
6
- import { AvatarIconProps } from "./AvatarIcon.js";
7
- import { AvatarTextProps } from "./AvatarText.js";
3
+ import { AvatarImageProps } from "../../Avatar/AvatarImage.types.js";
8
4
  import * as react from "react";
9
5
 
10
6
  //#region src/components/client/Avatar/AvatarImage.d.ts
11
- type DataAttributes = {
12
- [name: `data-${string}`]: string;
13
- };
14
- interface AvatarImageProps extends UniversalAvatarImageProps {
15
- /** Props to be passed into various slots within the component. */
16
- slotProps?: {
17
- image?: Partial<Omit<ImagePropsWithImgProps, 'src' | 'srcSet' | 'alt' | 'className' | 'height' | 'width'> & DataAttributes>;
18
- } & AvatarIconProps['slotProps'] & AvatarTextProps['slotProps'];
19
- }
20
7
  /**
21
8
  * **AvatarImage Component**
22
9
  *
23
- * Renders an Avatar with an image. If the image fails to load, it falls back first to
24
- * a text representation (if a name or initials are provided) and then to an icon.
10
+ * Renders an Avatar with an image.
25
11
  *
26
12
  * @param props - Props for image variant.
27
13
  * @returns The AvatarImage element.
@@ -1,89 +1,68 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  "use client";
3
- import { cx } from "../../../styles/styler.js";
4
- import { Box } from "../../Box.js";
5
- import { Image as Image$1 } from "../../Image.js";
6
- import { DEFAULT_AVATAR_SIZE, DEFAULT_AVATAR_VARIANT, buildAvatarRootClasses, buildInlineSizeStyles } from "./utils.js";
7
- import { AvatarIcon } from "./AvatarIcon.js";
8
- import { AvatarText } from "./AvatarText.js";
9
- import { forwardRef, useEffect, useMemo, useState } from "react";
3
+ import { AvatarIcon } from "../../Avatar/AvatarIcon.js";
4
+ import { AvatarImageNoFallback } from "../../Avatar/AvatarImageNoFallback.js";
5
+ import { AvatarText } from "../../Avatar/AvatarText.js";
6
+ import { forwardRef, useEffect, useState } from "react";
10
7
  import { jsx } from "react/jsx-runtime";
11
8
 
12
9
  //#region src/components/client/Avatar/AvatarImage.tsx
13
10
  /**
14
11
  * **AvatarImage Component**
15
12
  *
16
- * Renders an Avatar with an image. If the image fails to load, it falls back first to
17
- * a text representation (if a name or initials are provided) and then to an icon.
13
+ * Renders an Avatar with an image.
18
14
  *
19
15
  * @param props - Props for image variant.
20
16
  * @returns The AvatarImage element.
21
17
  */
22
- const AvatarImage = forwardRef(({ size = DEFAULT_AVATAR_SIZE, variant = DEFAULT_AVATAR_VARIANT, src, srcSet, customSize, alt, abbreviationStrategy, fallback, className, imageProps, slotProps, ...props }, ref) => {
23
- const [loadingState, setLoadingState] = useState("loading");
18
+ const AvatarImage = forwardRef((props, ref) => {
19
+ const { src, srcSet, alt, fallback, abbreviationStrategy, slotProps, ...restProps } = props;
20
+ const hasImageSource = Boolean(src || srcSet);
21
+ const imageSourceKey = `${src ?? ""}::${srcSet ?? ""}`;
22
+ const [resolvedImageState, setResolvedImageState] = useState(null);
24
23
  useEffect(() => {
24
+ if (!hasImageSource) return;
25
25
  let mounted = true;
26
- if (src || srcSet) {
27
- const img = new Image();
28
- img.onload = () => {
29
- if (mounted) setLoadingState("loaded");
30
- };
31
- img.onerror = () => {
32
- if (mounted) setLoadingState("error");
33
- };
34
- if (src) img.src = src;
35
- if (srcSet) img.srcset = srcSet;
36
- } else setLoadingState("error");
26
+ const img = new Image();
27
+ img.onload = () => {
28
+ if (mounted) setResolvedImageState({
29
+ sourceKey: imageSourceKey,
30
+ status: "loaded"
31
+ });
32
+ };
33
+ img.onerror = () => {
34
+ if (mounted) setResolvedImageState({
35
+ sourceKey: imageSourceKey,
36
+ status: "error"
37
+ });
38
+ };
39
+ if (src) img.src = src;
40
+ if (srcSet) img.srcset = srcSet;
37
41
  return () => {
38
42
  mounted = false;
39
43
  };
40
- }, [src, srcSet]);
41
- const classNames = useMemo(() => ({
42
- root: buildAvatarRootClasses(size, {
43
- avatarImageVariantRoot: variant,
44
- className: cx("overflow-hidden", className)
45
- }),
46
- contents: cx("w-full", "h-full", "shrink-0", "text-center", "inline-flex", "justify-center", "items-center", "object-cover")
47
- }), [
48
- className,
49
- size,
50
- variant
44
+ }, [
45
+ hasImageSource,
46
+ imageSourceKey,
47
+ src,
48
+ srcSet
51
49
  ]);
52
- const inlineStyles = useMemo(() => buildInlineSizeStyles(customSize), [customSize]);
53
- if (loadingState === "loaded") return /* @__PURE__ */ jsx(Box, {
50
+ if ((!hasImageSource ? "error" : resolvedImageState?.sourceKey === imageSourceKey ? resolvedImageState.status : "loading") === "loaded") return /* @__PURE__ */ jsx(AvatarImageNoFallback, {
54
51
  ref,
55
- className: classNames.root,
56
- style: inlineStyles.root,
57
- ...props,
58
- children: /* @__PURE__ */ jsx(Image$1, {
59
- src,
60
- srcSet,
61
- alt,
62
- className: classNames.contents,
63
- style: inlineStyles.contents,
64
- ...imageProps,
65
- ...slotProps?.image
66
- })
52
+ ...props
67
53
  });
68
- const sharedProps = {
69
- ...props,
70
- className,
71
- size,
72
- customSize,
73
- variant
74
- };
75
54
  if (fallback || alt) return /* @__PURE__ */ jsx(AvatarText, {
76
55
  ref,
77
56
  name: alt,
78
57
  initials: fallback,
79
58
  abbreviationStrategy,
80
59
  slotProps: { text: slotProps?.text },
81
- ...sharedProps
60
+ ...restProps
82
61
  });
83
62
  return /* @__PURE__ */ jsx(AvatarIcon, {
84
63
  ref,
85
- ...sharedProps,
86
- slotProps: { icon: slotProps?.icon }
64
+ slotProps: { icon: slotProps?.icon },
65
+ ...restProps
87
66
  });
88
67
  });
89
68
  AvatarImage.displayName = "AvatarImage";
@@ -1,12 +1,6 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  "use client";
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
- const require_components_client_Avatar_AvatarIcon = require('./AvatarIcon.cjs');
5
- const require_components_client_Avatar_AvatarText = require('./AvatarText.cjs');
6
4
  const require_components_client_Avatar_AvatarImage = require('./AvatarImage.cjs');
7
- const require_components_client_Avatar_Avatar = require('./Avatar.cjs');
8
5
 
9
- exports.Avatar = require_components_client_Avatar_Avatar.Avatar;
10
- exports.AvatarIcon = require_components_client_Avatar_AvatarIcon.AvatarIcon;
11
- exports.AvatarImage = require_components_client_Avatar_AvatarImage.AvatarImage;
12
- exports.AvatarText = require_components_client_Avatar_AvatarText.AvatarText;
6
+ exports.AvatarImage = require_components_client_Avatar_AvatarImage.AvatarImage;
@@ -1,6 +1,4 @@
1
1
 
2
- import { AvatarIcon, AvatarIconProps } from "./AvatarIcon.cjs";
3
- import { AvatarText, AvatarTextProps } from "./AvatarText.cjs";
4
- import { AvatarImage, AvatarImageProps } from "./AvatarImage.cjs";
5
- import { Avatar, AvatarProps } from "./Avatar.cjs";
6
- export { Avatar, AvatarIcon, type AvatarIconProps, AvatarImage, type AvatarImageProps, type AvatarProps, AvatarText, type AvatarTextProps };
2
+ import { AvatarImageProps } from "../../Avatar/AvatarImage.types.cjs";
3
+ import { AvatarImage } from "./AvatarImage.cjs";
4
+ export { AvatarImage, type AvatarImageProps };
@@ -1,7 +1,5 @@
1
1
 
2
2
  "use client";
3
- import { AvatarIcon, AvatarIconProps } from "./AvatarIcon.js";
4
- import { AvatarText, AvatarTextProps } from "./AvatarText.js";
5
- import { AvatarImage, AvatarImageProps } from "./AvatarImage.js";
6
- import { Avatar, AvatarProps } from "./Avatar.js";
7
- export { Avatar, AvatarIcon, type AvatarIconProps, AvatarImage, type AvatarImageProps, type AvatarProps, AvatarText, type AvatarTextProps };
3
+ import { AvatarImageProps } from "../../Avatar/AvatarImage.types.js";
4
+ import { AvatarImage } from "./AvatarImage.js";
5
+ export { AvatarImage, type AvatarImageProps };
@@ -1,8 +1,5 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  "use client";
3
- import { AvatarIcon } from "./AvatarIcon.js";
4
- import { AvatarText } from "./AvatarText.js";
5
3
  import { AvatarImage } from "./AvatarImage.js";
6
- import { Avatar } from "./Avatar.js";
7
4
 
8
- export { Avatar, AvatarIcon, AvatarImage, AvatarText };
5
+ export { AvatarImage };
@@ -1,5 +1,5 @@
1
1
 
2
- import { UniversalBadgeProps } from "../../types/dist/index.cjs";
2
+ import { UniversalBadgeProps } from "../../types/src/index.cjs";
3
3
  import "../../tokens/index.cjs";
4
4
  import { IconSlotProps } from "../IconSlot.cjs";
5
5
  import React from "react";
@@ -1,6 +1,6 @@
1
1
 
2
2
  "use client";
3
- import { UniversalBadgeProps } from "../../types/dist/index.js";
3
+ import { UniversalBadgeProps } from "../../types/src/index.js";
4
4
  import "../../tokens/index.js";
5
5
  import { IconSlotProps } from "../IconSlot.js";
6
6
  import React from "react";
@@ -1,5 +1,5 @@
1
1
 
2
- import { UniversalBottomSheetProps } from "../../../types/dist/index.cjs";
2
+ import { UniversalBottomSheetProps } from "../../../types/src/index.cjs";
3
3
  import { BottomSheetController } from "./useBottomSheetStore.cjs";
4
4
  import React from "react";
5
5
  import * as react_jsx_runtime0 from "react/jsx-runtime";
@@ -1,6 +1,6 @@
1
1
 
2
2
  "use client";
3
- import { UniversalBottomSheetProps } from "../../../types/dist/index.js";
3
+ import { UniversalBottomSheetProps } from "../../../types/src/index.js";
4
4
  import { BottomSheetController } from "./useBottomSheetStore.js";
5
5
  import React from "react";
6
6
  import * as react_jsx_runtime0 from "react/jsx-runtime";
@@ -1,5 +1,5 @@
1
1
 
2
- import { UniversalBottomSheetContentProps } from "../../../types/dist/index.cjs";
2
+ import { UniversalBottomSheetContentProps } from "../../../types/src/index.cjs";
3
3
  import * as react_jsx_runtime0 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/client/BottomSheet/BottomSheetContent.d.ts
@@ -1,6 +1,6 @@
1
1
 
2
2
  "use client";
3
- import { UniversalBottomSheetContentProps } from "../../../types/dist/index.js";
3
+ import { UniversalBottomSheetContentProps } from "../../../types/src/index.js";
4
4
  import * as react_jsx_runtime0 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/client/BottomSheet/BottomSheetContent.d.ts
@@ -1,5 +1,5 @@
1
1
 
2
- import { BottomSheetVariant } from "../../../types/dist/index.cjs";
2
+ import { BottomSheetVariant } from "../../../types/src/index.cjs";
3
3
  import * as react_jsx_runtime0 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/client/BottomSheet/BottomSheetHandle.d.ts
@@ -1,6 +1,6 @@
1
1
 
2
2
  "use client";
3
- import { BottomSheetVariant } from "../../../types/dist/index.js";
3
+ import { BottomSheetVariant } from "../../../types/src/index.js";
4
4
  import * as react_jsx_runtime0 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/client/BottomSheet/BottomSheetHandle.d.ts
@@ -3,8 +3,8 @@
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
  const require_runtime = require('../../../_virtual/_rolldown/runtime.cjs');
5
5
  const require_styles_styler = require('../../../styles/styler.cjs');
6
- const require_components_Text = require('../../Text.cjs');
7
6
  const require_components_Box = require('../../Box.cjs');
7
+ const require_components_Text = require('../../Text.cjs');
8
8
  let react_jsx_runtime = require("react/jsx-runtime");
9
9
 
10
10
  //#region src/components/client/BottomSheet/BottomSheetHeader.tsx
@@ -1,5 +1,5 @@
1
1
 
2
- import { UniversalBottomSheetHeaderProps } from "../../../types/dist/index.cjs";
2
+ import { UniversalBottomSheetHeaderProps } from "../../../types/src/index.cjs";
3
3
  import * as react_jsx_runtime0 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/client/BottomSheet/BottomSheetHeader.d.ts
@@ -1,6 +1,6 @@
1
1
 
2
2
  "use client";
3
- import { UniversalBottomSheetHeaderProps } from "../../../types/dist/index.js";
3
+ import { UniversalBottomSheetHeaderProps } from "../../../types/src/index.js";
4
4
  import * as react_jsx_runtime0 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/client/BottomSheet/BottomSheetHeader.d.ts
@@ -1,8 +1,8 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  "use client";
3
3
  import { cx, getStyles } from "../../../styles/styler.js";
4
- import { Text } from "../../Text.js";
5
4
  import { Box } from "../../Box.js";
5
+ import { Text } from "../../Text.js";
6
6
  import { jsx, jsxs } from "react/jsx-runtime";
7
7
 
8
8
  //#region src/components/client/BottomSheet/BottomSheetHeader.tsx
@@ -1,5 +1,5 @@
1
1
 
2
- import { BottomSheetHeight } from "../../../types/dist/index.cjs";
2
+ import { BottomSheetHeight } from "../../../types/src/index.cjs";
3
3
  import "../../../tokens/index.cjs";
4
4
  import { MutableRefObject } from "react";
5
5
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  "use client";
3
- import { BottomSheetHeight } from "../../../types/dist/index.js";
3
+ import { BottomSheetHeight } from "../../../types/src/index.js";
4
4
  import "../../../tokens/index.js";
5
5
  import { MutableRefObject } from "react";
6
6
 
@@ -1,5 +1,5 @@
1
1
 
2
- import { BottomSheetHeight } from "../../../types/dist/index.cjs";
2
+ import { BottomSheetHeight } from "../../../types/src/index.cjs";
3
3
 
4
4
  //#region src/components/client/BottomSheet/utils.d.ts
5
5
  /**
@@ -1,6 +1,6 @@
1
1
 
2
2
  "use client";
3
- import { BottomSheetHeight } from "../../../types/dist/index.js";
3
+ import { BottomSheetHeight } from "../../../types/src/index.js";
4
4
 
5
5
  //#region src/components/client/BottomSheet/utils.d.ts
6
6
  /**
@@ -10,9 +10,9 @@ const require_components_IconSlot = require('../IconSlot.cjs');
10
10
  const require_generateDefaultClassName = require('../../automated-config/dist/utils/generateDefaultClassName.cjs');
11
11
  const require_components_client_buttonConstants = require('./buttonConstants.cjs');
12
12
  const require_components_client_SpringMotionConfig = require('./SpringMotionConfig.cjs');
13
- let _yahoo_uds_icons = require("@yahoo/uds-icons");
14
13
  let react = require("react");
15
14
  react = require_runtime.__toESM(react);
15
+ let _yahoo_uds_icons = require("@yahoo/uds-icons");
16
16
  let react_jsx_runtime = require("react/jsx-runtime");
17
17
  let motion_react = require("motion/react");
18
18
 
@@ -1,5 +1,5 @@
1
1
 
2
- import { UniversalButtonProps } from "../../types/dist/index.cjs";
2
+ import { UniversalButtonProps } from "../../types/src/index.cjs";
3
3
  import { IconPropsWithSVGProps } from "../../tokens/types.cjs";
4
4
  import "../../tokens/index.cjs";
5
5
  import React, { ForwardRefExoticComponent } from "react";
@@ -1,6 +1,6 @@
1
1
 
2
2
  "use client";
3
- import { UniversalButtonProps } from "../../types/dist/index.js";
3
+ import { UniversalButtonProps } from "../../types/src/index.js";
4
4
  import { IconPropsWithSVGProps } from "../../tokens/types.js";
5
5
  import "../../tokens/index.js";
6
6
  import React, { ForwardRefExoticComponent } from "react";
@@ -8,8 +8,8 @@ import { IconSlot } from "../IconSlot.js";
8
8
  import { generateDefaultClassName } from "../../automated-config/dist/utils/generateDefaultClassName.js";
9
9
  import { buttonIconSvgSize } from "./buttonConstants.js";
10
10
  import { SpringMotionConfig } from "./SpringMotionConfig.js";
11
- import { Progress } from "@yahoo/uds-icons";
12
11
  import React, { cloneElement, forwardRef, isValidElement, useImperativeHandle, useMemo, useRef } from "react";
12
+ import { Progress } from "@yahoo/uds-icons";
13
13
  import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
14
14
  import { AnimatePresence, m, useReducedMotion } from "motion/react";
15
15
 
@@ -3,13 +3,13 @@
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
4
4
  const require_runtime = require('../../_virtual/_rolldown/runtime.cjs');
5
5
  const require_styles_styler = require('../../styles/styler.cjs');
6
- const require_components_Icon = require('../Icon.cjs');
7
6
  const require_components_Box = require('../Box.cjs');
7
+ const require_components_Icon = require('../Icon.cjs');
8
8
  const require_components_FormLabel = require('../FormLabel.cjs');
9
9
  const require_components_client_SpringMotionConfig = require('./SpringMotionConfig.cjs');
10
- let _yahoo_uds_icons = require("@yahoo/uds-icons");
11
10
  let react = require("react");
12
11
  react = require_runtime.__toESM(react);
12
+ let _yahoo_uds_icons = require("@yahoo/uds-icons");
13
13
  let react_jsx_runtime = require("react/jsx-runtime");
14
14
  let motion_react = require("motion/react");
15
15
 
@@ -1,5 +1,5 @@
1
1
 
2
- import { UniversalCheckboxProps } from "../../types/dist/index.cjs";
2
+ import { UniversalCheckboxProps } from "../../types/src/index.cjs";
3
3
  import "../../tokens/index.cjs";
4
4
  import React from "react";
5
5