@yahoo/uds 3.11.0 → 3.11.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.
- package/dist/{Input-B0YPRXZL.d.ts → Input-DFCQ2u9B.d.ts} +1 -1
- package/dist/{Input-CkJlVr6O.d.cts → Input-Fjl8GOP_.d.cts} +1 -1
- package/dist/{Pressable-SYT1NQuC.d.ts → Pressable-DexnJ2tl.d.ts} +1 -1
- package/dist/{Pressable-r_yl7aVF.d.cts → Pressable-fG9Ir9i4.d.cts} +1 -1
- package/dist/{VStack-Ca439hrP.d.cts → VStack-BLo_GVRR.d.cts} +1 -1
- package/dist/{VStack-DE7SrIzZ.d.ts → VStack-CAmlGQov.d.ts} +1 -1
- package/dist/{chunk-XUM2E3CP.js → chunk-37HUQ2LJ.js} +1 -1
- package/dist/{chunk-T5MCU3S3.cjs → chunk-3OMTBWQH.cjs} +2 -2
- package/dist/{chunk-H76TDDRW.js → chunk-R5VO4HNN.js} +2 -2
- package/dist/{chunk-BD6B5HKX.cjs → chunk-SQ6WOQUJ.cjs} +1 -1
- package/dist/client/Menu.cjs +1 -1
- package/dist/client/Menu.d.cts +3 -3
- package/dist/client/Menu.d.ts +3 -3
- package/dist/client/Menu.js +2 -2
- package/dist/client/index.cjs +1 -1
- package/dist/client/index.d.cts +3 -3
- package/dist/client/index.d.ts +3 -3
- package/dist/client/index.js +1 -1
- package/dist/fixtures.d.cts +1 -7
- package/dist/fixtures.d.ts +1 -7
- package/dist/{index-L43FtXGP.d.cts → index-CzTuVTTj.d.cts} +1 -1
- package/dist/{index-Bv1_94xk.d.ts → index-DkZBPwMK.d.ts} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/tailwind/plugin.cjs +1 -1
- package/dist/tailwind/plugin.d.cts +1 -1
- package/dist/tailwind/plugin.d.ts +1 -1
- package/dist/tailwind/plugin.js +2 -2
- package/dist/tailwind/utils.cjs +1 -1
- package/dist/tailwind/utils.d.cts +1 -1
- package/dist/tailwind/utils.d.ts +1 -1
- package/dist/tailwind/utils.js +1 -1
- package/dist/tokens/automation/configs.cjs +1 -1
- package/dist/tokens/automation/configs.d.cts +2 -2
- package/dist/tokens/automation/configs.d.ts +2 -2
- package/dist/tokens/automation/configs.js +1 -1
- package/dist/tokens/automation/properties.cjs +1 -1
- package/dist/tokens/automation/properties.d.cts +2 -2
- package/dist/tokens/automation/properties.d.ts +2 -2
- package/dist/tokens/automation/properties.js +1 -1
- package/dist/tokens/index.cjs +1 -1
- package/dist/tokens/index.d.cts +6 -12
- package/dist/tokens/index.d.ts +6 -12
- package/dist/tokens/index.js +1 -1
- package/dist/tokens/parseTokens.d.cts +1 -1
- package/dist/tokens/parseTokens.d.ts +1 -1
- package/dist/{types-Cearr8np.d.cts → types-CCP4BG97.d.cts} +20 -13
- package/dist/{types-yAntDV_W.d.cts → types-CCP4BG97.d.ts} +1993 -1986
- package/package.json +1 -1
- package/dist/Input-CR-9J6M8.d.ts +0 -42
- package/dist/Input-qGxR-dxk.d.cts +0 -42
- package/dist/Pressable-B726BwIQ.d.ts +0 -44
- package/dist/Pressable-QO5HXmcW.d.cts +0 -44
- package/dist/VStack-D7Psnp1o.d.cts +0 -112
- package/dist/VStack-s3m-s5K6.d.ts +0 -112
- package/dist/chunk-7WZNFZ4I.js +0 -3
- package/dist/chunk-BJCZ62IT.js +0 -1
- package/dist/chunk-FIK5E5XF.cjs +0 -1
- package/dist/chunk-FIY4G5A4.cjs +0 -1
- package/dist/chunk-IVLA3HPE.js +0 -1
- package/dist/chunk-RYT7E6ME.js +0 -3
- package/dist/chunk-SYYG6CQE.js +0 -2
- package/dist/chunk-TD3RXFWA.cjs +0 -2
- package/dist/chunk-UONN6ZKS.cjs +0 -1
- package/dist/chunk-VWJ2HST2.js +0 -2
- package/dist/chunk-WNGG5RTE.cjs +0 -3
- package/dist/chunk-YNGV3P4U.cjs +0 -2
- package/dist/index-COgvj_Xg.d.ts +0 -243
- package/dist/index-CUAvLVAf.d.cts +0 -243
- package/dist/types-Cearr8np.d.ts +0 -10443
- package/dist/types-yAntDV_W.d.ts +0 -10443
@@ -9461,12 +9461,25 @@ type ShadowConfig = {
|
|
9461
9461
|
drop: Record<ShadowVariant, ShadowVariantConfig>;
|
9462
9462
|
inset: Record<ShadowVariant | ShadowVariantInvert, ShadowVariantConfig>;
|
9463
9463
|
};
|
9464
|
+
type Pixels = {
|
9465
|
+
value: number;
|
9466
|
+
type: 'px';
|
9467
|
+
};
|
9468
|
+
type Rems = {
|
9469
|
+
value: number;
|
9470
|
+
type: 'rem';
|
9471
|
+
};
|
9472
|
+
type Unitless = {
|
9473
|
+
value: number;
|
9474
|
+
type: 'unitless';
|
9475
|
+
};
|
9476
|
+
type BreakpointValue = Pixels;
|
9464
9477
|
type BreakpointsConfig = {
|
9465
|
-
sm:
|
9466
|
-
md:
|
9467
|
-
lg:
|
9468
|
-
xl:
|
9469
|
-
'2xl':
|
9478
|
+
sm: BreakpointValue;
|
9479
|
+
md: BreakpointValue;
|
9480
|
+
lg: BreakpointValue;
|
9481
|
+
xl: BreakpointValue;
|
9482
|
+
'2xl': BreakpointValue;
|
9470
9483
|
};
|
9471
9484
|
type Breakpoint = keyof BreakpointsConfig;
|
9472
9485
|
type BreakpointWithBase = Breakpoint | 'base';
|
@@ -9498,13 +9511,7 @@ type TextProperty = 'fontFamily' | 'fontSize' | 'fontWeight' | 'lineHeight' | 't
|
|
9498
9511
|
* Defines a structured CSS value, separating the raw value from its unit type.
|
9499
9512
|
* 'unitless' is for unitless values like line-height or font-weight.
|
9500
9513
|
*/
|
9501
|
-
type TypographyUnitValue =
|
9502
|
-
value: number;
|
9503
|
-
type: 'px';
|
9504
|
-
} | {
|
9505
|
-
value: number;
|
9506
|
-
type: 'unitless';
|
9507
|
-
};
|
9514
|
+
type TypographyUnitValue = Pixels | Unitless;
|
9508
9515
|
/**
|
9509
9516
|
* Defines the structure for a single, responsive CSS property.
|
9510
9517
|
* The value can now be a simple string (for properties like fontFamily)
|
@@ -10440,4 +10447,4 @@ interface UniversalMenuItemProps extends Omit<UniversalPressableProps, 'asChild'
|
|
10440
10447
|
disabled?: boolean;
|
10441
10448
|
}
|
10442
10449
|
|
10443
|
-
export { XSMALL_SCALE_MODE_CLASSNAME as $, alwaysPalette as A, type ButtonConfig as B, type ColorMode as C, defaultUniversalTokensConfigAuto as D, UDS_PREFIX as E, type FontID as F, AVATAR_SIZE_PREFIX as G, type Hue as H, type IconButtonClassMap as I, BORDER_RADIUS_PREFIX as J, BORDER_WIDTH_PREFIX as K, FONT_FAMILY_PREFIX as L, type MotionVariant as M, FONT_SIZE_PREFIX as N, FONT_WEIGHT_PREFIX as O, type PaletteType as P, FONT_SLANT_PREFIX as Q, FONT_WIDTH_PREFIX as R, type ScaleMode as S, ICON_SIZE_PREFIX as T, type UniversalInputProps 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
|
10450
|
+
export { XSMALL_SCALE_MODE_CLASSNAME as $, alwaysPalette as A, type ButtonConfig as B, type ColorMode as C, defaultUniversalTokensConfigAuto as D, UDS_PREFIX as E, type FontID as F, AVATAR_SIZE_PREFIX as G, type Hue as H, type IconButtonClassMap as I, BORDER_RADIUS_PREFIX as J, BORDER_WIDTH_PREFIX as K, FONT_FAMILY_PREFIX as L, type MotionVariant as M, FONT_SIZE_PREFIX as N, FONT_WEIGHT_PREFIX as O, type PaletteType as P, FONT_SLANT_PREFIX as Q, FONT_WIDTH_PREFIX as R, type ScaleMode as S, ICON_SIZE_PREFIX as T, type UniversalInputProps 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 ButtonVariantFlat as a$, SMALL_SCALE_MODE_CLASSNAME as a0, MEDIUM_SCALE_MODE_CLASSNAME as a1, LARGE_SCALE_MODE_CLASSNAME as a2, XLARGE_SCALE_MODE_CLASSNAME as a3, XXLARGE_SCALE_MODE_CLASSNAME as a4, XXXLARGE_SCALE_MODE_CLASSNAME as a5, DEFAULT_COLOR_MODE_CLASSNAME as a6, DEFAULT_SCALE_MODE_CLASSNAME as a7, TEXT_RESPONSIVE_CLASSNAME as a8, BUTTON_CSS_VAR_MAP as a9, type BorderWidth as aA, type BorderWidthConfig as aB, type Breakpoint as aC, type BreakpointsConfig as aD, type BreakpointWithBase as aE, type ButtonBaseConfig as aF, type ButtonClassName as aG, type ButtonColorConfig as aH, type ButtonColorEffect as aI, type ButtonColorEffectConfig as aJ, type ButtonKind as aK, type ButtonMotionEffect as aL, type ButtonMotionProperty as aM, type ButtonMotionPropertyConfig as aN, type ButtonPalette as aO, type ButtonPaletteColor as aP, type ButtonPaletteConfig as aQ, type ButtonShadowPropertyConfig as aR, type ButtonSize as aS, type ButtonSizeConfig as aT, type ButtonSizeProperty as aU, type ButtonSpectrumColor as aV, type ButtonState as aW, type ButtonStateConfig as aX, type ButtonStateEffectConfig as aY, type ButtonVariant as aZ, type ButtonVariantConfig as a_, ICON_BUTTON_CSS_VAR_MAP as aa, PSEUDO_STYLE_SELECTOR_MAP as ab, FONT_DECLARATIONS_MAP as ac, type FontAxisConfig as ad, type FontDeclarationConfig as ae, type FontDeclarationMap as af, type FontWeightForFont as ag, type AlwaysPalette as ah, type AlwaysPaletteAlias as ai, type AlwaysPaletteColor as aj, type Animation as ak, type AriaAttribute as al, type AvatarAbbreviationStrategy as am, type AvatarShape as an, type AvatarSize as ao, type AvatarSizeConfig as ap, type AvatarVariant as aq, type BackgroundColor as ar, type BackgroundPalette as as, type BackgroundPaletteAlias as at, type BackgroundStyleProps as au, type BadgeSize as av, type BadgeVariant as aw, type BorderRadius as ax, type BorderRadiusConfig as ay, type BorderStyleProps as az, type UniversalTokensConfig as b, type Pixels as b$, type CheckboxSize as b0, type CheckboxValue as b1, type CheckboxVariant as b2, type ChipSize as b3, type ChipVariant as b4, type ColorModeConfig as b5, type ColorModeForApp as b6, type ConfigurableDropShadowValues as b7, type ConfigurableInsetShadowValues as b8, type CustomSizingStyleProps as b9, type ForegroundColor as bA, type ForegroundPalette as bB, type ForegroundPaletteAlias as bC, type GlobalDefaultsConfig as bD, type HighContrastMode as bE, type IconButtonClassName as bF, type IconButtonConfig as bG, type IconButtonDefaultsConfig as bH, type IconButtonSize as bI, type IconSizeConfig as bJ, type ImageStyleProps as bK, type InputSize as bL, type LayoutStyleProps as bM, type LetterSpacing as bN, type LineClampAlias as bO, type LineColor as bP, type LineHeight as bQ, type LineHeightConfig as bR, type LinePalette as bS, type LinePaletteAlias as bT, type Modes as bU, type MotionCssVar as bV, type MotionSpringConfig as bW, type MotionVariantValues as bX, type Overflow as bY, type Palette as bZ, type PaletteValue as b_, type DataAttribute as ba, type Display as bb, type DividerVariant as bc, type Flex as bd, type FlexAlignContent as be, type FlexAlignItems as bf, type FlexAlignSelf as bg, type FlexBasis as bh, type FlexDirection as bi, type FlexGrow as bj, type FlexJustifyContent as bk, type FlexShrink as bl, type FlexStyleProps as bm, type FlexWrap as bn, type FontAlias as bo, type FontCssVar as bp, type FontFamilyCDNUrl as bq, type FontFamilyConfig as br, type FontSize as bs, type FontSizeConfig as bt, type FontSlantConfig as bu, type FontType as bv, type FontWeightConfig as bw, type FontWeightDescriptive as bx, type FontWeightNumeric as by, type FontWidthConfig as bz, type ColorsConfig as c, type UniversalChipProps as c$, type PlatformMode as c0, type Position as c1, type PropertyToPaletteAliasMap as c2, type RadioSize as c3, type RadioValue as c4, type RadioVariant as c5, type RegionMode as c6, type Rems as c7, type ScaleConfig as c8, type ScaleEffectMap as c9, type TextStyleProps as cA, type TextTransform as cB, type TextTransformConfig as cC, type TextVariant as cD, type TransitionDelay as cE, type TransitionDuration as cF, type TransitionTiming as cG, type TShirtSize as cH, type TShirtSizeCommon as cI, type TypographyConfig as cJ, type TypographyResponsiveProperty as cK, type TypographyStyle as cL, type TypographyStyleProperty as cM, type TypographyUnitValue as cN, type UdsCssVar as cO, type Unitless as cP, type UniversalAvatarIconProps as cQ, type UniversalAvatarImageProps as cR, type UniversalAvatarProps as cS, type UniversalAvatarTextProps as cT, type UniversalBadgeProps as cU, type UniversalButtonProps as cV, type UniversalCheckboxProps as cW, type UniversalChipBaseProps as cX, type UniversalChipButtonProps as cY, type UniversalChipDismissibleProps as cZ, type UniversalChipLinkProps as c_, type ScaleModeConfig as ca, type ScaleModeForApp as cb, type ShadowColor as cc, type ShadowColorConfig as cd, type ShadowConfig as ce, type ShadowOffset as cf, type ShadowOpacity as cg, type ShadowPalette as ch, type ShadowPaletteAlias as ci, type ShadowSpreadRadius as cj, type ShadowStyleProps as ck, type ShadowTypeConfig as cl, type ShadowVariant as cm, type ShadowVariantConfig as cn, type ShadowVariantInvert as co, type ShadowVariantWithInvert as cp, type SharedPaletteAlias as cq, type SpacingConfig as cr, type SpacingStyleProps as cs, type SpectrumColor as ct, type SpectrumConfig as cu, type StateStyleProps as cv, type StyleProps as cw, type SwitchSize as cx, type TextDecorationLine as cy, type TextProperty as cz, type HueStep as d, type UniversalChipToggleProps as d0, type UniversalIconButtonProps as d1, type UniversalIconProps as d2, type UniversalImageProps as d3, type UniversalRadioGroupProps as d4, type UniversalRadioProps as d5, type UniversalSwitchProps as d6, type UniversalTokensConfigAuto as d7, type PaletteConfig as e, type ShadowPreset as f, type UniversalBoxProps as g, type UniversalStackProps as h, type UniversalDividerProps as i, type SpacingAlias as j, type UniversalMenuItemProps as k, type ButtonClassMap as l, type ButtonColorProperty as m, type ButtonColorPropertyConfig as n, type FontDeclarationItemConfig as o, type FontConfig as p, type MotionVariantSpeed as q, type MotionSpringConfigOptions as r, type MotionConfig as s, type ShadowType as t, type UniversalFormLabelProps as u, type IconPropsWithSVGProps as v, type ImagePropsWithImgProps as w, type UniversalIconSlot as x, type UniversalLinkProps as y, type UniversalTextProps as z };
|