@yahoo/uds 0.4.3 → 0.4.5
Sign up to get free protection for your applications and to get access to all the features.
- package/cli/utils/purgeCSS.test.ts +2 -9
- package/cli/utils/purgeCSS.ts +17 -19
- package/dist/{Image.native-CyJCMvgr.d.cts → Image.native-CfDCpWe_.d.cts} +1 -1
- package/dist/{Image.native-M50LC-q7.d.ts → Image.native-nwk5tr_f.d.ts} +1 -1
- package/dist/{VStack-fSE_ityd.d.ts → VStack-Bj6PfbK5.d.ts} +1 -1
- package/dist/{VStack-R8SACz7K.d.cts → VStack-D-py89Ge.d.cts} +1 -1
- package/dist/experimental/index.cjs +1 -1
- package/dist/experimental/index.d.cts +2 -2
- package/dist/experimental/index.d.ts +2 -2
- package/dist/experimental/index.js +1 -1
- package/dist/experimental/index.native.cjs +1 -1
- package/dist/experimental/index.native.d.cts +3 -3
- package/dist/experimental/index.native.d.ts +3 -3
- package/dist/experimental/index.native.js +1 -1
- package/dist/fixtures.cjs +60 -124
- package/dist/fixtures.d.ts +3 -10
- package/dist/fixtures.js +59 -123
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +21 -21
- package/dist/index.d.ts +21 -21
- package/dist/index.js +1 -1
- package/dist/{index.native-BstClKbg.d.cts → index.native-A2gCijBH.d.cts} +1 -1
- package/dist/{index.native-DtdUtCNu.d.ts → index.native-BLJdXZHY.d.ts} +1 -1
- package/dist/index.native.cjs +1 -1
- package/dist/index.native.d.cts +5 -9
- package/dist/index.native.d.ts +5 -9
- package/dist/index.native.js +1 -1
- package/dist/tailwind/plugin.cjs +1 -1
- package/dist/tailwind/plugin.d.cts +15 -2
- package/dist/tailwind/plugin.d.ts +15 -2
- package/dist/tailwind/plugin.js +1 -1
- package/dist/tailwind/purger.cjs +4 -0
- package/dist/tailwind/purger.d.cts +20 -0
- package/dist/tailwind/purger.d.ts +20 -0
- package/dist/tailwind/purger.js +4 -0
- package/dist/tailwind/tsMorph.cjs +1 -0
- package/dist/tailwind/tsMorph.d.cts +25 -0
- package/dist/tailwind/tsMorph.d.ts +25 -0
- package/dist/tailwind/tsMorph.js +1 -0
- package/dist/tokens/index.cjs +1 -1
- package/dist/tokens/index.d.cts +3 -4
- package/dist/tokens/index.d.ts +3 -4
- package/dist/tokens/index.js +1 -1
- package/dist/tokens/index.native.cjs +1 -1
- package/dist/tokens/index.native.d.cts +2 -2
- package/dist/tokens/index.native.d.ts +2 -2
- package/dist/tokens/index.native.js +1 -1
- package/dist/tokens/parseTokens.cjs +1 -1
- package/dist/tokens/parseTokens.d.cts +2 -3
- package/dist/tokens/parseTokens.d.ts +2 -3
- package/dist/tokens/parseTokens.js +1 -1
- package/dist/{types-BN1X8QcB.d.cts → types-Diou6f1Q.d.cts} +1 -2
- package/dist/{types-BN1X8QcB.d.ts → types-Diou6f1Q.d.ts} +1 -2
- package/dist/{types-DRP5tWZG.d.cts → types-Dk8fLx7L.d.cts} +2 -3
- package/dist/{types-DRP5tWZG.d.ts → types-Dk8fLx7L.d.ts} +2 -3
- package/package.json +1 -1
@@ -57,7 +57,7 @@ type AvatarSizeConfig = Record<AvatarSize, number>;
|
|
57
57
|
type AvatarShape = BorderRadius;
|
58
58
|
type IconSize = 'sm' | 'md' | 'lg';
|
59
59
|
type IconSizeConfig = Record<IconSize, number>;
|
60
|
-
type SpacingAlias = '
|
60
|
+
type SpacingAlias = '0' | 'px' | '0.5' | '1' | '1.5' | '2' | '2.5' | '3' | '3.5' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | '14' | '16' | '20' | '24' | '28' | '32' | '36' | '40' | '44' | '48' | '52' | '56' | '60' | '64' | '72' | '80' | '96';
|
61
61
|
type SpacingConfig = Record<SpacingAlias, number>;
|
62
62
|
type BorderRadius = 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'full';
|
63
63
|
type BorderRadiusConfig = Record<BorderRadius, number>;
|
@@ -86,7 +86,6 @@ type PaletteConfig = {
|
|
86
86
|
type ScaleConfig = {
|
87
87
|
avatarSizes: AvatarSizeConfig;
|
88
88
|
iconSizes: IconSizeConfig;
|
89
|
-
spacing: SpacingConfig;
|
90
89
|
borderRadius: BorderRadiusConfig;
|
91
90
|
borderWidth: BorderWidthConfig;
|
92
91
|
fontFamily: FontFamilyConfig;
|
@@ -372,4 +371,4 @@ interface UniversalTextInputProps {
|
|
372
371
|
spacingHorizontal?: SpacingAlias;
|
373
372
|
}
|
374
373
|
|
375
|
-
export { type
|
374
|
+
export { type CorePaletteAlias as $, type AvatarSizeConfig as A, type BackgroundStyleProps as B, type ColorModeForApp as C, type AlwaysPaletteAlias as D, type Animation as E, type FlexStyleProps as F, type AriaAttribute as G, type AvatarShape as H, type ImageStyleProps as I, type AvatarSize as J, type BackgroundColor as K, type LayoutStyleProps as L, type Modes as M, type BackgroundPalette as N, type BackgroundPaletteAlias as O, type BorderRadius as P, type BorderWidth as Q, type BoxShadowConfig as R, type ScaleModeForApp as S, type TextStyleProps as T, type UniversalAvatarProps as U, type ButtonSize as V, type ButtonVariant as W, type ColorModeConfig as X, type ColorsConfig as Y, type ConfigurableTextProperty as Z, type CorePalette as _, type UniversalButtonProps as a, type DataAttribute as a0, type Display as a1, type Flex as a2, type FlexAlignContent as a3, type FlexAlignItems as a4, type FlexAlignSelf as a5, type FlexBasis as a6, type FlexDirection as a7, type FlexGrow as a8, type FlexJustifyContent as a9, type Position as aA, type RegionMode as aB, type ScaleConfig as aC, type ScaleModeConfig as aD, type SpacingAlias as aE, type SpacingConfig as aF, type SpectrumColor as aG, type SpectrumConfig as aH, type StateStyleProps as aI, type TextTransform as aJ, type TextVariant as aK, type TransitionDelay as aL, type TransitionDuration as aM, type TransitionTiming as aN, type UniversalTextInputProps as aO, type FlexShrink as aa, type FlexWrap as ab, type FontFamilyGlobalAlias as ac, type FontSize as ad, type FontWeightDescriptive as ae, type FontWeightNumeric as af, type ForegroundColor as ag, type ForegroundPalette as ah, type ForegroundPaletteAlias as ai, type HighContrastMode as aj, type Hue as ak, type HueStep as al, type IconName as am, type IconSize as an, type LetterSpacing as ao, type LineClampAlias as ap, type LineColor as aq, type LineHeight as ar, type LinePalette as as, type LinePaletteAlias as at, type Overflow as au, type Palette as av, type PaletteConfig as aw, type PaletteType as ax, type PaletteValue as ay, type PlatformMode as az, type UniversalPressableProps as b, type UniversalIconButtonProps as c, type UniversalImageProps as d, type UniversalBoxProps as e, type UniversalStackProps as f, type UniversalTextProps as g, type UniversalIconProps as h, type ColorMode as i, type ScaleMode as j, type UniversalTokensConfig as k, type BorderStyleProps as l, type SpacingStyleProps as m, type CustomSizingStyleProps as n, type IconSizeConfig as o, type BorderRadiusConfig as p, type BorderWidthConfig as q, type FontFamilyConfig as r, type FontSizeConfig as s, type FontWeightConfig as t, type LineHeightConfig as u, type TextTransformConfig as v, type FontFamilyGlobalConfig as w, type StyleProps as x, alwaysPalette as y, type AlwaysPalette as z };
|