@yahoo/uds 3.70.0-beta.2 → 3.70.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 (122) hide show
  1. package/dist/components/Box.d.cts +2 -2
  2. package/dist/components/Box.d.ts +2 -2
  3. package/dist/components/Divider/Divider.d.cts +2 -2
  4. package/dist/components/Divider/Divider.d.ts +2 -2
  5. package/dist/components/Divider/DividerCore.d.cts +2 -2
  6. package/dist/components/Divider/DividerCore.d.ts +2 -2
  7. package/dist/components/Divider/DividerInternal.d.cts +2 -2
  8. package/dist/components/Divider/DividerInternal.d.ts +2 -2
  9. package/dist/components/FormLabel.d.cts +2 -2
  10. package/dist/components/FormLabel.d.ts +2 -2
  11. package/dist/components/HStack.d.cts +2 -2
  12. package/dist/components/HStack.d.ts +2 -2
  13. package/dist/components/Icon.d.cts +2 -2
  14. package/dist/components/Icon.d.ts +2 -2
  15. package/dist/components/Image.d.cts +2 -2
  16. package/dist/components/Image.d.ts +2 -2
  17. package/dist/components/Link.d.cts +2 -2
  18. package/dist/components/Link.d.ts +2 -2
  19. package/dist/components/Text.d.cts +8 -8
  20. package/dist/components/Text.d.ts +8 -8
  21. package/dist/components/VStack.d.cts +2 -2
  22. package/dist/components/VStack.d.ts +2 -2
  23. package/dist/components/client/AnimateHeightChange.d.cts +2 -2
  24. package/dist/components/client/AnimateHeightChange.d.ts +2 -2
  25. package/dist/components/client/Avatar/Avatar.d.cts +2 -2
  26. package/dist/components/client/Avatar/Avatar.d.ts +2 -2
  27. package/dist/components/client/Avatar/AvatarIcon.d.cts +2 -2
  28. package/dist/components/client/Avatar/AvatarIcon.d.ts +2 -2
  29. package/dist/components/client/Avatar/AvatarImage.d.cts +2 -2
  30. package/dist/components/client/Avatar/AvatarImage.d.ts +2 -2
  31. package/dist/components/client/Avatar/AvatarText.d.cts +2 -2
  32. package/dist/components/client/Avatar/AvatarText.d.ts +2 -2
  33. package/dist/components/client/IconButton.d.cts +2 -2
  34. package/dist/components/client/IconButton.d.ts +2 -2
  35. package/dist/components/client/Input/Input.d.cts +2 -2
  36. package/dist/components/client/Input/Input.d.ts +2 -2
  37. package/dist/components/client/Input/InputHelpText.d.cts +2 -2
  38. package/dist/components/client/Input/InputHelpText.d.ts +2 -2
  39. package/dist/components/client/Input/InputHelpTextInternal.d.cts +4 -4
  40. package/dist/components/client/Input/InputHelpTextInternal.d.ts +4 -4
  41. package/dist/components/client/Menu/Menu.Content.d.cts +2 -2
  42. package/dist/components/client/Menu/Menu.Content.d.ts +2 -2
  43. package/dist/components/client/Menu/Menu.Divider.d.cts +2 -2
  44. package/dist/components/client/Menu/Menu.Divider.d.ts +2 -2
  45. package/dist/components/client/Menu/Menu.Item.d.cts +2 -2
  46. package/dist/components/client/Menu/Menu.Item.d.ts +2 -2
  47. package/dist/components/client/Menu/Menu.ItemBase.d.cts +2 -2
  48. package/dist/components/client/Menu/Menu.ItemBase.d.ts +2 -2
  49. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
  50. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
  51. package/dist/components/client/Menu/Menu.Provider.d.cts +2 -2
  52. package/dist/components/client/Menu/Menu.Provider.d.ts +2 -2
  53. package/dist/components/client/Menu/Menu.Trigger.d.cts +2 -2
  54. package/dist/components/client/Menu/Menu.Trigger.d.ts +2 -2
  55. package/dist/components/client/Pressable.d.cts +2 -2
  56. package/dist/components/client/Pressable.d.ts +2 -2
  57. package/dist/components/client/Radio/RadioGroupStore.d.cts +2 -2
  58. package/dist/components/client/Radio/RadioGroupStore.d.ts +2 -2
  59. package/dist/components/client/SpringMotionConfig.d.cts +3 -3
  60. package/dist/components/client/SpringMotionConfig.d.ts +3 -3
  61. package/dist/components/experimental/Spinner.d.cts +2 -2
  62. package/dist/components/experimental/Spinner.d.ts +2 -2
  63. package/dist/components/experimental/Table.d.cts +2 -2
  64. package/dist/components/experimental/Table.d.ts +2 -2
  65. package/dist/components/experimental/client/Accordion.d.cts +2 -2
  66. package/dist/components/experimental/client/Accordion.d.ts +2 -2
  67. package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts +2 -2
  68. package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.ts +2 -2
  69. package/dist/components/experimental/client/Modal.d.cts +3 -3
  70. package/dist/components/experimental/client/Modal.d.ts +3 -3
  71. package/dist/components/experimental/client/Popover.d.cts +3 -3
  72. package/dist/components/experimental/client/Popover.d.ts +3 -3
  73. package/dist/components/experimental/client/Tabs.d.cts +6 -6
  74. package/dist/components/experimental/client/Tabs.d.ts +6 -6
  75. package/dist/components/experimental/client/Toast.d.ts +2 -2
  76. package/dist/providers/ColorModeProvider.d.cts +4 -4
  77. package/dist/providers/ColorModeProvider.d.ts +4 -4
  78. package/dist/providers/ScaleModeProvider.d.cts +4 -4
  79. package/dist/providers/ScaleModeProvider.d.ts +4 -4
  80. package/dist/providers/ThemeProvider.d.cts +2 -2
  81. package/dist/providers/ThemeProvider.d.ts +2 -2
  82. package/dist/styles/styler.d.cts +51 -51
  83. package/dist/styles/styler.d.ts +51 -51
  84. package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +3 -3
  85. package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +3 -3
  86. package/dist/tailwind/plugins/a11y.d.cts +3 -3
  87. package/dist/tailwind/plugins/a11y.d.ts +3 -3
  88. package/dist/tailwind/plugins/borders.d.cts +3 -3
  89. package/dist/tailwind/plugins/borders.d.ts +3 -3
  90. package/dist/tailwind/plugins/colors.d.cts +3 -3
  91. package/dist/tailwind/plugins/colors.d.ts +3 -3
  92. package/dist/tailwind/plugins/components.d.ts +3 -3
  93. package/dist/tailwind/plugins/elevation.d.cts +3 -3
  94. package/dist/tailwind/plugins/elevation.d.ts +3 -3
  95. package/dist/tailwind/plugins/icons.d.cts +3 -3
  96. package/dist/tailwind/plugins/icons.d.ts +3 -3
  97. package/dist/tailwind/plugins/input.d.cts +3 -3
  98. package/dist/tailwind/plugins/input.d.ts +3 -3
  99. package/dist/tailwind/plugins/motion.d.cts +3 -3
  100. package/dist/tailwind/plugins/motion.d.ts +3 -3
  101. package/dist/tailwind/plugins/nestedBorderRadius.d.cts +3 -3
  102. package/dist/tailwind/plugins/nestedBorderRadius.d.ts +3 -3
  103. package/dist/tailwind/plugins/scaleMode.d.cts +3 -3
  104. package/dist/tailwind/plugins/scaleMode.d.ts +3 -3
  105. package/dist/tailwind/plugins/shadows.d.cts +3 -3
  106. package/dist/tailwind/plugins/shadows.d.ts +3 -3
  107. package/dist/tailwind/plugins/sizing.d.cts +3 -3
  108. package/dist/tailwind/plugins/spacing.d.cts +3 -3
  109. package/dist/tailwind/plugins/spacing.d.ts +3 -3
  110. package/dist/tailwind/plugins/typography.d.cts +3 -3
  111. package/dist/tailwind/plugins/typography.d.ts +3 -3
  112. package/dist/tailwind/tailwind.config.d.ts +3 -3
  113. package/dist/tailwind/tailwindPlugin.d.ts +3 -3
  114. package/dist/tailwind/utils/addFontsPlugin.d.cts +3 -3
  115. package/dist/tailwind/utils/addFontsPlugin.d.ts +3 -3
  116. package/dist/tailwind/utils/composeTailwindPlugins.d.cts +3 -3
  117. package/dist/tailwind/utils/composeTailwindPlugins.d.ts +3 -3
  118. package/dist/tokens/automation/utils/getConfigVariantProperties.d.cts +2 -2
  119. package/dist/tokens/automation/utils/getConfigVariantProperties.d.ts +2 -2
  120. package/dist/utils/intersperse.d.cts +2 -2
  121. package/dist/utils/intersperse.d.ts +2 -2
  122. package/package.json +1 -1
@@ -12,8 +12,8 @@ import "../../index.js";
12
12
  * @returns A Record of layer names to their properties, or null if no properties are found
13
13
  */
14
14
  declare function getConfigVariantProperties(variant?: VariantConfig): {
15
- [x: string]: Readonly<Record<string, SelectedConfigurableProperty<"backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "width" | "height" | "insetShadow" | "color" | "gap" | "textVariant" | "shadow" | "opacity" | "scaleEffect" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "padding" | "fontVariationSettings" | "textDecorationLine", string, ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | ("spacingAliases" | "borderWidths")[] | "borderRadii"[] | ("linePaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "textVariants"[] | "spacingAliases"[] | ("foregroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "opacitySteps"[] | "iconSizes"[] | "textDecorationLines"[] | "shadowVariants"[] | "shadowVariantsWithInvert"[] | "scaleEffects"[], readonly (readonly string[])[]>>>;
16
- root: Readonly<Record<string, SelectedConfigurableProperty<"backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "width" | "height" | "insetShadow" | "color" | "gap" | "textVariant" | "shadow" | "opacity" | "scaleEffect" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "padding" | "fontVariationSettings" | "textDecorationLine", string, ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | ("spacingAliases" | "borderWidths")[] | "borderRadii"[] | ("linePaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "textVariants"[] | "spacingAliases"[] | ("foregroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "opacitySteps"[] | "iconSizes"[] | "textDecorationLines"[] | "shadowVariants"[] | "shadowVariantsWithInvert"[] | "scaleEffects"[], readonly (readonly string[])[]>>>;
15
+ [x: string]: Readonly<Record<string, SelectedConfigurableProperty<"backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "color" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "insetShadow" | "width" | "height" | "shadow" | "gap" | "textVariant" | "opacity" | "scaleEffect" | "fontVariationSettings" | "padding" | "textDecorationLine", string, ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | ("spacingAliases" | "borderWidths")[] | "borderRadii"[] | ("linePaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "textVariants"[] | "spacingAliases"[] | ("foregroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "opacitySteps"[] | "iconSizes"[] | "textDecorationLines"[] | "shadowVariants"[] | "shadowVariantsWithInvert"[] | "scaleEffects"[], readonly (readonly string[])[]>>>;
16
+ root: Readonly<Record<string, SelectedConfigurableProperty<"backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "color" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "insetShadow" | "width" | "height" | "shadow" | "gap" | "textVariant" | "opacity" | "scaleEffect" | "fontVariationSettings" | "padding" | "textDecorationLine", string, ("backgroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | ("spacingAliases" | "borderWidths")[] | "borderRadii"[] | ("linePaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "textVariants"[] | "spacingAliases"[] | ("foregroundPaletteColors" | "spectrumColors" | "alwaysPaletteAliases")[] | "opacitySteps"[] | "iconSizes"[] | "textDecorationLines"[] | "shadowVariants"[] | "shadowVariantsWithInvert"[] | "scaleEffects"[], readonly (readonly string[])[]>>>;
17
17
  } | null;
18
18
  //#endregion
19
19
  export { getConfigVariantProperties };
@@ -1,4 +1,4 @@
1
- import * as react3 from "react";
1
+ import * as react50 from "react";
2
2
  import { ReactNode } from "react";
3
3
 
4
4
  //#region src/utils/intersperse.d.ts
@@ -28,6 +28,6 @@ declare const intersperse: <T>(list: Array<T>, inter: T | ((index: number) => T)
28
28
  * </div>);
29
29
  * }
30
30
  */
31
- declare const intersperseReactChildren: (children: ReactNode, inter: ReactNode | ((index: number) => ReactNode)) => (string | number | react3.ReactElement<any, string | react3.JSXElementConstructor<any>> | Iterable<ReactNode> | react3.ReactPortal | null)[];
31
+ declare const intersperseReactChildren: (children: ReactNode, inter: ReactNode | ((index: number) => ReactNode)) => (string | number | react50.ReactElement<any, string | react50.JSXElementConstructor<any>> | Iterable<ReactNode> | react50.ReactPortal | null)[];
32
32
  //#endregion
33
33
  export { intersperse, intersperseReactChildren };
@@ -1,4 +1,4 @@
1
- import * as react25 from "react";
1
+ import * as react0 from "react";
2
2
  import { ReactNode } from "react";
3
3
 
4
4
  //#region src/utils/intersperse.d.ts
@@ -28,6 +28,6 @@ declare const intersperse: <T>(list: Array<T>, inter: T | ((index: number) => T)
28
28
  * </div>);
29
29
  * }
30
30
  */
31
- declare const intersperseReactChildren: (children: ReactNode, inter: ReactNode | ((index: number) => ReactNode)) => (string | number | react25.ReactElement<any, string | react25.JSXElementConstructor<any>> | Iterable<ReactNode> | react25.ReactPortal | null)[];
31
+ declare const intersperseReactChildren: (children: ReactNode, inter: ReactNode | ((index: number) => ReactNode)) => (string | number | react0.ReactElement<any, string | react0.JSXElementConstructor<any>> | Iterable<ReactNode> | react0.ReactPortal | null)[];
32
32
  //#endregion
33
33
  export { intersperse, intersperseReactChildren };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yahoo/uds",
3
3
  "description": "Yahoo Universal System",
4
- "version": "3.70.0-beta.2",
4
+ "version": "3.70.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",