@yahoo/uds 3.165.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 (187) 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/Menu.ItemCheckbox.d.cts +1 -1
  40. package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
  41. package/dist/components/client/Menu/UDSMenuItemConfigProvider.cjs +30 -0
  42. package/dist/components/client/Menu/UDSMenuItemConfigProvider.d.cts +29 -0
  43. package/dist/components/client/Menu/UDSMenuItemConfigProvider.d.ts +30 -0
  44. package/dist/components/client/Menu/UDSMenuItemConfigProvider.js +29 -0
  45. package/dist/components/client/Menu/index.cjs +3 -0
  46. package/dist/components/client/Menu/index.d.cts +2 -1
  47. package/dist/components/client/Menu/index.d.ts +2 -1
  48. package/dist/components/client/Menu/index.js +2 -1
  49. package/dist/components/client/PaddleNav/PaddleButton.cjs +3 -1
  50. package/dist/components/client/PaddleNav/PaddleButton.js +3 -1
  51. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.cjs +30 -0
  52. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.d.cts +29 -0
  53. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.d.ts +30 -0
  54. package/dist/components/client/PaddleNav/UDSPaddleNavConfigProvider.js +29 -0
  55. package/dist/components/client/PaddleNav/index.cjs +3 -0
  56. package/dist/components/client/PaddleNav/index.d.cts +3 -1
  57. package/dist/components/client/PaddleNav/index.d.ts +3 -1
  58. package/dist/components/client/PaddleNav/index.js +2 -1
  59. package/dist/components/client/Pagination/PaginationNext.cjs +3 -1
  60. package/dist/components/client/Pagination/PaginationNext.js +3 -1
  61. package/dist/components/client/Pagination/PaginationPrev.cjs +3 -1
  62. package/dist/components/client/Pagination/PaginationPrev.js +3 -1
  63. package/dist/components/client/Pagination/UDSPaginationConfigProvider.cjs +30 -0
  64. package/dist/components/client/Pagination/UDSPaginationConfigProvider.d.cts +29 -0
  65. package/dist/components/client/Pagination/UDSPaginationConfigProvider.d.ts +30 -0
  66. package/dist/components/client/Pagination/UDSPaginationConfigProvider.js +29 -0
  67. package/dist/components/client/Pagination/index.cjs +3 -0
  68. package/dist/components/client/Pagination/index.d.cts +2 -1
  69. package/dist/components/client/Pagination/index.d.ts +2 -1
  70. package/dist/components/client/Pagination/index.js +2 -1
  71. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
  72. package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
  73. package/dist/components/client/Select/SelectItem.cjs +4 -2
  74. package/dist/components/client/Select/SelectItem.js +4 -2
  75. package/dist/components/client/Select/UDSSelectItemConfigProvider.cjs +30 -0
  76. package/dist/components/client/Select/UDSSelectItemConfigProvider.d.cts +29 -0
  77. package/dist/components/client/Select/UDSSelectItemConfigProvider.d.ts +30 -0
  78. package/dist/components/client/Select/UDSSelectItemConfigProvider.js +29 -0
  79. package/dist/components/client/Select/index.cjs +3 -0
  80. package/dist/components/client/Select/index.d.cts +3 -1
  81. package/dist/components/client/Select/index.d.ts +3 -1
  82. package/dist/components/client/Select/index.js +2 -1
  83. package/dist/components/client/Tabs/Tab.cjs +4 -2
  84. package/dist/components/client/Tabs/Tab.js +4 -2
  85. package/dist/components/client/Tabs/UDSTabConfigProvider.cjs +22 -0
  86. package/dist/components/client/Tabs/UDSTabConfigProvider.d.cts +27 -0
  87. package/dist/components/client/Tabs/UDSTabConfigProvider.d.ts +28 -0
  88. package/dist/components/client/Tabs/UDSTabConfigProvider.js +21 -0
  89. package/dist/components/client/Tabs/index.cjs +3 -0
  90. package/dist/components/client/Tabs/index.d.cts +3 -1
  91. package/dist/components/client/Tabs/index.d.ts +3 -1
  92. package/dist/components/client/Tabs/index.js +2 -1
  93. package/dist/components/client/Tooltip/Tooltip.cjs +3 -2
  94. package/dist/components/client/Tooltip/Tooltip.d.cts +2 -1
  95. package/dist/components/client/Tooltip/Tooltip.d.ts +2 -1
  96. package/dist/components/client/Tooltip/Tooltip.js +3 -2
  97. package/dist/components/client/Tooltip/TooltipContent.cjs +4 -2
  98. package/dist/components/client/Tooltip/TooltipContent.js +4 -2
  99. package/dist/components/client/Tooltip/tooltipContext.d.cts +1 -0
  100. package/dist/components/client/Tooltip/tooltipContext.d.ts +1 -0
  101. package/dist/components/client/UDSBadgeConfigProvider.cjs +28 -0
  102. package/dist/components/client/UDSBadgeConfigProvider.d.cts +29 -0
  103. package/dist/components/client/UDSBadgeConfigProvider.d.ts +30 -0
  104. package/dist/components/client/UDSBadgeConfigProvider.js +27 -0
  105. package/dist/components/client/index.cjs +27 -0
  106. package/dist/components/client/index.d.cts +10 -1
  107. package/dist/components/client/index.d.ts +10 -1
  108. package/dist/components/client/index.js +10 -1
  109. package/dist/components/client/providers/UDSConfigProvider.cjs +52 -16
  110. package/dist/components/client/providers/UDSConfigProvider.d.cts +9 -0
  111. package/dist/components/client/providers/UDSConfigProvider.d.ts +9 -0
  112. package/dist/components/client/providers/UDSConfigProvider.js +52 -16
  113. package/dist/components/client/providers/createUDSConfigProvider.cjs +41 -0
  114. package/dist/components/client/providers/createUDSConfigProvider.d.cts +38 -0
  115. package/dist/components/client/providers/createUDSConfigProvider.d.ts +39 -0
  116. package/dist/components/client/providers/createUDSConfigProvider.js +39 -0
  117. package/dist/components/index.cjs +27 -0
  118. package/dist/components/index.d.cts +10 -1
  119. package/dist/components/index.d.ts +10 -1
  120. package/dist/components/index.js +10 -1
  121. package/dist/css/dist/css/utils.cjs +58 -0
  122. package/dist/css/dist/css/utils.js +58 -0
  123. package/dist/css/dist/runtimeConfig/hookMetadata.cjs +320 -0
  124. package/dist/css/dist/runtimeConfig/hookMetadata.js +320 -0
  125. package/dist/index.cjs +45 -0
  126. package/dist/index.d.cts +19 -1
  127. package/dist/index.d.ts +19 -1
  128. package/dist/index.js +19 -1
  129. package/dist/runtime/avatarConfig.cjs +21 -0
  130. package/dist/runtime/avatarConfig.d.cts +13 -0
  131. package/dist/runtime/avatarConfig.d.ts +13 -0
  132. package/dist/runtime/avatarConfig.js +20 -0
  133. package/dist/runtime/badgeConfig.cjs +17 -0
  134. package/dist/runtime/badgeConfig.d.cts +13 -0
  135. package/dist/runtime/badgeConfig.d.ts +13 -0
  136. package/dist/runtime/badgeConfig.js +16 -0
  137. package/dist/runtime/chipConfig.cjs +12 -0
  138. package/dist/runtime/chipConfig.d.cts +13 -0
  139. package/dist/runtime/chipConfig.d.ts +13 -0
  140. package/dist/runtime/chipConfig.js +11 -0
  141. package/dist/runtime/index.cjs +18 -0
  142. package/dist/runtime/index.d.cts +10 -1
  143. package/dist/runtime/index.d.ts +10 -1
  144. package/dist/runtime/index.js +10 -1
  145. package/dist/runtime/inputConfig.cjs +14 -0
  146. package/dist/runtime/inputConfig.d.cts +15 -0
  147. package/dist/runtime/inputConfig.d.ts +15 -0
  148. package/dist/runtime/inputConfig.js +13 -0
  149. package/dist/runtime/menuItemConfig.cjs +13 -0
  150. package/dist/runtime/menuItemConfig.d.cts +15 -0
  151. package/dist/runtime/menuItemConfig.d.ts +15 -0
  152. package/dist/runtime/menuItemConfig.js +12 -0
  153. package/dist/runtime/paddleNavConfig.cjs +18 -0
  154. package/dist/runtime/paddleNavConfig.d.cts +13 -0
  155. package/dist/runtime/paddleNavConfig.d.ts +13 -0
  156. package/dist/runtime/paddleNavConfig.js +17 -0
  157. package/dist/runtime/paginationConfig.cjs +12 -0
  158. package/dist/runtime/paginationConfig.d.cts +13 -0
  159. package/dist/runtime/paginationConfig.d.ts +13 -0
  160. package/dist/runtime/paginationConfig.js +11 -0
  161. package/dist/runtime/selectItemConfig.cjs +13 -0
  162. package/dist/runtime/selectItemConfig.d.cts +15 -0
  163. package/dist/runtime/selectItemConfig.d.ts +15 -0
  164. package/dist/runtime/selectItemConfig.js +12 -0
  165. package/dist/runtime/tabConfig.cjs +12 -0
  166. package/dist/runtime/tabConfig.d.cts +14 -0
  167. package/dist/runtime/tabConfig.d.ts +14 -0
  168. package/dist/runtime/tabConfig.js +11 -0
  169. package/dist/runtime/udsConfig.cjs +18 -0
  170. package/dist/runtime/udsConfig.d.cts +18 -0
  171. package/dist/runtime/udsConfig.d.ts +18 -0
  172. package/dist/runtime/udsConfig.js +18 -0
  173. package/dist/styles/styler.d.cts +10 -10
  174. package/dist/styles/styler.d.ts +10 -10
  175. package/dist/tailwind-internal/dist/utils/getShadowStyles.d.cts +2 -2
  176. package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
  177. package/dist/types/dist/index.d.cts +2 -0
  178. package/dist/types/dist/index.d.ts +2 -0
  179. package/dist/uds/generated/componentData.cjs +351 -234
  180. package/dist/uds/generated/componentData.js +351 -234
  181. package/dist/uds/generated/tailwindPurge.cjs +38 -2
  182. package/dist/uds/generated/tailwindPurge.js +38 -2
  183. package/dist/uds/package.cjs +2 -2
  184. package/dist/uds/package.js +2 -2
  185. package/generated/componentData.json +585 -418
  186. package/generated/tailwindPurge.ts +3 -3
  187. package/package.json +3 -3
@@ -218,7 +218,7 @@ declare const getStylesInternal: (props?: ({
218
218
  placeholderColor?: "primary" | "secondary" | "accent" | "brand" | "alert" | "positive" | "warning" | "info" | "brand-secondary" | "alert-secondary" | "positive-secondary" | "warning-secondary" | "info-secondary" | "white" | "black" | "transparent" | "current" | "always/white" | "always/black" | "always/transparent" | "always/current" | "always/brand" | "always/accent" | "tertiary" | "muted" | "on-color" | undefined;
219
219
  fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "sans" | "sans-alt" | "serif" | "serif-alt" | "mono" | undefined;
220
220
  fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
221
- fontWeight?: "medium" | "black" | "thin" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
221
+ fontWeight?: "black" | "thin" | "medium" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | "bold" | "extralight" | "light" | "regular" | "semibold" | "extrabold" | undefined;
222
222
  lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
223
223
  letterSpacing?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "ui1" | "ui2" | "ui3" | "ui4" | "ui5" | "ui6" | "display1/emphasized" | "display2/emphasized" | "display3/emphasized" | "title1/emphasized" | "title2/emphasized" | "title3/emphasized" | "title4/emphasized" | "headline1/emphasized" | "body1/emphasized" | "label1/emphasized" | "label2/emphasized" | "label3/emphasized" | "label4/emphasized" | "caption1/emphasized" | "caption2/emphasized" | "legal1/emphasized" | "ui1/emphasized" | "ui2/emphasized" | "ui3/emphasized" | "ui4/emphasized" | "ui5/emphasized" | "ui6/emphasized" | undefined;
224
224
  textAlign?: "center" | "justify" | "start" | "end" | undefined;
@@ -250,13 +250,13 @@ declare const getStylesInternal: (props?: ({
250
250
  borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
251
251
  borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
252
252
  borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
253
- borderWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
254
- borderVerticalWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
255
- borderHorizontalWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
256
- borderStartWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
257
- borderEndWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
258
- borderTopWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
259
- borderBottomWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
253
+ borderWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
254
+ borderVerticalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
255
+ borderHorizontalWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
256
+ borderStartWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
257
+ borderEndWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
258
+ borderTopWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
259
+ borderBottomWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
260
260
  avatarSize?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "2xs" | "3xl" | undefined;
261
261
  iconSize?: "xs" | "sm" | "md" | "lg" | undefined;
262
262
  alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
@@ -276,13 +276,13 @@ declare const getStylesInternal: (props?: ({
276
276
  position?: "static" | "fixed" | "absolute" | "relative" | "sticky" | undefined;
277
277
  contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
278
278
  colorMode?: "light" | "dark" | undefined;
279
- scaleMode?: "xSmall" | "small" | "medium" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
279
+ scaleMode?: "small" | "medium" | "xSmall" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
280
280
  width?: "full" | "fit" | "screen" | undefined;
281
281
  height?: "full" | "fit" | "screen" | undefined;
282
282
  dropShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
283
283
  insetShadow?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "xs-invert" | "sm-invert" | "md-invert" | "lg-invert" | "xl-invert" | "2xl-invert" | undefined;
284
284
  nestedBorderRadiusSize?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
285
- nestedBorderRadiusWidth?: "medium" | "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "thick" | undefined;
285
+ nestedBorderRadiusWidth?: "elevation-0" | "elevation-1" | "elevation-2" | "elevation-3" | "elevation-4" | "elevation-5" | "none" | "thin" | "medium" | "thick" | undefined;
286
286
  nestedBorderRadiusSpacing?: "0" | "1" | "2" | "3" | "4" | "5" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "4.5" | "5.5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "14" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
287
287
  nestedBorderRadius?: boolean | "first" | "last" | undefined;
288
288
  } & {
@@ -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
@@ -922,6 +922,8 @@ interface UniversalTooltipProps {
922
922
  open?: boolean;
923
923
  /** Whether to render the tooltip content in a portal @default true */
924
924
  portal?: boolean;
925
+ /** Whether to hide the tooltip arrow @default false */
926
+ hideArrow?: boolean;
925
927
  }
926
928
  interface UniversalTooltipTriggerProps {
927
929
  /** The content to display inside the tooltip trigger. This is what the tooltip will be anchored to. */
@@ -922,6 +922,8 @@ interface UniversalTooltipProps {
922
922
  open?: boolean;
923
923
  /** Whether to render the tooltip content in a portal @default true */
924
924
  portal?: boolean;
925
+ /** Whether to hide the tooltip arrow @default false */
926
+ hideArrow?: boolean;
925
927
  }
926
928
  interface UniversalTooltipTriggerProps {
927
929
  /** The content to display inside the tooltip trigger. This is what the tooltip will be anchored to. */