@yahoo/uds 3.166.0 → 3.167.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 (175) hide show
  1. package/dist/cli/commands/sync.cjs +36 -0
  2. package/dist/cli/commands/sync.js +36 -0
  3. package/dist/components/client/Avatar/AvatarIcon.cjs +3 -0
  4. package/dist/components/client/Avatar/AvatarIcon.js +3 -0
  5. package/dist/components/client/Avatar/UDSAvatarConfigProvider.cjs +28 -0
  6. package/dist/components/client/Avatar/UDSAvatarConfigProvider.d.cts +29 -0
  7. package/dist/components/client/Avatar/UDSAvatarConfigProvider.d.ts +30 -0
  8. package/dist/components/client/Avatar/UDSAvatarConfigProvider.js +27 -0
  9. package/dist/components/client/Avatar/index.cjs +3 -0
  10. package/dist/components/client/Avatar/index.d.cts +2 -1
  11. package/dist/components/client/Avatar/index.d.ts +2 -1
  12. package/dist/components/client/Avatar/index.js +2 -1
  13. package/dist/components/client/Badge.cjs +4 -1
  14. package/dist/components/client/Badge.js +4 -1
  15. package/dist/components/client/Chip/ChipBase.cjs +4 -0
  16. package/dist/components/client/Chip/ChipBase.js +4 -0
  17. package/dist/components/client/Chip/UDSChipConfigProvider.cjs +28 -0
  18. package/dist/components/client/Chip/UDSChipConfigProvider.d.cts +29 -0
  19. package/dist/components/client/Chip/UDSChipConfigProvider.d.ts +30 -0
  20. package/dist/components/client/Chip/UDSChipConfigProvider.js +27 -0
  21. package/dist/components/client/Chip/index.cjs +3 -0
  22. package/dist/components/client/Chip/index.d.cts +2 -1
  23. package/dist/components/client/Chip/index.d.ts +2 -1
  24. package/dist/components/client/Chip/index.js +2 -1
  25. package/dist/components/client/Input/Input.cjs +10 -2
  26. package/dist/components/client/Input/Input.js +10 -2
  27. package/dist/components/client/Input/InputHelpTextInternal.cjs +6 -1
  28. package/dist/components/client/Input/InputHelpTextInternal.js +6 -1
  29. package/dist/components/client/Input/UDSInputConfigProvider.cjs +33 -0
  30. package/dist/components/client/Input/UDSInputConfigProvider.d.cts +32 -0
  31. package/dist/components/client/Input/UDSInputConfigProvider.d.ts +33 -0
  32. package/dist/components/client/Input/UDSInputConfigProvider.js +32 -0
  33. package/dist/components/client/Input/index.cjs +3 -0
  34. package/dist/components/client/Input/index.d.cts +2 -1
  35. package/dist/components/client/Input/index.d.ts +2 -1
  36. package/dist/components/client/Input/index.js +2 -1
  37. package/dist/components/client/Menu/Menu.ItemBase.cjs +4 -2
  38. package/dist/components/client/Menu/Menu.ItemBase.js +4 -2
  39. package/dist/components/client/Menu/UDSMenuItemConfigProvider.cjs +30 -0
  40. package/dist/components/client/Menu/UDSMenuItemConfigProvider.d.cts +29 -0
  41. package/dist/components/client/Menu/UDSMenuItemConfigProvider.d.ts +30 -0
  42. package/dist/components/client/Menu/UDSMenuItemConfigProvider.js +29 -0
  43. package/dist/components/client/Menu/index.cjs +3 -0
  44. package/dist/components/client/Menu/index.d.cts +2 -1
  45. package/dist/components/client/Menu/index.d.ts +2 -1
  46. package/dist/components/client/Menu/index.js +2 -1
  47. package/dist/components/client/PaddleNav/PaddleButton.cjs +3 -1
  48. package/dist/components/client/PaddleNav/PaddleButton.js +3 -1
  49. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.cjs +30 -0
  50. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.d.cts +29 -0
  51. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.d.ts +30 -0
  52. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.js +29 -0
  53. package/dist/components/client/PaddleNav/index.cjs +3 -0
  54. package/dist/components/client/PaddleNav/index.d.cts +3 -1
  55. package/dist/components/client/PaddleNav/index.d.ts +3 -1
  56. package/dist/components/client/PaddleNav/index.js +2 -1
  57. package/dist/components/client/Pagination/PaginationNext.cjs +3 -1
  58. package/dist/components/client/Pagination/PaginationNext.js +3 -1
  59. package/dist/components/client/Pagination/PaginationPrev.cjs +3 -1
  60. package/dist/components/client/Pagination/PaginationPrev.js +3 -1
  61. package/dist/components/client/Pagination/UDSPaginationConfigProvider.cjs +30 -0
  62. package/dist/components/client/Pagination/UDSPaginationConfigProvider.d.cts +29 -0
  63. package/dist/components/client/Pagination/UDSPaginationConfigProvider.d.ts +30 -0
  64. package/dist/components/client/Pagination/UDSPaginationConfigProvider.js +29 -0
  65. package/dist/components/client/Pagination/index.cjs +3 -0
  66. package/dist/components/client/Pagination/index.d.cts +2 -1
  67. package/dist/components/client/Pagination/index.d.ts +2 -1
  68. package/dist/components/client/Pagination/index.js +2 -1
  69. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  70. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  71. package/dist/components/client/Select/SelectItem.cjs +4 -2
  72. package/dist/components/client/Select/SelectItem.js +4 -2
  73. package/dist/components/client/Select/UDSSelectItemConfigProvider.cjs +30 -0
  74. package/dist/components/client/Select/UDSSelectItemConfigProvider.d.cts +29 -0
  75. package/dist/components/client/Select/UDSSelectItemConfigProvider.d.ts +30 -0
  76. package/dist/components/client/Select/UDSSelectItemConfigProvider.js +29 -0
  77. package/dist/components/client/Select/index.cjs +3 -0
  78. package/dist/components/client/Select/index.d.cts +3 -1
  79. package/dist/components/client/Select/index.d.ts +3 -1
  80. package/dist/components/client/Select/index.js +2 -1
  81. package/dist/components/client/Tabs/Tab.cjs +4 -2
  82. package/dist/components/client/Tabs/Tab.js +4 -2
  83. package/dist/components/client/Tabs/UDSTabConfigProvider.cjs +22 -0
  84. package/dist/components/client/Tabs/UDSTabConfigProvider.d.cts +27 -0
  85. package/dist/components/client/Tabs/UDSTabConfigProvider.d.ts +28 -0
  86. package/dist/components/client/Tabs/UDSTabConfigProvider.js +21 -0
  87. package/dist/components/client/Tabs/index.cjs +3 -0
  88. package/dist/components/client/Tabs/index.d.cts +3 -1
  89. package/dist/components/client/Tabs/index.d.ts +3 -1
  90. package/dist/components/client/Tabs/index.js +2 -1
  91. package/dist/components/client/UDSBadgeConfigProvider.cjs +28 -0
  92. package/dist/components/client/UDSBadgeConfigProvider.d.cts +29 -0
  93. package/dist/components/client/UDSBadgeConfigProvider.d.ts +30 -0
  94. package/dist/components/client/UDSBadgeConfigProvider.js +27 -0
  95. package/dist/components/client/index.cjs +27 -0
  96. package/dist/components/client/index.d.cts +10 -1
  97. package/dist/components/client/index.d.ts +10 -1
  98. package/dist/components/client/index.js +10 -1
  99. package/dist/components/client/providers/UDSConfigProvider.cjs +52 -16
  100. package/dist/components/client/providers/UDSConfigProvider.d.cts +9 -0
  101. package/dist/components/client/providers/UDSConfigProvider.d.ts +9 -0
  102. package/dist/components/client/providers/UDSConfigProvider.js +52 -16
  103. package/dist/components/client/providers/createUDSConfigProvider.cjs +41 -0
  104. package/dist/components/client/providers/createUDSConfigProvider.d.cts +38 -0
  105. package/dist/components/client/providers/createUDSConfigProvider.d.ts +39 -0
  106. package/dist/components/client/providers/createUDSConfigProvider.js +39 -0
  107. package/dist/components/index.cjs +27 -0
  108. package/dist/components/index.d.cts +10 -1
  109. package/dist/components/index.d.ts +10 -1
  110. package/dist/components/index.js +10 -1
  111. package/dist/css/dist/css/utils.cjs +58 -0
  112. package/dist/css/dist/css/utils.js +58 -0
  113. package/dist/css/dist/runtimeConfig/hookMetadata.cjs +320 -0
  114. package/dist/css/dist/runtimeConfig/hookMetadata.js +320 -0
  115. package/dist/index.cjs +45 -0
  116. package/dist/index.d.cts +19 -1
  117. package/dist/index.d.ts +19 -1
  118. package/dist/index.js +19 -1
  119. package/dist/runtime/avatarConfig.cjs +21 -0
  120. package/dist/runtime/avatarConfig.d.cts +13 -0
  121. package/dist/runtime/avatarConfig.d.ts +13 -0
  122. package/dist/runtime/avatarConfig.js +20 -0
  123. package/dist/runtime/badgeConfig.cjs +17 -0
  124. package/dist/runtime/badgeConfig.d.cts +13 -0
  125. package/dist/runtime/badgeConfig.d.ts +13 -0
  126. package/dist/runtime/badgeConfig.js +16 -0
  127. package/dist/runtime/chipConfig.cjs +12 -0
  128. package/dist/runtime/chipConfig.d.cts +13 -0
  129. package/dist/runtime/chipConfig.d.ts +13 -0
  130. package/dist/runtime/chipConfig.js +11 -0
  131. package/dist/runtime/index.cjs +18 -0
  132. package/dist/runtime/index.d.cts +10 -1
  133. package/dist/runtime/index.d.ts +10 -1
  134. package/dist/runtime/index.js +10 -1
  135. package/dist/runtime/inputConfig.cjs +14 -0
  136. package/dist/runtime/inputConfig.d.cts +15 -0
  137. package/dist/runtime/inputConfig.d.ts +15 -0
  138. package/dist/runtime/inputConfig.js +13 -0
  139. package/dist/runtime/menuItemConfig.cjs +13 -0
  140. package/dist/runtime/menuItemConfig.d.cts +15 -0
  141. package/dist/runtime/menuItemConfig.d.ts +15 -0
  142. package/dist/runtime/menuItemConfig.js +12 -0
  143. package/dist/runtime/paddleNavConfig.cjs +18 -0
  144. package/dist/runtime/paddleNavConfig.d.cts +13 -0
  145. package/dist/runtime/paddleNavConfig.d.ts +13 -0
  146. package/dist/runtime/paddleNavConfig.js +17 -0
  147. package/dist/runtime/paginationConfig.cjs +12 -0
  148. package/dist/runtime/paginationConfig.d.cts +13 -0
  149. package/dist/runtime/paginationConfig.d.ts +13 -0
  150. package/dist/runtime/paginationConfig.js +11 -0
  151. package/dist/runtime/selectItemConfig.cjs +13 -0
  152. package/dist/runtime/selectItemConfig.d.cts +15 -0
  153. package/dist/runtime/selectItemConfig.d.ts +15 -0
  154. package/dist/runtime/selectItemConfig.js +12 -0
  155. package/dist/runtime/tabConfig.cjs +12 -0
  156. package/dist/runtime/tabConfig.d.cts +14 -0
  157. package/dist/runtime/tabConfig.d.ts +14 -0
  158. package/dist/runtime/tabConfig.js +11 -0
  159. package/dist/runtime/udsConfig.cjs +18 -0
  160. package/dist/runtime/udsConfig.d.cts +18 -0
  161. package/dist/runtime/udsConfig.d.ts +18 -0
  162. package/dist/runtime/udsConfig.js +18 -0
  163. package/dist/styles/styler.d.cts +9 -9
  164. package/dist/styles/styler.d.ts +9 -9
  165. package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
  166. package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
  167. package/dist/uds/generated/componentData.cjs +2607 -2490
  168. package/dist/uds/generated/componentData.js +2607 -2490
  169. package/dist/uds/generated/tailwindPurge.cjs +38 -2
  170. package/dist/uds/generated/tailwindPurge.js +38 -2
  171. package/dist/uds/package.cjs +2 -2
  172. package/dist/uds/package.js +2 -2
  173. package/generated/componentData.json +3219 -3052
  174. package/generated/tailwindPurge.ts +3 -3
  175. package/package.json +3 -3
@@ -0,0 +1,14 @@
1
+
2
+ import { IconSize } from "../types/dist/index.js";
3
+ import { UniversalTokensConfig } from "../config/dist/index.js";
4
+ //#region src/runtime/tabConfig.d.ts
5
+ type TabConfigSize = 'default';
6
+ interface UDSTabConfigContextType {
7
+ defaultSize: TabConfigSize;
8
+ iconSize: Record<TabConfigSize, IconSize>;
9
+ }
10
+ declare const configToTabConfigContext: ({
11
+ tab
12
+ }: UniversalTokensConfig) => UDSTabConfigContextType;
13
+ //#endregion
14
+ export { type UDSTabConfigContextType, configToTabConfigContext };
@@ -0,0 +1,11 @@
1
+ /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
+ //#region src/runtime/tabConfig.ts
3
+ const tabSizes = ["default"];
4
+ const configToTabConfigContext = ({ tab }) => {
5
+ return {
6
+ defaultSize: tab.defaults.size,
7
+ iconSize: Object.fromEntries(tabSizes.map((s) => [s, tab.variables[`size/${s}/icon`].size.rest.value]))
8
+ };
9
+ };
10
+ //#endregion
11
+ export { configToTabConfigContext };
@@ -1,22 +1,40 @@
1
1
  /*! © 2026 Yahoo, Inc. UDS v0.0.0-development */
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const require_runtime_avatarConfig = require("./avatarConfig.cjs");
4
+ const require_runtime_badgeConfig = require("./badgeConfig.cjs");
3
5
  const require_runtime_bottomSheetConfig = require("./bottomSheetConfig.cjs");
4
6
  const require_runtime_breakpointsConfig = require("./breakpointsConfig.cjs");
5
7
  const require_runtime_buttonConfig = require("./buttonConfig.cjs");
8
+ const require_runtime_chipConfig = require("./chipConfig.cjs");
6
9
  const require_runtime_iconButtonConfig = require("./iconButtonConfig.cjs");
10
+ const require_runtime_inputConfig = require("./inputConfig.cjs");
11
+ const require_runtime_menuItemConfig = require("./menuItemConfig.cjs");
7
12
  const require_runtime_modalConfig = require("./modalConfig.cjs");
13
+ const require_runtime_paddleNavConfig = require("./paddleNavConfig.cjs");
14
+ const require_runtime_paginationConfig = require("./paginationConfig.cjs");
8
15
  const require_runtime_popoverConfig = require("./popoverConfig.cjs");
16
+ const require_runtime_selectItemConfig = require("./selectItemConfig.cjs");
17
+ const require_runtime_tabConfig = require("./tabConfig.cjs");
9
18
  const require_runtime_toastConfig = require("./toastConfig.cjs");
10
19
  const require_runtime_tooltipConfig = require("./tooltipConfig.cjs");
11
20
  //#region src/runtime/udsConfig.ts
12
21
  const configToUDSConfigContext = (config) => {
13
22
  return {
23
+ avatar: require_runtime_avatarConfig.configToAvatarConfigContext(config),
24
+ badge: require_runtime_badgeConfig.configToBadgeConfigContext(config),
14
25
  bottomSheet: require_runtime_bottomSheetConfig.configToBottomSheetConfigContext(config),
15
26
  breakpoints: require_runtime_breakpointsConfig.configToBreakpointsConfigContext(config),
16
27
  button: require_runtime_buttonConfig.configToButtonConfigContext(config),
28
+ chip: require_runtime_chipConfig.configToChipConfigContext(config),
17
29
  iconButton: require_runtime_iconButtonConfig.configToIconButtonConfigContext(config),
30
+ input: require_runtime_inputConfig.configToInputConfigContext(config),
31
+ menuItem: require_runtime_menuItemConfig.configToMenuItemConfigContext(config),
18
32
  modal: require_runtime_modalConfig.configToModalConfigContext(config),
33
+ paddleNav: require_runtime_paddleNavConfig.configToPaddleNavConfigContext(config),
34
+ pagination: require_runtime_paginationConfig.configToPaginationConfigContext(config),
19
35
  popover: require_runtime_popoverConfig.configToPopoverConfigContext(config),
36
+ selectItem: require_runtime_selectItemConfig.configToSelectItemConfigContext(config),
37
+ tab: require_runtime_tabConfig.configToTabConfigContext(config),
20
38
  toast: require_runtime_toastConfig.configToToastConfigContext(config),
21
39
  tooltip: require_runtime_tooltipConfig.configToTooltipConfigContext(config)
22
40
  };
@@ -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;
@@ -10,8 +10,8 @@ declare function getShadowStyles({
10
10
  }: {
11
11
  config: UniversalTokensConfig;
12
12
  shadowType: ShadowType;
13
- }): Record<".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" | ".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-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-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", {
14
- readonly [x: string]: "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-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-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-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-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)";
13
+ }): Record<".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-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-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" | ".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", {
14
+ readonly [x: string]: "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-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-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-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, 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
15
  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)";
16
16
  }>; //#endregion
17
17
  //#endregion
@@ -10,8 +10,8 @@ declare function getShadowStyles({
10
10
  }: {
11
11
  config: UniversalTokensConfig;
12
12
  shadowType: ShadowType;
13
- }): Record<".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" | ".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-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-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", {
14
- readonly [x: string]: "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-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-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-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-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)";
13
+ }): Record<".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-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-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" | ".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", {
14
+ readonly [x: string]: "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-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-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-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, 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
15
  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)";
16
16
  }>; //#endregion
17
17
  //#endregion