@yahoo/uds 2.8.1 → 2.10.0-beta.1

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 (123) hide show
  1. package/cli/bin/uds-darwin-arm64-baseline +0 -0
  2. package/cli/bin/uds-linux-arm64 +0 -0
  3. package/cli/bin/uds-linux-x64-baseline +0 -0
  4. package/cli/cli.ts +1 -1
  5. package/cli/codemods/addCommentAboveComponents.ts +4 -79
  6. package/cli/codemods/flattenButtonVariant.ts +143 -0
  7. package/cli/codemods/propsToClass.ts +7 -12
  8. package/cli/codemods/remapProps.ts +13 -12
  9. package/cli/codemods/replaceTwClassNameWithProp.ts +99 -0
  10. package/cli/codemods/utils/getGlobPattern.ts +11 -0
  11. package/cli/codemods/utils/getImportsFromPackage.ts +21 -0
  12. package/cli/codemods/utils/getJSXElements.ts +9 -0
  13. package/cli/codemods/utils/getProject.ts +17 -0
  14. package/cli/codemods/utils/hasJSXProperty.ts +14 -0
  15. package/cli/codemods/utils/index.ts +14 -0
  16. package/cli/codemods/utils/matchesJSXTagName.ts +14 -0
  17. package/cli/commands/codemod/flattenButtonVariant.ts +16 -0
  18. package/cli/commands/codemod/tailwindClassesToProps.ts +24 -0
  19. package/cli/tailwindcss.d.ts +2 -0
  20. package/cli/tsconfig.json +30 -8
  21. package/cli/utils/configWorker.ts +2 -2
  22. package/cli/utils/purgeCSS.ts +13 -3
  23. package/cli/utils/setupConfigWorker.ts +2 -1
  24. package/cli/utils/sortKeys.ts +5 -0
  25. package/dist/{Text-UCDorZDD.d.cts → Text-DC5H-ljU.d.cts} +29 -68
  26. package/dist/{Text-UCDorZDD.d.ts → Text-DC5H-ljU.d.ts} +29 -68
  27. package/dist/VStack-dsjTgotn.d.ts +145 -0
  28. package/dist/VStack-lZcVQtuR.d.cts +145 -0
  29. package/dist/analytics/server.js +1 -1
  30. package/dist/chunk-3R4CMTF2.js +2 -0
  31. package/dist/chunk-COT7GQ26.js +2 -0
  32. package/dist/chunk-DIZ6AEFQ.cjs +3 -0
  33. package/dist/chunk-GWUSJOIP.js +2 -0
  34. package/dist/chunk-GXWRHF26.cjs +1 -0
  35. package/dist/chunk-H35WDIEH.cjs +1 -0
  36. package/dist/chunk-IGRY2O2E.js +2 -0
  37. package/dist/chunk-IQXT3UML.cjs +2 -0
  38. package/dist/chunk-PLVCO2Q2.cjs +1 -0
  39. package/dist/chunk-RCTE4OK2.cjs +1 -0
  40. package/dist/chunk-ROCVTVD4.js +2 -0
  41. package/dist/chunk-SWTZ62RF.js +3 -0
  42. package/dist/chunk-TYCIDVTR.js +2 -0
  43. package/dist/chunk-UWAIMWW7.cjs +1 -0
  44. package/dist/client/index.cjs +2 -2
  45. package/dist/client/index.d.cts +917 -25
  46. package/dist/client/index.d.ts +917 -25
  47. package/dist/client/index.js +3 -3
  48. package/dist/experimental/client/index.cjs +2 -2
  49. package/dist/experimental/client/index.d.cts +14 -49
  50. package/dist/experimental/client/index.d.ts +14 -49
  51. package/dist/experimental/client/index.js +2 -2
  52. package/dist/experimental/index.cjs +2 -2
  53. package/dist/experimental/index.d.cts +4 -55
  54. package/dist/experimental/index.d.ts +4 -55
  55. package/dist/experimental/index.js +1 -1
  56. package/dist/fixtures.cjs +1545 -58
  57. package/dist/fixtures.d.cts +33 -14
  58. package/dist/fixtures.d.ts +33 -14
  59. package/dist/fixtures.js +1518 -52
  60. package/dist/flags.cjs +1 -1
  61. package/dist/flags.js +1 -1
  62. package/dist/index-B1ZHRmSN.d.ts +202 -0
  63. package/dist/index-By9VJ9yq.d.cts +202 -0
  64. package/dist/index.cjs +1 -1
  65. package/dist/index.d.cts +245 -128
  66. package/dist/index.d.ts +245 -128
  67. package/dist/index.js +1 -1
  68. package/dist/metafile-cjs.json +1 -1
  69. package/dist/metafile-esm.json +1 -1
  70. package/dist/tailwind/plugin.cjs +1 -2
  71. package/dist/tailwind/plugin.d.cts +14 -5
  72. package/dist/tailwind/plugin.d.ts +14 -5
  73. package/dist/tailwind/plugin.js +2 -2
  74. package/dist/tailwind/purger.cjs +2 -2
  75. package/dist/tailwind/purger.js +3 -3
  76. package/dist/tailwind/tsMorph.cjs +1 -1
  77. package/dist/tailwind/tsMorph.js +1 -1
  78. package/dist/tailwind/utils.cjs +1 -1
  79. package/dist/tailwind/utils.d.cts +80 -28
  80. package/dist/tailwind/utils.d.ts +80 -28
  81. package/dist/tailwind/utils.js +1 -1
  82. package/dist/tokens/automation/configs.cjs +1 -0
  83. package/dist/tokens/automation/configs.d.cts +110 -0
  84. package/dist/tokens/automation/configs.d.ts +110 -0
  85. package/dist/tokens/automation/configs.js +1 -0
  86. package/dist/tokens/automation/properties.cjs +1 -0
  87. package/dist/tokens/automation/properties.d.cts +7 -0
  88. package/dist/tokens/automation/properties.d.ts +7 -0
  89. package/dist/tokens/automation/properties.js +1 -0
  90. package/dist/tokens/index.cjs +1 -1
  91. package/dist/tokens/index.d.cts +9355 -15
  92. package/dist/tokens/index.d.ts +9355 -15
  93. package/dist/tokens/index.js +1 -1
  94. package/dist/tokens/parseTokens.cjs +1 -1
  95. package/dist/tokens/parseTokens.d.cts +7 -23
  96. package/dist/tokens/parseTokens.d.ts +7 -23
  97. package/dist/tokens/parseTokens.js +1 -1
  98. package/dist/types-oxQ-ciqn.d.cts +10237 -0
  99. package/dist/types-oxQ-ciqn.d.ts +10237 -0
  100. package/package.json +18 -4
  101. package/cli/PropsToClass.mock.tsx +0 -14
  102. package/dist/chunk-3G7IRLGN.js +0 -2
  103. package/dist/chunk-4ZZV37J4.js +0 -2
  104. package/dist/chunk-5WBROFT5.cjs +0 -1
  105. package/dist/chunk-5WTSHH5H.js +0 -1
  106. package/dist/chunk-6453EQCC.cjs +0 -1
  107. package/dist/chunk-D5OJRMIW.cjs +0 -2
  108. package/dist/chunk-EYFQOFYW.cjs +0 -1
  109. package/dist/chunk-FWF2C6TL.cjs +0 -1
  110. package/dist/chunk-GIJ2FHY5.cjs +0 -1
  111. package/dist/chunk-KTPYM4OO.js +0 -2
  112. package/dist/chunk-PE2P7J44.js +0 -2
  113. package/dist/chunk-PSLTRJPA.cjs +0 -2
  114. package/dist/chunk-RNQ6TDFL.cjs +0 -2
  115. package/dist/chunk-SUASN3GG.js +0 -2
  116. package/dist/chunk-TAPL6R6T.js +0 -3
  117. package/dist/chunk-TFSKZAZE.cjs +0 -1
  118. package/dist/chunk-VPR62GYQ.js +0 -2
  119. package/dist/chunk-X6F5UEQ5.js +0 -2
  120. package/dist/types-BjtmdiGC.d.cts +0 -989
  121. package/dist/types-BjtmdiGC.d.ts +0 -989
  122. /package/dist/{motionFeatures-PRT45UQH.js → motionFeatures-25DAPVNO.js} +0 -0
  123. /package/dist/{motionFeatures-HQUM526D.cjs → motionFeatures-II2BNXF5.cjs} +0 -0
package/dist/index.d.ts CHANGED
@@ -1,42 +1,23 @@
1
- import * as react from 'react';
2
- import { Ref, Dispatch, SetStateAction } from 'react';
3
- import { q as UniversalBoxProps, r as UniversalStackProps, s as UniversalIconProps, t as UniversalImageProps, u as UniversalTextProps } from './types-BjtmdiGC.js';
4
- export { A as AVATAR_SIZE_PREFIX, a4 as AlwaysPalette, a5 as AlwaysPaletteAlias, a6 as Animation, a7 as AriaAttribute, a8 as AvatarShape, a9 as AvatarSize, aa as AvatarSizeConfig, x as BORDER_RADIUS_PREFIX, y as BORDER_WIDTH_PREFIX, a0 as BUTTON_CSS_VAR_MAP, ab as BackgroundColor, ac as BackgroundPalette, ad as BackgroundPaletteAlias, ae as BackgroundStyleProps, af as BorderRadius, ag as BorderRadiusConfig, ah as BorderStyleProps, ai as BorderWidth, aj as BorderWidthConfig, ak as BoxShadowConfig, al as ButtonBaseConfig, i as ButtonClassMap, am as ButtonClassName, an as ButtonColorConfig, ao as ButtonColorEffect, ap as ButtonColorEffectConfig, j as ButtonColorProperty, k as ButtonColorPropertyConfig, B as ButtonConfig, aq as ButtonKind, ar as ButtonMotionEffect, as as ButtonMotionProperty, at as ButtonMotionPropertyConfig, au as ButtonPalette, av as ButtonPaletteColor, aw as ButtonPaletteConfig, ax as ButtonSize, ay as ButtonSizeConfig, az as ButtonSizeProperty, aA as ButtonSpectrumColor, aB as ButtonState, aC as ButtonStateConfig, aD as ButtonStateEffectConfig, aE as ButtonVariant, aF as ButtonVariantConfig, C as ColorMode, aG as ColorModeConfig, aH as ColorModeForApp, a as ColorsConfig, aI as CorePalette, aJ as CorePaletteAlias, aK as CustomSizingStyleProps, N as DARK_COLOR_MODE_CLASSNAME, _ as DEFAULT_COLOR_MODE_CLASSNAME, $ as DEFAULT_SCALE_MODE_CLASSNAME, aL as DataAttribute, aM as Display, aN as DividerVariant, a3 as FONT_DECLARATIONS_MAP, z as FONT_FAMILY_PREFIX, D as FONT_SIZE_PREFIX, E as FONT_WEIGHT_PREFIX, aO as Flex, aP as FlexAlignContent, aQ as FlexAlignItems, aR as FlexAlignSelf, aS as FlexBasis, aT as FlexDirection, aU as FlexGrow, aV as FlexJustifyContent, aW as FlexShrink, aX as FlexStyleProps, aY as FlexWrap, aZ as FontAlias, p as FontConfig, a_ as FontCssVar, o as FontDeclarationConfig, a$ as FontFamilyCDNUrl, b0 as FontFamilyConfig, n as FontID, b1 as FontSize, b2 as FontSizeConfig, b3 as FontType, F as FontWeightConfig, b4 as FontWeightDescriptive, d as FontWeightNumeric, b5 as ForegroundColor, b6 as ForegroundPalette, b7 as ForegroundPaletteAlias, b8 as HighContrastMode, H as Hue, b as HueStep, a1 as ICON_BUTTON_CSS_VAR_MAP, G as ICON_SIZE_PREFIX, I as IconButtonClassMap, b9 as IconButtonClassName, ba as IconButtonConfig, bb as IconButtonDefaultsConfig, bc as IconButtonSize, bd as IconSizeConfig, be as ImageStyleProps, V as LARGE_SCALE_MODE_CLASSNAME, O as LIGHT_COLOR_MODE_CLASSNAME, L as LINE_HEIGHT_PREFIX, bf as LayoutStyleProps, bg as LetterSpacing, bh as LineClampAlias, bi as LineColor, bj as LineHeight, bk as LineHeightConfig, bl as LinePalette, bm as LinePaletteAlias, R as MEDIUM_SCALE_MODE_CLASSNAME, J as MOTION_PREFIX, bn as Modes, m as MotionConfig, bo as MotionCssVar, bp as MotionSpringConfig, l as MotionSpringConfigOptions, M as MotionVariant, h as MotionVariantSpeed, bq as MotionVariantValues, br as Overflow, a2 as PSEUDO_STYLE_SELECTOR_MAP, bs as Palette, c as PaletteConfig, P as PaletteType, bt as PaletteValue, bu as PlatformMode, bv as Position, bw as PropertyToPaletteAliasMap, bx as RegionMode, Q as SMALL_SCALE_MODE_CLASSNAME, K as SPECTRUM_COLOR_PREFIX, by as ScaleConfig, bz as ScaleEffectMap, S as ScaleMode, bA as ScaleModeConfig, bB as ScaleModeForApp, bC as SpacingAlias, bD as SpacingAliasWithNegatives, bE as SpacingConfig, bF as SpacingStyleProps, bG as SpectrumColor, bH as SpectrumConfig, bI as StateStyleProps, bJ as StyleProps, T as TEXT_TRANSFORM_PREFIX, bS as TShirtSize, bT as TShirtSizeCommon, bK as TextProperty, bL as TextStyleProps, bM as TextTransform, bN as TextTransformConfig, bO as TextVariant, bP as TransitionDelay, bQ as TransitionDuration, bR as TransitionTiming, w as UDS_PREFIX, bU as UdsCssVar, bV as UniversalAvatarProps, e as UniversalButtonProps, bW as UniversalDividerProps, f as UniversalIconButtonProps, g as UniversalPressableProps, bX as UniversalTextInputProps, U as UniversalTokensConfig, W as XLARGE_SCALE_MODE_CLASSNAME, X as XSMALL_SCALE_MODE_CLASSNAME, Y as XXLARGE_SCALE_MODE_CLASSNAME, Z as XXXLARGE_SCALE_MODE_CLASSNAME, v as alwaysPalette } from './types-BjtmdiGC.js';
1
+ import { D as DivProps, I as InputProps } from './VStack-dsjTgotn.js';
2
+ export { B as Box, a as BoxProps, b as Divider, c as DividerProps, V as VStack, d as VStackProps } from './VStack-dsjTgotn.js';
5
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
- export { Button, ButtonProps, IconButton, IconButtonProps, Pressable, PressableProps, SpringMotionConfig, SpringMotionConfigProps } from '@yahoo/uds/client';
7
- export { Combination, CombinationsConfig, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_FOR_APP, button, defaultTokensConfig, entries, fontWeightMap, fromEntries, generateConfigCombinations, getDefaultButtonBaseMap, mapValues, variants } from './tokens/index.js';
4
+ import { r as UniversalFormLabelProps, s as SpacingStyleProps, f as UniversalStackProps, t as IconPropsWithSVGProps, u as ImagePropsWithImgProps, v as UniversalIconSlot, w as UniversalLinkProps, x as UniversalTextProps } from './types-oxQ-ciqn.js';
5
+ export { D as AVATAR_SIZE_PREFIX, ae as AlwaysPalette, af as AlwaysPaletteAlias, ag as AlwaysPaletteColor, ah as Animation, ai as AriaAttribute, aj as AvatarAbbreviationStrategy, ak as AvatarShape, al as AvatarSize, am as AvatarSizeConfig, an as AvatarVariant, E as BORDER_RADIUS_PREFIX, G as BORDER_WIDTH_PREFIX, a6 as BUTTON_CSS_VAR_MAP, ao as BackgroundColor, ap as BackgroundPalette, aq as BackgroundPaletteAlias, ar as BackgroundStyleProps, as as BadgeSize, at as BadgeVariant, au as BorderRadius, av as BorderRadiusConfig, aw as BorderStyleProps, ax as BorderWidth, ay as BorderWidthConfig, az as ButtonBaseConfig, i as ButtonClassMap, aA as ButtonClassName, aB as ButtonColorConfig, aC as ButtonColorEffect, aD as ButtonColorEffectConfig, j as ButtonColorProperty, k as ButtonColorPropertyConfig, B as ButtonConfig, aE as ButtonKind, aF as ButtonMotionEffect, aG as ButtonMotionProperty, aH as ButtonMotionPropertyConfig, aI as ButtonPalette, aJ as ButtonPaletteColor, aK as ButtonPaletteConfig, aL as ButtonShadowPropertyConfig, aM as ButtonSize, aN as ButtonSizeConfig, aO as ButtonSizeProperty, aP as ButtonSpectrumColor, aQ as ButtonState, aR as ButtonStateConfig, aS as ButtonStateEffectConfig, aT as ButtonVariant, aU as ButtonVariantConfig, aV as ButtonVariantFlat, aW as CheckboxSize, aX as CheckboxValue, aY as CheckboxVariant, aZ as ChipSize, a_ as ChipVariant, C as ColorMode, a$ as ColorModeConfig, b0 as ColorModeForApp, a as ColorsConfig, b1 as ConfigurableDropShadowValues, b2 as ConfigurableInsetShadowValues, b3 as CustomSizingStyleProps, X as DARK_COLOR_MODE_CLASSNAME, a4 as DEFAULT_COLOR_MODE_CLASSNAME, a5 as DEFAULT_SCALE_MODE_CLASSNAME, b4 as DataAttribute, b5 as Display, b6 as DividerVariant, a9 as FONT_DECLARATIONS_MAP, J as FONT_FAMILY_PREFIX, K as FONT_SIZE_PREFIX, N as FONT_SLANT_PREFIX, L as FONT_WEIGHT_PREFIX, O as FONT_WIDTH_PREFIX, b7 as Flex, b8 as FlexAlignContent, b9 as FlexAlignItems, ba as FlexAlignSelf, bb as FlexBasis, bc as FlexDirection, bd as FlexGrow, be as FlexJustifyContent, bf as FlexShrink, bg as FlexStyleProps, bh as FlexWrap, bi as FontAlias, aa as FontAxisConfig, m as FontConfig, bj as FontCssVar, ab as FontDeclarationConfig, l as FontDeclarationItemConfig, ac as FontDeclarationMap, bk as FontFamilyCDNUrl, bl as FontFamilyConfig, F as FontID, bm as FontSize, bn as FontSizeConfig, bo as FontSlantConfig, bp as FontType, bq as FontWeightConfig, br as FontWeightDescriptive, ad as FontWeightForFont, bs as FontWeightNumeric, bt as FontWidthConfig, bu as ForegroundColor, bv as ForegroundPalette, bw as ForegroundPaletteAlias, bx as HighContrastMode, H as Hue, b as HueStep, a7 as ICON_BUTTON_CSS_VAR_MAP, Q as ICON_SIZE_PREFIX, I as IconButtonClassMap, by as IconButtonClassName, bz as IconButtonConfig, bA as IconButtonDefaultsConfig, bB as IconButtonSize, bC as IconSizeConfig, bD as ImageStyleProps, bE as InputSize, a0 as LARGE_SCALE_MODE_CLASSNAME, Y as LIGHT_COLOR_MODE_CLASSNAME, R as LINE_HEIGHT_PREFIX, bF as LayoutStyleProps, bG as LetterSpacing, bH as LineClampAlias, bI as LineColor, bJ as LineHeight, bK as LineHeightConfig, bL as LinePalette, bM as LinePaletteAlias, $ as MEDIUM_SCALE_MODE_CLASSNAME, T as MOTION_PREFIX, bN as Modes, p as MotionConfig, bO as MotionCssVar, bP as MotionSpringConfig, o as MotionSpringConfigOptions, M as MotionVariant, n as MotionVariantSpeed, bQ as MotionVariantValues, bR as Overflow, a8 as PSEUDO_STYLE_SELECTOR_MAP, bS as Palette, c as PaletteConfig, P as PaletteType, bT as PaletteValue, bU as PlatformMode, bV as Position, bW as PropertyToPaletteAliasMap, bX as RadioSize, bY as RadioValue, bZ as RadioVariant, b_ as RegionMode, _ as SMALL_SCALE_MODE_CLASSNAME, V as SPECTRUM_COLOR_PREFIX, b$ as ScaleConfig, c0 as ScaleEffectMap, S as ScaleMode, c1 as ScaleModeConfig, c2 as ScaleModeForApp, c3 as ShadowColor, c4 as ShadowColorConfig, c5 as ShadowConfig, c6 as ShadowOffset, c7 as ShadowOpacity, c8 as ShadowPalette, c9 as ShadowPaletteAlias, d as ShadowPreset, ca as ShadowSpreadRadius, cb as ShadowStyleProps, q as ShadowType, cc as ShadowTypeConfig, cd as ShadowVariant, ce as ShadowVariantConfig, cf as ShadowVariantInvert, cg as ShadowVariantWithInvert, ch as SharedPaletteAlias, ci as SpacingAlias, cj as SpacingConfig, ck as SpectrumColor, cl as SpectrumConfig, cm as StateStyleProps, cn as StyleProps, co as SwitchSize, W as TEXT_TRANSFORM_PREFIX, cx as TShirtSize, cy as TShirtSizeCommon, cp as TextProperty, cq as TextStyleProps, cr as TextTransform, cs as TextTransformConfig, ct as TextVariant, cu as TransitionDelay, cv as TransitionDuration, cw as TransitionTiming, A as UDS_PREFIX, cz as UdsCssVar, cA as UniversalAvatarIconProps, cB as UniversalAvatarImageProps, cC as UniversalAvatarProps, cD as UniversalAvatarTextProps, cE as UniversalBadgeProps, e as UniversalBoxProps, cF as UniversalButtonProps, cG as UniversalCheckboxProps, cH as UniversalChipBaseProps, cI as UniversalChipButtonProps, cJ as UniversalChipDismissibleProps, cK as UniversalChipLinkProps, cL as UniversalChipProps, cM as UniversalChipToggleProps, g as UniversalDividerProps, cN as UniversalIconButtonProps, cO as UniversalIconProps, cP as UniversalImageProps, h as UniversalInputProps, cQ as UniversalMenuItemProps, cR as UniversalPressableProps, cS as UniversalRadioGroupProps, cT as UniversalRadioProps, cU as UniversalSwitchProps, U as UniversalTokensConfig, cV as UniversalTokensConfigAuto, a1 as XLARGE_SCALE_MODE_CLASSNAME, Z as XSMALL_SCALE_MODE_CLASSNAME, a2 as XXLARGE_SCALE_MODE_CLASSNAME, a3 as XXXLARGE_SCALE_MODE_CLASSNAME, y as alwaysPalette, z as defaultUniversalTokensConfigAuto } from './types-oxQ-ciqn.js';
6
+ import * as react from 'react';
7
+ import { PropsWithChildren, Ref, Dispatch, SetStateAction } from 'react';
8
+ export { Avatar, AvatarIcon, AvatarIconProps, AvatarImage, AvatarImageProps, AvatarProps, AvatarText, AvatarTextProps, Badge, BadgeProps, Button, ButtonProps, Checkbox, CheckboxProps, Chip, ChipButton, ChipButtonProps, ChipDismissible, ChipDismissibleProps, ChipLink, ChipLinkProps, ChipProps, ChipToggle, ChipToggleProps, IconButton, IconButtonProps, Input, InputProps, Menu, MenuContentProps, MenuDividerProps, MenuItemCheckboxProps, MenuItemProps, MenuPlacement, MenuProviderProps, MenuTriggerProps, Pressable, PressableProps, Radio, RadioGroupProvider, RadioGroupProviderProps, RadioProps, SpringMotionConfig, SpringMotionConfigProps, Switch, SwitchProps } from '@yahoo/uds/client';
9
+ export { AllSelectors, BaseSelector, CssStyleObject, DEFAULT_COLOR_MODE, DEFAULT_COLOR_MODE_FOR_APP, DEFAULT_HIGH_CONTRAST_MODE, DEFAULT_REGION_MODE, DEFAULT_SCALE_MODE, DEFAULT_SCALE_MODE_FOR_APP, ParentVariantSelector, button, cartesianProduct, coalesceConfigVariant, defaultTokensConfig, entries, fontWeightMap, fromEntries, generateKeyFromFlatConfigPath, generateSchemaKey, getConfigDefaultValue, getConfigPseudoStateVariables, getConfigPseudoStateVariablesWithSetter, getConfigSubcomponents, getConfigVariantComponentStates, getConfigVariantComponentStatesMatrix, getConfigVariantProperties, getConfigVariantPseudoStates, getConfigVariants, getDefaultButtonBaseMap, isConfigDefaultValue, mapValues, parseButtonVariantFlat, parseDeprecatedButtonPaletteVariant, setConfigPseudoStateVariable, shadow, variants } from './tokens/index.js';
10
+ export { AvatarConfig, BadgeConfig, CheckboxConfig, ChipConfig, DividerConfig, InputConfig, LinkConfig, MenuConfig, RadioConfig, SwitchConfig } from './tokens/automation/configs.js';
11
+ export { A as AllPossibleProperties, j as AllVariantKeys, i as AutoComponentName, h as AutoComponents, g as ComponentConfig, b as ComponentStateConfig, C as ConfigurablePropertiesName, L as LayerConfig, P as PossibleStates, a as PossibleStatesWithRest, k as SchemaStateValue, S as SelectedConfigurableProperty, d as SubComponentConfig, V as VariantConfig, f as VariantConfigWithComponentStates, e as VariantConfigWithProperties, c as configurableProperties, r as createComponentStateConfig, w as createComponentStates, p as createConfigurableProperty, x as createLayerConfig, y as createSubComponentConfig, q as createVariantConfig, v as createVariantConfigWithComponentStates, u as createVariantConfigWithProperties, l as findFixtureType, m as generateClassName, n as generateDeclaration, o as generateStyles, s as statePseudoMapDocsMode, t as toMinimalDbConfigObject } from './index-B1ZHRmSN.js';
8
12
  export { IconSize, IconVariant } from '@yahoo/uds-icons/types';
9
13
  import 'motion/react';
14
+ import 'type-fest';
15
+ import '@yahoo/uds/fixtures';
10
16
 
11
- type DivProps = React.HTMLAttributes<HTMLDivElement>;
12
- interface BoxProps extends UniversalBoxProps, DivProps {
17
+ type HtmlLabelProps = Omit<React.LabelHTMLAttributes<HTMLLabelElement>, 'color'>;
18
+ interface FormLabelProps extends UniversalFormLabelProps, PropsWithChildren, HtmlLabelProps, SpacingStyleProps {
13
19
  }
14
- /**
15
- * **📦 A layout component that can be used to compose other components**
16
- *
17
- * @description
18
- * The most simple component we ship - a div. But with all the power of the UDS design system.
19
- * By default, `Box` is a flexbox container. When working with vertical or horizontal layouts,
20
- * consider using [VStack](./v-stack) or [HStack](./h-stack) respectively.
21
- *
22
- * @example
23
- * ```tsx
24
- * import { Box } from '@yahoo/uds';
25
- *
26
- * <Box backgroundColor="primary" spacing="6">
27
- * Any kind of content can go here!
28
- * </Box>
29
- * ```
30
- *
31
- * @usage
32
- * - If you need to div-like container to apply padding, shapes, or other styling.
33
- * - If you're creating card components.
34
- *
35
- * @see The {@link https://uds.build/docs/components/box Box Docs} for more info
36
- *
37
- * @related [HStack](https://uds.build/docs/components/h-stack), [VStack](https://uds.build/docs/components/v-stack)
38
- */
39
- declare const Box: react.ForwardRefExoticComponent<BoxProps & react.RefAttributes<HTMLDivElement>>;
20
+ declare const FormLabel: ({ htmlFor, required, children, spacingStart, color, variant, hasError, showRequiredAsterisk, className, ...rest }: FormLabelProps) => react_jsx_runtime.JSX.Element | null;
40
21
 
41
22
  interface HStackProps extends UniversalStackProps, DivProps {
42
23
  }
@@ -71,9 +52,6 @@ interface HStackProps extends UniversalStackProps, DivProps {
71
52
  **/
72
53
  declare const HStack: react.ForwardRefExoticComponent<HStackProps & react.RefAttributes<HTMLDivElement>>;
73
54
 
74
- type SVGElementProps = Omit<React.HTMLAttributes<SVGSVGElement>, 'color'>;
75
- interface IconProps extends UniversalIconProps, SVGElementProps {
76
- }
77
55
  /**
78
56
  * **🎨 A component for displaying icons**
79
57
  *
@@ -103,11 +81,8 @@ interface IconProps extends UniversalIconProps, SVGElementProps {
103
81
  *
104
82
  * @related [IconButton](https://uds.build/docs/components/icon-button)
105
83
  */
106
- declare const Icon: react.ForwardRefExoticComponent<IconProps & react.RefAttributes<SVGSVGElement>>;
84
+ declare const Icon: react.ForwardRefExoticComponent<IconPropsWithSVGProps & react.RefAttributes<SVGSVGElement>>;
107
85
 
108
- type NativeImageProps = Omit<React.ImgHTMLAttributes<HTMLImageElement>, 'size' | 'color' | 'height' | 'width' | 'alt' | 'src'>;
109
- interface ImageProps extends NativeImageProps, UniversalImageProps {
110
- }
111
86
  /**
112
87
  * **📸 A component for displaying images**
113
88
  *
@@ -131,15 +106,74 @@ interface ImageProps extends NativeImageProps, UniversalImageProps {
131
106
  *
132
107
  * @related [Box](https://uds.build/docs/components/box)
133
108
  */
134
- declare function Image({ width: imageWidth, height: imageHeight, src, alt, contentFit, backgroundColor, borderRadius, borderTopStartRadius, borderTopEndRadius, borderBottomStartRadius, borderBottomEndRadius, borderColor, borderStartColor, borderEndColor, borderTopColor, borderBottomColor, borderWidth, borderVerticalWidth, borderHorizontalWidth, borderStartWidth, borderEndWidth, borderTopWidth, borderBottomWidth, alignContent, alignItems, alignSelf, flex, flexDirection, flexGrow, flexShrink, flexWrap, justifyContent, flexBasis, display, overflow, overflowX, overflowY, position, spacing, spacingHorizontal, spacingVertical, spacingBottom, spacingEnd, spacingStart, spacingTop, offset, offsetVertical, offsetHorizontal, offsetBottom, offsetEnd, offsetStart, offsetTop, columnGap, rowGap, ...props }: ImageProps): react_jsx_runtime.JSX.Element;
109
+ declare function Image({ width: imageWidth, height: imageHeight, src, alt, contentFit, backgroundColor, borderRadius, borderTopStartRadius, borderTopEndRadius, borderBottomStartRadius, borderBottomEndRadius, borderColor, borderStartColor, borderEndColor, borderTopColor, borderBottomColor, borderWidth, borderVerticalWidth, borderHorizontalWidth, borderStartWidth, borderEndWidth, borderTopWidth, borderBottomWidth, alignContent, alignItems, alignSelf, flex, flexDirection, flexGrow, flexShrink, flexWrap, justifyContent, flexBasis, display, overflow, overflowX, overflowY, position, spacing, spacingHorizontal, spacingVertical, spacingBottom, spacingEnd, spacingStart, spacingTop, offset, offsetVertical, offsetHorizontal, offsetBottom, offsetEnd, offsetStart, offsetTop, columnGap, rowGap, ...props }: ImagePropsWithImgProps): react_jsx_runtime.JSX.Element;
110
+
111
+ interface InputHelpTextProps extends PropsWithChildren {
112
+ /** Icon to render at the start of the content */
113
+ startIcon?: UniversalIconSlot;
114
+ /** Icon to render at the end of the content */
115
+ endIcon?: UniversalIconSlot;
116
+ /**
117
+ * Props to pass to the start/end icon. If color is not provided, the icons
118
+ * will inherit the color from the `color` prop.
119
+ */
120
+ iconProps?: Pick<IconPropsWithSVGProps, 'color' | 'size' | 'variant'>;
121
+ size?: InputProps['size'];
122
+ isFilled?: boolean;
123
+ }
124
+ declare function InputHelpText({ startIcon, endIcon, iconProps, children, size, isFilled, ...rest }: InputHelpTextProps): react_jsx_runtime.JSX.Element;
125
+ declare const InputHelpTextMemo: react.MemoExoticComponent<typeof InputHelpText>;
126
+
127
+ type HTMLAnchorProps = React.AnchorHTMLAttributes<HTMLAnchorElement>;
128
+ interface LinkProps extends HTMLAnchorProps, UniversalLinkProps {
129
+ /** The link's destination. */
130
+ href?: string;
131
+ /** Anchor rel property. @default "noopener" **/
132
+ rel?: string;
133
+ /** If true, forces an underline to always be shown for a11y purposes. @default false */
134
+ alwaysUnderline?: boolean;
135
+ }
136
+ /**
137
+ * A Link provides navigation or actionable functionality by linking users to
138
+ * another location within an application, an external resource, or triggering
139
+ * specific in-page interactions (i.e. scroll-to-section).
140
+ *
141
+ * @componentType Client component
142
+ *
143
+ * @description
144
+ * A link component provides navigation or actionable functionality by linking users to another location within an application, an external resource, or triggering specific in-page interactions (i.e. scroll-to-section). This is different than a “button” link which is a button component without a border or fill.
145
+ *
146
+ * @see
147
+ * Check out the {@link https://uds.build/docs/components/link Link Docs} for more info
148
+ *
149
+ * @usage
150
+ * - Provide a way for users to navigate to another location.
151
+ * - Provide a trigger for in-page interactions.
152
+ *
153
+ * @example
154
+ * ```tsx
155
+ * 'use client';
156
+ * import { Link } from '@yahoo/uds';
157
+ * import { Share, Link as LinkIcon } from '@yahoo/uds-icons';
158
+ *
159
+ * <Link href="#">My Link</Link>
160
+ * <Link href="#" startIcon={Share} />
161
+ * <Link href="https://yahoo.com" target="_blank" endIcon={LinkIcon} />
162
+ *```
163
+ **/
164
+ declare const Link: react.ForwardRefExoticComponent<LinkProps & react.RefAttributes<HTMLAnchorElement>>;
135
165
 
136
166
  type TextElementTagName = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'p' | 'strong' | 'span' | 'label' | 'li';
167
+ type ColorWithInherit = Exclude<UniversalTextProps['color'], undefined> | 'inherit';
168
+ type VariantWithInherit = Exclude<UniversalTextProps['variant'], undefined> | 'inherit';
137
169
  type TextProps<TagName extends TextElementTagName = TextElementTagName> = {
138
170
  /** Ref passed to the inner container. */
139
171
  ref?: Ref<HTMLElement>;
140
172
  /** Changes the HTML tag used to render text. Uses the most appropriate semantic tag based on the text style variant. */
141
173
  as?: TagName;
142
- } & JSX.IntrinsicElements[TagName] & UniversalTextProps;
174
+ variant?: VariantWithInherit;
175
+ color?: ColorWithInherit;
176
+ } & JSX.IntrinsicElements[TagName] & Omit<UniversalTextProps, 'variant' | 'color'>;
143
177
  /**
144
178
  * **💬 A text element that can be used to display text**
145
179
  *
@@ -175,64 +209,44 @@ declare const Text: react.ForwardRefExoticComponent<(Omit<{
175
209
  ref?: Ref<HTMLElement>;
176
210
  /** Changes the HTML tag used to render text. Uses the most appropriate semantic tag based on the text style variant. */
177
211
  as?: TextElementTagName | undefined;
178
- } & react.ClassAttributes<HTMLElement> & react.HTMLAttributes<HTMLElement> & UniversalTextProps, "ref"> | Omit<{
212
+ variant?: VariantWithInherit;
213
+ color?: ColorWithInherit;
214
+ } & react.ClassAttributes<HTMLElement> & react.HTMLAttributes<HTMLElement> & Omit<UniversalTextProps, "color" | "variant">, "ref"> | Omit<{
179
215
  /** Ref passed to the inner container. */
180
216
  ref?: Ref<HTMLElement>;
181
217
  /** Changes the HTML tag used to render text. Uses the most appropriate semantic tag based on the text style variant. */
182
218
  as?: TextElementTagName | undefined;
183
- } & react.ClassAttributes<HTMLParagraphElement> & react.HTMLAttributes<HTMLParagraphElement> & UniversalTextProps, "ref"> | Omit<{
219
+ variant?: VariantWithInherit;
220
+ color?: ColorWithInherit;
221
+ } & react.ClassAttributes<HTMLLabelElement> & react.LabelHTMLAttributes<HTMLLabelElement> & Omit<UniversalTextProps, "color" | "variant">, "ref"> | Omit<{
184
222
  /** Ref passed to the inner container. */
185
223
  ref?: Ref<HTMLElement>;
186
224
  /** Changes the HTML tag used to render text. Uses the most appropriate semantic tag based on the text style variant. */
187
225
  as?: TextElementTagName | undefined;
188
- } & react.ClassAttributes<HTMLHeadingElement> & react.HTMLAttributes<HTMLHeadingElement> & UniversalTextProps, "ref"> | Omit<{
226
+ variant?: VariantWithInherit;
227
+ color?: ColorWithInherit;
228
+ } & react.ClassAttributes<HTMLHeadingElement> & react.HTMLAttributes<HTMLHeadingElement> & Omit<UniversalTextProps, "color" | "variant">, "ref"> | Omit<{
189
229
  /** Ref passed to the inner container. */
190
230
  ref?: Ref<HTMLElement>;
191
231
  /** Changes the HTML tag used to render text. Uses the most appropriate semantic tag based on the text style variant. */
192
232
  as?: TextElementTagName | undefined;
193
- } & react.ClassAttributes<HTMLLabelElement> & react.LabelHTMLAttributes<HTMLLabelElement> & UniversalTextProps, "ref"> | Omit<{
233
+ variant?: VariantWithInherit;
234
+ color?: ColorWithInherit;
235
+ } & react.ClassAttributes<HTMLLIElement> & react.LiHTMLAttributes<HTMLLIElement> & Omit<UniversalTextProps, "color" | "variant">, "ref"> | Omit<{
194
236
  /** Ref passed to the inner container. */
195
237
  ref?: Ref<HTMLElement>;
196
238
  /** Changes the HTML tag used to render text. Uses the most appropriate semantic tag based on the text style variant. */
197
239
  as?: TextElementTagName | undefined;
198
- } & react.ClassAttributes<HTMLLIElement> & react.LiHTMLAttributes<HTMLLIElement> & UniversalTextProps, "ref"> | Omit<{
240
+ variant?: VariantWithInherit;
241
+ color?: ColorWithInherit;
242
+ } & react.ClassAttributes<HTMLParagraphElement> & react.HTMLAttributes<HTMLParagraphElement> & Omit<UniversalTextProps, "color" | "variant">, "ref"> | Omit<{
199
243
  /** Ref passed to the inner container. */
200
244
  ref?: Ref<HTMLElement>;
201
245
  /** Changes the HTML tag used to render text. Uses the most appropriate semantic tag based on the text style variant. */
202
246
  as?: TextElementTagName | undefined;
203
- } & react.ClassAttributes<HTMLSpanElement> & react.HTMLAttributes<HTMLSpanElement> & UniversalTextProps, "ref">) & react.RefAttributes<HTMLElement>>;
204
-
205
- type VStackProps = UniversalStackProps & DivProps;
206
- /**
207
- * **🥞 A layout component that arranges its children in rows using flexbox**
208
- *
209
- * @description
210
- * VStack is a layout component that arranges its children in rows using [flexbox](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox)
211
- * and can be used to compose larger layouts. VStack is similar to [Box](./box) but provides additional features like a `gap` property to
212
- * add spacing between children.
213
- *
214
- * @example
215
- * ```tsx
216
- * import { VStack, Text } from '@yahoo/uds';
217
- *
218
- * <VStack gap="6">
219
- * <Text variant="body1" color="primary">First</Text>
220
- * <Text variant="body1" color="primary">Second</Text>
221
- * <Text variant="body1" color="primary">Third</Text>
222
- * </VStack>
223
- * ```
224
- *
225
- * @usage
226
- * - Create a column of items, optionally with gaps between.
227
- * - Create rows that are sized to their content (height only). By default each child will fill the width of the VStack.
228
- * - Create rows that fill the available space within the parent container.
229
- * - Create rows of proportionate size to each other (also known as a ratio-based layout).
230
- *
231
- * @see The {@link https://uds.build/docs/components/v-stack VStack Docs} for more info
232
- *
233
- * @related [Box](https://uds.build/docs/components/box), [HStack](https://uds.build/docs/components/h-stack)
234
- **/
235
- declare const VStack: react.ForwardRefExoticComponent<UniversalStackProps & DivProps & react.RefAttributes<HTMLDivElement>>;
247
+ variant?: VariantWithInherit;
248
+ color?: ColorWithInherit;
249
+ } & react.ClassAttributes<HTMLSpanElement> & react.HTMLAttributes<HTMLSpanElement> & Omit<UniversalTextProps, "color" | "variant">, "ref">) & react.RefAttributes<HTMLElement>>;
236
250
 
237
251
  type StringToBoolean<T> = T extends 'true' | 'false' ? boolean : T;
238
252
  type CvaStyleValue<T> = T | CvaStyleArray<T> | Record<string, unknown> | null | boolean | undefined;
@@ -270,57 +284,158 @@ interface CX<T> {
270
284
  declare const cx: CX<string>;
271
285
  declare const cva: CVA<string>;
272
286
  declare const getStylesInternal: (props?: ({
273
- color?: "brand" | "accent" | "alert" | "positive" | "warning" | "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "transparent" | "white" | "black" | "current" | undefined;
274
- placeholderColor?: "brand" | "accent" | "alert" | "positive" | "warning" | "primary" | "secondary" | "tertiary" | "muted" | "on-color" | "transparent" | "white" | "black" | "current" | undefined;
275
- fontFamily?: "serif" | "sans" | "mono" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "caption1" | "caption2" | "legal1" | "sans-alt" | "serif-alt" | undefined;
276
- fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "caption1" | "caption2" | "legal1" | undefined;
277
- fontWeight?: "black" | "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "caption1" | "caption2" | "legal1" | "thin" | "extralight" | "light" | "regular" | "medium" | "semibold" | "bold" | "extrabold" | undefined;
278
- lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "caption1" | "caption2" | "legal1" | undefined;
287
+ radioVariantValueRoot?: "checked" | "unchecked" | undefined;
288
+ radioVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
289
+ radioVariantValueRadio?: "checked" | "unchecked" | undefined;
290
+ radioVariantRadio?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
291
+ radioVariantValueRadioCircle?: "checked" | "unchecked" | undefined;
292
+ radioVariantRadioCircle?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
293
+ radioSizeRoot?: "sm" | "md" | undefined;
294
+ radioSizeRadio?: "sm" | "md" | undefined;
295
+ chipSizeRoot?: "sm" | "md" | undefined;
296
+ chipToggleVariantActiveRoot?: "on" | "off" | undefined;
297
+ chipToggleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
298
+ chipToggleVariantActiveIcon?: "on" | "off" | undefined;
299
+ chipToggleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
300
+ chipDismissibleVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
301
+ chipDismissibleVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
302
+ chipLinkVariantRoot?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
303
+ chipLinkVariantIcon?: "primary" | "secondary" | "brand" | "brand-secondary" | undefined;
304
+ switchVariantActiveRoot?: "on" | "off" | undefined;
305
+ switchVariantRoot?: "default" | undefined;
306
+ switchVariantActiveSwitch?: "on" | "off" | undefined;
307
+ switchVariantSwitch?: "default" | undefined;
308
+ switchVariantActiveHandle?: "on" | "off" | undefined;
309
+ switchVariantHandle?: "default" | undefined;
310
+ switchVariantActiveHandleIcon?: "on" | "off" | undefined;
311
+ switchVariantHandleIcon?: "default" | undefined;
312
+ switchSizeRoot?: "sm" | "md" | undefined;
313
+ switchSizeSwitch?: "sm" | "md" | undefined;
314
+ switchSizeHandle?: "sm" | "md" | undefined;
315
+ switchSizeHandleIcon?: "sm" | "md" | undefined;
316
+ linkTextStyleRoot?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | undefined;
317
+ linkTextStyleIcon?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | undefined;
318
+ linkVariantRoot?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
319
+ linkVariantIconStart?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
320
+ linkVariantIconEnd?: "primary" | "secondary" | "tertiary" | "on-color" | undefined;
321
+ avatarSizeRoot?: "sm" | "md" | "xs" | "lg" | "xl" | undefined;
322
+ avatarSizeIcon?: "sm" | "md" | "xs" | "lg" | "xl" | undefined;
323
+ avatarTextVariantRoot?: "primary" | "secondary" | undefined;
324
+ avatarImageVariantRoot?: "primary" | "secondary" | undefined;
325
+ avatarIconVariantRoot?: "primary" | "secondary" | undefined;
326
+ menuSizeRoot?: "default" | undefined;
327
+ menuSizeStartIcon?: "default" | undefined;
328
+ menuSizeEndIcon?: "default" | undefined;
329
+ menuItemVariantActiveRoot?: "on" | "off" | undefined;
330
+ menuItemVariantRoot?: "default" | undefined;
331
+ menuItemVariantActiveText?: "on" | "off" | undefined;
332
+ menuItemVariantText?: "default" | undefined;
333
+ menuItemVariantActiveIcon?: "on" | "off" | undefined;
334
+ menuItemVariantIcon?: "default" | undefined;
335
+ menuItemCheckboxVariantActiveRoot?: "on" | "off" | undefined;
336
+ menuItemCheckboxVariantRoot?: "default" | undefined;
337
+ menuItemCheckboxVariantActiveText?: "on" | "off" | undefined;
338
+ menuItemCheckboxVariantText?: "default" | undefined;
339
+ menuItemCheckboxVariantActiveStartIcon?: "on" | "off" | undefined;
340
+ menuItemCheckboxVariantStartIcon?: "default" | undefined;
341
+ menuItemCheckboxVariantActiveEndIcon?: "on" | "off" | undefined;
342
+ menuItemCheckboxVariantEndIcon?: "default" | undefined;
343
+ menuDividerVariantRoot?: "default" | undefined;
344
+ menuDividerVariantText?: "default" | undefined;
345
+ inputSizeRoot?: "md" | "lg" | undefined;
346
+ inputSizeInputWrapper?: "md" | "lg" | undefined;
347
+ inputSizeInput?: "md" | "lg" | undefined;
348
+ inputSizeStartIcon?: "md" | "lg" | undefined;
349
+ inputSizeEndIcon?: "md" | "lg" | undefined;
350
+ inputSizeLabel?: "md" | "lg" | undefined;
351
+ inputSizeHelperIcon?: "md" | "lg" | undefined;
352
+ inputSizeHelperText?: "md" | "lg" | undefined;
353
+ inputVariantValueRoot?: "filled" | "empty" | undefined;
354
+ inputVariantRoot?: "default" | undefined;
355
+ inputVariantValueInputWrapper?: "filled" | "empty" | undefined;
356
+ inputVariantInputWrapper?: "default" | undefined;
357
+ inputVariantValueInput?: "filled" | "empty" | undefined;
358
+ inputVariantInput?: "default" | undefined;
359
+ inputVariantValueInputPlaceholder?: "filled" | "empty" | undefined;
360
+ inputVariantInputPlaceholder?: "default" | undefined;
361
+ inputVariantValueStartIcon?: "filled" | "empty" | undefined;
362
+ inputVariantStartIcon?: "default" | undefined;
363
+ inputVariantValueEndIcon?: "filled" | "empty" | undefined;
364
+ inputVariantEndIcon?: "default" | undefined;
365
+ inputVariantValueLabel?: "filled" | "empty" | undefined;
366
+ inputVariantLabel?: "default" | undefined;
367
+ inputVariantValueLabelRequired?: "filled" | "empty" | undefined;
368
+ inputVariantLabelRequired?: "default" | undefined;
369
+ inputVariantValueHelperIcon?: "filled" | "empty" | undefined;
370
+ inputVariantHelperIcon?: "default" | undefined;
371
+ inputVariantValueHelperText?: "filled" | "empty" | undefined;
372
+ inputVariantHelperText?: "default" | undefined;
373
+ dividerVariantRoot?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
374
+ dividerVariantLine?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
375
+ dividerVariantLabel?: "primary" | "secondary" | "tertiary" | "muted" | undefined;
376
+ badgeSizeRoot?: "sm" | "md" | "xs" | "lg" | undefined;
377
+ badgeSizeIcon?: "sm" | "md" | "xs" | "lg" | undefined;
378
+ badgeVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | undefined;
379
+ badgeVariantIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | undefined;
380
+ checkboxSizeRoot?: "sm" | "md" | undefined;
381
+ checkboxSizeCheckbox?: "sm" | "md" | undefined;
382
+ checkboxVariantValueRoot?: "checked" | "unchecked" | "indeterminate" | undefined;
383
+ checkboxVariantRoot?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
384
+ checkboxVariantValueCheckbox?: "checked" | "unchecked" | "indeterminate" | undefined;
385
+ checkboxVariantCheckbox?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
386
+ checkboxVariantValueCheckboxIcon?: "checked" | "unchecked" | "indeterminate" | undefined;
387
+ checkboxVariantCheckboxIcon?: "primary" | "secondary" | "alert" | "alert-secondary" | undefined;
388
+ color?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "tertiary" | "on-color" | "muted" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "accent" | "transparent" | "white" | "black" | "current" | undefined;
389
+ placeholderColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "tertiary" | "on-color" | "muted" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "accent" | "transparent" | "white" | "black" | "current" | undefined;
390
+ fontFamily?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "serif" | "sans" | "mono" | "sans-alt" | "serif-alt" | undefined;
391
+ fontSize?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | undefined;
392
+ fontWeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "thin" | "black" | "extralight" | "light" | "regular" | "medium" | "semibold" | "bold" | "extrabold" | undefined;
393
+ lineHeight?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | undefined;
279
394
  textAlign?: "center" | "end" | "start" | "justify" | undefined;
280
- textTransform?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "caption1" | "caption2" | "legal1" | "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
281
- spacing?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
282
- spacingHorizontal?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
283
- spacingVertical?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
284
- spacingBottom?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
285
- spacingEnd?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
286
- spacingStart?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
287
- spacingTop?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
288
- offset?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
289
- offsetVertical?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
290
- offsetHorizontal?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
291
- offsetBottom?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
292
- offsetEnd?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
293
- offsetStart?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
294
- offsetTop?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
295
- columnGap?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
296
- rowGap?: "9" | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "10" | "11" | "12" | "14" | "px" | "0.5" | "1.5" | "2.5" | "3.5" | "16" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
297
- backgroundColor?: "brand" | "accent" | "alert" | "positive" | "warning" | "primary" | "secondary" | "transparent" | "white" | "black" | "current" | undefined;
298
- borderColor?: "brand" | "accent" | "alert" | "positive" | "warning" | "primary" | "secondary" | "tertiary" | "muted" | "transparent" | "white" | "black" | "current" | undefined;
299
- borderStartColor?: "brand" | "accent" | "alert" | "positive" | "warning" | "primary" | "secondary" | "tertiary" | "muted" | "transparent" | "white" | "black" | "current" | undefined;
300
- borderEndColor?: "brand" | "accent" | "alert" | "positive" | "warning" | "primary" | "secondary" | "tertiary" | "muted" | "transparent" | "white" | "black" | "current" | undefined;
301
- borderBottomColor?: "brand" | "accent" | "alert" | "positive" | "warning" | "primary" | "secondary" | "tertiary" | "muted" | "transparent" | "white" | "black" | "current" | undefined;
302
- borderTopColor?: "brand" | "accent" | "alert" | "positive" | "warning" | "primary" | "secondary" | "tertiary" | "muted" | "transparent" | "white" | "black" | "current" | undefined;
303
- borderRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
304
- borderTopStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
305
- borderTopEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
306
- borderBottomStartRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
307
- borderBottomEndRadius?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "full" | undefined;
308
- borderWidth?: "thin" | "medium" | "none" | "thick" | undefined;
309
- borderVerticalWidth?: "thin" | "medium" | "none" | "thick" | undefined;
310
- borderHorizontalWidth?: "thin" | "medium" | "none" | "thick" | undefined;
311
- borderStartWidth?: "thin" | "medium" | "none" | "thick" | undefined;
312
- borderEndWidth?: "thin" | "medium" | "none" | "thick" | undefined;
313
- borderTopWidth?: "thin" | "medium" | "none" | "thick" | undefined;
314
- borderBottomWidth?: "thin" | "medium" | "none" | "thick" | undefined;
315
- avatarSize?: "sm" | "md" | "lg" | undefined;
395
+ textTransform?: "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "title4" | "headline1" | "body1" | "label1" | "label2" | "label3" | "label4" | "caption1" | "caption2" | "legal1" | "none" | "uppercase" | "lowercase" | "capitalize" | undefined;
396
+ spacing?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
397
+ spacingHorizontal?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
398
+ spacingVertical?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
399
+ spacingBottom?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
400
+ spacingEnd?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
401
+ spacingStart?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
402
+ spacingTop?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
403
+ offset?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
404
+ offsetVertical?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
405
+ offsetHorizontal?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
406
+ offsetBottom?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
407
+ offsetEnd?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
408
+ offsetStart?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
409
+ offsetTop?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
410
+ columnGap?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
411
+ rowGap?: "2" | "4" | "2.5" | "5" | "3" | "1" | "1.5" | "0" | "8" | "0.5" | "7" | "12" | "6" | "10" | "16" | "3.5" | "9" | "11" | "14" | "px" | "20" | "24" | "28" | "32" | "36" | "40" | "44" | "48" | "52" | "56" | "60" | "64" | "72" | "80" | "96" | undefined;
412
+ backgroundColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "accent" | "transparent" | "white" | "black" | "current" | undefined;
413
+ borderColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "tertiary" | "muted" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "accent" | "transparent" | "white" | "black" | "current" | undefined;
414
+ borderStartColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "tertiary" | "muted" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "accent" | "transparent" | "white" | "black" | "current" | undefined;
415
+ borderEndColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "tertiary" | "muted" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "accent" | "transparent" | "white" | "black" | "current" | undefined;
416
+ borderBottomColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "tertiary" | "muted" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "accent" | "transparent" | "white" | "black" | "current" | undefined;
417
+ borderTopColor?: "primary" | "secondary" | "alert" | "alert-secondary" | "brand" | "brand-secondary" | "tertiary" | "muted" | "warning" | "warning-secondary" | "positive" | "positive-secondary" | "info" | "info-secondary" | "accent" | "transparent" | "white" | "black" | "current" | undefined;
418
+ borderRadius?: "sm" | "md" | "xs" | "lg" | "xl" | "full" | "none" | undefined;
419
+ borderTopStartRadius?: "sm" | "md" | "xs" | "lg" | "xl" | "full" | "none" | undefined;
420
+ borderTopEndRadius?: "sm" | "md" | "xs" | "lg" | "xl" | "full" | "none" | undefined;
421
+ borderBottomStartRadius?: "sm" | "md" | "xs" | "lg" | "xl" | "full" | "none" | undefined;
422
+ borderBottomEndRadius?: "sm" | "md" | "xs" | "lg" | "xl" | "full" | "none" | undefined;
423
+ borderWidth?: "thin" | "none" | "medium" | "thick" | undefined;
424
+ borderVerticalWidth?: "thin" | "none" | "medium" | "thick" | undefined;
425
+ borderHorizontalWidth?: "thin" | "none" | "medium" | "thick" | undefined;
426
+ borderStartWidth?: "thin" | "none" | "medium" | "thick" | undefined;
427
+ borderEndWidth?: "thin" | "none" | "medium" | "thick" | undefined;
428
+ borderTopWidth?: "thin" | "none" | "medium" | "thick" | undefined;
429
+ borderBottomWidth?: "thin" | "none" | "medium" | "thick" | undefined;
430
+ avatarSize?: "sm" | "md" | "xs" | "lg" | "xl" | undefined;
316
431
  iconSize?: "sm" | "md" | "lg" | undefined;
317
432
  alignContent?: "center" | "flex-end" | "flex-start" | "stretch" | "space-between" | "space-around" | undefined;
318
433
  alignItems?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch" | undefined;
319
434
  alignSelf?: "center" | "flex-end" | "flex-start" | "baseline" | "stretch" | "auto" | undefined;
320
435
  flex?: "1" | "none" | "initial" | "auto" | undefined;
321
436
  flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
322
- flexGrow?: "0" | "1" | "2" | "3" | undefined;
323
- flexShrink?: "0" | "1" | undefined;
437
+ flexGrow?: "2" | "3" | "1" | "0" | undefined;
438
+ flexShrink?: "1" | "0" | undefined;
324
439
  flexWrap?: "nowrap" | "wrap" | "wrap-reverse" | undefined;
325
440
  justifyContent?: "center" | "flex-end" | "flex-start" | "space-between" | "space-around" | "space-evenly" | undefined;
326
441
  flexBasis?: "min-content" | undefined;
@@ -332,12 +447,14 @@ declare const getStylesInternal: (props?: ({
332
447
  contentFit?: "none" | "fill" | "cover" | "contain" | "scale-down" | undefined;
333
448
  colorMode?: "light" | "dark" | undefined;
334
449
  scaleMode?: "medium" | "xSmall" | "small" | "large" | "xLarge" | "xxLarge" | "xxxLarge" | undefined;
335
- buttonPalette?: "brand" | "accent" | "alert" | "positive" | "warning" | undefined;
450
+ buttonPalette?: "alert" | "brand" | "warning" | "positive" | "info" | "accent" | undefined;
336
451
  buttonVariant?: "primary" | "secondary" | "tertiary" | undefined;
337
452
  buttonSize?: "sm" | "md" | "lg" | undefined;
338
- iconButtonSize?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
453
+ iconButtonSize?: "sm" | "md" | "xs" | "lg" | "xl" | undefined;
339
454
  width?: "full" | "fit" | "screen" | undefined;
340
455
  height?: "full" | "fit" | "screen" | undefined;
456
+ dropShadow?: "sm" | "md" | "xs" | "lg" | "xl" | "2xl" | "none" | undefined;
457
+ insetShadow?: "sm" | "md" | "xs" | "lg" | "xl" | "2xl" | "2xl-invert" | "md-invert" | "xl-invert" | "none" | "sm-invert" | "xs-invert" | "lg-invert" | undefined;
341
458
  } & {
342
459
  className?: string | undefined;
343
460
  }) | undefined) => string;
@@ -346,4 +463,4 @@ declare const getStyles: (props: GetStylesInternalProps) => string;
346
463
 
347
464
  type SetState<T> = Dispatch<SetStateAction<T>>;
348
465
 
349
- export { Box, type BoxProps, HStack, type HStackProps, Icon, type IconProps, Image, type ImageProps, type SetState, Text, type TextProps, UniversalBoxProps, UniversalIconProps, UniversalImageProps, UniversalStackProps, UniversalTextProps, VStack, type VStackProps, cva, cx, getStyles };
466
+ export { FormLabel, type FormLabelProps, HStack, type HStackProps, Icon, IconPropsWithSVGProps as IconProps, IconPropsWithSVGProps, Image, ImagePropsWithImgProps as ImageProps, ImagePropsWithImgProps, InputHelpTextMemo as InputHelpText, type InputHelpTextProps, Link, type LinkProps, type SetState, SpacingStyleProps, Text, type TextProps, UniversalFormLabelProps, UniversalIconSlot, UniversalLinkProps, UniversalStackProps, UniversalTextProps, cva, cx, getStyles };