@yahoo/uds 3.71.0 → 3.72.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 (128) 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/Checkbox.d.cts +1 -1
  34. package/dist/components/client/Checkbox.d.ts +1 -1
  35. package/dist/components/client/IconButton.d.cts +2 -2
  36. package/dist/components/client/IconButton.d.ts +2 -2
  37. package/dist/components/client/Input/Input.d.cts +2 -2
  38. package/dist/components/client/Input/Input.d.ts +2 -2
  39. package/dist/components/client/Input/InputHelpText.d.ts +2 -2
  40. package/dist/components/client/Input/InputHelpTextInternal.d.cts +2 -2
  41. package/dist/components/client/Input/InputHelpTextInternal.d.ts +4 -4
  42. package/dist/components/client/Menu/Menu.Content.d.cts +2 -2
  43. package/dist/components/client/Menu/Menu.Content.d.ts +2 -2
  44. package/dist/components/client/Menu/Menu.Divider.d.cts +2 -2
  45. package/dist/components/client/Menu/Menu.Divider.d.ts +2 -2
  46. package/dist/components/client/Menu/Menu.ItemBase.d.cts +2 -2
  47. package/dist/components/client/Menu/Menu.ItemBase.d.ts +2 -2
  48. package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +2 -2
  49. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +2 -2
  50. package/dist/components/client/Menu/Menu.Provider.d.ts +2 -2
  51. package/dist/components/client/Menu/Menu.Trigger.d.cts +2 -2
  52. package/dist/components/client/Menu/Menu.Trigger.d.ts +2 -2
  53. package/dist/components/client/Pressable.d.cts +2 -2
  54. package/dist/components/client/Pressable.d.ts +2 -2
  55. package/dist/components/client/Radio/RadioGroupStore.d.cts +2 -2
  56. package/dist/components/client/Radio/RadioGroupStore.d.ts +2 -2
  57. package/dist/components/client/SpringMotionConfig.d.cts +3 -3
  58. package/dist/components/client/SpringMotionConfig.d.ts +3 -3
  59. package/dist/components/experimental/Spinner.d.cts +2 -2
  60. package/dist/components/experimental/Spinner.d.ts +2 -2
  61. package/dist/components/experimental/Table.d.cts +2 -2
  62. package/dist/components/experimental/Table.d.ts +2 -2
  63. package/dist/components/experimental/client/Accordion.d.ts +2 -2
  64. package/dist/components/experimental/client/AvoidMotionLibraryProvider.d.cts +2 -2
  65. package/dist/components/experimental/client/Modal.d.ts +3 -3
  66. package/dist/components/experimental/client/Popover.d.ts +3 -3
  67. package/dist/components/experimental/client/Tabs.d.cts +3 -3
  68. package/dist/components/experimental/client/Tabs.d.ts +6 -6
  69. package/dist/components/experimental/client/Toast.d.ts +2 -2
  70. package/dist/providers/ColorModeProvider.d.cts +4 -4
  71. package/dist/providers/ColorModeProvider.d.ts +4 -4
  72. package/dist/providers/ScaleModeProvider.d.cts +4 -4
  73. package/dist/providers/ScaleModeProvider.d.ts +4 -4
  74. package/dist/providers/ThemeProvider.d.cts +2 -2
  75. package/dist/providers/ThemeProvider.d.ts +2 -2
  76. package/dist/styles/styler.d.cts +89 -89
  77. package/dist/styles/styler.d.ts +89 -89
  78. package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.cts +4 -4
  79. package/dist/tailwind/defaultTailwindThemeAsUdsConfig.d.ts +4 -4
  80. package/dist/tailwind/plugins/a11y.d.cts +3 -3
  81. package/dist/tailwind/plugins/a11y.d.ts +3 -3
  82. package/dist/tailwind/plugins/borders.d.cts +3 -3
  83. package/dist/tailwind/plugins/borders.d.ts +3 -3
  84. package/dist/tailwind/plugins/colors.d.cts +3 -3
  85. package/dist/tailwind/plugins/colors.d.ts +3 -3
  86. package/dist/tailwind/plugins/components.d.cts +3 -3
  87. package/dist/tailwind/plugins/components.d.ts +3 -3
  88. package/dist/tailwind/plugins/elevation.d.cts +3 -3
  89. package/dist/tailwind/plugins/elevation.d.ts +3 -3
  90. package/dist/tailwind/plugins/icons.d.cts +3 -3
  91. package/dist/tailwind/plugins/icons.d.ts +3 -3
  92. package/dist/tailwind/plugins/input.d.cts +3 -3
  93. package/dist/tailwind/plugins/input.d.ts +3 -3
  94. package/dist/tailwind/plugins/motion.d.cts +3 -3
  95. package/dist/tailwind/plugins/motion.d.ts +3 -3
  96. package/dist/tailwind/plugins/nestedBorderRadius.d.cts +3 -3
  97. package/dist/tailwind/plugins/nestedBorderRadius.d.ts +3 -3
  98. package/dist/tailwind/plugins/scaleMode.d.cts +3 -3
  99. package/dist/tailwind/plugins/scaleMode.d.ts +3 -3
  100. package/dist/tailwind/plugins/shadows.d.cts +3 -3
  101. package/dist/tailwind/plugins/shadows.d.ts +3 -3
  102. package/dist/tailwind/plugins/sizing.d.cts +3 -3
  103. package/dist/tailwind/plugins/sizing.d.ts +3 -3
  104. package/dist/tailwind/plugins/spacing.d.cts +3 -3
  105. package/dist/tailwind/plugins/spacing.d.ts +3 -3
  106. package/dist/tailwind/plugins/typography.d.cts +3 -3
  107. package/dist/tailwind/plugins/typography.d.ts +3 -3
  108. package/dist/tailwind/tailwind.config.d.cts +3 -3
  109. package/dist/tailwind/tailwind.config.d.ts +3 -3
  110. package/dist/tailwind/tailwindPlugin.d.cts +3 -3
  111. package/dist/tailwind/tailwindPlugin.d.ts +3 -3
  112. package/dist/tailwind/utils/addFontsPlugin.d.cts +3 -3
  113. package/dist/tailwind/utils/addFontsPlugin.d.ts +3 -3
  114. package/dist/tailwind/utils/composeTailwindPlugins.d.cts +3 -3
  115. package/dist/tailwind/utils/composeTailwindPlugins.d.ts +3 -3
  116. package/dist/tailwind/utils/getElevationStyles.d.cts +2 -2
  117. package/dist/tailwind/utils/getElevationStyles.d.ts +2 -2
  118. package/dist/tailwind/utils/getMotionStyles.d.cts +1 -1
  119. package/dist/tailwind/utils/getMotionStyles.d.ts +1 -1
  120. package/dist/tailwind/utils/getShadowStyles.d.cts +4 -4
  121. package/dist/tailwind/utils/getShadowStyles.d.ts +4 -4
  122. package/dist/tokens/automation/utils/getConfigVariantProperties.d.cts +2 -2
  123. package/dist/tokens/automation/utils/getConfigVariantProperties.d.ts +2 -2
  124. package/dist/tokens/configs/yosConfig.cjs +23 -23
  125. package/dist/tokens/configs/yosConfig.js +23 -23
  126. package/dist/utils/intersperse.d.cts +2 -2
  127. package/dist/utils/intersperse.d.ts +2 -2
  128. package/package.json +1 -1
@@ -2,8 +2,8 @@ import { ElevationAlias, ShadowType, ShadowVariant, UniversalTokensConfig } from
2
2
  import "../../tokens/index.cjs";
3
3
 
4
4
  //#region src/tailwind/utils/getShadowStyles.d.ts
5
- declare const shadowVariantToCSS: (shadowType: ShadowType, shadowVariant: ShadowVariant | ElevationAlias) => readonly [".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-5" | ".uds-inset-shadow-md" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-none" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-xs" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-5" | ".uds-drop-shadow-md" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-none" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-xs", {
6
- readonly [x: string]: "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-xs)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
5
+ declare const shadowVariantToCSS: (shadowType: ShadowType, shadowVariant: ShadowVariant | ElevationAlias) => readonly [".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5" | ".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl", {
6
+ readonly [x: string]: "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
7
7
  readonly boxShadow: "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
8
8
  }];
9
9
  declare function getShadowStyles({
@@ -12,8 +12,8 @@ declare function getShadowStyles({
12
12
  }: {
13
13
  config: UniversalTokensConfig;
14
14
  shadowType: ShadowType;
15
- }): Record<".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-5" | ".uds-inset-shadow-md" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-none" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-xs" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-5" | ".uds-drop-shadow-md" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-none" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-xs", {
16
- readonly [x: string]: "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-xs)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
15
+ }): Record<".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5" | ".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl", {
16
+ readonly [x: string]: "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
17
17
  readonly boxShadow: "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
18
18
  }>;
19
19
  //#endregion
@@ -2,8 +2,8 @@ import { ElevationAlias, ShadowType, ShadowVariant, UniversalTokensConfig } from
2
2
  import "../../tokens/index.js";
3
3
 
4
4
  //#region src/tailwind/utils/getShadowStyles.d.ts
5
- declare const shadowVariantToCSS: (shadowType: ShadowType, shadowVariant: ShadowVariant | ElevationAlias) => readonly [".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-5" | ".uds-inset-shadow-md" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-none" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-xs" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-5" | ".uds-drop-shadow-md" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-none" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-xs", {
6
- readonly [x: string]: "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-xs)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
5
+ declare const shadowVariantToCSS: (shadowType: ShadowType, shadowVariant: ShadowVariant | ElevationAlias) => readonly [".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5" | ".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl", {
6
+ readonly [x: string]: "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
7
7
  readonly boxShadow: "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
8
8
  }];
9
9
  declare function getShadowStyles({
@@ -12,8 +12,8 @@ declare function getShadowStyles({
12
12
  }: {
13
13
  config: UniversalTokensConfig;
14
14
  shadowType: ShadowType;
15
- }): Record<".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-5" | ".uds-inset-shadow-md" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-none" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-xs" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-5" | ".uds-drop-shadow-md" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-none" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-xs", {
16
- readonly [x: string]: "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-xs)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
15
+ }): Record<".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5" | ".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5" | ".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl", {
16
+ readonly [x: string]: "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
17
17
  readonly boxShadow: "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
18
18
  }>;
19
19
  //#endregion
@@ -12,8 +12,8 @@ import "../../index.cjs";
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<"gap" | "spacingHorizontal" | "spacingVertical" | "textVariant" | "color" | "shadow" | "insetShadow" | "backgroundColor" | "borderColor" | "borderRadius" | "borderWidth" | "opacity" | "scaleEffect" | "height" | "width" | "padding" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textTransform" | "fontVariationSettings" | "textDecorationLine" | "iconSize", 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<"gap" | "spacingHorizontal" | "spacingVertical" | "textVariant" | "color" | "shadow" | "insetShadow" | "backgroundColor" | "borderColor" | "borderRadius" | "borderWidth" | "opacity" | "scaleEffect" | "height" | "width" | "padding" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textTransform" | "fontVariationSettings" | "textDecorationLine" | "iconSize", 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<"color" | "width" | "backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "insetShadow" | "height" | "gap" | "textVariant" | "shadow" | "opacity" | "scaleEffect" | "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<"color" | "width" | "backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "insetShadow" | "height" | "gap" | "textVariant" | "shadow" | "opacity" | "scaleEffect" | "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[])[]>>>;
17
17
  } | null;
18
18
  //#endregion
19
19
  export { getConfigVariantProperties };
@@ -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<"gap" | "spacingHorizontal" | "spacingVertical" | "textVariant" | "color" | "shadow" | "insetShadow" | "backgroundColor" | "borderColor" | "borderRadius" | "borderWidth" | "opacity" | "scaleEffect" | "height" | "width" | "padding" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textTransform" | "fontVariationSettings" | "textDecorationLine" | "iconSize", 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<"gap" | "spacingHorizontal" | "spacingVertical" | "textVariant" | "color" | "shadow" | "insetShadow" | "backgroundColor" | "borderColor" | "borderRadius" | "borderWidth" | "opacity" | "scaleEffect" | "height" | "width" | "padding" | "fontFamily" | "fontSize" | "fontWeight" | "lineHeight" | "letterSpacing" | "textTransform" | "fontVariationSettings" | "textDecorationLine" | "iconSize", 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<"color" | "width" | "backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "insetShadow" | "height" | "gap" | "textVariant" | "shadow" | "opacity" | "scaleEffect" | "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<"color" | "width" | "backgroundColor" | "borderRadius" | "borderColor" | "borderWidth" | "spacingHorizontal" | "spacingVertical" | "fontFamily" | "fontSize" | "letterSpacing" | "fontWeight" | "lineHeight" | "textTransform" | "iconSize" | "insetShadow" | "height" | "gap" | "textVariant" | "shadow" | "opacity" | "scaleEffect" | "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[])[]>>>;
17
17
  } | null;
18
18
  //#endregion
19
19
  export { getConfigVariantProperties };
@@ -16294,7 +16294,7 @@ const yosConfig = {
16294
16294
  "2xl-invert": [{
16295
16295
  offsetX: "0",
16296
16296
  color: {
16297
- value: "white",
16297
+ value: "always/white",
16298
16298
  type: "always"
16299
16299
  },
16300
16300
  opacity: "25",
@@ -16331,14 +16331,14 @@ const yosConfig = {
16331
16331
  offsetY: "px",
16332
16332
  color: {
16333
16333
  type: "always",
16334
- value: "white"
16334
+ value: "always/white"
16335
16335
  }
16336
16336
  }],
16337
16337
  "md-invert": [{
16338
16338
  offsetY: "1",
16339
16339
  color: {
16340
16340
  type: "always",
16341
- value: "white"
16341
+ value: "always/white"
16342
16342
  },
16343
16343
  offsetX: "0",
16344
16344
  spread: "-px",
@@ -16349,7 +16349,7 @@ const yosConfig = {
16349
16349
  offsetY: "0.5",
16350
16350
  color: {
16351
16351
  type: "always",
16352
- value: "white"
16352
+ value: "always/white"
16353
16353
  },
16354
16354
  offsetX: "0",
16355
16355
  spread: "-0.5",
@@ -16380,7 +16380,7 @@ const yosConfig = {
16380
16380
  offsetY: "4",
16381
16381
  color: {
16382
16382
  type: "always",
16383
- value: "white"
16383
+ value: "always/white"
16384
16384
  },
16385
16385
  offsetX: "0",
16386
16386
  opacity: "10",
@@ -16390,7 +16390,7 @@ const yosConfig = {
16390
16390
  offsetX: "0",
16391
16391
  offsetY: "10",
16392
16392
  color: {
16393
- value: "white",
16393
+ value: "always/white",
16394
16394
  type: "always"
16395
16395
  },
16396
16396
  spread: "-2",
@@ -16401,7 +16401,7 @@ const yosConfig = {
16401
16401
  "sm-invert": [{
16402
16402
  blur: "0.5",
16403
16403
  color: {
16404
- value: "white",
16404
+ value: "always/white",
16405
16405
  type: "always"
16406
16406
  },
16407
16407
  opacity: "10",
@@ -16415,13 +16415,13 @@ const yosConfig = {
16415
16415
  spread: "0",
16416
16416
  color: {
16417
16417
  type: "always",
16418
- value: "white"
16418
+ value: "always/white"
16419
16419
  },
16420
16420
  blur: "1"
16421
16421
  }],
16422
16422
  "lg-invert": [{
16423
16423
  color: {
16424
- value: "white",
16424
+ value: "always/white",
16425
16425
  type: "always"
16426
16426
  },
16427
16427
  blur: "1.5",
@@ -16432,7 +16432,7 @@ const yosConfig = {
16432
16432
  }, {
16433
16433
  offsetY: "2.5",
16434
16434
  color: {
16435
- value: "white",
16435
+ value: "always/white",
16436
16436
  type: "always"
16437
16437
  },
16438
16438
  offsetX: "0",
@@ -19550,7 +19550,7 @@ const yosConfig = {
19550
19550
  } }
19551
19551
  }
19552
19552
  },
19553
- version: "v0.68.0",
19553
+ version: "v0.69.0",
19554
19554
  colorMode: {
19555
19555
  light: {
19556
19556
  palette: {
@@ -21723,7 +21723,7 @@ const yosConfig = {
21723
21723
  layerWithBackgroundFill: true,
21724
21724
  surfaceColor: {
21725
21725
  type: "always",
21726
- value: "white",
21726
+ value: "always/white",
21727
21727
  opacity: "0"
21728
21728
  },
21729
21729
  backgroundFill: {
@@ -21748,7 +21748,7 @@ const yosConfig = {
21748
21748
  layerWithBackgroundFill: true,
21749
21749
  surfaceColor: {
21750
21750
  type: "always",
21751
- value: "white",
21751
+ value: "always/white",
21752
21752
  opacity: "0"
21753
21753
  },
21754
21754
  backgroundFill: {
@@ -21775,7 +21775,7 @@ const yosConfig = {
21775
21775
  layerWithBackgroundFill: true,
21776
21776
  surfaceColor: {
21777
21777
  type: "always",
21778
- value: "white",
21778
+ value: "always/white",
21779
21779
  opacity: "4"
21780
21780
  },
21781
21781
  backgroundFill: {
@@ -21800,7 +21800,7 @@ const yosConfig = {
21800
21800
  layerWithBackgroundFill: true,
21801
21801
  surfaceColor: {
21802
21802
  type: "always",
21803
- value: "white",
21803
+ value: "always/white",
21804
21804
  opacity: "4"
21805
21805
  },
21806
21806
  backgroundFill: {
@@ -21827,7 +21827,7 @@ const yosConfig = {
21827
21827
  layerWithBackgroundFill: true,
21828
21828
  surfaceColor: {
21829
21829
  type: "always",
21830
- value: "white",
21830
+ value: "always/white",
21831
21831
  opacity: "6"
21832
21832
  },
21833
21833
  backgroundFill: {
@@ -21852,7 +21852,7 @@ const yosConfig = {
21852
21852
  layerWithBackgroundFill: true,
21853
21853
  surfaceColor: {
21854
21854
  type: "always",
21855
- value: "white",
21855
+ value: "always/white",
21856
21856
  opacity: "6"
21857
21857
  },
21858
21858
  backgroundFill: {
@@ -21879,7 +21879,7 @@ const yosConfig = {
21879
21879
  layerWithBackgroundFill: true,
21880
21880
  surfaceColor: {
21881
21881
  type: "always",
21882
- value: "white",
21882
+ value: "always/white",
21883
21883
  opacity: "8"
21884
21884
  },
21885
21885
  backgroundFill: {
@@ -21904,7 +21904,7 @@ const yosConfig = {
21904
21904
  layerWithBackgroundFill: true,
21905
21905
  surfaceColor: {
21906
21906
  type: "always",
21907
- value: "white",
21907
+ value: "always/white",
21908
21908
  opacity: "8"
21909
21909
  },
21910
21910
  backgroundFill: {
@@ -21931,7 +21931,7 @@ const yosConfig = {
21931
21931
  layerWithBackgroundFill: true,
21932
21932
  surfaceColor: {
21933
21933
  type: "always",
21934
- value: "white",
21934
+ value: "always/white",
21935
21935
  opacity: "10"
21936
21936
  },
21937
21937
  backgroundFill: {
@@ -21956,7 +21956,7 @@ const yosConfig = {
21956
21956
  layerWithBackgroundFill: true,
21957
21957
  surfaceColor: {
21958
21958
  type: "always",
21959
- value: "white",
21959
+ value: "always/white",
21960
21960
  opacity: "10"
21961
21961
  },
21962
21962
  backgroundFill: {
@@ -21983,7 +21983,7 @@ const yosConfig = {
21983
21983
  layerWithBackgroundFill: true,
21984
21984
  surfaceColor: {
21985
21985
  type: "always",
21986
- value: "white",
21986
+ value: "always/white",
21987
21987
  opacity: "12"
21988
21988
  },
21989
21989
  backgroundFill: {
@@ -22008,7 +22008,7 @@ const yosConfig = {
22008
22008
  layerWithBackgroundFill: true,
22009
22009
  surfaceColor: {
22010
22010
  type: "always",
22011
- value: "white",
22011
+ value: "always/white",
22012
22012
  opacity: "12"
22013
22013
  },
22014
22014
  backgroundFill: {
@@ -16293,7 +16293,7 @@ const yosConfig = {
16293
16293
  "2xl-invert": [{
16294
16294
  offsetX: "0",
16295
16295
  color: {
16296
- value: "white",
16296
+ value: "always/white",
16297
16297
  type: "always"
16298
16298
  },
16299
16299
  opacity: "25",
@@ -16330,14 +16330,14 @@ const yosConfig = {
16330
16330
  offsetY: "px",
16331
16331
  color: {
16332
16332
  type: "always",
16333
- value: "white"
16333
+ value: "always/white"
16334
16334
  }
16335
16335
  }],
16336
16336
  "md-invert": [{
16337
16337
  offsetY: "1",
16338
16338
  color: {
16339
16339
  type: "always",
16340
- value: "white"
16340
+ value: "always/white"
16341
16341
  },
16342
16342
  offsetX: "0",
16343
16343
  spread: "-px",
@@ -16348,7 +16348,7 @@ const yosConfig = {
16348
16348
  offsetY: "0.5",
16349
16349
  color: {
16350
16350
  type: "always",
16351
- value: "white"
16351
+ value: "always/white"
16352
16352
  },
16353
16353
  offsetX: "0",
16354
16354
  spread: "-0.5",
@@ -16379,7 +16379,7 @@ const yosConfig = {
16379
16379
  offsetY: "4",
16380
16380
  color: {
16381
16381
  type: "always",
16382
- value: "white"
16382
+ value: "always/white"
16383
16383
  },
16384
16384
  offsetX: "0",
16385
16385
  opacity: "10",
@@ -16389,7 +16389,7 @@ const yosConfig = {
16389
16389
  offsetX: "0",
16390
16390
  offsetY: "10",
16391
16391
  color: {
16392
- value: "white",
16392
+ value: "always/white",
16393
16393
  type: "always"
16394
16394
  },
16395
16395
  spread: "-2",
@@ -16400,7 +16400,7 @@ const yosConfig = {
16400
16400
  "sm-invert": [{
16401
16401
  blur: "0.5",
16402
16402
  color: {
16403
- value: "white",
16403
+ value: "always/white",
16404
16404
  type: "always"
16405
16405
  },
16406
16406
  opacity: "10",
@@ -16414,13 +16414,13 @@ const yosConfig = {
16414
16414
  spread: "0",
16415
16415
  color: {
16416
16416
  type: "always",
16417
- value: "white"
16417
+ value: "always/white"
16418
16418
  },
16419
16419
  blur: "1"
16420
16420
  }],
16421
16421
  "lg-invert": [{
16422
16422
  color: {
16423
- value: "white",
16423
+ value: "always/white",
16424
16424
  type: "always"
16425
16425
  },
16426
16426
  blur: "1.5",
@@ -16431,7 +16431,7 @@ const yosConfig = {
16431
16431
  }, {
16432
16432
  offsetY: "2.5",
16433
16433
  color: {
16434
- value: "white",
16434
+ value: "always/white",
16435
16435
  type: "always"
16436
16436
  },
16437
16437
  offsetX: "0",
@@ -19549,7 +19549,7 @@ const yosConfig = {
19549
19549
  } }
19550
19550
  }
19551
19551
  },
19552
- version: "v0.68.0",
19552
+ version: "v0.69.0",
19553
19553
  colorMode: {
19554
19554
  light: {
19555
19555
  palette: {
@@ -21722,7 +21722,7 @@ const yosConfig = {
21722
21722
  layerWithBackgroundFill: true,
21723
21723
  surfaceColor: {
21724
21724
  type: "always",
21725
- value: "white",
21725
+ value: "always/white",
21726
21726
  opacity: "0"
21727
21727
  },
21728
21728
  backgroundFill: {
@@ -21747,7 +21747,7 @@ const yosConfig = {
21747
21747
  layerWithBackgroundFill: true,
21748
21748
  surfaceColor: {
21749
21749
  type: "always",
21750
- value: "white",
21750
+ value: "always/white",
21751
21751
  opacity: "0"
21752
21752
  },
21753
21753
  backgroundFill: {
@@ -21774,7 +21774,7 @@ const yosConfig = {
21774
21774
  layerWithBackgroundFill: true,
21775
21775
  surfaceColor: {
21776
21776
  type: "always",
21777
- value: "white",
21777
+ value: "always/white",
21778
21778
  opacity: "4"
21779
21779
  },
21780
21780
  backgroundFill: {
@@ -21799,7 +21799,7 @@ const yosConfig = {
21799
21799
  layerWithBackgroundFill: true,
21800
21800
  surfaceColor: {
21801
21801
  type: "always",
21802
- value: "white",
21802
+ value: "always/white",
21803
21803
  opacity: "4"
21804
21804
  },
21805
21805
  backgroundFill: {
@@ -21826,7 +21826,7 @@ const yosConfig = {
21826
21826
  layerWithBackgroundFill: true,
21827
21827
  surfaceColor: {
21828
21828
  type: "always",
21829
- value: "white",
21829
+ value: "always/white",
21830
21830
  opacity: "6"
21831
21831
  },
21832
21832
  backgroundFill: {
@@ -21851,7 +21851,7 @@ const yosConfig = {
21851
21851
  layerWithBackgroundFill: true,
21852
21852
  surfaceColor: {
21853
21853
  type: "always",
21854
- value: "white",
21854
+ value: "always/white",
21855
21855
  opacity: "6"
21856
21856
  },
21857
21857
  backgroundFill: {
@@ -21878,7 +21878,7 @@ const yosConfig = {
21878
21878
  layerWithBackgroundFill: true,
21879
21879
  surfaceColor: {
21880
21880
  type: "always",
21881
- value: "white",
21881
+ value: "always/white",
21882
21882
  opacity: "8"
21883
21883
  },
21884
21884
  backgroundFill: {
@@ -21903,7 +21903,7 @@ const yosConfig = {
21903
21903
  layerWithBackgroundFill: true,
21904
21904
  surfaceColor: {
21905
21905
  type: "always",
21906
- value: "white",
21906
+ value: "always/white",
21907
21907
  opacity: "8"
21908
21908
  },
21909
21909
  backgroundFill: {
@@ -21930,7 +21930,7 @@ const yosConfig = {
21930
21930
  layerWithBackgroundFill: true,
21931
21931
  surfaceColor: {
21932
21932
  type: "always",
21933
- value: "white",
21933
+ value: "always/white",
21934
21934
  opacity: "10"
21935
21935
  },
21936
21936
  backgroundFill: {
@@ -21955,7 +21955,7 @@ const yosConfig = {
21955
21955
  layerWithBackgroundFill: true,
21956
21956
  surfaceColor: {
21957
21957
  type: "always",
21958
- value: "white",
21958
+ value: "always/white",
21959
21959
  opacity: "10"
21960
21960
  },
21961
21961
  backgroundFill: {
@@ -21982,7 +21982,7 @@ const yosConfig = {
21982
21982
  layerWithBackgroundFill: true,
21983
21983
  surfaceColor: {
21984
21984
  type: "always",
21985
- value: "white",
21985
+ value: "always/white",
21986
21986
  opacity: "12"
21987
21987
  },
21988
21988
  backgroundFill: {
@@ -22007,7 +22007,7 @@ const yosConfig = {
22007
22007
  layerWithBackgroundFill: true,
22008
22008
  surfaceColor: {
22009
22009
  type: "always",
22010
- value: "white",
22010
+ value: "always/white",
22011
22011
  opacity: "12"
22012
22012
  },
22013
22013
  backgroundFill: {
@@ -1,4 +1,4 @@
1
- import * as react32 from "react";
1
+ import * as react43 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 | react32.ReactElement<any, string | react32.JSXElementConstructor<any>> | Iterable<ReactNode> | react32.ReactPortal | null)[];
31
+ declare const intersperseReactChildren: (children: ReactNode, inter: ReactNode | ((index: number) => ReactNode)) => (string | number | react43.ReactElement<any, string | react43.JSXElementConstructor<any>> | Iterable<ReactNode> | react43.ReactPortal | null)[];
32
32
  //#endregion
33
33
  export { intersperse, intersperseReactChildren };
@@ -1,4 +1,4 @@
1
- import * as react0 from "react";
1
+ import * as react30 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 | react0.ReactElement<any, string | react0.JSXElementConstructor<any>> | Iterable<ReactNode> | react0.ReactPortal | null)[];
31
+ declare const intersperseReactChildren: (children: ReactNode, inter: ReactNode | ((index: number) => ReactNode)) => (string | number | react30.ReactElement<any, string | react30.JSXElementConstructor<any>> | Iterable<ReactNode> | react30.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.71.0",
4
+ "version": "3.72.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",