Options
All
  • Public
  • Public/Protected
  • All
Menu

Library @swim/style

Swim Style Library

The Swim Style library implements font, color, gradient, shadow and related types and parsers.

Index

Type aliases

AnyBoxShadow

AnyBoxShadow: BoxShadow | BoxShadowInit | string | ReadonlyArray<AnyBoxShadow>

AnyColor

AnyColor: Color | ColorInit | string

AnyColorStop

AnyColorStop: ColorStop | ColorStopInit | ColorStopTuple | string

AnyExpansion

AnyExpansion: Expansion | ExpansionInit

AnyFocus

AnyFocus: Focus | FocusInit

AnyFont

AnyFont: Font | FontInit | string

AnyFontSize

AnyFontSize: AnyLength | FontSize

AnyHslColor

AnyHslColor: HslColor | HslColorInit | string

AnyLineHeight

AnyLineHeight: AnyLength | LineHeight

AnyLinearGradient

AnyLinearGradient: LinearGradient | LinearGradientInit | string

AnyLinearGradientAngle

AnyLinearGradientAngle: LinearGradientAngle | number

AnyPresence

AnyPresence: Presence | PresenceInit

AnyRgbColor

AnyRgbColor: RgbColor | RgbColorInit | string

AnyStyleValue

ColorInit

ColorStopTuple

ColorStopTuple: [AnyColor, AnyLength | null]

FontFamily

FontFamily: string | GenericFamily

FontSize

FontSize: Length | "large" | "larger" | "medium" | "small" | "smaller" | "x-large" | "x-small" | "xx-large" | "xx-small"

FontStretch

FontStretch: "normal" | "ultra-condensed" | "extra-condensed" | "semi-condensed" | "condensed" | "expanded" | "semi-expanded" | "extra-expanded" | "ultra-expanded"

FontStyle

FontStyle: "normal" | "italic" | "oblique"

FontVariant

FontVariant: "normal" | "small-caps"

FontWeight

FontWeight: "normal" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | "bold" | "bolder" | "lighter"

GenericFamily

GenericFamily: "serif" | "sans-serif" | "cursive" | "fantasy" | "monospace" | "system-ui" | "emoji" | "math" | "fangsong"

LineHeight

LineHeight: Length | "normal"

LinearGradientAngle

LinearGradientCorner

LinearGradientCorner: [LinearGradientSide, LinearGradientSide]

LinearGradientSide

LinearGradientSide: "left" | "right" | "top" | "bottom"

StyleValue

StyleValue: DateTime | Angle | Length | Font | Color | LinearGradient | BoxShadow | Transform | Interpolator<any> | number | boolean

Variables

BoxShadowInterpolator

BoxShadowInterpolator: { prototype: BoxShadowInterpolator }

Type declaration

ColorStopInterpolator

ColorStopInterpolator: { prototype: ColorStopInterpolator }

Type declaration

Const ExpansionInterpolator

ExpansionInterpolator: { prototype: Interpolator<Expansion> }

Type declaration

Const FocusInterpolator

FocusInterpolator: { prototype: Interpolator<Focus> }

Type declaration

FontFamily

FontFamily: { format: any; fromValue: any }

Type declaration

  • format: function
    • format(family: string): string
    • Parameters

      • family: string

      Returns string

  • fromValue: function
    • fromValue(value: Value): null | string | string[]
    • Parameters

      Returns null | string | string[]

FontInterpolator

FontInterpolator: { prototype: FontInterpolator }

Type declaration

FontSize

FontSize: { fromAny: any; fromValue: any }

Type declaration

  • fromAny: function
    • Parameters

      Returns FontSize

  • fromValue: function
    • Parameters

      Returns null | FontSize

Const HslColorInterpolator

HslColorInterpolator: { prototype: Interpolator<HslColor> }

Type declaration

LineHeight

LineHeight: { fromAny: any; fromValue: any }

Type declaration

  • fromAny: function
    • Parameters

      Returns LineHeight

  • fromValue: function
    • Parameters

      Returns null | LineHeight

LinearGradientInterpolator

LinearGradientInterpolator: { prototype: LinearGradientInterpolator }

Const PresenceInterpolator

PresenceInterpolator: { prototype: Interpolator<Presence> }

Type declaration

Const RgbColorInterpolator

RgbColorInterpolator: { prototype: Interpolator<RgbColor> }

Type declaration

StyleValue

StyleValue: { form: any; fromAny: any; parse: any }

Type declaration

Functions

ToAttributeString

  • ToAttributeString(value: unknown): string
  • Parameters

    • value: unknown

    Returns string

Let ToCssValue

  • ToCssValue(value: unknown): null | CSSStyleValue
  • Parameters

    • value: unknown

    Returns null | CSSStyleValue

ToStyleString

  • ToStyleString(value: unknown): string
  • Parameters

    • value: unknown

    Returns string

Generated using TypeDoc