@yahoo/uds 3.166.0 → 3.168.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 (207) hide show
  1. package/dist/automated-config/dist/generated/generatedConfigs.cjs +92 -46
  2. package/dist/automated-config/dist/generated/generatedConfigs.d.cts +46 -0
  3. package/dist/automated-config/dist/generated/generatedConfigs.d.ts +46 -0
  4. package/dist/automated-config/dist/generated/generatedConfigs.js +92 -46
  5. package/dist/automated-config/dist/types/ComponentConfig.d.cts +24 -1
  6. package/dist/automated-config/dist/types/ComponentConfig.d.ts +24 -1
  7. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
  8. package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
  9. package/dist/automated-config/dist/utils/index.cjs +32 -3
  10. package/dist/automated-config/dist/utils/index.d.cts +9 -1
  11. package/dist/automated-config/dist/utils/index.d.ts +9 -1
  12. package/dist/automated-config/dist/utils/index.js +33 -4
  13. package/dist/cli/commands/sync.cjs +36 -0
  14. package/dist/cli/commands/sync.js +36 -0
  15. package/dist/components/IconSlot.cjs +29 -0
  16. package/dist/components/IconSlot.js +29 -0
  17. package/dist/components/client/Avatar/AvatarIcon.cjs +3 -0
  18. package/dist/components/client/Avatar/AvatarIcon.js +3 -0
  19. package/dist/components/client/Avatar/UDSAvatarConfigProvider.cjs +28 -0
  20. package/dist/components/client/Avatar/UDSAvatarConfigProvider.d.cts +29 -0
  21. package/dist/components/client/Avatar/UDSAvatarConfigProvider.d.ts +30 -0
  22. package/dist/components/client/Avatar/UDSAvatarConfigProvider.js +27 -0
  23. package/dist/components/client/Avatar/index.cjs +3 -0
  24. package/dist/components/client/Avatar/index.d.cts +2 -1
  25. package/dist/components/client/Avatar/index.d.ts +2 -1
  26. package/dist/components/client/Avatar/index.js +2 -1
  27. package/dist/components/client/Badge.cjs +4 -1
  28. package/dist/components/client/Badge.js +4 -1
  29. package/dist/components/client/Chip/ChipBase.cjs +4 -0
  30. package/dist/components/client/Chip/ChipBase.js +4 -0
  31. package/dist/components/client/Chip/UDSChipConfigProvider.cjs +28 -0
  32. package/dist/components/client/Chip/UDSChipConfigProvider.d.cts +29 -0
  33. package/dist/components/client/Chip/UDSChipConfigProvider.d.ts +30 -0
  34. package/dist/components/client/Chip/UDSChipConfigProvider.js +27 -0
  35. package/dist/components/client/Chip/index.cjs +3 -0
  36. package/dist/components/client/Chip/index.d.cts +2 -1
  37. package/dist/components/client/Chip/index.d.ts +2 -1
  38. package/dist/components/client/Chip/index.js +2 -1
  39. package/dist/components/client/Input/Input.cjs +10 -2
  40. package/dist/components/client/Input/Input.js +10 -2
  41. package/dist/components/client/Input/InputHelpTextInternal.cjs +6 -1
  42. package/dist/components/client/Input/InputHelpTextInternal.js +6 -1
  43. package/dist/components/client/Input/UDSInputConfigProvider.cjs +33 -0
  44. package/dist/components/client/Input/UDSInputConfigProvider.d.cts +32 -0
  45. package/dist/components/client/Input/UDSInputConfigProvider.d.ts +33 -0
  46. package/dist/components/client/Input/UDSInputConfigProvider.js +32 -0
  47. package/dist/components/client/Input/index.cjs +3 -0
  48. package/dist/components/client/Input/index.d.cts +2 -1
  49. package/dist/components/client/Input/index.d.ts +2 -1
  50. package/dist/components/client/Input/index.js +2 -1
  51. package/dist/components/client/Menu/Menu.ItemBase.cjs +4 -2
  52. package/dist/components/client/Menu/Menu.ItemBase.js +4 -2
  53. package/dist/components/client/Menu/UDSMenuItemConfigProvider.cjs +30 -0
  54. package/dist/components/client/Menu/UDSMenuItemConfigProvider.d.cts +29 -0
  55. package/dist/components/client/Menu/UDSMenuItemConfigProvider.d.ts +30 -0
  56. package/dist/components/client/Menu/UDSMenuItemConfigProvider.js +29 -0
  57. package/dist/components/client/Menu/index.cjs +3 -0
  58. package/dist/components/client/Menu/index.d.cts +2 -1
  59. package/dist/components/client/Menu/index.d.ts +2 -1
  60. package/dist/components/client/Menu/index.js +2 -1
  61. package/dist/components/client/PaddleNav/PaddleButton.cjs +3 -1
  62. package/dist/components/client/PaddleNav/PaddleButton.js +3 -1
  63. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.cjs +30 -0
  64. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.d.cts +29 -0
  65. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.d.ts +30 -0
  66. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.js +29 -0
  67. package/dist/components/client/PaddleNav/index.cjs +3 -0
  68. package/dist/components/client/PaddleNav/index.d.cts +3 -1
  69. package/dist/components/client/PaddleNav/index.d.ts +3 -1
  70. package/dist/components/client/PaddleNav/index.js +2 -1
  71. package/dist/components/client/Pagination/PaginationNext.cjs +3 -1
  72. package/dist/components/client/Pagination/PaginationNext.js +3 -1
  73. package/dist/components/client/Pagination/PaginationPrev.cjs +3 -1
  74. package/dist/components/client/Pagination/PaginationPrev.js +3 -1
  75. package/dist/components/client/Pagination/UDSPaginationConfigProvider.cjs +30 -0
  76. package/dist/components/client/Pagination/UDSPaginationConfigProvider.d.cts +29 -0
  77. package/dist/components/client/Pagination/UDSPaginationConfigProvider.d.ts +30 -0
  78. package/dist/components/client/Pagination/UDSPaginationConfigProvider.js +29 -0
  79. package/dist/components/client/Pagination/index.cjs +3 -0
  80. package/dist/components/client/Pagination/index.d.cts +2 -1
  81. package/dist/components/client/Pagination/index.d.ts +2 -1
  82. package/dist/components/client/Pagination/index.js +2 -1
  83. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  84. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  85. package/dist/components/client/Select/SelectItem.cjs +4 -2
  86. package/dist/components/client/Select/SelectItem.js +4 -2
  87. package/dist/components/client/Select/UDSSelectItemConfigProvider.cjs +30 -0
  88. package/dist/components/client/Select/UDSSelectItemConfigProvider.d.cts +29 -0
  89. package/dist/components/client/Select/UDSSelectItemConfigProvider.d.ts +30 -0
  90. package/dist/components/client/Select/UDSSelectItemConfigProvider.js +29 -0
  91. package/dist/components/client/Select/index.cjs +3 -0
  92. package/dist/components/client/Select/index.d.cts +3 -1
  93. package/dist/components/client/Select/index.d.ts +3 -1
  94. package/dist/components/client/Select/index.js +2 -1
  95. package/dist/components/client/Tabs/Tab.cjs +4 -2
  96. package/dist/components/client/Tabs/Tab.js +4 -2
  97. package/dist/components/client/Tabs/UDSTabConfigProvider.cjs +22 -0
  98. package/dist/components/client/Tabs/UDSTabConfigProvider.d.cts +27 -0
  99. package/dist/components/client/Tabs/UDSTabConfigProvider.d.ts +28 -0
  100. package/dist/components/client/Tabs/UDSTabConfigProvider.js +21 -0
  101. package/dist/components/client/Tabs/index.cjs +3 -0
  102. package/dist/components/client/Tabs/index.d.cts +3 -1
  103. package/dist/components/client/Tabs/index.d.ts +3 -1
  104. package/dist/components/client/Tabs/index.js +2 -1
  105. package/dist/components/client/UDSBadgeConfigProvider.cjs +28 -0
  106. package/dist/components/client/UDSBadgeConfigProvider.d.cts +29 -0
  107. package/dist/components/client/UDSBadgeConfigProvider.d.ts +30 -0
  108. package/dist/components/client/UDSBadgeConfigProvider.js +27 -0
  109. package/dist/components/client/index.cjs +27 -0
  110. package/dist/components/client/index.d.cts +10 -1
  111. package/dist/components/client/index.d.ts +10 -1
  112. package/dist/components/client/index.js +10 -1
  113. package/dist/components/client/providers/UDSConfigProvider.cjs +52 -16
  114. package/dist/components/client/providers/UDSConfigProvider.d.cts +9 -0
  115. package/dist/components/client/providers/UDSConfigProvider.d.ts +9 -0
  116. package/dist/components/client/providers/UDSConfigProvider.js +52 -16
  117. package/dist/components/client/providers/createUDSConfigProvider.cjs +41 -0
  118. package/dist/components/client/providers/createUDSConfigProvider.d.cts +38 -0
  119. package/dist/components/client/providers/createUDSConfigProvider.d.ts +39 -0
  120. package/dist/components/client/providers/createUDSConfigProvider.js +39 -0
  121. package/dist/components/index.cjs +27 -0
  122. package/dist/components/index.d.cts +10 -1
  123. package/dist/components/index.d.ts +10 -1
  124. package/dist/components/index.js +10 -1
  125. package/dist/css/dist/css/utils.cjs +58 -0
  126. package/dist/css/dist/css/utils.js +58 -0
  127. package/dist/css/dist/runtimeConfig/hookMetadata.cjs +320 -0
  128. package/dist/css/dist/runtimeConfig/hookMetadata.js +320 -0
  129. package/dist/css-tokens/dist/index.cjs +26 -0
  130. package/dist/css-tokens/dist/index.d.cts +25 -1
  131. package/dist/css-tokens/dist/index.d.ts +25 -1
  132. package/dist/css-tokens/dist/index.js +25 -1
  133. package/dist/index.cjs +47 -0
  134. package/dist/index.d.cts +21 -3
  135. package/dist/index.d.ts +21 -3
  136. package/dist/index.js +20 -2
  137. package/dist/runtime/avatarConfig.cjs +21 -0
  138. package/dist/runtime/avatarConfig.d.cts +13 -0
  139. package/dist/runtime/avatarConfig.d.ts +13 -0
  140. package/dist/runtime/avatarConfig.js +20 -0
  141. package/dist/runtime/badgeConfig.cjs +17 -0
  142. package/dist/runtime/badgeConfig.d.cts +13 -0
  143. package/dist/runtime/badgeConfig.d.ts +13 -0
  144. package/dist/runtime/badgeConfig.js +16 -0
  145. package/dist/runtime/chipConfig.cjs +12 -0
  146. package/dist/runtime/chipConfig.d.cts +13 -0
  147. package/dist/runtime/chipConfig.d.ts +13 -0
  148. package/dist/runtime/chipConfig.js +11 -0
  149. package/dist/runtime/index.cjs +18 -0
  150. package/dist/runtime/index.d.cts +10 -1
  151. package/dist/runtime/index.d.ts +10 -1
  152. package/dist/runtime/index.js +10 -1
  153. package/dist/runtime/inputConfig.cjs +14 -0
  154. package/dist/runtime/inputConfig.d.cts +15 -0
  155. package/dist/runtime/inputConfig.d.ts +15 -0
  156. package/dist/runtime/inputConfig.js +13 -0
  157. package/dist/runtime/menuItemConfig.cjs +13 -0
  158. package/dist/runtime/menuItemConfig.d.cts +15 -0
  159. package/dist/runtime/menuItemConfig.d.ts +15 -0
  160. package/dist/runtime/menuItemConfig.js +12 -0
  161. package/dist/runtime/paddleNavConfig.cjs +18 -0
  162. package/dist/runtime/paddleNavConfig.d.cts +13 -0
  163. package/dist/runtime/paddleNavConfig.d.ts +13 -0
  164. package/dist/runtime/paddleNavConfig.js +17 -0
  165. package/dist/runtime/paginationConfig.cjs +12 -0
  166. package/dist/runtime/paginationConfig.d.cts +13 -0
  167. package/dist/runtime/paginationConfig.d.ts +13 -0
  168. package/dist/runtime/paginationConfig.js +11 -0
  169. package/dist/runtime/selectItemConfig.cjs +13 -0
  170. package/dist/runtime/selectItemConfig.d.cts +15 -0
  171. package/dist/runtime/selectItemConfig.d.ts +15 -0
  172. package/dist/runtime/selectItemConfig.js +12 -0
  173. package/dist/runtime/tabConfig.cjs +12 -0
  174. package/dist/runtime/tabConfig.d.cts +14 -0
  175. package/dist/runtime/tabConfig.d.ts +14 -0
  176. package/dist/runtime/tabConfig.js +11 -0
  177. package/dist/runtime/udsConfig.cjs +18 -0
  178. package/dist/runtime/udsConfig.d.cts +18 -0
  179. package/dist/runtime/udsConfig.d.ts +18 -0
  180. package/dist/runtime/udsConfig.js +18 -0
  181. package/dist/styles/styler.d.cts +9 -9
  182. package/dist/styles/styler.d.ts +9 -9
  183. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +92 -46
  184. package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +92 -46
  185. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +32 -3
  186. package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +33 -4
  187. package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.cjs +26 -0
  188. package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.js +25 -1
  189. package/dist/tokens/consts/cssTokens.cjs +2 -0
  190. package/dist/tokens/consts/cssTokens.d.cts +2 -2
  191. package/dist/tokens/consts/cssTokens.d.ts +2 -2
  192. package/dist/tokens/consts/cssTokens.js +2 -2
  193. package/dist/tokens/index.cjs +2 -0
  194. package/dist/tokens/index.d.cts +3 -3
  195. package/dist/tokens/index.d.ts +3 -3
  196. package/dist/tokens/index.js +2 -2
  197. package/dist/tokens/types.d.cts +2 -2
  198. package/dist/tokens/types.d.ts +2 -2
  199. package/dist/uds/generated/componentData.cjs +2544 -2427
  200. package/dist/uds/generated/componentData.js +2544 -2427
  201. package/dist/uds/generated/tailwindPurge.cjs +40 -3
  202. package/dist/uds/generated/tailwindPurge.js +40 -3
  203. package/dist/uds/package.cjs +2 -2
  204. package/dist/uds/package.js +2 -2
  205. package/generated/componentData.json +2915 -2748
  206. package/generated/tailwindPurge.ts +3 -3
  207. package/package.json +3 -3
@@ -1,20 +1,38 @@
1
1
 
2
2
  import { UniversalTokensConfig } from "../config/dist/index.cjs";
3
+ import { UDSAvatarConfigContextType } from "./avatarConfig.cjs";
3
4
  import { UDSBottomSheetConfigContextType } from "./bottomSheetConfig.cjs";
4
5
  import { UDSButtonConfigContextType } from "./buttonConfig.cjs";
6
+ import { UDSChipConfigContextType } from "./chipConfig.cjs";
5
7
  import { UDSIconButtonConfigContextType } from "./iconButtonConfig.cjs";
8
+ import { UDSInputConfigContextType } from "./inputConfig.cjs";
9
+ import { UDSMenuItemConfigContextType } from "./menuItemConfig.cjs";
6
10
  import { UDSModalConfigContextType } from "./modalConfig.cjs";
11
+ import { UDSPaddleNavConfigContextType } from "./paddleNavConfig.cjs";
12
+ import { UDSPaginationConfigContextType } from "./paginationConfig.cjs";
7
13
  import { UDSPopoverConfigContextType } from "./popoverConfig.cjs";
8
14
  import { UDSBreakpointsConfigContextType } from "./breakpointsConfig.cjs";
15
+ import { UDSBadgeConfigContextType } from "./badgeConfig.cjs";
16
+ import { UDSSelectItemConfigContextType } from "./selectItemConfig.cjs";
17
+ import { UDSTabConfigContextType } from "./tabConfig.cjs";
9
18
  import { UDSToastConfigContextType } from "./toastConfig.cjs";
10
19
  import { UDSTooltipConfigContextType } from "./tooltipConfig.cjs";
11
20
 
12
21
  //#region src/runtime/udsConfig.d.ts
13
22
  interface UDSConfigContextType {
23
+ avatar: UDSAvatarConfigContextType;
24
+ badge: UDSBadgeConfigContextType;
14
25
  bottomSheet: UDSBottomSheetConfigContextType;
15
26
  breakpoints: UDSBreakpointsConfigContextType;
16
27
  button: UDSButtonConfigContextType;
28
+ chip: UDSChipConfigContextType;
17
29
  iconButton: UDSIconButtonConfigContextType;
30
+ input: UDSInputConfigContextType;
31
+ menuItem: UDSMenuItemConfigContextType;
32
+ paddleNav: UDSPaddleNavConfigContextType;
33
+ pagination: UDSPaginationConfigContextType;
34
+ selectItem: UDSSelectItemConfigContextType;
35
+ tab: UDSTabConfigContextType;
18
36
  toast: UDSToastConfigContextType;
19
37
  modal: UDSModalConfigContextType;
20
38
  tooltip: UDSTooltipConfigContextType;
@@ -1,20 +1,38 @@
1
1
 
2
2
  import { UniversalTokensConfig } from "../config/dist/index.js";
3
+ import { UDSAvatarConfigContextType } from "./avatarConfig.js";
3
4
  import { UDSBottomSheetConfigContextType } from "./bottomSheetConfig.js";
4
5
  import { UDSButtonConfigContextType } from "./buttonConfig.js";
6
+ import { UDSChipConfigContextType } from "./chipConfig.js";
5
7
  import { UDSIconButtonConfigContextType } from "./iconButtonConfig.js";
8
+ import { UDSInputConfigContextType } from "./inputConfig.js";
9
+ import { UDSMenuItemConfigContextType } from "./menuItemConfig.js";
6
10
  import { UDSModalConfigContextType } from "./modalConfig.js";
11
+ import { UDSPaddleNavConfigContextType } from "./paddleNavConfig.js";
12
+ import { UDSPaginationConfigContextType } from "./paginationConfig.js";
7
13
  import { UDSPopoverConfigContextType } from "./popoverConfig.js";
8
14
  import { UDSBreakpointsConfigContextType } from "./breakpointsConfig.js";
15
+ import { UDSBadgeConfigContextType } from "./badgeConfig.js";
16
+ import { UDSSelectItemConfigContextType } from "./selectItemConfig.js";
17
+ import { UDSTabConfigContextType } from "./tabConfig.js";
9
18
  import { UDSToastConfigContextType } from "./toastConfig.js";
10
19
  import { UDSTooltipConfigContextType } from "./tooltipConfig.js";
11
20
 
12
21
  //#region src/runtime/udsConfig.d.ts
13
22
  interface UDSConfigContextType {
23
+ avatar: UDSAvatarConfigContextType;
24
+ badge: UDSBadgeConfigContextType;
14
25
  bottomSheet: UDSBottomSheetConfigContextType;
15
26
  breakpoints: UDSBreakpointsConfigContextType;
16
27
  button: UDSButtonConfigContextType;
28
+ chip: UDSChipConfigContextType;
17
29
  iconButton: UDSIconButtonConfigContextType;
30
+ input: UDSInputConfigContextType;
31
+ menuItem: UDSMenuItemConfigContextType;
32
+ paddleNav: UDSPaddleNavConfigContextType;
33
+ pagination: UDSPaginationConfigContextType;
34
+ selectItem: UDSSelectItemConfigContextType;
35
+ tab: UDSTabConfigContextType;
18
36
  toast: UDSToastConfigContextType;
19
37
  modal: UDSModalConfigContextType;
20
38
  tooltip: UDSTooltipConfigContextType;
@@ -1,21 +1,39 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ import { configToAvatarConfigContext } from "./avatarConfig.js";
3
+ import { configToBadgeConfigContext } from "./badgeConfig.js";
2
4
  import { configToBottomSheetConfigContext } from "./bottomSheetConfig.js";
3
5
  import { configToBreakpointsConfigContext } from "./breakpointsConfig.js";
4
6
  import { configToButtonConfigContext } from "./buttonConfig.js";
7
+ import { configToChipConfigContext } from "./chipConfig.js";
5
8
  import { configToIconButtonConfigContext } from "./iconButtonConfig.js";
9
+ import { configToInputConfigContext } from "./inputConfig.js";
10
+ import { configToMenuItemConfigContext } from "./menuItemConfig.js";
6
11
  import { configToModalConfigContext } from "./modalConfig.js";
12
+ import { configToPaddleNavConfigContext } from "./paddleNavConfig.js";
13
+ import { configToPaginationConfigContext } from "./paginationConfig.js";
7
14
  import { configToPopoverConfigContext } from "./popoverConfig.js";
15
+ import { configToSelectItemConfigContext } from "./selectItemConfig.js";
16
+ import { configToTabConfigContext } from "./tabConfig.js";
8
17
  import { configToToastConfigContext } from "./toastConfig.js";
9
18
  import { configToTooltipConfigContext } from "./tooltipConfig.js";
10
19
  //#region src/runtime/udsConfig.ts
11
20
  const configToUDSConfigContext = (config) => {
12
21
  return {
22
+ avatar: configToAvatarConfigContext(config),
23
+ badge: configToBadgeConfigContext(config),
13
24
  bottomSheet: configToBottomSheetConfigContext(config),
14
25
  breakpoints: configToBreakpointsConfigContext(config),
15
26
  button: configToButtonConfigContext(config),
27
+ chip: configToChipConfigContext(config),
16
28
  iconButton: configToIconButtonConfigContext(config),
29
+ input: configToInputConfigContext(config),
30
+ menuItem: configToMenuItemConfigContext(config),
17
31
  modal: configToModalConfigContext(config),
32
+ paddleNav: configToPaddleNavConfigContext(config),
33
+ pagination: configToPaginationConfigContext(config),
18
34
  popover: configToPopoverConfigContext(config),
35
+ selectItem: configToSelectItemConfigContext(config),
36
+ tab: configToTabConfigContext(config),
19
37
  toast: configToToastConfigContext(config),
20
38
  tooltip: configToTooltipConfigContext(config)
21
39
  };
@@ -87,11 +87,11 @@ declare const getStylesInternal: (props?: ({
87
87
  inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
88
88
  inputVariantValueRoot?: "empty" | "filled" | undefined;
89
89
  inputVariantValueStartIcon?: "empty" | "filled" | undefined;
90
- linkTextStyleIcon?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
91
- linkTextStyleRoot?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
92
- linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "default" | "on-color" | undefined;
93
- linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "default" | "on-color" | undefined;
94
- linkVariantRoot?: "primary" | "secondary" | "tertiary" | "default" | "on-color" | undefined;
90
+ linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
91
+ linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
92
+ linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
93
+ linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
94
+ linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
95
95
  menucontentSizeRoot?: "default" | undefined;
96
96
  menucontentVariantRoot?: "default" | undefined;
97
97
  menuitemDividerVariantLine?: "default" | undefined;
@@ -200,10 +200,10 @@ declare const getStylesInternal: (props?: ({
200
200
  toastSizeIcon?: "default" | undefined;
201
201
  toastSizeLabel?: "default" | undefined;
202
202
  toastSizeRoot?: "default" | undefined;
203
- toastVariantActionButton?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
204
- toastVariantCloseIcon?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
205
- toastVariantIcon?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
206
- toastVariantRoot?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
203
+ toastVariantActionButton?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
204
+ toastVariantCloseIcon?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
205
+ toastVariantIcon?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
206
+ toastVariantRoot?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
207
207
  tooltipSizeBody?: "default" | undefined;
208
208
  tooltipSizeEndContent?: "default" | undefined;
209
209
  tooltipSizeIcon?: "default" | undefined;
@@ -87,11 +87,11 @@ declare const getStylesInternal: (props?: ({
87
87
  inputVariantValueLabelRequired?: "empty" | "filled" | undefined;
88
88
  inputVariantValueRoot?: "empty" | "filled" | undefined;
89
89
  inputVariantValueStartIcon?: "empty" | "filled" | undefined;
90
- linkTextStyleIcon?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
91
- linkTextStyleRoot?: "default" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | undefined;
92
- linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "default" | "on-color" | undefined;
93
- linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "default" | "on-color" | undefined;
94
- linkVariantRoot?: "primary" | "secondary" | "tertiary" | "default" | "on-color" | undefined;
90
+ linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
91
+ linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "default" | undefined;
92
+ linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
93
+ linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
94
+ linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | "default" | undefined;
95
95
  menucontentSizeRoot?: "default" | undefined;
96
96
  menucontentVariantRoot?: "default" | undefined;
97
97
  menuitemDividerVariantLine?: "default" | undefined;
@@ -200,10 +200,10 @@ declare const getStylesInternal: (props?: ({
200
200
  toastSizeIcon?: "default" | undefined;
201
201
  toastSizeLabel?: "default" | undefined;
202
202
  toastSizeRoot?: "default" | undefined;
203
- toastVariantActionButton?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
204
- toastVariantCloseIcon?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
205
- toastVariantIcon?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
206
- toastVariantRoot?: "warning" | "info" | "default" | "loading" | "success" | "error" | undefined;
203
+ toastVariantActionButton?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
204
+ toastVariantCloseIcon?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
205
+ toastVariantIcon?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
206
+ toastVariantRoot?: "warning" | "info" | "loading" | "default" | "success" | "error" | undefined;
207
207
  tooltipSizeBody?: "default" | undefined;
208
208
  tooltipSizeEndContent?: "default" | undefined;
209
209
  tooltipSizeIcon?: "default" | undefined;
@@ -2665,7 +2665,8 @@ const AvatarConfig = {
2665
2665
  "md",
2666
2666
  "lg"
2667
2667
  ]]
2668
- } }
2668
+ } },
2669
+ userOverridableProperties: ["iconSize"]
2669
2670
  },
2670
2671
  root: {
2671
2672
  label: "root",
@@ -2902,7 +2903,8 @@ const BadgeConfig = {
2902
2903
  "md",
2903
2904
  "lg"
2904
2905
  ]]
2905
- } }
2906
+ } },
2907
+ userOverridableProperties: ["iconSize"]
2906
2908
  },
2907
2909
  root: {
2908
2910
  label: "root",
@@ -3503,7 +3505,8 @@ const BadgeConfig = {
3503
3505
  "always/accent"
3504
3506
  ]
3505
3507
  ]
3506
- } }
3508
+ } },
3509
+ userOverridableProperties: ["color"]
3507
3510
  },
3508
3511
  root: {
3509
3512
  label: "root",
@@ -4852,7 +4855,8 @@ const BannerConfig = {
4852
4855
  "md",
4853
4856
  "lg"
4854
4857
  ]]
4855
- } }
4858
+ } },
4859
+ userOverridableProperties: ["iconSize"]
4856
4860
  },
4857
4861
  root: {
4858
4862
  label: "root",
@@ -5858,7 +5862,8 @@ const BannerConfig = {
5858
5862
  "always/accent"
5859
5863
  ]
5860
5864
  ]
5861
- } }
5865
+ } },
5866
+ userOverridableProperties: ["color"]
5862
5867
  },
5863
5868
  root: {
5864
5869
  label: "root",
@@ -8812,7 +8817,8 @@ const ButtonConfig = {
8812
8817
  "md",
8813
8818
  "lg"
8814
8819
  ]]
8815
- } }
8820
+ } },
8821
+ userOverridableProperties: ["iconSize"]
8816
8822
  },
8817
8823
  root: {
8818
8824
  label: "root",
@@ -9427,7 +9433,8 @@ const ButtonConfig = {
9427
9433
  "always/accent"
9428
9434
  ]
9429
9435
  ]
9430
- } }
9436
+ } },
9437
+ userOverridableProperties: ["color"]
9431
9438
  },
9432
9439
  root: {
9433
9440
  label: "root",
@@ -13158,7 +13165,8 @@ const ChipConfig = {
13158
13165
  "always/accent"
13159
13166
  ]
13160
13167
  ]
13161
- } }
13168
+ } },
13169
+ userOverridableProperties: ["color"]
13162
13170
  },
13163
13171
  root: {
13164
13172
  label: "root",
@@ -14711,7 +14719,8 @@ const ChipConfig = {
14711
14719
  "always/accent"
14712
14720
  ]
14713
14721
  ]
14714
- } }
14722
+ } },
14723
+ userOverridableProperties: ["color"]
14715
14724
  },
14716
14725
  root: {
14717
14726
  label: "root",
@@ -16263,7 +16272,8 @@ const ChipConfig = {
16263
16272
  "always/accent"
16264
16273
  ]
16265
16274
  ]
16266
- } }
16275
+ } },
16276
+ userOverridableProperties: ["color"]
16267
16277
  },
16268
16278
  root: {
16269
16279
  label: "root",
@@ -17468,7 +17478,8 @@ const ChipConfig = {
17468
17478
  "md",
17469
17479
  "lg"
17470
17480
  ]]
17471
- } }
17481
+ } },
17482
+ userOverridableProperties: ["iconSize"]
17472
17483
  },
17473
17484
  root: {
17474
17485
  label: "root",
@@ -18606,7 +18617,8 @@ const IconButtonConfig = {
18606
18617
  "md",
18607
18618
  "lg"
18608
18619
  ]]
18609
- } }
18620
+ } },
18621
+ userOverridableProperties: ["iconSize"]
18610
18622
  },
18611
18623
  root: {
18612
18624
  label: "root",
@@ -18742,7 +18754,8 @@ const InputConfig = {
18742
18754
  "md",
18743
18755
  "lg"
18744
18756
  ]]
18745
- } }
18757
+ } },
18758
+ userOverridableProperties: ["iconSize"]
18746
18759
  },
18747
18760
  helperIcon: {
18748
18761
  label: "helperIcon",
@@ -18760,7 +18773,8 @@ const InputConfig = {
18760
18773
  "md",
18761
18774
  "lg"
18762
18775
  ]]
18763
- } }
18776
+ } },
18777
+ userOverridableProperties: ["iconSize"]
18764
18778
  },
18765
18779
  helperText: {
18766
18780
  label: "helperText",
@@ -19198,7 +19212,8 @@ const InputConfig = {
19198
19212
  "md",
19199
19213
  "lg"
19200
19214
  ]]
19201
- } }
19215
+ } },
19216
+ userOverridableProperties: ["iconSize"]
19202
19217
  }
19203
19218
  },
19204
19219
  options: ["md", "lg"]
@@ -19580,7 +19595,8 @@ const InputConfig = {
19580
19595
  "always/accent"
19581
19596
  ]
19582
19597
  ]
19583
- } }
19598
+ } },
19599
+ userOverridableProperties: ["color"]
19584
19600
  },
19585
19601
  helperIcon: {
19586
19602
  atomicStates: [
@@ -19950,7 +19966,8 @@ const InputConfig = {
19950
19966
  "always/accent"
19951
19967
  ]
19952
19968
  ]
19953
- } }
19969
+ } },
19970
+ userOverridableProperties: ["color"]
19954
19971
  },
19955
19972
  helperText: {
19956
19973
  atomicStates: [
@@ -22903,7 +22920,8 @@ const InputConfig = {
22903
22920
  "always/accent"
22904
22921
  ]
22905
22922
  ]
22906
- } }
22923
+ } },
22924
+ userOverridableProperties: ["color"]
22907
22925
  }
22908
22926
  },
22909
22927
  options: ["default"]
@@ -22955,7 +22973,8 @@ const LinkConfig = {
22955
22973
  "md",
22956
22974
  "lg"
22957
22975
  ]]
22958
- } }
22976
+ } },
22977
+ userOverridableProperties: ["iconSize"]
22959
22978
  },
22960
22979
  root: {
22961
22980
  label: "root",
@@ -23426,7 +23445,8 @@ const LinkConfig = {
23426
23445
  "always/accent"
23427
23446
  ]
23428
23447
  ]
23429
- } }
23448
+ } },
23449
+ userOverridableProperties: ["color"]
23430
23450
  },
23431
23451
  iconStart: {
23432
23452
  label: "iconStart",
@@ -23795,7 +23815,8 @@ const LinkConfig = {
23795
23815
  "always/accent"
23796
23816
  ]
23797
23817
  ]
23798
- } }
23818
+ } },
23819
+ userOverridableProperties: ["color"]
23799
23820
  },
23800
23821
  root: {
23801
23822
  label: "root",
@@ -25994,7 +26015,8 @@ const MenuItemConfig = {
25994
26015
  "always/accent"
25995
26016
  ]
25996
26017
  ]
25997
- } }
26018
+ } },
26019
+ userOverridableProperties: ["color"]
25998
26020
  },
25999
26021
  root: {
26000
26022
  label: "root",
@@ -27099,7 +27121,8 @@ const MenuItemConfig = {
27099
27121
  "always/accent"
27100
27122
  ]
27101
27123
  ]
27102
- } }
27124
+ } },
27125
+ userOverridableProperties: ["color"]
27103
27126
  },
27104
27127
  root: {
27105
27128
  label: "root",
@@ -27824,7 +27847,8 @@ const MenuItemConfig = {
27824
27847
  "always/accent"
27825
27848
  ]
27826
27849
  ]
27827
- } }
27850
+ } },
27851
+ userOverridableProperties: ["color"]
27828
27852
  },
27829
27853
  text: {
27830
27854
  label: "text",
@@ -28273,7 +28297,8 @@ const MenuItemConfig = {
28273
28297
  "md",
28274
28298
  "lg"
28275
28299
  ]]
28276
- } }
28300
+ } },
28301
+ userOverridableProperties: ["iconSize"]
28277
28302
  },
28278
28303
  root: {
28279
28304
  label: "root",
@@ -28292,7 +28317,8 @@ const MenuItemConfig = {
28292
28317
  "md",
28293
28318
  "lg"
28294
28319
  ]]
28295
- } }
28320
+ } },
28321
+ userOverridableProperties: ["iconSize"]
28296
28322
  },
28297
28323
  text: {
28298
28324
  label: "text",
@@ -28470,7 +28496,8 @@ const ModalConfig = {
28470
28496
  "md",
28471
28497
  "lg"
28472
28498
  ]]
28473
- } }
28499
+ } },
28500
+ userOverridableProperties: ["iconSize"]
28474
28501
  },
28475
28502
  closeIconContainer: {
28476
28503
  label: "closeIconContainer",
@@ -29298,7 +29325,8 @@ const ModalConfig = {
29298
29325
  "always/accent"
29299
29326
  ]
29300
29327
  ]
29301
- } }
29328
+ } },
29329
+ userOverridableProperties: ["color"]
29302
29330
  },
29303
29331
  description: {
29304
29332
  label: "description",
@@ -31175,7 +31203,8 @@ const PaddleNavConfig = {
31175
31203
  "md",
31176
31204
  "lg"
31177
31205
  ]]
31178
- } }
31206
+ } },
31207
+ userOverridableProperties: ["iconSize"]
31179
31208
  },
31180
31209
  root: {
31181
31210
  label: "root",
@@ -32186,7 +32215,8 @@ const PaddleNavConfig = {
32186
32215
  "always/accent"
32187
32216
  ]
32188
32217
  ]
32189
- } }
32218
+ } },
32219
+ userOverridableProperties: ["color"]
32190
32220
  },
32191
32221
  root: {
32192
32222
  label: "root",
@@ -32628,7 +32658,8 @@ const PaginationConfig = {
32628
32658
  "md",
32629
32659
  "lg"
32630
32660
  ]]
32631
- } }
32661
+ } },
32662
+ userOverridableProperties: ["iconSize"]
32632
32663
  },
32633
32664
  item: {
32634
32665
  label: "item",
@@ -34002,7 +34033,8 @@ const PopoverConfig = {
34002
34033
  "md",
34003
34034
  "lg"
34004
34035
  ]]
34005
- } }
34036
+ } },
34037
+ userOverridableProperties: ["iconSize"]
34006
34038
  },
34007
34039
  closeIconContainer: {
34008
34040
  label: "closeIconContainer",
@@ -34641,7 +34673,8 @@ const PopoverConfig = {
34641
34673
  "always/accent"
34642
34674
  ]
34643
34675
  ]
34644
- } }
34676
+ } },
34677
+ userOverridableProperties: ["color"]
34645
34678
  },
34646
34679
  root: {
34647
34680
  label: "root",
@@ -39963,7 +39996,8 @@ const SelectItemConfig = {
39963
39996
  "always/accent"
39964
39997
  ]
39965
39998
  ]
39966
- } }
39999
+ } },
40000
+ userOverridableProperties: ["color"]
39967
40001
  },
39968
40002
  root: {
39969
40003
  label: "root",
@@ -40726,7 +40760,8 @@ const SelectItemConfig = {
40726
40760
  "md",
40727
40761
  "lg"
40728
40762
  ]]
40729
- } }
40763
+ } },
40764
+ userOverridableProperties: ["iconSize"]
40730
40765
  },
40731
40766
  root: {
40732
40767
  label: "root",
@@ -40745,7 +40780,8 @@ const SelectItemConfig = {
40745
40780
  "md",
40746
40781
  "lg"
40747
40782
  ]]
40748
- } }
40783
+ } },
40784
+ userOverridableProperties: ["iconSize"]
40749
40785
  },
40750
40786
  text: {
40751
40787
  label: "text",
@@ -40932,7 +40968,8 @@ const SwitchConfig = {
40932
40968
  "md",
40933
40969
  "lg"
40934
40970
  ]]
40935
- } }
40971
+ } },
40972
+ userOverridableProperties: ["iconSize"]
40936
40973
  },
40937
40974
  root: {
40938
40975
  label: "root",
@@ -42063,7 +42100,8 @@ const SwitchConfig = {
42063
42100
  "muted",
42064
42101
  "on-color"
42065
42102
  ]]
42066
- } }
42103
+ } },
42104
+ userOverridableProperties: ["color"]
42067
42105
  },
42068
42106
  root: {
42069
42107
  label: "root",
@@ -43224,7 +43262,8 @@ const TabConfig = {
43224
43262
  "md",
43225
43263
  "lg"
43226
43264
  ]]
43227
- } }
43265
+ } },
43266
+ userOverridableProperties: ["iconSize"]
43228
43267
  },
43229
43268
  root: {
43230
43269
  label: "root",
@@ -43790,7 +43829,8 @@ const TabConfig = {
43790
43829
  "always/accent"
43791
43830
  ]
43792
43831
  ]
43793
- } }
43832
+ } },
43833
+ userOverridableProperties: ["color"]
43794
43834
  },
43795
43835
  root: {
43796
43836
  label: "root",
@@ -46418,7 +46458,8 @@ const ToastConfig = {
46418
46458
  "md",
46419
46459
  "lg"
46420
46460
  ]]
46421
- } }
46461
+ } },
46462
+ userOverridableProperties: ["iconSize"]
46422
46463
  },
46423
46464
  icon: {
46424
46465
  label: "icon",
@@ -46433,7 +46474,8 @@ const ToastConfig = {
46433
46474
  "md",
46434
46475
  "lg"
46435
46476
  ]]
46436
- } }
46477
+ } },
46478
+ userOverridableProperties: ["iconSize"]
46437
46479
  },
46438
46480
  label: {
46439
46481
  label: "label",
@@ -47100,7 +47142,8 @@ const ToastConfig = {
47100
47142
  "always/accent"
47101
47143
  ]
47102
47144
  ]
47103
- } }
47145
+ } },
47146
+ userOverridableProperties: ["color"]
47104
47147
  },
47105
47148
  icon: {
47106
47149
  label: "icon",
@@ -47488,7 +47531,8 @@ const ToastConfig = {
47488
47531
  "multicolor"
47489
47532
  ]]
47490
47533
  }
47491
- }
47534
+ },
47535
+ userOverridableProperties: ["color"]
47492
47536
  },
47493
47537
  root: {
47494
47538
  label: "root",
@@ -48421,7 +48465,8 @@ const TooltipConfig = {
48421
48465
  "md",
48422
48466
  "lg"
48423
48467
  ]]
48424
- } }
48468
+ } },
48469
+ userOverridableProperties: ["iconSize"]
48425
48470
  },
48426
48471
  root: {
48427
48472
  label: "root",
@@ -49056,7 +49101,8 @@ const TooltipConfig = {
49056
49101
  "always/accent"
49057
49102
  ]
49058
49103
  ]
49059
- } }
49104
+ } },
49105
+ userOverridableProperties: ["color"]
49060
49106
  },
49061
49107
  root: {
49062
49108
  label: "root",