@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
@@ -1,12 +1,17 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  import { __exportAll } from "../_virtual/_rolldown/runtime.js";
3
+ import { Pressable } from "./client/Pressable.js";
4
+ import { Icon } from "./Icon.js";
5
+ import { Text } from "./Text.js";
6
+ import { Banner } from "./Banner/Banner.js";
7
+ import { BannerContent } from "./Banner/BannerContent.js";
8
+ import { BannerDescription } from "./Banner/BannerDescription.js";
9
+ import { BannerTitle } from "./Banner/BannerTitle.js";
3
10
  import { Box } from "./Box.js";
4
11
  import { HStack } from "./HStack.js";
5
- import { Text } from "./Text.js";
6
12
  import { VStack } from "./VStack.js";
7
13
  import { Divider } from "./Divider/Divider.js";
8
14
  import { FormLabel } from "./FormLabel.js";
9
- import { Icon } from "./Icon.js";
10
15
  import { Image } from "./Image.js";
11
16
  import { Link } from "./Link.js";
12
17
  import { Scrim } from "./Scrim.js";
@@ -26,7 +31,6 @@ import { SpringMotionConfig } from "./client/SpringMotionConfig.js";
26
31
  import { Button } from "./client/Button.js";
27
32
  import { Checkbox } from "./client/Checkbox.js";
28
33
  import { ChipButton } from "./client/Chip/ChipButton.js";
29
- import { Pressable } from "./client/Pressable.js";
30
34
  import { ChipDismissible } from "./client/Chip/ChipDismissible.js";
31
35
  import { ChipLink } from "./client/Chip/ChipLink.js";
32
36
  import { ChipToggle } from "./client/Chip/ChipToggle.js";
@@ -61,6 +65,10 @@ var components_exports = /* @__PURE__ */ __exportAll({
61
65
  AvatarImage: () => AvatarImage,
62
66
  AvatarText: () => AvatarText,
63
67
  Badge: () => Badge,
68
+ Banner: () => Banner,
69
+ BannerContent: () => BannerContent,
70
+ BannerDescription: () => BannerDescription,
71
+ BannerTitle: () => BannerTitle,
64
72
  BottomSheet: () => BottomSheet,
65
73
  BottomSheetContent: () => BottomSheetContent,
66
74
  BottomSheetDismiss: () => BottomSheetDismiss,
@@ -114,4 +122,4 @@ var components_exports = /* @__PURE__ */ __exportAll({
114
122
  });
115
123
 
116
124
  //#endregion
117
- export { Avatar, AvatarIcon, AvatarImage, AvatarText, Badge, BottomSheet, BottomSheetContent, BottomSheetDismiss, BottomSheetHeader, BottomSheetProvider, BottomSheetTrigger, Box, Button, Checkbox, Chip, ChipButton, ChipDismissible, ChipLink, ChipToggle, Divider, FormLabel, HStack, Icon, IconButton, Image, Input, InputHelpText, Link, Menu_index_exports as Menu, Popover, PopoverContent, PopoverTrigger, Pressable, Radio, RadioGroupProvider, Scrim, SpringMotionConfig, Switch, Text, Toast, ToastContainer, ToastPortal, Tooltip, TooltipContent, TooltipTrigger, UDSBreakpointsConfigProvider, UDSConfigProvider, UDSPopoverConfigProvider, UDSToastConfigProvider, UDSTooltipConfigProvider, VStack, components_exports, createToast, useBottomSheetStore, useBreakpointsConfig, useToastConfig };
125
+ export { Avatar, AvatarIcon, AvatarImage, AvatarText, Badge, Banner, BannerContent, BannerDescription, BannerTitle, BottomSheet, BottomSheetContent, BottomSheetDismiss, BottomSheetHeader, BottomSheetProvider, BottomSheetTrigger, Box, Button, Checkbox, Chip, ChipButton, ChipDismissible, ChipLink, ChipToggle, Divider, FormLabel, HStack, Icon, IconButton, Image, Input, InputHelpText, Link, Menu_index_exports as Menu, Popover, PopoverContent, PopoverTrigger, Pressable, Radio, RadioGroupProvider, Scrim, SpringMotionConfig, Switch, Text, Toast, ToastContainer, ToastPortal, Tooltip, TooltipContent, TooltipTrigger, UDSBreakpointsConfigProvider, UDSConfigProvider, UDSPopoverConfigProvider, UDSToastConfigProvider, UDSTooltipConfigProvider, VStack, components_exports, createToast, useBottomSheetStore, useBreakpointsConfig, useToastConfig };
@@ -2,7 +2,7 @@
2
2
 
3
3
  //#region ../config/dist/index.js
4
4
  /*! © 2026 Yahoo, Inc. UDS Default Config v0.0.0-development */
5
- const LATEST_MIGRATION_VERSION = "v0.88.0";
5
+ const LATEST_MIGRATION_VERSION = "v0.89.0";
6
6
  /**
7
7
  * NOTE: If you're building a feature with a migration,
8
8
  * this type will likely throw. You can regenerate yosConfig
@@ -85,12 +85,12 @@ const defaultTokensConfig = {
85
85
  valueType: "alias"
86
86
  } }
87
87
  },
88
- "size/lg/icon": { iconSize: { rest: {
88
+ "size/2xl/icon": { iconSize: { rest: {
89
89
  type: "iconSizes",
90
90
  value: "lg",
91
91
  valueType: "alias"
92
92
  } } },
93
- "size/lg/root": {
93
+ "size/2xl/root": {
94
94
  borderWidth: { rest: {
95
95
  type: "borderWidths",
96
96
  value: "thin",
@@ -98,26 +98,26 @@ const defaultTokensConfig = {
98
98
  } },
99
99
  height: { rest: {
100
100
  type: "spacingAliases",
101
- value: "12",
101
+ value: "20",
102
102
  valueType: "alias"
103
103
  } },
104
104
  textVariant: { rest: {
105
105
  type: "textVariants",
106
- value: "title4",
106
+ value: "title3",
107
107
  valueType: "alias"
108
108
  } },
109
109
  width: { rest: {
110
110
  type: "spacingAliases",
111
- value: "12",
111
+ value: "20",
112
112
  valueType: "alias"
113
113
  } }
114
114
  },
115
- "size/md/icon": { iconSize: { rest: {
115
+ "size/2xs/icon": { iconSize: { rest: {
116
116
  type: "iconSizes",
117
- value: "md",
117
+ value: "xs",
118
118
  valueType: "alias"
119
119
  } } },
120
- "size/md/root": {
120
+ "size/2xs/root": {
121
121
  borderWidth: { rest: {
122
122
  type: "borderWidths",
123
123
  value: "thin",
@@ -125,26 +125,26 @@ const defaultTokensConfig = {
125
125
  } },
126
126
  height: { rest: {
127
127
  type: "spacingAliases",
128
- value: "10",
128
+ value: "5",
129
129
  valueType: "alias"
130
130
  } },
131
131
  textVariant: { rest: {
132
132
  type: "textVariants",
133
- value: "headline1",
133
+ value: "legal1",
134
134
  valueType: "alias"
135
135
  } },
136
136
  width: { rest: {
137
137
  type: "spacingAliases",
138
- value: "10",
138
+ value: "5",
139
139
  valueType: "alias"
140
140
  } }
141
141
  },
142
- "size/sm/icon": { iconSize: { rest: {
142
+ "size/3xl/icon": { iconSize: { rest: {
143
143
  type: "iconSizes",
144
- value: "sm",
144
+ value: "lg",
145
145
  valueType: "alias"
146
146
  } } },
147
- "size/sm/root": {
147
+ "size/3xl/root": {
148
148
  borderWidth: { rest: {
149
149
  type: "borderWidths",
150
150
  value: "thin",
@@ -152,26 +152,26 @@ const defaultTokensConfig = {
152
152
  } },
153
153
  height: { rest: {
154
154
  type: "spacingAliases",
155
- value: "7",
155
+ value: "24",
156
156
  valueType: "alias"
157
157
  } },
158
158
  textVariant: { rest: {
159
159
  type: "textVariants",
160
- value: "caption1",
160
+ value: "title3",
161
161
  valueType: "alias"
162
162
  } },
163
163
  width: { rest: {
164
164
  type: "spacingAliases",
165
- value: "7",
165
+ value: "24",
166
166
  valueType: "alias"
167
167
  } }
168
168
  },
169
- "size/xl/icon": { iconSize: { rest: {
169
+ "size/lg/icon": { iconSize: { rest: {
170
170
  type: "iconSizes",
171
171
  value: "lg",
172
172
  valueType: "alias"
173
173
  } } },
174
- "size/xl/root": {
174
+ "size/lg/root": {
175
175
  borderWidth: { rest: {
176
176
  type: "borderWidths",
177
177
  value: "thin",
@@ -179,26 +179,26 @@ const defaultTokensConfig = {
179
179
  } },
180
180
  height: { rest: {
181
181
  type: "spacingAliases",
182
- value: "16",
182
+ value: "12",
183
183
  valueType: "alias"
184
184
  } },
185
185
  textVariant: { rest: {
186
186
  type: "textVariants",
187
- value: "title3",
187
+ value: "title4",
188
188
  valueType: "alias"
189
189
  } },
190
190
  width: { rest: {
191
191
  type: "spacingAliases",
192
- value: "16",
192
+ value: "12",
193
193
  valueType: "alias"
194
194
  } }
195
195
  },
196
- "size/xs/icon": { iconSize: { rest: {
196
+ "size/md/icon": { iconSize: { rest: {
197
197
  type: "iconSizes",
198
- value: "sm",
198
+ value: "md",
199
199
  valueType: "alias"
200
200
  } } },
201
- "size/xs/root": {
201
+ "size/md/root": {
202
202
  borderWidth: { rest: {
203
203
  type: "borderWidths",
204
204
  value: "thin",
@@ -206,26 +206,26 @@ const defaultTokensConfig = {
206
206
  } },
207
207
  height: { rest: {
208
208
  type: "spacingAliases",
209
- value: "6",
209
+ value: "10",
210
210
  valueType: "alias"
211
211
  } },
212
212
  textVariant: { rest: {
213
213
  type: "textVariants",
214
- value: "caption2",
214
+ value: "headline1",
215
215
  valueType: "alias"
216
216
  } },
217
217
  width: { rest: {
218
218
  type: "spacingAliases",
219
- value: "6",
219
+ value: "10",
220
220
  valueType: "alias"
221
221
  } }
222
222
  },
223
- "size/2xs/icon": { iconSize: { rest: {
223
+ "size/sm/icon": { iconSize: { rest: {
224
224
  type: "iconSizes",
225
- value: "xs",
225
+ value: "sm",
226
226
  valueType: "alias"
227
227
  } } },
228
- "size/2xs/root": {
228
+ "size/sm/root": {
229
229
  borderWidth: { rest: {
230
230
  type: "borderWidths",
231
231
  value: "thin",
@@ -233,26 +233,26 @@ const defaultTokensConfig = {
233
233
  } },
234
234
  height: { rest: {
235
235
  type: "spacingAliases",
236
- value: "5",
236
+ value: "7",
237
237
  valueType: "alias"
238
238
  } },
239
239
  textVariant: { rest: {
240
240
  type: "textVariants",
241
- value: "legal1",
241
+ value: "caption1",
242
242
  valueType: "alias"
243
243
  } },
244
244
  width: { rest: {
245
245
  type: "spacingAliases",
246
- value: "5",
246
+ value: "7",
247
247
  valueType: "alias"
248
248
  } }
249
249
  },
250
- "size/2xl/icon": { iconSize: { rest: {
250
+ "size/xl/icon": { iconSize: { rest: {
251
251
  type: "iconSizes",
252
252
  value: "lg",
253
253
  valueType: "alias"
254
254
  } } },
255
- "size/2xl/root": {
255
+ "size/xl/root": {
256
256
  borderWidth: { rest: {
257
257
  type: "borderWidths",
258
258
  value: "thin",
@@ -260,7 +260,7 @@ const defaultTokensConfig = {
260
260
  } },
261
261
  height: { rest: {
262
262
  type: "spacingAliases",
263
- value: "20",
263
+ value: "16",
264
264
  valueType: "alias"
265
265
  } },
266
266
  textVariant: { rest: {
@@ -270,16 +270,16 @@ const defaultTokensConfig = {
270
270
  } },
271
271
  width: { rest: {
272
272
  type: "spacingAliases",
273
- value: "20",
273
+ value: "16",
274
274
  valueType: "alias"
275
275
  } }
276
276
  },
277
- "size/3xl/icon": { iconSize: { rest: {
277
+ "size/xs/icon": { iconSize: { rest: {
278
278
  type: "iconSizes",
279
- value: "lg",
279
+ value: "sm",
280
280
  valueType: "alias"
281
281
  } } },
282
- "size/3xl/root": {
282
+ "size/xs/root": {
283
283
  borderWidth: { rest: {
284
284
  type: "borderWidths",
285
285
  value: "thin",
@@ -287,17 +287,17 @@ const defaultTokensConfig = {
287
287
  } },
288
288
  height: { rest: {
289
289
  type: "spacingAliases",
290
- value: "24",
290
+ value: "6",
291
291
  valueType: "alias"
292
292
  } },
293
293
  textVariant: { rest: {
294
294
  type: "textVariants",
295
- value: "title3",
295
+ value: "caption2",
296
296
  valueType: "alias"
297
297
  } },
298
298
  width: { rest: {
299
299
  type: "spacingAliases",
300
- value: "24",
300
+ value: "6",
301
301
  valueType: "alias"
302
302
  } }
303
303
  },
@@ -967,6 +967,320 @@ const defaultTokensConfig = {
967
967
  }
968
968
  }
969
969
  },
970
+ banner: {
971
+ defaults: {
972
+ size: "default",
973
+ variant: "primary"
974
+ },
975
+ variables: {
976
+ "size/default/close": { size: { rest: {
977
+ type: "iconSizes",
978
+ value: "sm",
979
+ valueType: "alias"
980
+ } } },
981
+ "size/default/description": { textVariant: { rest: {
982
+ type: "textVariants",
983
+ value: "ui3",
984
+ valueType: "alias"
985
+ } } },
986
+ "size/default/icon": { size: { rest: {
987
+ type: "iconSizes",
988
+ value: "md",
989
+ valueType: "alias"
990
+ } } },
991
+ "size/default/root": {
992
+ borderRadius: { rest: {
993
+ type: "borderRadii",
994
+ value: "lg",
995
+ valueType: "alias"
996
+ } },
997
+ gap: { rest: {
998
+ type: "spacingAliases",
999
+ value: "2",
1000
+ valueType: "alias"
1001
+ } },
1002
+ spacingHorizontal: { rest: {
1003
+ type: "spacingAliases",
1004
+ value: "3",
1005
+ valueType: "alias"
1006
+ } },
1007
+ spacingVertical: { rest: {
1008
+ type: "spacingAliases",
1009
+ value: "3",
1010
+ valueType: "alias"
1011
+ } }
1012
+ },
1013
+ "size/default/title": { textVariant: { rest: {
1014
+ type: "textVariants",
1015
+ value: "ui3/emphasized",
1016
+ valueType: "alias"
1017
+ } } },
1018
+ "variant/alert-secondary/icon": { color: { rest: {
1019
+ type: "foregroundPaletteColors",
1020
+ value: "alert-secondary",
1021
+ valueType: "alias"
1022
+ } } },
1023
+ "variant/alert-secondary/root": {
1024
+ backgroundColor: { rest: {
1025
+ type: "backgroundPaletteColors",
1026
+ value: "primary",
1027
+ valueType: "alias"
1028
+ } },
1029
+ borderColor: { rest: {
1030
+ type: "linePaletteColors",
1031
+ value: "alert-secondary",
1032
+ valueType: "alias"
1033
+ } },
1034
+ borderWidth: { rest: {
1035
+ type: "borderWidths",
1036
+ value: "thin",
1037
+ valueType: "alias"
1038
+ } }
1039
+ },
1040
+ "variant/alert/icon": { color: { rest: {
1041
+ type: "foregroundPaletteColors",
1042
+ value: "alert",
1043
+ valueType: "alias"
1044
+ } } },
1045
+ "variant/alert/root": {
1046
+ backgroundColor: { rest: {
1047
+ type: "backgroundPaletteColors",
1048
+ value: "alert-secondary",
1049
+ valueType: "alias"
1050
+ } },
1051
+ borderColor: { rest: {
1052
+ type: "linePaletteColors",
1053
+ value: "muted",
1054
+ valueType: "alias"
1055
+ } },
1056
+ borderWidth: { rest: {
1057
+ type: "borderWidths",
1058
+ value: "thin",
1059
+ valueType: "alias"
1060
+ } }
1061
+ },
1062
+ "variant/brand-secondary/icon": { color: { rest: {
1063
+ type: "foregroundPaletteColors",
1064
+ value: "secondary",
1065
+ valueType: "alias"
1066
+ } } },
1067
+ "variant/brand-secondary/root": {
1068
+ backgroundColor: { rest: {
1069
+ type: "backgroundPaletteColors",
1070
+ value: "primary",
1071
+ valueType: "alias"
1072
+ } },
1073
+ borderColor: { rest: {
1074
+ type: "linePaletteColors",
1075
+ value: "brand",
1076
+ valueType: "alias"
1077
+ } },
1078
+ borderWidth: { rest: {
1079
+ type: "borderWidths",
1080
+ value: "thin",
1081
+ valueType: "alias"
1082
+ } }
1083
+ },
1084
+ "variant/brand/icon": { color: { rest: {
1085
+ type: "foregroundPaletteColors",
1086
+ value: "secondary",
1087
+ valueType: "alias"
1088
+ } } },
1089
+ "variant/brand/root": {
1090
+ backgroundColor: { rest: {
1091
+ type: "backgroundPaletteColors",
1092
+ value: "brand-secondary",
1093
+ valueType: "alias"
1094
+ } },
1095
+ borderColor: { rest: {
1096
+ type: "linePaletteColors",
1097
+ value: "muted",
1098
+ valueType: "alias"
1099
+ } },
1100
+ borderWidth: { rest: {
1101
+ type: "borderWidths",
1102
+ value: "thin",
1103
+ valueType: "alias"
1104
+ } }
1105
+ },
1106
+ "variant/info-secondary/icon": { color: { rest: {
1107
+ type: "foregroundPaletteColors",
1108
+ value: "info",
1109
+ valueType: "alias"
1110
+ } } },
1111
+ "variant/info-secondary/root": {
1112
+ backgroundColor: { rest: {
1113
+ type: "backgroundPaletteColors",
1114
+ value: "primary",
1115
+ valueType: "alias"
1116
+ } },
1117
+ borderColor: { rest: {
1118
+ type: "linePaletteColors",
1119
+ value: "info-secondary",
1120
+ valueType: "alias"
1121
+ } },
1122
+ borderWidth: { rest: {
1123
+ type: "borderWidths",
1124
+ value: "thin",
1125
+ valueType: "alias"
1126
+ } }
1127
+ },
1128
+ "variant/info/icon": { color: { rest: {
1129
+ type: "foregroundPaletteColors",
1130
+ value: "info",
1131
+ valueType: "alias"
1132
+ } } },
1133
+ "variant/info/root": {
1134
+ backgroundColor: { rest: {
1135
+ type: "backgroundPaletteColors",
1136
+ value: "info-secondary",
1137
+ valueType: "alias"
1138
+ } },
1139
+ borderColor: { rest: {
1140
+ type: "linePaletteColors",
1141
+ value: "muted",
1142
+ valueType: "alias"
1143
+ } },
1144
+ borderWidth: { rest: {
1145
+ type: "borderWidths",
1146
+ value: "thin",
1147
+ valueType: "alias"
1148
+ } }
1149
+ },
1150
+ "variant/primary/icon": { color: { rest: {
1151
+ type: "foregroundPaletteColors",
1152
+ value: "secondary",
1153
+ valueType: "alias"
1154
+ } } },
1155
+ "variant/primary/root": {
1156
+ backgroundColor: { rest: {
1157
+ type: "backgroundPaletteColors",
1158
+ value: "accent",
1159
+ valueType: "alias"
1160
+ } },
1161
+ borderColor: { rest: {
1162
+ type: "linePaletteColors",
1163
+ value: "muted",
1164
+ valueType: "alias"
1165
+ } },
1166
+ borderWidth: { rest: {
1167
+ type: "borderWidths",
1168
+ value: "thin",
1169
+ valueType: "alias"
1170
+ } }
1171
+ },
1172
+ "variant/secondary/icon": { color: { rest: {
1173
+ type: "foregroundPaletteColors",
1174
+ value: "secondary",
1175
+ valueType: "alias"
1176
+ } } },
1177
+ "variant/secondary/root": {
1178
+ backgroundColor: { rest: {
1179
+ type: "backgroundPaletteColors",
1180
+ value: "primary",
1181
+ valueType: "alias"
1182
+ } },
1183
+ borderColor: { rest: {
1184
+ type: "linePaletteColors",
1185
+ value: "accent",
1186
+ valueType: "alias"
1187
+ } },
1188
+ borderWidth: { rest: {
1189
+ type: "borderWidths",
1190
+ value: "thin",
1191
+ valueType: "alias"
1192
+ } }
1193
+ },
1194
+ "variant/success-secondary/icon": { color: { rest: {
1195
+ type: "foregroundPaletteColors",
1196
+ value: "positive-secondary",
1197
+ valueType: "alias"
1198
+ } } },
1199
+ "variant/success-secondary/root": {
1200
+ backgroundColor: { rest: {
1201
+ type: "backgroundPaletteColors",
1202
+ value: "primary",
1203
+ valueType: "alias"
1204
+ } },
1205
+ borderColor: { rest: {
1206
+ type: "linePaletteColors",
1207
+ value: "positive-secondary",
1208
+ valueType: "alias"
1209
+ } },
1210
+ borderWidth: { rest: {
1211
+ type: "borderWidths",
1212
+ value: "thin",
1213
+ valueType: "alias"
1214
+ } }
1215
+ },
1216
+ "variant/success/icon": { color: { rest: {
1217
+ type: "foregroundPaletteColors",
1218
+ value: "positive",
1219
+ valueType: "alias"
1220
+ } } },
1221
+ "variant/success/root": {
1222
+ backgroundColor: { rest: {
1223
+ type: "backgroundPaletteColors",
1224
+ value: "positive-secondary",
1225
+ valueType: "alias"
1226
+ } },
1227
+ borderColor: { rest: {
1228
+ type: "linePaletteColors",
1229
+ value: "muted",
1230
+ valueType: "alias"
1231
+ } },
1232
+ borderWidth: { rest: {
1233
+ type: "borderWidths",
1234
+ value: "thin",
1235
+ valueType: "alias"
1236
+ } }
1237
+ },
1238
+ "variant/warning-secondary/icon": { color: { rest: {
1239
+ type: "foregroundPaletteColors",
1240
+ value: "warning-secondary",
1241
+ valueType: "alias"
1242
+ } } },
1243
+ "variant/warning-secondary/root": {
1244
+ backgroundColor: { rest: {
1245
+ type: "backgroundPaletteColors",
1246
+ value: "primary",
1247
+ valueType: "alias"
1248
+ } },
1249
+ borderColor: { rest: {
1250
+ type: "linePaletteColors",
1251
+ value: "warning-secondary",
1252
+ valueType: "alias"
1253
+ } },
1254
+ borderWidth: { rest: {
1255
+ type: "borderWidths",
1256
+ value: "thin",
1257
+ valueType: "alias"
1258
+ } }
1259
+ },
1260
+ "variant/warning/icon": { color: { rest: {
1261
+ type: "foregroundPaletteColors",
1262
+ value: "warning",
1263
+ valueType: "alias"
1264
+ } } },
1265
+ "variant/warning/root": {
1266
+ backgroundColor: { rest: {
1267
+ type: "backgroundPaletteColors",
1268
+ value: "warning-secondary",
1269
+ valueType: "alias"
1270
+ } },
1271
+ borderColor: { rest: {
1272
+ type: "linePaletteColors",
1273
+ value: "muted",
1274
+ valueType: "alias"
1275
+ } },
1276
+ borderWidth: { rest: {
1277
+ type: "borderWidths",
1278
+ value: "thin",
1279
+ valueType: "alias"
1280
+ } }
1281
+ }
1282
+ }
1283
+ },
970
1284
  bottomSheet: {
971
1285
  defaults: { variant: "default" },
972
1286
  variables: {
@@ -17510,6 +17824,9 @@ const defaultTokensConfig = {
17510
17824
  scaleMode: {
17511
17825
  large: {
17512
17826
  avatarSizes: {
17827
+ "2xl": 72,
17828
+ "2xs": 20,
17829
+ "3xl": 80,
17513
17830
  lg: 52,
17514
17831
  md: 40,
17515
17832
  sm: 28,
@@ -17540,6 +17857,9 @@ const defaultTokensConfig = {
17540
17857
  },
17541
17858
  medium: {
17542
17859
  avatarSizes: {
17860
+ "2xl": 72,
17861
+ "2xs": 20,
17862
+ "3xl": 80,
17543
17863
  lg: 52,
17544
17864
  md: 40,
17545
17865
  sm: 28,
@@ -17570,6 +17890,9 @@ const defaultTokensConfig = {
17570
17890
  },
17571
17891
  small: {
17572
17892
  avatarSizes: {
17893
+ "2xl": 72,
17894
+ "2xs": 20,
17895
+ "3xl": 80,
17573
17896
  lg: 52,
17574
17897
  md: 40,
17575
17898
  sm: 28,
@@ -17600,6 +17923,9 @@ const defaultTokensConfig = {
17600
17923
  },
17601
17924
  xLarge: {
17602
17925
  avatarSizes: {
17926
+ "2xl": 72,
17927
+ "2xs": 20,
17928
+ "3xl": 80,
17603
17929
  lg: 52,
17604
17930
  md: 40,
17605
17931
  sm: 28,
@@ -17630,6 +17956,9 @@ const defaultTokensConfig = {
17630
17956
  },
17631
17957
  xSmall: {
17632
17958
  avatarSizes: {
17959
+ "2xl": 72,
17960
+ "2xs": 20,
17961
+ "3xl": 80,
17633
17962
  lg: 52,
17634
17963
  md: 40,
17635
17964
  sm: 28,
@@ -17660,6 +17989,9 @@ const defaultTokensConfig = {
17660
17989
  },
17661
17990
  xxLarge: {
17662
17991
  avatarSizes: {
17992
+ "2xl": 72,
17993
+ "2xs": 20,
17994
+ "3xl": 80,
17663
17995
  lg: 52,
17664
17996
  md: 40,
17665
17997
  sm: 28,
@@ -17690,6 +18022,9 @@ const defaultTokensConfig = {
17690
18022
  },
17691
18023
  xxxLarge: {
17692
18024
  avatarSizes: {
18025
+ "2xl": 72,
18026
+ "2xs": 20,
18027
+ "3xl": 80,
17693
18028
  lg: 52,
17694
18029
  md: 40,
17695
18030
  sm: 28,
@@ -27135,7 +27470,7 @@ const defaultTokensConfig = {
27135
27470
  }
27136
27471
  }
27137
27472
  },
27138
- version: "v0.88.0",
27473
+ version: "v0.89.0",
27139
27474
  version: LATEST_MIGRATION_VERSION
27140
27475
  };
27141
27476