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