@yahoo/uds 3.46.0 → 3.46.2
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.
- package/dist/{Box-DCfVWPEa.d.cts → Box-BFRDyWaq.d.cts} +1 -1
- package/dist/{Box-DIxPS_Eb.d.cts → Box-CVbnF3KY.d.cts} +1 -1
- package/dist/{Box-BBZ3X-K8.d.ts → Box-KZ1-_3Y1.d.ts} +1 -1
- package/dist/{Box-BiOhwq4x.d.ts → Box-MHJ0-0M3.d.ts} +1 -1
- package/dist/{Pressable-DEJTaCX7.d.ts → Pressable-BCKijzW4.d.ts} +1 -1
- package/dist/{Pressable-01KD6JSM.d.cts → Pressable-DM2L9PzA.d.cts} +1 -1
- package/dist/{Pressable-DcVYn2Mr.d.ts → Pressable-DVLHV--n.d.ts} +1 -1
- package/dist/{Pressable-DDeoEy6N.d.cts → Pressable-GdByxoJg.d.cts} +1 -1
- package/dist/{Text-D8r6CSeV.d.ts → Text-774Va3iq.d.ts} +3 -52
- package/dist/{Text-YXARg6JI.d.ts → Text-Bq5NiVYm.d.cts} +3 -52
- package/dist/{Text-B3RX9wWS.d.cts → Text-C58YvnSu.d.cts} +3 -52
- package/dist/{Text-DHrq15W_.d.cts → Text-IGbWWF7a.d.ts} +3 -52
- package/dist/{VStack-COPzfesz.d.ts → VStack-4KrkGBKP.d.ts} +2 -2
- package/dist/{VStack-C0KNZJ7o.d.cts → VStack-AyF9g6Xi.d.cts} +2 -2
- package/dist/{VStack-M-9LUirX.d.ts → VStack-CppUZHJL.d.ts} +2 -2
- package/dist/{VStack-CB6Togey.d.cts → VStack-UmkAYRN1.d.cts} +2 -2
- package/dist/chunk-53CIH36M.js +1 -0
- package/dist/chunk-H2XDX4D2.cjs +1 -0
- package/dist/chunk-HPXOQ4QK.js +1 -0
- package/dist/chunk-W7AQRGI5.cjs +1 -0
- package/dist/client/Menu.cjs +1 -2
- package/dist/client/Menu.d.cts +4 -4
- package/dist/client/Menu.d.ts +4 -4
- package/dist/client/Menu.js +2 -2
- package/dist/client/index.cjs +1 -1
- package/dist/client/index.d.cts +111 -19
- package/dist/client/index.d.ts +111 -19
- package/dist/client/index.js +1 -1
- package/dist/defaultTokensConfig.d.cts +2 -2
- package/dist/defaultTokensConfig.d.ts +2 -2
- package/dist/experimental/client/SwitchV2.cjs +0 -1
- package/dist/experimental/client/SwitchV2.d.cts +1 -1
- package/dist/experimental/client/SwitchV2.d.ts +1 -1
- package/dist/{index-CEO-Oqm3.d.cts → index-BnkxCwiE.d.cts} +1 -1
- package/dist/{index-DMyjlCBk.d.ts → index-BtKE9zn1.d.ts} +1 -1
- package/dist/{index-Dcbgq7R0.d.ts → index-DPrPpHqT.d.ts} +1 -1
- package/dist/{index-BkNyc_q0.d.cts → index-cZ0qEwcJ.d.cts} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +9 -28
- package/dist/index.d.ts +9 -28
- package/dist/index.js +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/tailwind/plugin.d.cts +1 -1
- package/dist/tailwind/plugin.d.ts +1 -1
- package/dist/tailwind/purger.cjs +1 -1
- package/dist/tailwind/purger.js +1 -1
- package/dist/tailwind/utils.d.cts +1 -1
- package/dist/tailwind/utils.d.ts +1 -1
- package/dist/tokens/automation/configs.d.cts +2 -2
- package/dist/tokens/automation/configs.d.ts +2 -2
- package/dist/tokens/automation/properties.d.cts +2 -2
- package/dist/tokens/automation/properties.d.ts +2 -2
- package/dist/tokens/index.d.cts +4 -4
- package/dist/tokens/index.d.ts +4 -4
- package/dist/tokens/parseTokens.d.cts +1 -1
- package/dist/tokens/parseTokens.d.ts +1 -1
- package/dist/{types-1nwPbFUc.d.cts → types-D6kYghpa.d.cts} +1 -1
- package/dist/{types-1nwPbFUc.d.ts → types-D6kYghpa.d.ts} +1 -1
- package/dist/{types-C5YKqOg3.d.cts → types-Da_DnBJy.d.cts} +1 -1
- package/dist/{types-C5YKqOg3.d.ts → types-Da_DnBJy.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/chunk-2VXJ6ZXC.js +0 -1
- package/dist/chunk-6KI6LPDE.cjs +0 -1
- package/dist/chunk-I4FBYECY.cjs +0 -1
- package/dist/chunk-YFLJTZBO.js +0 -1
package/dist/tokens/index.d.ts
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
export { AvatarConfig, BadgeConfig, CheckboxConfig, ChipConfig, DividerConfig, InputConfig, LinkConfig, MenuConfig, RadioConfig, SwitchConfig } from './automation/configs.js';
|
2
|
-
import { g as ComponentConfig, V as VariantConfig, b as ComponentStateConfig, S as SelectedConfigurableProperty, a as PossibleStatesWithRest, d as SubComponentConfig } from '../index-
|
3
|
-
export { A as AllPossibleProperties, j as AllVariantKeys, i as AutoComponentName, h as AutoComponents, C as ConfigurablePropertiesName, E as ExtendablePropertiesName, L as LayerConfig, P as PossibleStates, k as SchemaStateValue, 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-
|
4
|
-
import { db as UniversalTokensConfigAuto,
|
5
|
-
export {
|
2
|
+
import { g as ComponentConfig, V as VariantConfig, b as ComponentStateConfig, S as SelectedConfigurableProperty, a as PossibleStatesWithRest, d as SubComponentConfig } from '../index-DPrPpHqT.js';
|
3
|
+
export { A as AllPossibleProperties, j as AllVariantKeys, i as AutoComponentName, h as AutoComponents, C as ConfigurablePropertiesName, E as ExtendablePropertiesName, L as LayerConfig, P as PossibleStates, k as SchemaStateValue, 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-DPrPpHqT.js';
|
4
|
+
import { db as UniversalTokensConfigAuto, g as UniversalTokensConfig, aN as ButtonKind, aR as ButtonPalette, aI as ButtonBaseConfig, B as ButtonConfig, d as ShadowConfig, bA as FontWeightDescriptive, bB as FontWeightNumeric, b8 as ColorModeForApp, cf as ScaleModeForApp, h as ColorMode, l as ScaleMode, bG as HighContrastMode, cb as RegionMode, b0 as ButtonVariant, b2 as ButtonVariantFlat } from '../types-Da_DnBJy.js';
|
5
|
+
export { D as AVATAR_SIZE_PREFIX, al as AlwaysPalette, am as AlwaysPaletteAlias, an as AlwaysPaletteColor, ao as Animation, ap as AriaAttribute, aq as AvatarAbbreviationStrategy, ar as AvatarShape, as as AvatarSize, at as AvatarSizeConfig, au as AvatarVariant, E as BORDER_RADIUS_PREFIX, J as BORDER_WIDTH_PREFIX, ac as BUTTON_CSS_VAR_MAP, av as BackgroundColor, aw as BackgroundPalette, ax as BackgroundPaletteAlias, ay as BackgroundStyleProps, az as BadgeSize, aA as BadgeVariant, aB as BorderRadius, aC as BorderRadiusConfig, aD as BorderStyleProps, aE as BorderWidth, aF as BorderWidthConfig, aG as Breakpoint, aH as BreakpointWithBase, e as BreakpointsConfig, p as ButtonClassMap, aJ as ButtonClassName, aK as ButtonColorConfig, aL as ButtonColorEffect, aM as ButtonColorEffectConfig, r as ButtonColorProperty, s as ButtonColorPropertyConfig, aO as ButtonMotionEffect, aP as ButtonMotionProperty, aQ as ButtonMotionPropertyConfig, aS as ButtonPaletteColor, aT as ButtonPaletteConfig, aU as ButtonShadowPropertyConfig, aV as ButtonSize, aW as ButtonSizeConfig, aX as ButtonSizeProperty, aY as ButtonSpectrumColor, aZ as ButtonState, a_ as ButtonStateConfig, a$ as ButtonStateEffectConfig, b1 as ButtonVariantConfig, b3 as CheckboxSize, b4 as CheckboxValue, b5 as CheckboxVariant, b6 as ChipSize, b7 as ChipVariant, C as ColorModeConfig, i as ColorsConfig, b9 as ConfigurableDropShadowValues, ba as ConfigurableInsetShadowValues, bb as CustomSizingStyleProps, Z as DARK_COLOR_MODE_CLASSNAME, a8 as DEFAULT_COLOR_MODE_CLASSNAME, a9 as DEFAULT_SCALE_MODE_CLASSNAME, bc as DataAttribute, bd as Display, be as DividerVariant, af as FONT_DECLARATIONS_MAP, K as FONT_FAMILY_PREFIX, L as FONT_SIZE_PREFIX, O as FONT_SLANT_PREFIX, N as FONT_WEIGHT_PREFIX, Q as FONT_WIDTH_PREFIX, bf as Flex, bg as FlexAlignContent, bh as FlexAlignItems, bi as FlexAlignSelf, bj as FlexBasis, bk as FlexDirection, bl as FlexGrow, bm as FlexJustifyContent, bn as FlexShrink, bo as FlexStyleProps, bp as FlexWrap, bq as FontAlias, ag as FontAxisConfig, F as FontConfig, br as FontCssVar, ai as FontDeclarationConfig, ah as FontDeclarationItemConfig, aj as FontDeclarationMap, bs as FontFamilyCDNUrl, bt as FontFamilyConfig, bu as FontID, bv as FontSize, bw as FontSizeConfig, bx as FontSlantConfig, by as FontType, bz as FontWeightConfig, ak as FontWeightForFont, bC as FontWidthConfig, bD as ForegroundColor, bE as ForegroundPalette, bF as ForegroundPaletteAlias, G as GlobalDefaultsConfig, H as Hue, j as HueStep, ad as ICON_BUTTON_CSS_VAR_MAP, R as ICON_SIZE_PREFIX, a0 as INVERT_COLOR_MODE_CLASSNAME, q as IconButtonClassMap, bH as IconButtonClassName, I as IconButtonConfig, bI as IconButtonDefaultsConfig, bJ as IconButtonSize, w as IconPropsWithSVGProps, bK as IconSizeConfig, bL as IconSlotRenderProps, x as ImagePropsWithImgProps, bM as ImageStyleProps, bN as InputSize, a4 as LARGE_SCALE_MODE_CLASSNAME, _ as LIGHT_COLOR_MODE_CLASSNAME, V as LINE_HEIGHT_PREFIX, bO as LayoutStyleProps, bP as LetterSpacing, bQ as LineClampAlias, bR as LineColor, bS as LineHeight, bT as LineHeightConfig, bU as LinePalette, bV as LinePaletteAlias, a3 as MEDIUM_SCALE_MODE_CLASSNAME, W as MOTION_PREFIX, bW as Modes, M as MotionConfig, bX as MotionCssVar, bY as MotionSpringConfig, bZ as MotionSpringConfigOptions, b_ as MotionVariant, b$ as MotionVariantSpeed, c0 as MotionVariantValues, c1 as Overflow, ae as PSEUDO_STYLE_SELECTOR_MAP, c2 as Palette, k as PaletteConfig, P as PaletteType, c3 as PaletteValue, c4 as Pixels, c5 as PlatformMode, c6 as Position, c7 as PropertyToPaletteAliasMap, c8 as RadioSize, c9 as RadioValue, ca as RadioVariant, cc as Rems, a2 as SMALL_SCALE_MODE_CLASSNAME, X as SPECTRUM_COLOR_PREFIX, $ as SYSTEM_COLOR_MODE_CLASSNAME, cd as ScaleConfig, ce as ScaleEffectMap, S as ScaleModeConfig, cg as ShadowColor, ch as ShadowColorConfig, ci as ShadowOffset, cj as ShadowOpacity, ck as ShadowPalette, cl as ShadowPaletteAlias, m as ShadowPreset, cm as ShadowSpreadRadius, cn as ShadowStyleProps, co as ShadowType, cp as ShadowTypeConfig, cq as ShadowVariant, cr as ShadowVariantConfig, cs as ShadowVariantInvert, ct as ShadowVariantWithInvert, cu as SharedPaletteAlias, t as SpacingAlias, cv as SpacingConfig, cw as SpacingStyleProps, cx as SpectrumColor, cy as SpectrumConfig, cz as StateStyleProps, cA as StyleProps, cB as SwitchSize, ab as TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES, aa as TEXT_RESPONSIVE_CLASSNAME, Y as TEXT_TRANSFORM_PREFIX, cL as TShirtSize, cM as TShirtSizeCommon, cC as TextDecorationLine, cD as TextProperty, cE as TextStyleProps, cF as TextTransform, cG as TextTransformConfig, cH as TextVariant, cI as TransitionDelay, cJ as TransitionDuration, cK as TransitionTiming, T as TypographyConfig, cN as TypographyResponsiveProperty, cO as TypographyStyle, cP as TypographyStyleProperty, cQ as TypographyUnitValue, A as UDS_PREFIX, cR as UdsCssVar, cS as Unitless, cT as UniversalAvatarIconProps, cU as UniversalAvatarImageProps, cV as UniversalAvatarProps, cW as UniversalAvatarTextProps, cX as UniversalBadgeProps, b as UniversalBoxProps, cY as UniversalButtonProps, cZ as UniversalCheckboxProps, c_ as UniversalChipBaseProps, c$ as UniversalChipButtonProps, d0 as UniversalChipDismissibleProps, d1 as UniversalChipLinkProps, d2 as UniversalChipProps, d3 as UniversalChipToggleProps, o as UniversalDividerProps, v as UniversalFormLabelProps, d4 as UniversalIconButtonProps, d5 as UniversalIconProps, d6 as UniversalIconSlot, d7 as UniversalImageProps, d8 as UniversalInputProps, y as UniversalLinkProps, u as UniversalMenuItemProps, a as UniversalPressableProps, d9 as UniversalRadioGroupProps, da as UniversalRadioProps, n as UniversalStackProps, c as UniversalSwitchProps, U as UniversalTextProps, a5 as XLARGE_SCALE_MODE_CLASSNAME, a1 as XSMALL_SCALE_MODE_CLASSNAME, a6 as XXLARGE_SCALE_MODE_CLASSNAME, a7 as XXXLARGE_SCALE_MODE_CLASSNAME, z as alwaysPalette } from '../types-Da_DnBJy.js';
|
6
6
|
export { IconSize, IconVariant } from '@yahoo/uds-icons/types';
|
7
7
|
import '@yahoo/uds/fixtures';
|
8
8
|
import 'motion/react';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { g as UniversalTokensConfig, h as ColorMode, i as ColorsConfig, H as Hue, j as HueStep, P as PaletteType, k as PaletteConfig, l as ScaleMode } from '../types-Da_DnBJy.cjs';
|
2
2
|
import '@yahoo/uds-icons/types';
|
3
3
|
import 'motion/react';
|
4
4
|
import 'react';
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { g as UniversalTokensConfig, h as ColorMode, i as ColorsConfig, H as Hue, j as HueStep, P as PaletteType, k as PaletteConfig, l as ScaleMode } from '../types-Da_DnBJy.js';
|
2
2
|
import '@yahoo/uds-icons/types';
|
3
3
|
import 'motion/react';
|
4
4
|
import 'react';
|
@@ -10586,4 +10586,4 @@ interface UniversalMenuItemProps extends Omit<UniversalPressableProps, 'asChild'
|
|
10586
10586
|
};
|
10587
10587
|
}
|
10588
10588
|
|
10589
|
-
export {
|
10589
|
+
export { SYSTEM_COLOR_MODE_CLASSNAME as $, UDS_PREFIX as A, type ButtonConfig as B, type ColorModeConfig as C, AVATAR_SIZE_PREFIX as D, BORDER_RADIUS_PREFIX as E, type FontConfig as F, type GlobalDefaultsConfig as G, type Hue as H, type IconButtonConfig as I, BORDER_WIDTH_PREFIX as J, FONT_FAMILY_PREFIX as K, FONT_SIZE_PREFIX as L, type MotionConfig as M, FONT_WEIGHT_PREFIX as N, FONT_SLANT_PREFIX as O, type PaletteType as P, FONT_WIDTH_PREFIX as Q, ICON_SIZE_PREFIX as R, type ScaleModeConfig as S, type TypographyConfig as T, type UniversalTextProps as U, LINE_HEIGHT_PREFIX as V, MOTION_PREFIX as W, SPECTRUM_COLOR_PREFIX as X, TEXT_TRANSFORM_PREFIX as Y, DARK_COLOR_MODE_CLASSNAME as Z, LIGHT_COLOR_MODE_CLASSNAME as _, type UniversalPressableProps as a, type ButtonStateEffectConfig as a$, INVERT_COLOR_MODE_CLASSNAME as a0, XSMALL_SCALE_MODE_CLASSNAME as a1, SMALL_SCALE_MODE_CLASSNAME as a2, MEDIUM_SCALE_MODE_CLASSNAME as a3, LARGE_SCALE_MODE_CLASSNAME as a4, XLARGE_SCALE_MODE_CLASSNAME as a5, XXLARGE_SCALE_MODE_CLASSNAME as a6, XXXLARGE_SCALE_MODE_CLASSNAME as a7, DEFAULT_COLOR_MODE_CLASSNAME as a8, DEFAULT_SCALE_MODE_CLASSNAME as a9, type BadgeVariant as aA, type BorderRadius as aB, type BorderRadiusConfig as aC, type BorderStyleProps as aD, type BorderWidth as aE, type BorderWidthConfig as aF, type Breakpoint as aG, type BreakpointWithBase as aH, type ButtonBaseConfig as aI, type ButtonClassName as aJ, type ButtonColorConfig as aK, type ButtonColorEffect as aL, type ButtonColorEffectConfig as aM, type ButtonKind as aN, type ButtonMotionEffect as aO, type ButtonMotionProperty as aP, type ButtonMotionPropertyConfig as aQ, type ButtonPalette as aR, type ButtonPaletteColor as aS, type ButtonPaletteConfig as aT, type ButtonShadowPropertyConfig as aU, type ButtonSize as aV, type ButtonSizeConfig as aW, type ButtonSizeProperty as aX, type ButtonSpectrumColor as aY, type ButtonState as aZ, type ButtonStateConfig as a_, TEXT_RESPONSIVE_CLASSNAME as aa, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES as ab, BUTTON_CSS_VAR_MAP as ac, ICON_BUTTON_CSS_VAR_MAP as ad, PSEUDO_STYLE_SELECTOR_MAP as ae, FONT_DECLARATIONS_MAP as af, type FontAxisConfig as ag, type FontDeclarationItemConfig as ah, type FontDeclarationConfig as ai, type FontDeclarationMap as aj, type FontWeightForFont as ak, type AlwaysPalette as al, type AlwaysPaletteAlias as am, type AlwaysPaletteColor as an, type Animation as ao, type AriaAttribute as ap, type AvatarAbbreviationStrategy as aq, type AvatarShape as ar, type AvatarSize as as, type AvatarSizeConfig as at, type AvatarVariant as au, type BackgroundColor as av, type BackgroundPalette as aw, type BackgroundPaletteAlias as ax, type BackgroundStyleProps as ay, type BadgeSize as az, type UniversalBoxProps as b, type MotionVariantSpeed as b$, type ButtonVariant as b0, type ButtonVariantConfig as b1, type ButtonVariantFlat as b2, type CheckboxSize as b3, type CheckboxValue as b4, type CheckboxVariant as b5, type ChipSize as b6, type ChipVariant as b7, type ColorModeForApp as b8, type ConfigurableDropShadowValues as b9, type FontWeightDescriptive as bA, type FontWeightNumeric as bB, type FontWidthConfig as bC, type ForegroundColor as bD, type ForegroundPalette as bE, type ForegroundPaletteAlias as bF, type HighContrastMode as bG, type IconButtonClassName as bH, type IconButtonDefaultsConfig as bI, type IconButtonSize as bJ, type IconSizeConfig as bK, type IconSlotRenderProps as bL, type ImageStyleProps as bM, type InputSize as bN, type LayoutStyleProps as bO, type LetterSpacing as bP, type LineClampAlias as bQ, type LineColor as bR, type LineHeight as bS, type LineHeightConfig as bT, type LinePalette as bU, type LinePaletteAlias as bV, type Modes as bW, type MotionCssVar as bX, type MotionSpringConfig as bY, type MotionSpringConfigOptions as bZ, type MotionVariant as b_, type ConfigurableInsetShadowValues as ba, type CustomSizingStyleProps as bb, type DataAttribute as bc, type Display as bd, type DividerVariant as be, type Flex as bf, type FlexAlignContent as bg, type FlexAlignItems as bh, type FlexAlignSelf as bi, type FlexBasis as bj, type FlexDirection as bk, type FlexGrow as bl, type FlexJustifyContent as bm, type FlexShrink as bn, type FlexStyleProps as bo, type FlexWrap as bp, type FontAlias as bq, type FontCssVar as br, type FontFamilyCDNUrl as bs, type FontFamilyConfig as bt, type FontID as bu, type FontSize as bv, type FontSizeConfig as bw, type FontSlantConfig as bx, type FontType as by, type FontWeightConfig as bz, type UniversalSwitchProps as c, type UniversalChipButtonProps as c$, type MotionVariantValues as c0, type Overflow as c1, type Palette as c2, type PaletteValue as c3, type Pixels as c4, type PlatformMode as c5, type Position as c6, type PropertyToPaletteAliasMap as c7, type RadioSize as c8, type RadioValue as c9, type StyleProps as cA, type SwitchSize as cB, type TextDecorationLine as cC, type TextProperty as cD, type TextStyleProps as cE, type TextTransform as cF, type TextTransformConfig as cG, type TextVariant as cH, type TransitionDelay as cI, type TransitionDuration as cJ, type TransitionTiming as cK, type TShirtSize as cL, type TShirtSizeCommon as cM, type TypographyResponsiveProperty as cN, type TypographyStyle as cO, type TypographyStyleProperty as cP, type TypographyUnitValue as cQ, type UdsCssVar as cR, type Unitless as cS, type UniversalAvatarIconProps as cT, type UniversalAvatarImageProps as cU, type UniversalAvatarProps as cV, type UniversalAvatarTextProps as cW, type UniversalBadgeProps as cX, type UniversalButtonProps as cY, type UniversalCheckboxProps as cZ, type UniversalChipBaseProps as c_, type RadioVariant as ca, type RegionMode as cb, type Rems as cc, type ScaleConfig as cd, type ScaleEffectMap as ce, type ScaleModeForApp as cf, type ShadowColor as cg, type ShadowColorConfig as ch, type ShadowOffset as ci, type ShadowOpacity as cj, type ShadowPalette as ck, type ShadowPaletteAlias as cl, type ShadowSpreadRadius as cm, type ShadowStyleProps as cn, type ShadowType as co, type ShadowTypeConfig as cp, type ShadowVariant as cq, type ShadowVariantConfig as cr, type ShadowVariantInvert as cs, type ShadowVariantWithInvert as ct, type SharedPaletteAlias as cu, type SpacingConfig as cv, type SpacingStyleProps as cw, type SpectrumColor as cx, type SpectrumConfig as cy, type StateStyleProps as cz, type ShadowConfig as d, type UniversalChipDismissibleProps as d0, type UniversalChipLinkProps as d1, type UniversalChipProps as d2, type UniversalChipToggleProps as d3, type UniversalIconButtonProps as d4, type UniversalIconProps as d5, type UniversalIconSlot as d6, type UniversalImageProps as d7, type UniversalInputProps as d8, type UniversalRadioGroupProps as d9, type UniversalRadioProps as da, type UniversalTokensConfigAuto as db, type BreakpointsConfig as e, defaultUniversalTokensConfigAuto as f, type UniversalTokensConfig as g, type ColorMode as h, type ColorsConfig as i, type HueStep as j, type PaletteConfig as k, type ScaleMode as l, type ShadowPreset as m, type UniversalStackProps as n, type UniversalDividerProps as o, type ButtonClassMap as p, type IconButtonClassMap as q, type ButtonColorProperty as r, type ButtonColorPropertyConfig as s, type SpacingAlias as t, type UniversalMenuItemProps as u, type UniversalFormLabelProps as v, type IconPropsWithSVGProps as w, type ImagePropsWithImgProps as x, type UniversalLinkProps as y, alwaysPalette as z };
|
@@ -10586,4 +10586,4 @@ interface UniversalMenuItemProps extends Omit<UniversalPressableProps, 'asChild'
|
|
10586
10586
|
};
|
10587
10587
|
}
|
10588
10588
|
|
10589
|
-
export {
|
10589
|
+
export { SYSTEM_COLOR_MODE_CLASSNAME as $, UDS_PREFIX as A, type ButtonConfig as B, type ColorModeConfig as C, AVATAR_SIZE_PREFIX as D, BORDER_RADIUS_PREFIX as E, type FontConfig as F, type GlobalDefaultsConfig as G, type Hue as H, type IconButtonConfig as I, BORDER_WIDTH_PREFIX as J, FONT_FAMILY_PREFIX as K, FONT_SIZE_PREFIX as L, type MotionConfig as M, FONT_WEIGHT_PREFIX as N, FONT_SLANT_PREFIX as O, type PaletteType as P, FONT_WIDTH_PREFIX as Q, ICON_SIZE_PREFIX as R, type ScaleModeConfig as S, type TypographyConfig as T, type UniversalTextProps as U, LINE_HEIGHT_PREFIX as V, MOTION_PREFIX as W, SPECTRUM_COLOR_PREFIX as X, TEXT_TRANSFORM_PREFIX as Y, DARK_COLOR_MODE_CLASSNAME as Z, LIGHT_COLOR_MODE_CLASSNAME as _, type UniversalPressableProps as a, type ButtonStateEffectConfig as a$, INVERT_COLOR_MODE_CLASSNAME as a0, XSMALL_SCALE_MODE_CLASSNAME as a1, SMALL_SCALE_MODE_CLASSNAME as a2, MEDIUM_SCALE_MODE_CLASSNAME as a3, LARGE_SCALE_MODE_CLASSNAME as a4, XLARGE_SCALE_MODE_CLASSNAME as a5, XXLARGE_SCALE_MODE_CLASSNAME as a6, XXXLARGE_SCALE_MODE_CLASSNAME as a7, DEFAULT_COLOR_MODE_CLASSNAME as a8, DEFAULT_SCALE_MODE_CLASSNAME as a9, type BadgeVariant as aA, type BorderRadius as aB, type BorderRadiusConfig as aC, type BorderStyleProps as aD, type BorderWidth as aE, type BorderWidthConfig as aF, type Breakpoint as aG, type BreakpointWithBase as aH, type ButtonBaseConfig as aI, type ButtonClassName as aJ, type ButtonColorConfig as aK, type ButtonColorEffect as aL, type ButtonColorEffectConfig as aM, type ButtonKind as aN, type ButtonMotionEffect as aO, type ButtonMotionProperty as aP, type ButtonMotionPropertyConfig as aQ, type ButtonPalette as aR, type ButtonPaletteColor as aS, type ButtonPaletteConfig as aT, type ButtonShadowPropertyConfig as aU, type ButtonSize as aV, type ButtonSizeConfig as aW, type ButtonSizeProperty as aX, type ButtonSpectrumColor as aY, type ButtonState as aZ, type ButtonStateConfig as a_, TEXT_RESPONSIVE_CLASSNAME as aa, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES as ab, BUTTON_CSS_VAR_MAP as ac, ICON_BUTTON_CSS_VAR_MAP as ad, PSEUDO_STYLE_SELECTOR_MAP as ae, FONT_DECLARATIONS_MAP as af, type FontAxisConfig as ag, type FontDeclarationItemConfig as ah, type FontDeclarationConfig as ai, type FontDeclarationMap as aj, type FontWeightForFont as ak, type AlwaysPalette as al, type AlwaysPaletteAlias as am, type AlwaysPaletteColor as an, type Animation as ao, type AriaAttribute as ap, type AvatarAbbreviationStrategy as aq, type AvatarShape as ar, type AvatarSize as as, type AvatarSizeConfig as at, type AvatarVariant as au, type BackgroundColor as av, type BackgroundPalette as aw, type BackgroundPaletteAlias as ax, type BackgroundStyleProps as ay, type BadgeSize as az, type UniversalBoxProps as b, type MotionVariantSpeed as b$, type ButtonVariant as b0, type ButtonVariantConfig as b1, type ButtonVariantFlat as b2, type CheckboxSize as b3, type CheckboxValue as b4, type CheckboxVariant as b5, type ChipSize as b6, type ChipVariant as b7, type ColorModeForApp as b8, type ConfigurableDropShadowValues as b9, type FontWeightDescriptive as bA, type FontWeightNumeric as bB, type FontWidthConfig as bC, type ForegroundColor as bD, type ForegroundPalette as bE, type ForegroundPaletteAlias as bF, type HighContrastMode as bG, type IconButtonClassName as bH, type IconButtonDefaultsConfig as bI, type IconButtonSize as bJ, type IconSizeConfig as bK, type IconSlotRenderProps as bL, type ImageStyleProps as bM, type InputSize as bN, type LayoutStyleProps as bO, type LetterSpacing as bP, type LineClampAlias as bQ, type LineColor as bR, type LineHeight as bS, type LineHeightConfig as bT, type LinePalette as bU, type LinePaletteAlias as bV, type Modes as bW, type MotionCssVar as bX, type MotionSpringConfig as bY, type MotionSpringConfigOptions as bZ, type MotionVariant as b_, type ConfigurableInsetShadowValues as ba, type CustomSizingStyleProps as bb, type DataAttribute as bc, type Display as bd, type DividerVariant as be, type Flex as bf, type FlexAlignContent as bg, type FlexAlignItems as bh, type FlexAlignSelf as bi, type FlexBasis as bj, type FlexDirection as bk, type FlexGrow as bl, type FlexJustifyContent as bm, type FlexShrink as bn, type FlexStyleProps as bo, type FlexWrap as bp, type FontAlias as bq, type FontCssVar as br, type FontFamilyCDNUrl as bs, type FontFamilyConfig as bt, type FontID as bu, type FontSize as bv, type FontSizeConfig as bw, type FontSlantConfig as bx, type FontType as by, type FontWeightConfig as bz, type UniversalSwitchProps as c, type UniversalChipButtonProps as c$, type MotionVariantValues as c0, type Overflow as c1, type Palette as c2, type PaletteValue as c3, type Pixels as c4, type PlatformMode as c5, type Position as c6, type PropertyToPaletteAliasMap as c7, type RadioSize as c8, type RadioValue as c9, type StyleProps as cA, type SwitchSize as cB, type TextDecorationLine as cC, type TextProperty as cD, type TextStyleProps as cE, type TextTransform as cF, type TextTransformConfig as cG, type TextVariant as cH, type TransitionDelay as cI, type TransitionDuration as cJ, type TransitionTiming as cK, type TShirtSize as cL, type TShirtSizeCommon as cM, type TypographyResponsiveProperty as cN, type TypographyStyle as cO, type TypographyStyleProperty as cP, type TypographyUnitValue as cQ, type UdsCssVar as cR, type Unitless as cS, type UniversalAvatarIconProps as cT, type UniversalAvatarImageProps as cU, type UniversalAvatarProps as cV, type UniversalAvatarTextProps as cW, type UniversalBadgeProps as cX, type UniversalButtonProps as cY, type UniversalCheckboxProps as cZ, type UniversalChipBaseProps as c_, type RadioVariant as ca, type RegionMode as cb, type Rems as cc, type ScaleConfig as cd, type ScaleEffectMap as ce, type ScaleModeForApp as cf, type ShadowColor as cg, type ShadowColorConfig as ch, type ShadowOffset as ci, type ShadowOpacity as cj, type ShadowPalette as ck, type ShadowPaletteAlias as cl, type ShadowSpreadRadius as cm, type ShadowStyleProps as cn, type ShadowType as co, type ShadowTypeConfig as cp, type ShadowVariant as cq, type ShadowVariantConfig as cr, type ShadowVariantInvert as cs, type ShadowVariantWithInvert as ct, type SharedPaletteAlias as cu, type SpacingConfig as cv, type SpacingStyleProps as cw, type SpectrumColor as cx, type SpectrumConfig as cy, type StateStyleProps as cz, type ShadowConfig as d, type UniversalChipDismissibleProps as d0, type UniversalChipLinkProps as d1, type UniversalChipProps as d2, type UniversalChipToggleProps as d3, type UniversalIconButtonProps as d4, type UniversalIconProps as d5, type UniversalIconSlot as d6, type UniversalImageProps as d7, type UniversalInputProps as d8, type UniversalRadioGroupProps as d9, type UniversalRadioProps as da, type UniversalTokensConfigAuto as db, type BreakpointsConfig as e, defaultUniversalTokensConfigAuto as f, type UniversalTokensConfig as g, type ColorMode as h, type ColorsConfig as i, type HueStep as j, type PaletteConfig as k, type ScaleMode as l, type ShadowPreset as m, type UniversalStackProps as n, type UniversalDividerProps as o, type ButtonClassMap as p, type IconButtonClassMap as q, type ButtonColorProperty as r, type ButtonColorPropertyConfig as s, type SpacingAlias as t, type UniversalMenuItemProps as u, type UniversalFormLabelProps as v, type IconPropsWithSVGProps as w, type ImagePropsWithImgProps as x, type UniversalLinkProps as y, alwaysPalette as z };
|
@@ -10586,4 +10586,4 @@ interface UniversalMenuItemProps extends Omit<UniversalPressableProps, 'asChild'
|
|
10586
10586
|
};
|
10587
10587
|
}
|
10588
10588
|
|
10589
|
-
export {
|
10589
|
+
export { SYSTEM_COLOR_MODE_CLASSNAME as $, UDS_PREFIX as A, type ButtonConfig as B, type ColorModeConfig as C, AVATAR_SIZE_PREFIX as D, BORDER_RADIUS_PREFIX as E, type FontConfig as F, type GlobalDefaultsConfig as G, type Hue as H, type IconButtonConfig as I, BORDER_WIDTH_PREFIX as J, FONT_FAMILY_PREFIX as K, FONT_SIZE_PREFIX as L, type MotionConfig as M, FONT_WEIGHT_PREFIX as N, FONT_SLANT_PREFIX as O, type PaletteType as P, FONT_WIDTH_PREFIX as Q, ICON_SIZE_PREFIX as R, type ScaleModeConfig as S, type TypographyConfig as T, type UniversalTextProps as U, LINE_HEIGHT_PREFIX as V, MOTION_PREFIX as W, SPECTRUM_COLOR_PREFIX as X, TEXT_TRANSFORM_PREFIX as Y, DARK_COLOR_MODE_CLASSNAME as Z, LIGHT_COLOR_MODE_CLASSNAME as _, type UniversalPressableProps as a, type ButtonStateEffectConfig as a$, INVERT_COLOR_MODE_CLASSNAME as a0, XSMALL_SCALE_MODE_CLASSNAME as a1, SMALL_SCALE_MODE_CLASSNAME as a2, MEDIUM_SCALE_MODE_CLASSNAME as a3, LARGE_SCALE_MODE_CLASSNAME as a4, XLARGE_SCALE_MODE_CLASSNAME as a5, XXLARGE_SCALE_MODE_CLASSNAME as a6, XXXLARGE_SCALE_MODE_CLASSNAME as a7, DEFAULT_COLOR_MODE_CLASSNAME as a8, DEFAULT_SCALE_MODE_CLASSNAME as a9, type BadgeVariant as aA, type BorderRadius as aB, type BorderRadiusConfig as aC, type BorderStyleProps as aD, type BorderWidth as aE, type BorderWidthConfig as aF, type Breakpoint as aG, type BreakpointWithBase as aH, type ButtonBaseConfig as aI, type ButtonClassName as aJ, type ButtonColorConfig as aK, type ButtonColorEffect as aL, type ButtonColorEffectConfig as aM, type ButtonKind as aN, type ButtonMotionEffect as aO, type ButtonMotionProperty as aP, type ButtonMotionPropertyConfig as aQ, type ButtonPalette as aR, type ButtonPaletteColor as aS, type ButtonPaletteConfig as aT, type ButtonShadowPropertyConfig as aU, type ButtonSize as aV, type ButtonSizeConfig as aW, type ButtonSizeProperty as aX, type ButtonSpectrumColor as aY, type ButtonState as aZ, type ButtonStateConfig as a_, TEXT_RESPONSIVE_CLASSNAME as aa, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES as ab, BUTTON_CSS_VAR_MAP as ac, ICON_BUTTON_CSS_VAR_MAP as ad, PSEUDO_STYLE_SELECTOR_MAP as ae, FONT_DECLARATIONS_MAP as af, type FontAxisConfig as ag, type FontDeclarationItemConfig as ah, type FontDeclarationConfig as ai, type FontDeclarationMap as aj, type FontWeightForFont as ak, type AlwaysPalette as al, type AlwaysPaletteAlias as am, type AlwaysPaletteColor as an, type Animation as ao, type AriaAttribute as ap, type AvatarAbbreviationStrategy as aq, type AvatarShape as ar, type AvatarSize as as, type AvatarSizeConfig as at, type AvatarVariant as au, type BackgroundColor as av, type BackgroundPalette as aw, type BackgroundPaletteAlias as ax, type BackgroundStyleProps as ay, type BadgeSize as az, type UniversalBoxProps as b, type MotionVariantSpeed as b$, type ButtonVariant as b0, type ButtonVariantConfig as b1, type ButtonVariantFlat as b2, type CheckboxSize as b3, type CheckboxValue as b4, type CheckboxVariant as b5, type ChipSize as b6, type ChipVariant as b7, type ColorModeForApp as b8, type ConfigurableDropShadowValues as b9, type FontWeightDescriptive as bA, type FontWeightNumeric as bB, type FontWidthConfig as bC, type ForegroundColor as bD, type ForegroundPalette as bE, type ForegroundPaletteAlias as bF, type HighContrastMode as bG, type IconButtonClassName as bH, type IconButtonDefaultsConfig as bI, type IconButtonSize as bJ, type IconSizeConfig as bK, type IconSlotRenderProps as bL, type ImageStyleProps as bM, type InputSize as bN, type LayoutStyleProps as bO, type LetterSpacing as bP, type LineClampAlias as bQ, type LineColor as bR, type LineHeight as bS, type LineHeightConfig as bT, type LinePalette as bU, type LinePaletteAlias as bV, type Modes as bW, type MotionCssVar as bX, type MotionSpringConfig as bY, type MotionSpringConfigOptions as bZ, type MotionVariant as b_, type ConfigurableInsetShadowValues as ba, type CustomSizingStyleProps as bb, type DataAttribute as bc, type Display as bd, type DividerVariant as be, type Flex as bf, type FlexAlignContent as bg, type FlexAlignItems as bh, type FlexAlignSelf as bi, type FlexBasis as bj, type FlexDirection as bk, type FlexGrow as bl, type FlexJustifyContent as bm, type FlexShrink as bn, type FlexStyleProps as bo, type FlexWrap as bp, type FontAlias as bq, type FontCssVar as br, type FontFamilyCDNUrl as bs, type FontFamilyConfig as bt, type FontID as bu, type FontSize as bv, type FontSizeConfig as bw, type FontSlantConfig as bx, type FontType as by, type FontWeightConfig as bz, type UniversalSwitchProps as c, type UniversalChipButtonProps as c$, type MotionVariantValues as c0, type Overflow as c1, type Palette as c2, type PaletteValue as c3, type Pixels as c4, type PlatformMode as c5, type Position as c6, type PropertyToPaletteAliasMap as c7, type RadioSize as c8, type RadioValue as c9, type StyleProps as cA, type SwitchSize as cB, type TextDecorationLine as cC, type TextProperty as cD, type TextStyleProps as cE, type TextTransform as cF, type TextTransformConfig as cG, type TextVariant as cH, type TransitionDelay as cI, type TransitionDuration as cJ, type TransitionTiming as cK, type TShirtSize as cL, type TShirtSizeCommon as cM, type TypographyResponsiveProperty as cN, type TypographyStyle as cO, type TypographyStyleProperty as cP, type TypographyUnitValue as cQ, type UdsCssVar as cR, type Unitless as cS, type UniversalAvatarIconProps as cT, type UniversalAvatarImageProps as cU, type UniversalAvatarProps as cV, type UniversalAvatarTextProps as cW, type UniversalBadgeProps as cX, type UniversalButtonProps as cY, type UniversalCheckboxProps as cZ, type UniversalChipBaseProps as c_, type RadioVariant as ca, type RegionMode as cb, type Rems as cc, type ScaleConfig as cd, type ScaleEffectMap as ce, type ScaleModeForApp as cf, type ShadowColor as cg, type ShadowColorConfig as ch, type ShadowOffset as ci, type ShadowOpacity as cj, type ShadowPalette as ck, type ShadowPaletteAlias as cl, type ShadowSpreadRadius as cm, type ShadowStyleProps as cn, type ShadowType as co, type ShadowTypeConfig as cp, type ShadowVariant as cq, type ShadowVariantConfig as cr, type ShadowVariantInvert as cs, type ShadowVariantWithInvert as ct, type SharedPaletteAlias as cu, type SpacingConfig as cv, type SpacingStyleProps as cw, type SpectrumColor as cx, type SpectrumConfig as cy, type StateStyleProps as cz, type ShadowConfig as d, type UniversalChipDismissibleProps as d0, type UniversalChipLinkProps as d1, type UniversalChipProps as d2, type UniversalChipToggleProps as d3, type UniversalIconButtonProps as d4, type UniversalIconProps as d5, type UniversalIconSlot as d6, type UniversalImageProps as d7, type UniversalInputProps as d8, type UniversalRadioGroupProps as d9, type UniversalRadioProps as da, type UniversalTokensConfigAuto as db, type BreakpointsConfig as e, defaultUniversalTokensConfigAuto as f, type UniversalTokensConfig as g, type ColorMode as h, type ColorsConfig as i, type HueStep as j, type PaletteConfig as k, type ScaleMode as l, type ShadowPreset as m, type UniversalStackProps as n, type UniversalDividerProps as o, type ButtonClassMap as p, type IconButtonClassMap as q, type ButtonColorProperty as r, type ButtonColorPropertyConfig as s, type SpacingAlias as t, type UniversalMenuItemProps as u, type UniversalFormLabelProps as v, type IconPropsWithSVGProps as w, type ImagePropsWithImgProps as x, type UniversalLinkProps as y, alwaysPalette as z };
|
@@ -10586,4 +10586,4 @@ interface UniversalMenuItemProps extends Omit<UniversalPressableProps, 'asChild'
|
|
10586
10586
|
};
|
10587
10587
|
}
|
10588
10588
|
|
10589
|
-
export {
|
10589
|
+
export { SYSTEM_COLOR_MODE_CLASSNAME as $, UDS_PREFIX as A, type ButtonConfig as B, type ColorModeConfig as C, AVATAR_SIZE_PREFIX as D, BORDER_RADIUS_PREFIX as E, type FontConfig as F, type GlobalDefaultsConfig as G, type Hue as H, type IconButtonConfig as I, BORDER_WIDTH_PREFIX as J, FONT_FAMILY_PREFIX as K, FONT_SIZE_PREFIX as L, type MotionConfig as M, FONT_WEIGHT_PREFIX as N, FONT_SLANT_PREFIX as O, type PaletteType as P, FONT_WIDTH_PREFIX as Q, ICON_SIZE_PREFIX as R, type ScaleModeConfig as S, type TypographyConfig as T, type UniversalTextProps as U, LINE_HEIGHT_PREFIX as V, MOTION_PREFIX as W, SPECTRUM_COLOR_PREFIX as X, TEXT_TRANSFORM_PREFIX as Y, DARK_COLOR_MODE_CLASSNAME as Z, LIGHT_COLOR_MODE_CLASSNAME as _, type UniversalPressableProps as a, type ButtonStateEffectConfig as a$, INVERT_COLOR_MODE_CLASSNAME as a0, XSMALL_SCALE_MODE_CLASSNAME as a1, SMALL_SCALE_MODE_CLASSNAME as a2, MEDIUM_SCALE_MODE_CLASSNAME as a3, LARGE_SCALE_MODE_CLASSNAME as a4, XLARGE_SCALE_MODE_CLASSNAME as a5, XXLARGE_SCALE_MODE_CLASSNAME as a6, XXXLARGE_SCALE_MODE_CLASSNAME as a7, DEFAULT_COLOR_MODE_CLASSNAME as a8, DEFAULT_SCALE_MODE_CLASSNAME as a9, type BadgeVariant as aA, type BorderRadius as aB, type BorderRadiusConfig as aC, type BorderStyleProps as aD, type BorderWidth as aE, type BorderWidthConfig as aF, type Breakpoint as aG, type BreakpointWithBase as aH, type ButtonBaseConfig as aI, type ButtonClassName as aJ, type ButtonColorConfig as aK, type ButtonColorEffect as aL, type ButtonColorEffectConfig as aM, type ButtonKind as aN, type ButtonMotionEffect as aO, type ButtonMotionProperty as aP, type ButtonMotionPropertyConfig as aQ, type ButtonPalette as aR, type ButtonPaletteColor as aS, type ButtonPaletteConfig as aT, type ButtonShadowPropertyConfig as aU, type ButtonSize as aV, type ButtonSizeConfig as aW, type ButtonSizeProperty as aX, type ButtonSpectrumColor as aY, type ButtonState as aZ, type ButtonStateConfig as a_, TEXT_RESPONSIVE_CLASSNAME as aa, TEXT_RESPONSIVE_BREAKPOINT_CLASSNAMES as ab, BUTTON_CSS_VAR_MAP as ac, ICON_BUTTON_CSS_VAR_MAP as ad, PSEUDO_STYLE_SELECTOR_MAP as ae, FONT_DECLARATIONS_MAP as af, type FontAxisConfig as ag, type FontDeclarationItemConfig as ah, type FontDeclarationConfig as ai, type FontDeclarationMap as aj, type FontWeightForFont as ak, type AlwaysPalette as al, type AlwaysPaletteAlias as am, type AlwaysPaletteColor as an, type Animation as ao, type AriaAttribute as ap, type AvatarAbbreviationStrategy as aq, type AvatarShape as ar, type AvatarSize as as, type AvatarSizeConfig as at, type AvatarVariant as au, type BackgroundColor as av, type BackgroundPalette as aw, type BackgroundPaletteAlias as ax, type BackgroundStyleProps as ay, type BadgeSize as az, type UniversalBoxProps as b, type MotionVariantSpeed as b$, type ButtonVariant as b0, type ButtonVariantConfig as b1, type ButtonVariantFlat as b2, type CheckboxSize as b3, type CheckboxValue as b4, type CheckboxVariant as b5, type ChipSize as b6, type ChipVariant as b7, type ColorModeForApp as b8, type ConfigurableDropShadowValues as b9, type FontWeightDescriptive as bA, type FontWeightNumeric as bB, type FontWidthConfig as bC, type ForegroundColor as bD, type ForegroundPalette as bE, type ForegroundPaletteAlias as bF, type HighContrastMode as bG, type IconButtonClassName as bH, type IconButtonDefaultsConfig as bI, type IconButtonSize as bJ, type IconSizeConfig as bK, type IconSlotRenderProps as bL, type ImageStyleProps as bM, type InputSize as bN, type LayoutStyleProps as bO, type LetterSpacing as bP, type LineClampAlias as bQ, type LineColor as bR, type LineHeight as bS, type LineHeightConfig as bT, type LinePalette as bU, type LinePaletteAlias as bV, type Modes as bW, type MotionCssVar as bX, type MotionSpringConfig as bY, type MotionSpringConfigOptions as bZ, type MotionVariant as b_, type ConfigurableInsetShadowValues as ba, type CustomSizingStyleProps as bb, type DataAttribute as bc, type Display as bd, type DividerVariant as be, type Flex as bf, type FlexAlignContent as bg, type FlexAlignItems as bh, type FlexAlignSelf as bi, type FlexBasis as bj, type FlexDirection as bk, type FlexGrow as bl, type FlexJustifyContent as bm, type FlexShrink as bn, type FlexStyleProps as bo, type FlexWrap as bp, type FontAlias as bq, type FontCssVar as br, type FontFamilyCDNUrl as bs, type FontFamilyConfig as bt, type FontID as bu, type FontSize as bv, type FontSizeConfig as bw, type FontSlantConfig as bx, type FontType as by, type FontWeightConfig as bz, type UniversalSwitchProps as c, type UniversalChipButtonProps as c$, type MotionVariantValues as c0, type Overflow as c1, type Palette as c2, type PaletteValue as c3, type Pixels as c4, type PlatformMode as c5, type Position as c6, type PropertyToPaletteAliasMap as c7, type RadioSize as c8, type RadioValue as c9, type StyleProps as cA, type SwitchSize as cB, type TextDecorationLine as cC, type TextProperty as cD, type TextStyleProps as cE, type TextTransform as cF, type TextTransformConfig as cG, type TextVariant as cH, type TransitionDelay as cI, type TransitionDuration as cJ, type TransitionTiming as cK, type TShirtSize as cL, type TShirtSizeCommon as cM, type TypographyResponsiveProperty as cN, type TypographyStyle as cO, type TypographyStyleProperty as cP, type TypographyUnitValue as cQ, type UdsCssVar as cR, type Unitless as cS, type UniversalAvatarIconProps as cT, type UniversalAvatarImageProps as cU, type UniversalAvatarProps as cV, type UniversalAvatarTextProps as cW, type UniversalBadgeProps as cX, type UniversalButtonProps as cY, type UniversalCheckboxProps as cZ, type UniversalChipBaseProps as c_, type RadioVariant as ca, type RegionMode as cb, type Rems as cc, type ScaleConfig as cd, type ScaleEffectMap as ce, type ScaleModeForApp as cf, type ShadowColor as cg, type ShadowColorConfig as ch, type ShadowOffset as ci, type ShadowOpacity as cj, type ShadowPalette as ck, type ShadowPaletteAlias as cl, type ShadowSpreadRadius as cm, type ShadowStyleProps as cn, type ShadowType as co, type ShadowTypeConfig as cp, type ShadowVariant as cq, type ShadowVariantConfig as cr, type ShadowVariantInvert as cs, type ShadowVariantWithInvert as ct, type SharedPaletteAlias as cu, type SpacingConfig as cv, type SpacingStyleProps as cw, type SpectrumColor as cx, type SpectrumConfig as cy, type StateStyleProps as cz, type ShadowConfig as d, type UniversalChipDismissibleProps as d0, type UniversalChipLinkProps as d1, type UniversalChipProps as d2, type UniversalChipToggleProps as d3, type UniversalIconButtonProps as d4, type UniversalIconProps as d5, type UniversalIconSlot as d6, type UniversalImageProps as d7, type UniversalInputProps as d8, type UniversalRadioGroupProps as d9, type UniversalRadioProps as da, type UniversalTokensConfigAuto as db, type BreakpointsConfig as e, defaultUniversalTokensConfigAuto as f, type UniversalTokensConfig as g, type ColorMode as h, type ColorsConfig as i, type HueStep as j, type PaletteConfig as k, type ScaleMode as l, type ShadowPreset as m, type UniversalStackProps as n, type UniversalDividerProps as o, type ButtonClassMap as p, type IconButtonClassMap as q, type ButtonColorProperty as r, type ButtonColorPropertyConfig as s, type SpacingAlias as t, type UniversalMenuItemProps as u, type UniversalFormLabelProps as v, type IconPropsWithSVGProps as w, type ImagePropsWithImgProps as x, type UniversalLinkProps as y, alwaysPalette as z };
|
package/package.json
CHANGED
package/dist/chunk-2VXJ6ZXC.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
import{HStack as o}from"./chunk-XWRSYGZJ.js";import{getStyles as t,cx as r,IconSlot as e,Box as i}from"./chunk-7IYNK6VF.js";import{jsxs as n,jsx as a}from"react/jsx-runtime";import{memo as l}from"react";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */function d({width:o,height:r,src:e,alt:i,contentFit:n,backgroundColor:l,borderRadius:d,borderTopStartRadius:s,borderTopEndRadius:p,borderBottomStartRadius:c,borderBottomEndRadius:f,borderColor:u,borderStartColor:m,borderEndColor:b,borderTopColor:h,borderBottomColor:g,borderWidth:x,borderVerticalWidth:S,borderHorizontalWidth:T,borderStartWidth:C,borderEndWidth:W,borderTopWidth:V,borderBottomWidth:I,alignContent:B,alignItems:H,alignSelf:R,flex:w,flexDirection:z,flexGrow:E,flexShrink:y,flexWrap:v,justifyContent:N,flexBasis:G,display:k,overflow:F,overflowX:j,overflowY:Y,position:P,spacing:X,spacingHorizontal:D,spacingVertical:J,spacingBottom:K,spacingEnd:Z,spacingStart:q,spacingTop:A,offset:L,offsetVertical:M,offsetHorizontal:O,offsetBottom:Q,offsetEnd:U,offsetStart:$,offsetTop:_,columnGap:oo,rowGap:to,...ro}){const eo=t({contentFit:n,backgroundColor:l,borderRadius:d,borderTopStartRadius:s,borderTopEndRadius:p,borderBottomStartRadius:c,borderBottomEndRadius:f,borderColor:u,borderStartColor:m,borderEndColor:b,borderTopColor:h,borderBottomColor:g,borderWidth:x,borderVerticalWidth:S,borderHorizontalWidth:T,borderStartWidth:C,borderEndWidth:W,borderTopWidth:V,borderBottomWidth:I,alignContent:B,alignItems:H,alignSelf:R,flex:w,flexDirection:z,flexGrow:E,flexShrink:y,flexWrap:v,justifyContent:N,flexBasis:G,display:k,overflow:F,overflowX:j,overflowY:Y,position:P,spacing:X,spacingHorizontal:D,spacingVertical:J,spacingBottom:K,spacingEnd:Z,spacingStart:q,spacingTop:A,offset:L,offsetVertical:M,offsetHorizontal:O,offsetBottom:Q,offsetEnd:U,offsetStart:$,offsetTop:_,columnGap:oo,rowGap:to});return a("img",{src:e,alt:i,className:eo,style:{width:o,height:r},...ro})}function s({startIcon:i,endIcon:l,iconProps:d,children:s,size:p,isFilled:c,...f}){const u={helperText:r(t({inputSizeHelperText:p,inputVariantHelperText:"default",inputVariantValueHelperText:c?"filled":"empty"})),helperIcon:t({inputSizeHelperIcon:p,inputVariantHelperIcon:"default",inputVariantValueHelperIcon:c?"filled":"empty"})},m={variant:"outline",...d};return n(o,{gap:"1",alignItems:"center",...f,children:[i&&a(e,{icon:i,...m,iconProps:d,className:u.helperIcon}),a("span",{className:u.helperText,children:s}),l&&a(e,{icon:l,...m,iconProps:d,className:u.helperIcon})]})}s.displayName="InputHelpTextInternal";var p=l(s),c=({size:o="md",isFilled:r,...e})=>{const n={root:t({inputSizeRoot:o,inputVariantRoot:"default",inputVariantValueRoot:r?"filled":"empty"})};return a(i,{asChild:!0,spacingTop:"2",className:n.root,children:a(s,{size:o,isFilled:r,...e})})};c.displayName="InputHelpText";var f=l(c);export{d as Image,p as InputHelpTextInternalMemo,f as InputHelpTextMemo};
|
package/dist/chunk-6KI6LPDE.cjs
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";var o=require("./chunk-IWTF6VT4.cjs"),e=require("./chunk-3VUEFW4X.cjs"),t=require("react/jsx-runtime"),r=require("react");/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */function i({startIcon:r,endIcon:i,iconProps:n,children:a,size:l,isFilled:s,...d}){const p={helperText:e.cx(e.getStyles({inputSizeHelperText:l,inputVariantHelperText:"default",inputVariantValueHelperText:s?"filled":"empty"})),helperIcon:e.getStyles({inputSizeHelperIcon:l,inputVariantHelperIcon:"default",inputVariantValueHelperIcon:s?"filled":"empty"})},c={variant:"outline",...n};return t.jsxs(o.HStack,{gap:"1",alignItems:"center",...d,children:[r&&t.jsx(e.IconSlot,{icon:r,...c,iconProps:n,className:p.helperIcon}),t.jsx("span",{className:p.helperText,children:a}),i&&t.jsx(e.IconSlot,{icon:i,...c,iconProps:n,className:p.helperIcon})]})}i.displayName="InputHelpTextInternal";var n=r.memo(i),a=({size:o="md",isFilled:r,...n})=>{const a={root:e.getStyles({inputSizeRoot:o,inputVariantRoot:"default",inputVariantValueRoot:r?"filled":"empty"})};return t.jsx(e.Box,{asChild:!0,spacingTop:"2",className:a.root,children:t.jsx(i,{size:o,isFilled:r,...n})})};a.displayName="InputHelpText";var l=r.memo(a);exports.Image=function({width:o,height:r,src:i,alt:n,contentFit:a,backgroundColor:l,borderRadius:s,borderTopStartRadius:d,borderTopEndRadius:p,borderBottomStartRadius:c,borderBottomEndRadius:f,borderColor:u,borderStartColor:m,borderEndColor:b,borderTopColor:h,borderBottomColor:x,borderWidth:g,borderVerticalWidth:S,borderHorizontalWidth:T,borderStartWidth:I,borderEndWidth:W,borderTopWidth:C,borderBottomWidth:H,alignContent:V,alignItems:B,alignSelf:y,flex:E,flexDirection:R,flexGrow:j,flexShrink:w,flexWrap:z,justifyContent:v,flexBasis:k,display:F,overflow:N,overflowX:G,overflowY:q,position:P,spacing:X,spacingHorizontal:D,spacingVertical:M,spacingBottom:Y,spacingEnd:U,spacingStart:A,spacingTop:J,offset:K,offsetVertical:L,offsetHorizontal:O,offsetBottom:Q,offsetEnd:Z,offsetStart:$,offsetTop:_,columnGap:oo,rowGap:eo,...to}){const ro=e.getStyles({contentFit:a,backgroundColor:l,borderRadius:s,borderTopStartRadius:d,borderTopEndRadius:p,borderBottomStartRadius:c,borderBottomEndRadius:f,borderColor:u,borderStartColor:m,borderEndColor:b,borderTopColor:h,borderBottomColor:x,borderWidth:g,borderVerticalWidth:S,borderHorizontalWidth:T,borderStartWidth:I,borderEndWidth:W,borderTopWidth:C,borderBottomWidth:H,alignContent:V,alignItems:B,alignSelf:y,flex:E,flexDirection:R,flexGrow:j,flexShrink:w,flexWrap:z,justifyContent:v,flexBasis:k,display:F,overflow:N,overflowX:G,overflowY:q,position:P,spacing:X,spacingHorizontal:D,spacingVertical:M,spacingBottom:Y,spacingEnd:U,spacingStart:A,spacingTop:J,offset:K,offsetVertical:L,offsetHorizontal:O,offsetBottom:Q,offsetEnd:Z,offsetStart:$,offsetTop:_,columnGap:oo,rowGap:eo});return t.jsx("img",{src:i,alt:n,className:ro,style:{width:o,height:r},...to})},exports.InputHelpTextInternalMemo=n,exports.InputHelpTextMemo=l;
|
package/dist/chunk-I4FBYECY.cjs
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";var o=require("./chunk-MEM4DBEJ.cjs"),e=require("./chunk-JD7PX7BB.cjs"),t=require("react/jsx-runtime"),r=require("react");/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */function i({startIcon:r,endIcon:i,iconProps:n,children:a,size:l,isFilled:s,...d}){const p={helperText:e.cx(e.getStyles({inputSizeHelperText:l,inputVariantHelperText:"default",inputVariantValueHelperText:s?"filled":"empty"})),helperIcon:e.getStyles({inputSizeHelperIcon:l,inputVariantHelperIcon:"default",inputVariantValueHelperIcon:s?"filled":"empty"})},c={variant:"outline",...n};return t.jsxs(o.HStack,{gap:"1",alignItems:"center",...d,children:[r&&t.jsx(e.IconSlot,{icon:r,...c,iconProps:n,className:p.helperIcon}),t.jsx("span",{className:p.helperText,children:a}),i&&t.jsx(e.IconSlot,{icon:i,...c,iconProps:n,className:p.helperIcon})]})}i.displayName="InputHelpTextInternal";var n=r.memo(i),a=({size:o="md",isFilled:r,...n})=>{const a={root:e.getStyles({inputSizeRoot:o,inputVariantRoot:"default",inputVariantValueRoot:r?"filled":"empty"})};return t.jsx(e.Box,{asChild:!0,spacingTop:"2",className:a.root,children:t.jsx(i,{size:o,isFilled:r,...n})})};a.displayName="InputHelpText";var l=r.memo(a);exports.Image=function({width:o,height:r,src:i,alt:n,contentFit:a,backgroundColor:l,borderRadius:s,borderTopStartRadius:d,borderTopEndRadius:p,borderBottomStartRadius:c,borderBottomEndRadius:f,borderColor:u,borderStartColor:m,borderEndColor:b,borderTopColor:h,borderBottomColor:x,borderWidth:g,borderVerticalWidth:S,borderHorizontalWidth:T,borderStartWidth:I,borderEndWidth:B,borderTopWidth:C,borderBottomWidth:H,alignContent:W,alignItems:V,alignSelf:y,flex:E,flexDirection:R,flexGrow:j,flexShrink:w,flexWrap:z,justifyContent:v,flexBasis:k,display:N,overflow:G,overflowX:F,overflowY:q,position:D,spacing:M,spacingHorizontal:P,spacingVertical:X,spacingBottom:J,spacingEnd:Y,spacingStart:A,spacingTop:K,offset:L,offsetVertical:O,offsetHorizontal:Q,offsetBottom:U,offsetEnd:Z,offsetStart:$,offsetTop:_,columnGap:oo,rowGap:eo,...to}){const ro=e.getStyles({contentFit:a,backgroundColor:l,borderRadius:s,borderTopStartRadius:d,borderTopEndRadius:p,borderBottomStartRadius:c,borderBottomEndRadius:f,borderColor:u,borderStartColor:m,borderEndColor:b,borderTopColor:h,borderBottomColor:x,borderWidth:g,borderVerticalWidth:S,borderHorizontalWidth:T,borderStartWidth:I,borderEndWidth:B,borderTopWidth:C,borderBottomWidth:H,alignContent:W,alignItems:V,alignSelf:y,flex:E,flexDirection:R,flexGrow:j,flexShrink:w,flexWrap:z,justifyContent:v,flexBasis:k,display:N,overflow:G,overflowX:F,overflowY:q,position:D,spacing:M,spacingHorizontal:P,spacingVertical:X,spacingBottom:J,spacingEnd:Y,spacingStart:A,spacingTop:K,offset:L,offsetVertical:O,offsetHorizontal:Q,offsetBottom:U,offsetEnd:Z,offsetStart:$,offsetTop:_,columnGap:oo,rowGap:eo});return t.jsx("img",{src:i,alt:n,className:ro,style:{width:o,height:r},...to})},exports.InputHelpTextInternalMemo=n,exports.InputHelpTextMemo=l;
|
package/dist/chunk-YFLJTZBO.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
import{HStack as o}from"./chunk-WFWWC766.js";import{getStyles as t,cx as r,IconSlot as e,Box as i}from"./chunk-PMXAH4FA.js";import{jsxs as n,jsx as a}from"react/jsx-runtime";import{memo as l}from"react";/*! © 2025 Yahoo, Inc. UDS v0.0.0-development */function d({width:o,height:r,src:e,alt:i,contentFit:n,backgroundColor:l,borderRadius:d,borderTopStartRadius:s,borderTopEndRadius:p,borderBottomStartRadius:c,borderBottomEndRadius:f,borderColor:u,borderStartColor:m,borderEndColor:b,borderTopColor:h,borderBottomColor:g,borderWidth:x,borderVerticalWidth:T,borderHorizontalWidth:S,borderStartWidth:W,borderEndWidth:C,borderTopWidth:H,borderBottomWidth:V,alignContent:B,alignItems:I,alignSelf:R,flex:w,flexDirection:z,flexGrow:E,flexShrink:y,flexWrap:v,justifyContent:F,flexBasis:N,display:k,overflow:G,overflowX:j,overflowY:P,position:X,spacing:A,spacingHorizontal:D,spacingVertical:Y,spacingBottom:M,spacingEnd:q,spacingStart:J,spacingTop:K,offset:L,offsetVertical:O,offsetHorizontal:Q,offsetBottom:U,offsetEnd:Z,offsetStart:$,offsetTop:_,columnGap:oo,rowGap:to,...ro}){const eo=t({contentFit:n,backgroundColor:l,borderRadius:d,borderTopStartRadius:s,borderTopEndRadius:p,borderBottomStartRadius:c,borderBottomEndRadius:f,borderColor:u,borderStartColor:m,borderEndColor:b,borderTopColor:h,borderBottomColor:g,borderWidth:x,borderVerticalWidth:T,borderHorizontalWidth:S,borderStartWidth:W,borderEndWidth:C,borderTopWidth:H,borderBottomWidth:V,alignContent:B,alignItems:I,alignSelf:R,flex:w,flexDirection:z,flexGrow:E,flexShrink:y,flexWrap:v,justifyContent:F,flexBasis:N,display:k,overflow:G,overflowX:j,overflowY:P,position:X,spacing:A,spacingHorizontal:D,spacingVertical:Y,spacingBottom:M,spacingEnd:q,spacingStart:J,spacingTop:K,offset:L,offsetVertical:O,offsetHorizontal:Q,offsetBottom:U,offsetEnd:Z,offsetStart:$,offsetTop:_,columnGap:oo,rowGap:to});return a("img",{src:e,alt:i,className:eo,style:{width:o,height:r},...ro})}function s({startIcon:i,endIcon:l,iconProps:d,children:s,size:p,isFilled:c,...f}){const u={helperText:r(t({inputSizeHelperText:p,inputVariantHelperText:"default",inputVariantValueHelperText:c?"filled":"empty"})),helperIcon:t({inputSizeHelperIcon:p,inputVariantHelperIcon:"default",inputVariantValueHelperIcon:c?"filled":"empty"})},m={variant:"outline",...d};return n(o,{gap:"1",alignItems:"center",...f,children:[i&&a(e,{icon:i,...m,iconProps:d,className:u.helperIcon}),a("span",{className:u.helperText,children:s}),l&&a(e,{icon:l,...m,iconProps:d,className:u.helperIcon})]})}s.displayName="InputHelpTextInternal";var p=l(s),c=({size:o="md",isFilled:r,...e})=>{const n={root:t({inputSizeRoot:o,inputVariantRoot:"default",inputVariantValueRoot:r?"filled":"empty"})};return a(i,{asChild:!0,spacingTop:"2",className:n.root,children:a(s,{size:o,isFilled:r,...e})})};c.displayName="InputHelpText";var f=l(c);export{d as Image,p as InputHelpTextInternalMemo,f as InputHelpTextMemo};
|