@yahoo/uds 3.124.0 → 3.125.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 (170) hide show
  1. package/dist/automated-config/dist/generated/autoVariants.cjs +6 -0
  2. package/dist/automated-config/dist/generated/autoVariants.d.cts +2 -2
  3. package/dist/automated-config/dist/generated/autoVariants.d.ts +2 -2
  4. package/dist/automated-config/dist/generated/autoVariants.js +6 -0
  5. package/dist/automated-config/dist/generated/generatedConfigs.cjs +19 -1
  6. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +16 -1
  7. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +16 -1
  8. package/dist/automated-config/dist/generated/generatedConfigs.js +19 -1
  9. package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +81 -0
  10. package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +81 -0
  11. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  12. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  13. package/dist/components/experimental/client/SegmentedControl.d.cts +2 -1
  14. package/dist/config/dist/index.cjs +83 -2
  15. package/dist/config/dist/index.js +83 -2
  16. package/dist/fixtures/dist/index.cjs +19 -6
  17. package/dist/fixtures/dist/index.d.cts +1 -1
  18. package/dist/fixtures/dist/index.d.ts +1 -1
  19. package/dist/fixtures/dist/index.js +19 -6
  20. package/dist/styles/styler.d.cts +58 -58
  21. package/dist/styles/styler.d.ts +58 -58
  22. package/dist/styles/variants.cjs +4 -1
  23. package/dist/styles/variants.d.cts +9 -0
  24. package/dist/styles/variants.d.ts +9 -0
  25. package/dist/styles/variants.js +4 -1
  26. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.cjs +6 -0
  27. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js +6 -0
  28. package/dist/tailwind/dist/automated-config/dist/generated/autoVariants.js.map +1 -1
  29. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.cjs +19 -1
  30. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js +19 -1
  31. package/dist/tailwind/dist/automated-config/dist/generated/generatedConfigs.js.map +1 -1
  32. package/dist/tailwind/dist/config/dist/index.cjs +83 -2
  33. package/dist/tailwind/dist/config/dist/index.js +83 -2
  34. package/dist/tailwind/dist/config/dist/index.js.map +1 -1
  35. package/dist/tailwind/dist/fixtures/dist/index.cjs +20 -0
  36. package/dist/tailwind/dist/fixtures/dist/index.js +20 -0
  37. package/dist/tailwind/dist/fixtures/dist/index.js.map +1 -1
  38. package/dist/tailwind/dist/purger/optimized/ast/expressions.cjs +27 -0
  39. package/dist/tailwind/dist/purger/optimized/ast/expressions.js +27 -0
  40. package/dist/tailwind/dist/purger/optimized/ast/expressions.js.map +1 -1
  41. package/dist/tailwind/dist/types/dist/index.d.cts +2 -2
  42. package/dist/tailwind/dist/types/dist/index.d.ts +2 -2
  43. package/dist/tokens/configs/sizes.cjs +4 -1
  44. package/dist/tokens/configs/sizes.js +4 -1
  45. package/dist/types/dist/index.d.cts +2 -2
  46. package/dist/types/dist/index.d.ts +2 -2
  47. package/dist/uds/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -0
  48. package/dist/uds/dist/automated-config/dist/properties.d.cts +5 -0
  49. package/dist/uds/dist/automated-config/dist/types/ComponentConfig.d.cts +3 -0
  50. package/dist/uds/dist/automated-config/dist/types/ComponentStyles.d.cts +2 -0
  51. package/dist/uds/dist/automated-config/dist/types/ConfigSchema.d.cts +2 -0
  52. package/dist/uds/dist/automated-config/dist/utils/buildConfigSchema.d.cts +7 -0
  53. package/dist/uds/dist/automated-config/dist/utils/coalesceConfigVariant.d.cts +2 -0
  54. package/dist/uds/dist/automated-config/dist/utils/defaults.d.cts +2 -0
  55. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantComponentStatesMatrix.d.cts +2 -0
  56. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +3 -0
  57. package/dist/uds/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +3 -0
  58. package/dist/uds/dist/automated-config/dist/utils/getConfigVariants.d.cts +2 -0
  59. package/dist/uds/dist/automated-config/dist/utils/index.d.cts +12 -0
  60. package/dist/uds/dist/automated-config/dist/utils/subcomponents.d.cts +2 -0
  61. package/dist/uds/dist/components/Box.d.cts +4 -0
  62. package/dist/uds/dist/components/Divider/Divider.d.cts +3 -0
  63. package/dist/uds/dist/components/Divider/DividerCore.d.cts +5 -0
  64. package/dist/uds/dist/components/Divider/DividerInternal.d.cts +5 -0
  65. package/dist/uds/dist/components/Divider/index.d.cts +2 -0
  66. package/dist/uds/dist/components/FormLabel.d.cts +4 -0
  67. package/dist/uds/dist/components/HStack.d.cts +5 -0
  68. package/dist/uds/dist/components/Icon.d.cts +4 -0
  69. package/dist/uds/dist/components/Image.d.cts +3 -0
  70. package/dist/uds/dist/components/Link.d.cts +4 -0
  71. package/dist/uds/dist/components/Scrim.d.cts +3 -0
  72. package/dist/uds/dist/components/Text.d.cts +4 -0
  73. package/dist/uds/dist/components/VStack.d.cts +5 -0
  74. package/dist/uds/dist/components/client/Avatar/Avatar.d.cts +5 -0
  75. package/dist/uds/dist/components/client/Avatar/AvatarIcon.d.cts +7 -0
  76. package/dist/uds/dist/components/client/Avatar/AvatarImage.d.cts +9 -0
  77. package/dist/uds/dist/components/client/Avatar/AvatarText.d.cts +7 -0
  78. package/dist/uds/dist/components/client/Avatar/index.d.cts +7 -0
  79. package/dist/uds/dist/components/client/Badge.d.cts +6 -0
  80. package/dist/uds/dist/components/client/BottomSheet/BottomSheet.d.cts +7 -0
  81. package/dist/uds/dist/components/client/BottomSheet/BottomSheetContent.d.cts +4 -0
  82. package/dist/uds/dist/components/client/BottomSheet/BottomSheetHeader.d.cts +4 -0
  83. package/dist/uds/dist/components/client/BottomSheet/BottomSheetProvider.d.cts +5 -0
  84. package/dist/uds/dist/components/client/BottomSheet/UDSBottomSheetConfigProvider.d.cts +5 -0
  85. package/dist/uds/dist/components/client/BottomSheet/index.d.cts +9 -0
  86. package/dist/uds/dist/components/client/BottomSheet/useBottomSheetStore.d.cts +4 -0
  87. package/dist/uds/dist/components/client/Button.d.cts +7 -0
  88. package/dist/uds/dist/components/client/Checkbox.d.cts +6 -0
  89. package/dist/uds/dist/components/client/Chip/Chip.d.cts +7 -0
  90. package/dist/uds/dist/components/client/Chip/ChipBase.d.cts +8 -0
  91. package/dist/uds/dist/components/client/Chip/ChipButton.d.cts +7 -0
  92. package/dist/uds/dist/components/client/Chip/ChipDismissible.d.cts +7 -0
  93. package/dist/uds/dist/components/client/Chip/ChipLink.d.cts +7 -0
  94. package/dist/uds/dist/components/client/Chip/ChipToggle.d.cts +7 -0
  95. package/dist/uds/dist/components/client/Chip/index.d.cts +8 -0
  96. package/dist/uds/dist/components/client/IconButton.d.cts +7 -0
  97. package/dist/uds/dist/components/client/Input/Input.d.cts +9 -0
  98. package/dist/uds/dist/components/client/Input/InputHelpText.d.cts +4 -0
  99. package/dist/uds/dist/components/client/Input/InputHelpTextInternal.d.cts +8 -0
  100. package/dist/uds/dist/components/client/Input/index.d.cts +5 -0
  101. package/dist/uds/dist/components/client/Menu/Menu.Content.d.cts +8 -0
  102. package/dist/uds/dist/components/client/Menu/Menu.Divider.d.cts +5 -0
  103. package/dist/uds/dist/components/client/Menu/Menu.Item.d.cts +8 -0
  104. package/dist/uds/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +8 -0
  105. package/dist/uds/dist/components/client/Menu/Menu.Provider.d.cts +5 -0
  106. package/dist/uds/dist/components/client/Menu/Menu.Trigger.d.cts +7 -0
  107. package/dist/uds/dist/components/client/Menu/Menu.d.cts +4 -0
  108. package/dist/uds/dist/components/client/Menu/Menu.index.d.cts +11 -0
  109. package/dist/uds/dist/components/client/Menu/index.d.cts +11 -0
  110. package/dist/uds/dist/components/client/Popover/Popover.d.cts +4 -0
  111. package/dist/uds/dist/components/client/Popover/PopoverContent.d.cts +7 -0
  112. package/dist/uds/dist/components/client/Popover/PopoverTrigger.d.cts +4 -0
  113. package/dist/uds/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +6 -0
  114. package/dist/uds/dist/components/client/Popover/index.d.cts +8 -0
  115. package/dist/uds/dist/components/client/Pressable.d.cts +6 -0
  116. package/dist/uds/dist/components/client/Radio/Radio.d.cts +6 -0
  117. package/dist/uds/dist/components/client/Radio/RadioGroupProvider.d.cts +6 -0
  118. package/dist/uds/dist/components/client/Radio/index.d.cts +5 -0
  119. package/dist/uds/dist/components/client/SpringMotionConfig.d.cts +7 -0
  120. package/dist/uds/dist/components/client/Switch.d.cts +6 -0
  121. package/dist/uds/dist/components/client/Toast/Toast.d.cts +10 -0
  122. package/dist/uds/dist/components/client/Toast/ToastContainer.d.cts +8 -0
  123. package/dist/uds/dist/components/client/Toast/ToastPortal.d.cts +5 -0
  124. package/dist/uds/dist/components/client/Toast/UDSToastConfigProvider.d.cts +7 -0
  125. package/dist/uds/dist/components/client/Toast/createToast.d.cts +8 -0
  126. package/dist/uds/dist/components/client/Toast/index.d.cts +8 -0
  127. package/dist/uds/dist/components/client/Tooltip/Tooltip.d.cts +4 -0
  128. package/dist/uds/dist/components/client/Tooltip/TooltipContent.d.cts +5 -0
  129. package/dist/uds/dist/components/client/Tooltip/TooltipTrigger.d.cts +4 -0
  130. package/dist/uds/dist/components/client/Tooltip/UDSTooltipConfigProvider.d.cts +7 -0
  131. package/dist/uds/dist/components/client/Tooltip/index.d.cts +8 -0
  132. package/dist/uds/dist/components/client/index.d.cts +61 -0
  133. package/dist/uds/dist/components/client/providers/UDSBreakpointsConfigProvider.d.cts +6 -0
  134. package/dist/uds/dist/components/client/providers/UDSConfigProvider.d.cts +5 -0
  135. package/dist/uds/dist/components/index.d.cts +61 -0
  136. package/dist/uds/dist/config/dist/index.d.cts +4 -0
  137. package/dist/uds/dist/css-tokens/dist/index.d.cts +2 -0
  138. package/dist/uds/dist/fixtures/dist/index.d.cts +2 -0
  139. package/dist/uds/dist/fonts/dist/index.d.cts +2 -0
  140. package/dist/uds/dist/index.d.cts +93 -0
  141. package/dist/uds/dist/modes/dist/index.d.cts +2 -0
  142. package/dist/uds/dist/runtime/bottomSheetConfig.d.cts +3 -0
  143. package/dist/uds/dist/runtime/breakpointsConfig.d.cts +4 -0
  144. package/dist/uds/dist/runtime/index.d.cts +7 -0
  145. package/dist/uds/dist/runtime/popoverConfig.d.cts +5 -0
  146. package/dist/uds/dist/runtime/toastConfig.d.cts +4 -0
  147. package/dist/uds/dist/runtime/tooltipConfig.d.cts +5 -0
  148. package/dist/uds/dist/runtime/udsConfig.d.cts +8 -0
  149. package/dist/uds/dist/styles/styler.d.cts +2 -0
  150. package/dist/uds/dist/styles/stylerTypes.d.cts +3 -0
  151. package/dist/uds/dist/tailwind/dist/config/dist/index.d.cts +2 -0
  152. package/dist/uds/dist/tailwind/dist/index.d.cts +3 -0
  153. package/dist/uds/dist/tailwind/dist/tailwind/components/getResponsiveTextStyles.d.cts +2 -0
  154. package/dist/uds/dist/tailwind/dist/utils/parseTokens.d.cts +2 -0
  155. package/dist/uds/dist/tokens/automation/index.d.cts +10 -0
  156. package/dist/uds/dist/tokens/configs/shadow.d.cts +3 -0
  157. package/dist/uds/dist/tokens/consts/cssTokens.d.cts +2 -0
  158. package/dist/uds/dist/tokens/consts/defaultModes.d.cts +2 -0
  159. package/dist/uds/dist/tokens/consts/fontDeclarationsMap.d.cts +2 -0
  160. package/dist/uds/dist/tokens/index.d.cts +28 -0
  161. package/dist/uds/dist/tokens/parseButtonVariants.d.cts +3 -0
  162. package/dist/uds/dist/tokens/types.d.cts +9 -0
  163. package/dist/uds/dist/tokens/utils/getFontUrls.d.cts +4 -0
  164. package/dist/uds/dist/tokens/utils/spectrum.d.cts +3 -0
  165. package/dist/uds/dist/types/dist/index.d.cts +11 -0
  166. package/dist/uds/dist/types.d.cts +2 -0
  167. package/dist/uds/generated/tailwindPurge.cjs +4 -4
  168. package/dist/uds/generated/tailwindPurge.js +4 -4
  169. package/generated/tailwindPurge.ts +1 -1
  170. package/package.json +1 -1
@@ -14,6 +14,9 @@ const autoVariants = {
14
14
  secondary: "uds-avatar-image-variant-secondary-root"
15
15
  },
16
16
  avatarSizeIcon: {
17
+ "2xl": "uds-avatar-size-2xl-icon",
18
+ "2xs": "uds-avatar-size-2xs-icon",
19
+ "3xl": "uds-avatar-size-3xl-icon",
17
20
  default: "uds-avatar-size-default-icon",
18
21
  lg: "uds-avatar-size-lg-icon",
19
22
  md: "uds-avatar-size-md-icon",
@@ -22,6 +25,9 @@ const autoVariants = {
22
25
  xs: "uds-avatar-size-xs-icon"
23
26
  },
24
27
  avatarSizeRoot: {
28
+ "2xl": "uds-avatar-size-2xl-root",
29
+ "2xs": "uds-avatar-size-2xs-root",
30
+ "3xl": "uds-avatar-size-3xl-root",
25
31
  default: "uds-avatar-size-default-root",
26
32
  lg: "uds-avatar-size-lg-root",
27
33
  md: "uds-avatar-size-md-root",
@@ -3,8 +3,8 @@
3
3
  interface StylePropsVariantsAuto<T> {
4
4
  avatarIconVariantRoot: Record<'default' | 'primary' | 'secondary', T>;
5
5
  avatarImageVariantRoot: Record<'default' | 'primary' | 'secondary', T>;
6
- avatarSizeIcon: Record<'default' | 'lg' | 'md' | 'sm' | 'xl' | 'xs', T>;
7
- avatarSizeRoot: Record<'default' | 'lg' | 'md' | 'sm' | 'xl' | 'xs', T>;
6
+ avatarSizeIcon: Record<'2xl' | '2xs' | '3xl' | 'default' | 'lg' | 'md' | 'sm' | 'xl' | 'xs', T>;
7
+ avatarSizeRoot: Record<'2xl' | '2xs' | '3xl' | 'default' | 'lg' | 'md' | 'sm' | 'xl' | 'xs', T>;
8
8
  avatarTextVariantRoot: Record<'default' | 'primary' | 'secondary', T>;
9
9
  badgeSizeIcon: Record<'default' | 'lg' | 'md' | 'sm' | 'xs', T>;
10
10
  badgeSizeRoot: Record<'default' | 'lg' | 'md' | 'sm' | 'xs', T>;
@@ -3,8 +3,8 @@
3
3
  interface StylePropsVariantsAuto<T> {
4
4
  avatarIconVariantRoot: Record<'default' | 'primary' | 'secondary', T>;
5
5
  avatarImageVariantRoot: Record<'default' | 'primary' | 'secondary', T>;
6
- avatarSizeIcon: Record<'default' | 'lg' | 'md' | 'sm' | 'xl' | 'xs', T>;
7
- avatarSizeRoot: Record<'default' | 'lg' | 'md' | 'sm' | 'xl' | 'xs', T>;
6
+ avatarSizeIcon: Record<'2xl' | '2xs' | '3xl' | 'default' | 'lg' | 'md' | 'sm' | 'xl' | 'xs', T>;
7
+ avatarSizeRoot: Record<'2xl' | '2xs' | '3xl' | 'default' | 'lg' | 'md' | 'sm' | 'xl' | 'xs', T>;
8
8
  avatarTextVariantRoot: Record<'default' | 'primary' | 'secondary', T>;
9
9
  badgeSizeIcon: Record<'default' | 'lg' | 'md' | 'sm' | 'xs', T>;
10
10
  badgeSizeRoot: Record<'default' | 'lg' | 'md' | 'sm' | 'xs', T>;
@@ -13,6 +13,9 @@ const autoVariants = {
13
13
  secondary: "uds-avatar-image-variant-secondary-root"
14
14
  },
15
15
  avatarSizeIcon: {
16
+ "2xl": "uds-avatar-size-2xl-icon",
17
+ "2xs": "uds-avatar-size-2xs-icon",
18
+ "3xl": "uds-avatar-size-3xl-icon",
16
19
  default: "uds-avatar-size-default-icon",
17
20
  lg: "uds-avatar-size-lg-icon",
18
21
  md: "uds-avatar-size-md-icon",
@@ -21,6 +24,9 @@ const autoVariants = {
21
24
  xs: "uds-avatar-size-xs-icon"
22
25
  },
23
26
  avatarSizeRoot: {
27
+ "2xl": "uds-avatar-size-2xl-root",
28
+ "2xs": "uds-avatar-size-2xs-root",
29
+ "3xl": "uds-avatar-size-3xl-root",
24
30
  default: "uds-avatar-size-default-root",
25
31
  lg: "uds-avatar-size-lg-root",
26
32
  md: "uds-avatar-size-md-root",
@@ -2647,6 +2647,9 @@ const AvatarConfig = {
2647
2647
  label: "icon",
2648
2648
  properties: { iconSize: {
2649
2649
  defaults: {
2650
+ "2xl": "lg",
2651
+ "2xs": "xs",
2652
+ "3xl": "lg",
2650
2653
  lg: "lg",
2651
2654
  md: "md",
2652
2655
  sm: "sm",
@@ -2669,6 +2672,9 @@ const AvatarConfig = {
2669
2672
  properties: {
2670
2673
  borderWidth: {
2671
2674
  defaults: {
2675
+ "2xl": "thin",
2676
+ "2xs": "thin",
2677
+ "3xl": "thin",
2672
2678
  lg: "thin",
2673
2679
  md: "thin",
2674
2680
  sm: "thin",
@@ -2687,6 +2693,9 @@ const AvatarConfig = {
2687
2693
  },
2688
2694
  height: {
2689
2695
  defaults: {
2696
+ "2xl": "20",
2697
+ "2xs": "5",
2698
+ "3xl": "24",
2690
2699
  lg: "12",
2691
2700
  md: "10",
2692
2701
  sm: "7",
@@ -2738,6 +2747,9 @@ const AvatarConfig = {
2738
2747
  },
2739
2748
  textVariant: {
2740
2749
  defaults: {
2750
+ "2xl": "title2",
2751
+ "2xs": "caption1",
2752
+ "3xl": "title1",
2741
2753
  lg: "title4",
2742
2754
  md: "headline1",
2743
2755
  sm: "caption2",
@@ -2796,6 +2808,9 @@ const AvatarConfig = {
2796
2808
  },
2797
2809
  width: {
2798
2810
  defaults: {
2811
+ "2xl": "20",
2812
+ "2xs": "5",
2813
+ "3xl": "24",
2799
2814
  lg: "12",
2800
2815
  md: "10",
2801
2816
  sm: "7",
@@ -2849,11 +2864,14 @@ const AvatarConfig = {
2849
2864
  }
2850
2865
  },
2851
2866
  options: [
2867
+ "2xs",
2852
2868
  "xs",
2853
2869
  "sm",
2854
2870
  "md",
2855
2871
  "lg",
2856
- "xl"
2872
+ "xl",
2873
+ "2xl",
2874
+ "3xl"
2857
2875
  ]
2858
2876
  } }
2859
2877
  };
@@ -174,6 +174,9 @@ declare const AvatarConfig: {
174
174
  readonly properties: {
175
175
  readonly iconSize: {
176
176
  readonly defaults: {
177
+ readonly '2xl': "lg";
178
+ readonly '2xs': "xs";
179
+ readonly '3xl': "lg";
177
180
  readonly lg: "lg";
178
181
  readonly md: "md";
179
182
  readonly sm: "sm";
@@ -192,6 +195,9 @@ declare const AvatarConfig: {
192
195
  readonly properties: {
193
196
  readonly borderWidth: {
194
197
  readonly defaults: {
198
+ readonly '2xl': "thin";
199
+ readonly '2xs': "thin";
200
+ readonly '3xl': "thin";
195
201
  readonly lg: "thin";
196
202
  readonly md: "thin";
197
203
  readonly sm: "thin";
@@ -205,6 +211,9 @@ declare const AvatarConfig: {
205
211
  };
206
212
  readonly height: {
207
213
  readonly defaults: {
214
+ readonly '2xl': "20";
215
+ readonly '2xs': "5";
216
+ readonly '3xl': "24";
208
217
  readonly lg: "12";
209
218
  readonly md: "10";
210
219
  readonly sm: "7";
@@ -218,6 +227,9 @@ declare const AvatarConfig: {
218
227
  };
219
228
  readonly textVariant: {
220
229
  readonly defaults: {
230
+ readonly '2xl': "title2";
231
+ readonly '2xs': "caption1";
232
+ readonly '3xl': "title1";
221
233
  readonly lg: "title4";
222
234
  readonly md: "headline1";
223
235
  readonly sm: "caption2";
@@ -231,6 +243,9 @@ declare const AvatarConfig: {
231
243
  };
232
244
  readonly width: {
233
245
  readonly defaults: {
246
+ readonly '2xl': "20";
247
+ readonly '2xs': "5";
248
+ readonly '3xl': "24";
234
249
  readonly lg: "12";
235
250
  readonly md: "10";
236
251
  readonly sm: "7";
@@ -245,7 +260,7 @@ declare const AvatarConfig: {
245
260
  };
246
261
  };
247
262
  };
248
- readonly options: readonly ["xs", "sm", "md", "lg", "xl"];
263
+ readonly options: readonly ["2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl"];
249
264
  };
250
265
  };
251
266
  };
@@ -174,6 +174,9 @@ declare const AvatarConfig: {
174
174
  readonly properties: {
175
175
  readonly iconSize: {
176
176
  readonly defaults: {
177
+ readonly '2xl': "lg";
178
+ readonly '2xs': "xs";
179
+ readonly '3xl': "lg";
177
180
  readonly lg: "lg";
178
181
  readonly md: "md";
179
182
  readonly sm: "sm";
@@ -192,6 +195,9 @@ declare const AvatarConfig: {
192
195
  readonly properties: {
193
196
  readonly borderWidth: {
194
197
  readonly defaults: {
198
+ readonly '2xl': "thin";
199
+ readonly '2xs': "thin";
200
+ readonly '3xl': "thin";
195
201
  readonly lg: "thin";
196
202
  readonly md: "thin";
197
203
  readonly sm: "thin";
@@ -205,6 +211,9 @@ declare const AvatarConfig: {
205
211
  };
206
212
  readonly height: {
207
213
  readonly defaults: {
214
+ readonly '2xl': "20";
215
+ readonly '2xs': "5";
216
+ readonly '3xl': "24";
208
217
  readonly lg: "12";
209
218
  readonly md: "10";
210
219
  readonly sm: "7";
@@ -218,6 +227,9 @@ declare const AvatarConfig: {
218
227
  };
219
228
  readonly textVariant: {
220
229
  readonly defaults: {
230
+ readonly '2xl': "title2";
231
+ readonly '2xs': "caption1";
232
+ readonly '3xl': "title1";
221
233
  readonly lg: "title4";
222
234
  readonly md: "headline1";
223
235
  readonly sm: "caption2";
@@ -231,6 +243,9 @@ declare const AvatarConfig: {
231
243
  };
232
244
  readonly width: {
233
245
  readonly defaults: {
246
+ readonly '2xl': "20";
247
+ readonly '2xs': "5";
248
+ readonly '3xl': "24";
234
249
  readonly lg: "12";
235
250
  readonly md: "10";
236
251
  readonly sm: "7";
@@ -245,7 +260,7 @@ declare const AvatarConfig: {
245
260
  };
246
261
  };
247
262
  };
248
- readonly options: readonly ["xs", "sm", "md", "lg", "xl"];
263
+ readonly options: readonly ["2xs", "xs", "sm", "md", "lg", "xl", "2xl", "3xl"];
249
264
  };
250
265
  };
251
266
  };
@@ -2646,6 +2646,9 @@ const AvatarConfig = {
2646
2646
  label: "icon",
2647
2647
  properties: { iconSize: {
2648
2648
  defaults: {
2649
+ "2xl": "lg",
2650
+ "2xs": "xs",
2651
+ "3xl": "lg",
2649
2652
  lg: "lg",
2650
2653
  md: "md",
2651
2654
  sm: "sm",
@@ -2668,6 +2671,9 @@ const AvatarConfig = {
2668
2671
  properties: {
2669
2672
  borderWidth: {
2670
2673
  defaults: {
2674
+ "2xl": "thin",
2675
+ "2xs": "thin",
2676
+ "3xl": "thin",
2671
2677
  lg: "thin",
2672
2678
  md: "thin",
2673
2679
  sm: "thin",
@@ -2686,6 +2692,9 @@ const AvatarConfig = {
2686
2692
  },
2687
2693
  height: {
2688
2694
  defaults: {
2695
+ "2xl": "20",
2696
+ "2xs": "5",
2697
+ "3xl": "24",
2689
2698
  lg: "12",
2690
2699
  md: "10",
2691
2700
  sm: "7",
@@ -2737,6 +2746,9 @@ const AvatarConfig = {
2737
2746
  },
2738
2747
  textVariant: {
2739
2748
  defaults: {
2749
+ "2xl": "title2",
2750
+ "2xs": "caption1",
2751
+ "3xl": "title1",
2740
2752
  lg: "title4",
2741
2753
  md: "headline1",
2742
2754
  sm: "caption2",
@@ -2795,6 +2807,9 @@ const AvatarConfig = {
2795
2807
  },
2796
2808
  width: {
2797
2809
  defaults: {
2810
+ "2xl": "20",
2811
+ "2xs": "5",
2812
+ "3xl": "24",
2798
2813
  lg: "12",
2799
2814
  md: "10",
2800
2815
  sm: "7",
@@ -2848,11 +2863,14 @@ const AvatarConfig = {
2848
2863
  }
2849
2864
  },
2850
2865
  options: [
2866
+ "2xs",
2851
2867
  "xs",
2852
2868
  "sm",
2853
2869
  "md",
2854
2870
  "lg",
2855
- "xl"
2871
+ "xl",
2872
+ "2xl",
2873
+ "3xl"
2856
2874
  ]
2857
2875
  } }
2858
2876
  };
@@ -81,6 +81,87 @@ const defaultUniversalTokensConfigAuto = {
81
81
  valueType: "alias"
82
82
  } }
83
83
  },
84
+ "size/2xl/icon": { iconSize: { rest: {
85
+ type: "iconSizes",
86
+ value: "lg",
87
+ valueType: "alias"
88
+ } } },
89
+ "size/2xl/root": {
90
+ borderWidth: { rest: {
91
+ type: "borderWidths",
92
+ value: "thin",
93
+ valueType: "alias"
94
+ } },
95
+ height: { rest: {
96
+ type: "spacingAliases",
97
+ value: "20",
98
+ valueType: "alias"
99
+ } },
100
+ textVariant: { rest: {
101
+ type: "textVariants",
102
+ value: "title2",
103
+ valueType: "alias"
104
+ } },
105
+ width: { rest: {
106
+ type: "spacingAliases",
107
+ value: "20",
108
+ valueType: "alias"
109
+ } }
110
+ },
111
+ "size/2xs/icon": { iconSize: { rest: {
112
+ type: "iconSizes",
113
+ value: "xs",
114
+ valueType: "alias"
115
+ } } },
116
+ "size/2xs/root": {
117
+ borderWidth: { rest: {
118
+ type: "borderWidths",
119
+ value: "thin",
120
+ valueType: "alias"
121
+ } },
122
+ height: { rest: {
123
+ type: "spacingAliases",
124
+ value: "5",
125
+ valueType: "alias"
126
+ } },
127
+ textVariant: { rest: {
128
+ type: "textVariants",
129
+ value: "caption1",
130
+ valueType: "alias"
131
+ } },
132
+ width: { rest: {
133
+ type: "spacingAliases",
134
+ value: "5",
135
+ valueType: "alias"
136
+ } }
137
+ },
138
+ "size/3xl/icon": { iconSize: { rest: {
139
+ type: "iconSizes",
140
+ value: "lg",
141
+ valueType: "alias"
142
+ } } },
143
+ "size/3xl/root": {
144
+ borderWidth: { rest: {
145
+ type: "borderWidths",
146
+ value: "thin",
147
+ valueType: "alias"
148
+ } },
149
+ height: { rest: {
150
+ type: "spacingAliases",
151
+ value: "24",
152
+ valueType: "alias"
153
+ } },
154
+ textVariant: { rest: {
155
+ type: "textVariants",
156
+ value: "title1",
157
+ valueType: "alias"
158
+ } },
159
+ width: { rest: {
160
+ type: "spacingAliases",
161
+ value: "24",
162
+ valueType: "alias"
163
+ } }
164
+ },
84
165
  "size/lg/icon": { iconSize: { rest: {
85
166
  type: "iconSizes",
86
167
  value: "lg",
@@ -80,6 +80,87 @@ const defaultUniversalTokensConfigAuto = {
80
80
  valueType: "alias"
81
81
  } }
82
82
  },
83
+ "size/2xl/icon": { iconSize: { rest: {
84
+ type: "iconSizes",
85
+ value: "lg",
86
+ valueType: "alias"
87
+ } } },
88
+ "size/2xl/root": {
89
+ borderWidth: { rest: {
90
+ type: "borderWidths",
91
+ value: "thin",
92
+ valueType: "alias"
93
+ } },
94
+ height: { rest: {
95
+ type: "spacingAliases",
96
+ value: "20",
97
+ valueType: "alias"
98
+ } },
99
+ textVariant: { rest: {
100
+ type: "textVariants",
101
+ value: "title2",
102
+ valueType: "alias"
103
+ } },
104
+ width: { rest: {
105
+ type: "spacingAliases",
106
+ value: "20",
107
+ valueType: "alias"
108
+ } }
109
+ },
110
+ "size/2xs/icon": { iconSize: { rest: {
111
+ type: "iconSizes",
112
+ value: "xs",
113
+ valueType: "alias"
114
+ } } },
115
+ "size/2xs/root": {
116
+ borderWidth: { rest: {
117
+ type: "borderWidths",
118
+ value: "thin",
119
+ valueType: "alias"
120
+ } },
121
+ height: { rest: {
122
+ type: "spacingAliases",
123
+ value: "5",
124
+ valueType: "alias"
125
+ } },
126
+ textVariant: { rest: {
127
+ type: "textVariants",
128
+ value: "caption1",
129
+ valueType: "alias"
130
+ } },
131
+ width: { rest: {
132
+ type: "spacingAliases",
133
+ value: "5",
134
+ valueType: "alias"
135
+ } }
136
+ },
137
+ "size/3xl/icon": { iconSize: { rest: {
138
+ type: "iconSizes",
139
+ value: "lg",
140
+ valueType: "alias"
141
+ } } },
142
+ "size/3xl/root": {
143
+ borderWidth: { rest: {
144
+ type: "borderWidths",
145
+ value: "thin",
146
+ valueType: "alias"
147
+ } },
148
+ height: { rest: {
149
+ type: "spacingAliases",
150
+ value: "24",
151
+ valueType: "alias"
152
+ } },
153
+ textVariant: { rest: {
154
+ type: "textVariants",
155
+ value: "title1",
156
+ valueType: "alias"
157
+ } },
158
+ width: { rest: {
159
+ type: "spacingAliases",
160
+ value: "24",
161
+ valueType: "alias"
162
+ } }
163
+ },
83
164
  "size/lg/icon": { iconSize: { rest: {
84
165
  type: "iconSizes",
85
166
  value: "lg",
@@ -29,7 +29,7 @@ declare function usePopoverConfig(sizeProp?: PopoverSize | undefined, variantPro
29
29
  gap: SpacingAlias;
30
30
  dismissButtonSpacing: SpacingAlias;
31
31
  dismissIconSize: number;
32
- ariaKitPlacement: ("bottom-start" | "bottom-end" | "top-start" | "top-end" | ("bottom" | "left" | "right" | "top") | "left-start" | "right-start" | "left-end" | "right-end") | undefined;
32
+ ariaKitPlacement: ("top-start" | "top-end" | "bottom-start" | "bottom-end" | ("top" | "bottom" | "left" | "right") | "left-start" | "right-start" | "left-end" | "right-end") | undefined;
33
33
  animationDuration: number;
34
34
  };
35
35
  //#endregion
@@ -30,7 +30,7 @@ declare function usePopoverConfig(sizeProp?: PopoverSize | undefined, variantPro
30
30
  gap: SpacingAlias;
31
31
  dismissButtonSpacing: SpacingAlias;
32
32
  dismissIconSize: number;
33
- ariaKitPlacement: ("bottom-start" | "bottom-end" | "top-start" | "top-end" | ("bottom" | "left" | "right" | "top") | "left-start" | "right-start" | "left-end" | "right-end") | undefined;
33
+ ariaKitPlacement: ("top-start" | "top-end" | "bottom-start" | "bottom-end" | ("top" | "bottom" | "left" | "right") | "left-start" | "right-start" | "left-end" | "right-end") | undefined;
34
34
  animationDuration: number;
35
35
  };
36
36
  //#endregion
@@ -1,8 +1,9 @@
1
1
 
2
2
  import { IconProps } from "../../Icon.cjs";
3
3
  import "../../index.cjs";
4
+ import { TextVariant } from "../../../uds/dist/types/dist/index.cjs";
5
+ import "../../../uds/dist/index.cjs";
4
6
  import * as react_jsx_runtime0 from "react/jsx-runtime";
5
- import { TextVariant } from "@yahoo/uds";
6
7
 
7
8
  //#region src/components/experimental/client/SegmentedControl.d.ts
8
9
  interface SegmentedControlOption<T extends string> {
@@ -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.87.0";
5
+ const LATEST_MIGRATION_VERSION = "v0.88.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
@@ -220,6 +220,87 @@ const defaultTokensConfig = {
220
220
  valueType: "alias"
221
221
  } }
222
222
  },
223
+ "size/2xs/icon": { iconSize: { rest: {
224
+ type: "iconSizes",
225
+ value: "xs",
226
+ valueType: "alias"
227
+ } } },
228
+ "size/2xs/root": {
229
+ borderWidth: { rest: {
230
+ type: "borderWidths",
231
+ value: "thin",
232
+ valueType: "alias"
233
+ } },
234
+ height: { rest: {
235
+ type: "spacingAliases",
236
+ value: "5",
237
+ valueType: "alias"
238
+ } },
239
+ textVariant: { rest: {
240
+ type: "textVariants",
241
+ value: "legal1",
242
+ valueType: "alias"
243
+ } },
244
+ width: { rest: {
245
+ type: "spacingAliases",
246
+ value: "5",
247
+ valueType: "alias"
248
+ } }
249
+ },
250
+ "size/2xl/icon": { iconSize: { rest: {
251
+ type: "iconSizes",
252
+ value: "lg",
253
+ valueType: "alias"
254
+ } } },
255
+ "size/2xl/root": {
256
+ borderWidth: { rest: {
257
+ type: "borderWidths",
258
+ value: "thin",
259
+ valueType: "alias"
260
+ } },
261
+ height: { rest: {
262
+ type: "spacingAliases",
263
+ value: "20",
264
+ valueType: "alias"
265
+ } },
266
+ textVariant: { rest: {
267
+ type: "textVariants",
268
+ value: "title3",
269
+ valueType: "alias"
270
+ } },
271
+ width: { rest: {
272
+ type: "spacingAliases",
273
+ value: "20",
274
+ valueType: "alias"
275
+ } }
276
+ },
277
+ "size/3xl/icon": { iconSize: { rest: {
278
+ type: "iconSizes",
279
+ value: "lg",
280
+ valueType: "alias"
281
+ } } },
282
+ "size/3xl/root": {
283
+ borderWidth: { rest: {
284
+ type: "borderWidths",
285
+ value: "thin",
286
+ valueType: "alias"
287
+ } },
288
+ height: { rest: {
289
+ type: "spacingAliases",
290
+ value: "24",
291
+ valueType: "alias"
292
+ } },
293
+ textVariant: { rest: {
294
+ type: "textVariants",
295
+ value: "title3",
296
+ valueType: "alias"
297
+ } },
298
+ width: { rest: {
299
+ type: "spacingAliases",
300
+ value: "24",
301
+ valueType: "alias"
302
+ } }
303
+ },
223
304
  "text/variant/primary/root": {
224
305
  backgroundColor: { rest: {
225
306
  type: "backgroundPaletteColors",
@@ -27054,7 +27135,7 @@ const defaultTokensConfig = {
27054
27135
  }
27055
27136
  }
27056
27137
  },
27057
- version: "v0.87.0",
27138
+ version: "v0.88.0",
27058
27139
  version: LATEST_MIGRATION_VERSION
27059
27140
  };
27060
27141