SYMBOL INDEX (1489 symbols across 36 files) FILE: .task/build-csstype.js class ModifiedString (line 47) | class ModifiedString extends String { method replace (line 48) | replace(matcher, replacer) { method withAddedColorFunctions (line 55) | get withAddedColorFunctions() { method withAddedLicense (line 62) | get withAddedLicense() { method withCamelCasedColors (line 71) | get withCamelCasedColors() { method withFixedColorScheme (line 86) | get withFixedColorScheme() { method withFixedFontFamily (line 93) | get withFixedFontFamily() { method withFixedNestingSelectors (line 100) | get withFixedNestingSelectors() { method withFixedProperties (line 119) | get withFixedProperties() { method withFixedPropertyAtRule (line 141) | get withFixedPropertyAtRule() { method withFixedMatchingSelector (line 151) | get withFixedMatchingSelector() { method withFixedStretchValue (line 158) | get withFixedStretchValue() { method withFixedSystemColor (line 165) | get withFixedSystemColor() { method withoutGenericTyping (line 177) | get withoutGenericTyping() { method withoutBrowserComments (line 190) | get withoutBrowserComments() { method withoutImplicitGlobals (line 197) | get withoutImplicitGlobals() { method withoutNarrowingPatch (line 204) | get withoutNarrowingPatch() { method withoutNeverInChain (line 228) | get withoutNeverInChain() { method withoutPropertyValueTyping (line 235) | get withoutPropertyValueTyping() { method withoutTrailingSpace (line 242) | get withoutTrailingSpace() { method withoutVendorTyping (line 252) | get withoutVendorTyping() { FILE: .task/build.js method transform (line 23) | async transform(code, smap) { method transform (line 35) | async transform(code, smap) { method transform (line 53) | async transform(code, smap) { FILE: .task/internal/expect.js function expect (line 3) | function expect(actual) { function toBeInstanceOf (line 26) | function toBeInstanceOf(actual, expected) { function toNotBeInstanceOf (line 39) | function toNotBeInstanceOf(actual, expected) { function toThrow (line 52) | async function toThrow(actualFunction, expected) { function toNotThrow (line 72) | async function toNotThrow(actualFunction, expected) { FILE: .task/internal/fs.js method readFileJson (line 26) | async readFileJson(/** @type {import('fs').PathLike | fs.FileHandle} */ ... FILE: .task/internal/js.js method clone (line 162) | clone(overrides) { method find (line 187) | find(type, call) { method parent (line 208) | parent() { method parentNode (line 216) | parentNode() { method keyOfParent (line 230) | keyOfParent() { method keyOfParentNode (line 238) | keyOfParentNode() { method remove (line 253) | remove() { method replaceWith (line 262) | replaceWith(...nodes) { method toString (line 278) | toString() { FILE: .task/internal/url.js class URL (line 3) | class URL extends globalThis.URL { method to (line 4) | to(/** @type {string[]} */ ...segments) { method includes (line 8) | includes(/** @type {string} */ searchString, position = 0) { method endsWith (line 12) | endsWith(/** @type {string} */ searchString, length = this.href.length) { method dir (line 16) | get dir() { method ospathname (line 20) | get ospathname() { method from (line 24) | static from(/** @type {string | globalThis.URL} */ segment, /** @type ... FILE: packages/core/src/ThemeToken.js class ThemeToken (line 3) | class ThemeToken { method constructor (line 4) | constructor(token, value, scale, prefix) { method computedValue (line 11) | get computedValue() { method variable (line 15) | get variable() { method toString (line 19) | toString() { FILE: packages/core/src/createStitches.js method reset (line 47) | reset() { FILE: packages/core/src/features/createTheme.js method className (line 58) | get className() { FILE: packages/core/src/features/keyframes.js method name (line 37) | get name() { FILE: packages/core/src/sheet.js method insertRule (line 126) | insertRule(cssText, index) { method cssText (line 132) | get cssText() { function injector (line 207) | function injector() { FILE: packages/core/src/utility/index.d.ts type Primitive (line 1) | type Primitive = string | number | bigint | boolean | symbol type Optional (line 2) | type Optional = Primitive | void type Try (line 3) | type Try = T1 extends T2 ? T4 : T3 type ToString (line 5) | type ToString = `${T1}` type ToTailDashed (line 6) | type ToTailDashed = T1 extends '' ? '' : `${T1}-` FILE: packages/core/types/config.d.ts type Prefix (line 7) | type Prefix = T extends string ? T: string type Media (line 10) | type Media = { type Theme (line 15) | type Theme = { type ThemeMap (line 37) | type ThemeMap = { type Utils (line 42) | type Utils = { type DefaultThemeMap (line 50) | interface DefaultThemeMap { type CreateStitches (line 194) | type CreateStitches = { FILE: packages/core/types/css-util.d.ts type CSSProperties (line 9) | interface CSSProperties extends Native.StandardLonghandProperties, Nativ... type ValueByPropertyName (line 11) | type ValueByPropertyName = PropertyName extends keyof CSSP... type TokenByPropertyName (line 13) | type TokenByPropertyName = PropertyName e... type TokenByScaleName (line 15) | type TokenByScaleName = ScaleName extends keyof Theme ... type CSS (line 18) | type CSS< type $$PropertyValue (line 109) | type $$PropertyValue = typeof $$PropertyValue type $$ScaleValue (line 115) | type $$ScaleValue = typeof $$ScaleValue type $$ThemeValue (line 119) | type $$ThemeValue = typeof $$ThemeValue type WithPropertyValue (line 122) | type WithPropertyValue = { type WithScaleValue (line 125) | type WithScaleValue = { FILE: packages/core/types/css.d.ts type StandardLonghandProperties (line 27) | interface StandardLonghandProperties { type StandardShorthandProperties (line 3165) | interface StandardShorthandProperties { type StandardProperties (line 3504) | interface StandardProperties type SvgProperties (line 3509) | interface SvgProperties { type Properties (line 3572) | interface Properties type StandardLonghandPropertiesHyphen (line 3576) | interface StandardLonghandPropertiesHyphen { type StandardShorthandPropertiesHyphen (line 6714) | interface StandardShorthandPropertiesHyphen { type StandardPropertiesHyphen (line 7053) | interface StandardPropertiesHyphen type SvgPropertiesHyphen (line 7058) | interface SvgPropertiesHyphen { type PropertiesHyphen (line 7121) | interface PropertiesHyphen type StandardLonghandPropertiesFallback (line 7125) | type StandardLonghandPropertiesFallback = { type StandardShorthandPropertiesFallback (line 7129) | type StandardShorthandPropertiesFallback = { type StandardPropertiesFallback (line 7133) | interface StandardPropertiesFallback type SvgPropertiesFallback (line 7138) | type SvgPropertiesFallback = { type PropertiesFallback (line 7142) | interface PropertiesFallback type StandardLonghandPropertiesHyphenFallback (line 7146) | type StandardLonghandPropertiesHyphenFallback = { type StandardShorthandPropertiesHyphenFallback (line 7150) | type StandardShorthandPropertiesHyphenFallback = { type StandardPropertiesHyphenFallback (line 7154) | interface StandardPropertiesHyphenFallback type SvgPropertiesHyphenFallback (line 7159) | type SvgPropertiesHyphenFallback = { type PropertiesHyphenFallback (line 7163) | interface PropertiesHyphenFallback type AtRules (line 7167) | type AtRules = type AdvancedPseudos (line 7182) | type AdvancedPseudos = type SimplePseudos (line 7200) | type SimplePseudos = type Pseudos (line 7268) | type Pseudos = AdvancedPseudos | SimplePseudos; type HtmlAttributes (line 7270) | type HtmlAttributes = type SvgAttributes (line 7496) | type SvgAttributes = type Globals (line 7742) | type Globals = "inherit" | "initial" | "revert" | "unset"; type OnlyObject (line 7744) | type OnlyObject = Record type OnlyNumber (line 7746) | type OnlyNumber = number & OnlyObject type OnlyString (line 7748) | type OnlyString = string & OnlyObject type OnlyStringNumeric (line 7750) | type OnlyStringNumeric = (number | string) & OnlyObject type AlignContent (line 7753) | type AlignContent = DataType.ContentDistribution | DataType.ContentPosit... type AlignItems (line 7755) | type AlignItems = DataType.SelfPosition | "baseline" | "normal" | "stret... type AlignSelf (line 7757) | type AlignSelf = DataType.SelfPosition | "auto" | "baseline" | "normal" ... type AlignTracks (line 7759) | type AlignTracks = DataType.ContentDistribution | DataType.ContentPositi... type All (line 7761) | type All = never; type Animation (line 7763) | type Animation = DataType.SingleAnimation | OnlyString; type AnimationDelay (line 7765) | type AnimationDelay = never | OnlyString; type AnimationDirection (line 7767) | type AnimationDirection = DataType.SingleAnimationDirection | OnlyString; type AnimationDuration (line 7769) | type AnimationDuration = never | OnlyString; type AnimationFillMode (line 7771) | type AnimationFillMode = DataType.SingleAnimationFillMode | OnlyString; type AnimationIterationCount (line 7773) | type AnimationIterationCount = "infinite" | OnlyStringNumeric; type AnimationName (line 7775) | type AnimationName = "none" | OnlyString; type AnimationPlayState (line 7777) | type AnimationPlayState = "paused" | "running" | OnlyString; type AnimationTimingFunction (line 7779) | type AnimationTimingFunction = DataType.EasingFunction | OnlyString; type Appearance (line 7781) | type Appearance = DataType.CompatAuto | "auto" | "menulist-button" | "no... type AspectRatio (line 7783) | type AspectRatio = "auto" | OnlyString; type Azimuth (line 7785) | type Azimuth = type BackdropFilter (line 7800) | type BackdropFilter = "none" | OnlyString; type BackfaceVisibility (line 7802) | type BackfaceVisibility = "hidden" | "visible"; type Background (line 7804) | type Background = DataType.FinalBgLayer | OnlyString; type BackgroundAttachment (line 7806) | type BackgroundAttachment = DataType.Attachment | OnlyString; type BackgroundBlendMode (line 7808) | type BackgroundBlendMode = DataType.BlendMode | OnlyString; type BackgroundClip (line 7810) | type BackgroundClip = DataType.Box | OnlyString; type BackgroundColor (line 7812) | type BackgroundColor = DataType.Color; type BackgroundImage (line 7814) | type BackgroundImage = "none" | OnlyString; type BackgroundOrigin (line 7816) | type BackgroundOrigin = DataType.Box | OnlyString; type BackgroundPosition (line 7818) | type BackgroundPosition = DataType.BgPosition | OnlyString; type BackgroundPositionX (line 7820) | type BackgroundPositionX = "center" | "left" | "right" | "x-end" | "x-st... type BackgroundPositionY (line 7822) | type BackgroundPositionY = "bottom" | "center" | "top" | "y-end" | "y-st... type BackgroundRepeat (line 7824) | type BackgroundRepeat = DataType.RepeatStyle | OnlyString; type BackgroundSize (line 7826) | type BackgroundSize = DataType.BgSize | OnlyString; type BlockOverflow (line 7828) | type BlockOverflow = "clip" | "ellipsis" | OnlyString; type BlockSize (line 7830) | type BlockSize = type Border (line 7839) | type Border = DataType.LineWidth | DataType.LineStyle | DataType.Color |... type BorderBlock (line 7841) | type BorderBlock = DataType.LineWidth | DataType.LineStyle | DataType.Co... type BorderBlockColor (line 7843) | type BorderBlockColor = DataType.Color | OnlyString; type BorderBlockEnd (line 7845) | type BorderBlockEnd = DataType.LineWidth | DataType.LineStyle | DataType... type BorderBlockEndColor (line 7847) | type BorderBlockEndColor = DataType.Color; type BorderBlockEndStyle (line 7849) | type BorderBlockEndStyle = DataType.LineStyle; type BorderBlockEndWidth (line 7851) | type BorderBlockEndWidth = DataType.LineWidth; type BorderBlockStart (line 7853) | type BorderBlockStart = DataType.LineWidth | DataType.LineStyle | DataTy... type BorderBlockStartColor (line 7855) | type BorderBlockStartColor = DataType.Color; type BorderBlockStartStyle (line 7857) | type BorderBlockStartStyle = DataType.LineStyle; type BorderBlockStartWidth (line 7859) | type BorderBlockStartWidth = DataType.LineWidth; type BorderBlockStyle (line 7861) | type BorderBlockStyle = DataType.LineStyle; type BorderBlockWidth (line 7863) | type BorderBlockWidth = DataType.LineWidth; type BorderBottom (line 7865) | type BorderBottom = DataType.LineWidth | DataType.LineStyle | DataType.C... type BorderBottomColor (line 7867) | type BorderBottomColor = DataType.Color; type BorderBottomLeftRadius (line 7869) | type BorderBottomLeftRadius = OnlyStringNumeric; type BorderBottomRightRadius (line 7871) | type BorderBottomRightRadius = OnlyStringNumeric; type BorderBottomStyle (line 7873) | type BorderBottomStyle = DataType.LineStyle; type BorderBottomWidth (line 7875) | type BorderBottomWidth = DataType.LineWidth; type BorderCollapse (line 7877) | type BorderCollapse = "collapse" | "separate"; type BorderColor (line 7879) | type BorderColor = DataType.Color | OnlyString; type BorderEndEndRadius (line 7881) | type BorderEndEndRadius = OnlyStringNumeric; type BorderEndStartRadius (line 7883) | type BorderEndStartRadius = OnlyStringNumeric; type BorderImage (line 7885) | type BorderImage = "none" | "repeat" | "round" | "space" | "stretch" | O... type BorderImageOutset (line 7887) | type BorderImageOutset = OnlyStringNumeric; type BorderImageRepeat (line 7889) | type BorderImageRepeat = "repeat" | "round" | "space" | "stretch" | Only... type BorderImageSlice (line 7891) | type BorderImageSlice = OnlyStringNumeric; type BorderImageSource (line 7893) | type BorderImageSource = "none" | OnlyString; type BorderImageWidth (line 7895) | type BorderImageWidth = "auto" | OnlyStringNumeric; type BorderInline (line 7897) | type BorderInline = DataType.LineWidth | DataType.LineStyle | DataType.C... type BorderInlineColor (line 7899) | type BorderInlineColor = DataType.Color | OnlyString; type BorderInlineEnd (line 7901) | type BorderInlineEnd = DataType.LineWidth | DataType.LineStyle | DataTyp... type BorderInlineEndColor (line 7903) | type BorderInlineEndColor = DataType.Color; type BorderInlineEndStyle (line 7905) | type BorderInlineEndStyle = DataType.LineStyle; type BorderInlineEndWidth (line 7907) | type BorderInlineEndWidth = DataType.LineWidth; type BorderInlineStart (line 7909) | type BorderInlineStart = DataType.LineWidth | DataType.LineStyle | DataT... type BorderInlineStartColor (line 7911) | type BorderInlineStartColor = DataType.Color; type BorderInlineStartStyle (line 7913) | type BorderInlineStartStyle = DataType.LineStyle; type BorderInlineStartWidth (line 7915) | type BorderInlineStartWidth = DataType.LineWidth; type BorderInlineStyle (line 7917) | type BorderInlineStyle = DataType.LineStyle; type BorderInlineWidth (line 7919) | type BorderInlineWidth = DataType.LineWidth; type BorderLeft (line 7921) | type BorderLeft = DataType.LineWidth | DataType.LineStyle | DataType.Col... type BorderLeftColor (line 7923) | type BorderLeftColor = DataType.Color; type BorderLeftStyle (line 7925) | type BorderLeftStyle = DataType.LineStyle; type BorderLeftWidth (line 7927) | type BorderLeftWidth = DataType.LineWidth; type BorderRadius (line 7929) | type BorderRadius = OnlyStringNumeric; type BorderRight (line 7931) | type BorderRight = DataType.LineWidth | DataType.LineStyle | DataType.Co... type BorderRightColor (line 7933) | type BorderRightColor = DataType.Color; type BorderRightStyle (line 7935) | type BorderRightStyle = DataType.LineStyle; type BorderRightWidth (line 7937) | type BorderRightWidth = DataType.LineWidth; type BorderSpacing (line 7939) | type BorderSpacing = OnlyStringNumeric; type BorderStartEndRadius (line 7941) | type BorderStartEndRadius = OnlyStringNumeric; type BorderStartStartRadius (line 7943) | type BorderStartStartRadius = OnlyStringNumeric; type BorderStyle (line 7945) | type BorderStyle = DataType.LineStyle | OnlyString; type BorderTop (line 7947) | type BorderTop = DataType.LineWidth | DataType.LineStyle | DataType.Colo... type BorderTopColor (line 7949) | type BorderTopColor = DataType.Color; type BorderTopLeftRadius (line 7951) | type BorderTopLeftRadius = OnlyStringNumeric; type BorderTopRightRadius (line 7953) | type BorderTopRightRadius = OnlyStringNumeric; type BorderTopStyle (line 7955) | type BorderTopStyle = DataType.LineStyle; type BorderTopWidth (line 7957) | type BorderTopWidth = DataType.LineWidth; type BorderWidth (line 7959) | type BorderWidth = DataType.LineWidth | OnlyString; type Bottom (line 7961) | type Bottom = "auto" | OnlyStringNumeric; type BoxAlign (line 7963) | type BoxAlign = "baseline" | "center" | "end" | "start" | "stretch"; type BoxDecorationBreak (line 7965) | type BoxDecorationBreak = "clone" | "slice"; type BoxDirection (line 7967) | type BoxDirection = "inherit" | "normal" | "reverse"; type BoxFlex (line 7969) | type BoxFlex = OnlyNumber; type BoxFlexGroup (line 7971) | type BoxFlexGroup = OnlyNumber; type BoxLines (line 7973) | type BoxLines = "multiple" | "single"; type BoxOrdinalGroup (line 7975) | type BoxOrdinalGroup = OnlyNumber; type BoxOrient (line 7977) | type BoxOrient = "block-axis" | "horizontal" | "inherit" | "inline-axis"... type BoxPack (line 7979) | type BoxPack = "center" | "end" | "justify" | "start"; type BoxShadow (line 7981) | type BoxShadow = "none" | OnlyString; type BoxSizing (line 7983) | type BoxSizing = "border-box" | "content-box"; type BreakAfter (line 7985) | type BreakAfter = type BreakBefore (line 8001) | type BreakBefore = type BreakInside (line 8017) | type BreakInside = "auto" | "avoid" | "avoid-column" | "avoid-page" | "a... type CaptionSide (line 8019) | type CaptionSide = "block-end" | "block-start" | "bottom" | "inline-end"... type CaretColor (line 8021) | type CaretColor = DataType.Color | "auto"; type Clear (line 8023) | type Clear = "both" | "inline-end" | "inline-start" | "left" | "none" | ... type Clip (line 8025) | type Clip = "auto" | OnlyString; type ClipPath (line 8027) | type ClipPath = DataType.GeometryBox | "none" | OnlyString; type Color (line 8029) | type Color = DataType.Color; type ColorAdjust (line 8031) | type ColorAdjust = "economy" | "exact"; type ColorScheme (line 8033) | type ColorScheme = "dark" | "light" | "light dark" | "normal" | OnlyString; type ColumnCount (line 8035) | type ColumnCount = "auto" | OnlyNumber; type ColumnFill (line 8037) | type ColumnFill = "auto" | "balance"; type ColumnGap (line 8039) | type ColumnGap = "normal" | OnlyStringNumeric; type ColumnRule (line 8041) | type ColumnRule = DataType.LineWidth | DataType.LineStyle | DataType.Col... type ColumnRuleColor (line 8043) | type ColumnRuleColor = DataType.Color; type ColumnRuleStyle (line 8045) | type ColumnRuleStyle = DataType.LineStyle | OnlyString; type ColumnRuleWidth (line 8047) | type ColumnRuleWidth = DataType.LineWidth | OnlyString; type ColumnSpan (line 8049) | type ColumnSpan = "all" | "none"; type ColumnWidth (line 8051) | type ColumnWidth = number | "auto"; type Columns (line 8053) | type Columns = "auto" | OnlyStringNumeric; type Contain (line 8055) | type Contain = "content" | "layout" | "none" | "paint" | "size" | "stric... type Content (line 8057) | type Content = DataType.ContentList | "none" | "normal" | OnlyString; type ContentVisibility (line 8059) | type ContentVisibility = "auto" | "hidden" | "visible"; type CounterIncrement (line 8061) | type CounterIncrement = "none" | OnlyString; type CounterReset (line 8063) | type CounterReset = "none" | OnlyString; type CounterSet (line 8065) | type CounterSet = "none" | OnlyString; type Cursor (line 8067) | type Cursor = type Direction (line 8106) | type Direction = "ltr" | "rtl"; type Display (line 8108) | type Display = type EmptyCells (line 8118) | type EmptyCells = "hide" | "show"; type Filter (line 8120) | type Filter = "none" | OnlyString; type Flex (line 8122) | type Flex = "auto" | "content" | "stretch" | "fit-content" | "max-conten... type FlexBasis (line 8124) | type FlexBasis = type FlexDirection (line 8134) | type FlexDirection = "column" | "column-reverse" | "row" | "row-reverse"; type FlexFlow (line 8136) | type FlexFlow = "column" | "column-reverse" | "nowrap" | "row" | "row-re... type FlexGrow (line 8138) | type FlexGrow = OnlyStringNumeric; type FlexShrink (line 8140) | type FlexShrink = OnlyNumber; type FlexWrap (line 8142) | type FlexWrap = "nowrap" | "wrap" | "wrap-reverse"; type Float (line 8144) | type Float = "inline-end" | "inline-start" | "left" | "none" | "right"; type Font (line 8146) | type Font = "caption" | "icon" | "menu" | "message-box" | "small-caption... type FontFamily (line 8148) | type FontFamily = DataType.GenericFamily | OnlyString; type FontFeatureSettings (line 8150) | type FontFeatureSettings = "normal" | OnlyString; type FontKerning (line 8152) | type FontKerning = "auto" | "none" | "normal"; type FontLanguageOverride (line 8154) | type FontLanguageOverride = "normal" | OnlyString; type FontOpticalSizing (line 8156) | type FontOpticalSizing = "auto" | "none"; type FontSize (line 8158) | type FontSize = DataType.AbsoluteSize | "larger" | "smaller" | OnlyStrin... type FontSizeAdjust (line 8160) | type FontSizeAdjust = "none" | OnlyNumber; type FontSmooth (line 8162) | type FontSmooth = DataType.AbsoluteSize | number | "always" | "auto" | "... type FontStretch (line 8164) | type FontStretch = DataType.FontStretchAbsolute; type FontStyle (line 8166) | type FontStyle = "italic" | "normal" | "oblique" | OnlyString; type FontSynthesis (line 8168) | type FontSynthesis = "none" | "style" | "weight" | OnlyString; type FontVariant (line 8170) | type FontVariant = type FontVariantAlternates (line 8202) | type FontVariantAlternates = "historical-forms" | "normal" | OnlyString; type FontVariantCaps (line 8204) | type FontVariantCaps = "all-petite-caps" | "all-small-caps" | "normal" |... type FontVariantEastAsian (line 8206) | type FontVariantEastAsian = DataType.EastAsianVariantValues | "full-widt... type FontVariantLigatures (line 8208) | type FontVariantLigatures = type FontVariantNumeric (line 8221) | type FontVariantNumeric = type FontVariantPosition (line 8233) | type FontVariantPosition = "normal" | "sub" | "super"; type FontVariationSettings (line 8235) | type FontVariationSettings = "normal" | OnlyString; type FontWeight (line 8237) | type FontWeight = DataType.FontWeightAbsolute | "bolder" | "lighter"; type ForcedColorAdjust (line 8239) | type ForcedColorAdjust = "auto" | "none"; type Gap (line 8241) | type Gap = "normal" | OnlyStringNumeric; type Grid (line 8243) | type Grid = "none" | OnlyString; type GridArea (line 8245) | type GridArea = DataType.GridLine | OnlyString; type GridAutoColumns (line 8247) | type GridAutoColumns = DataType.TrackBreadth | OnlyString; type GridAutoFlow (line 8249) | type GridAutoFlow = "column" | "dense" | "row" | OnlyString; type GridAutoRows (line 8251) | type GridAutoRows = DataType.TrackBreadth | OnlyString; type GridColumn (line 8253) | type GridColumn = DataType.GridLine | OnlyString; type GridColumnEnd (line 8255) | type GridColumnEnd = DataType.GridLine; type GridColumnGap (line 8257) | type GridColumnGap = OnlyStringNumeric; type GridColumnStart (line 8259) | type GridColumnStart = DataType.GridLine; type GridGap (line 8261) | type GridGap = OnlyStringNumeric; type GridRow (line 8263) | type GridRow = DataType.GridLine | OnlyString; type GridRowEnd (line 8265) | type GridRowEnd = DataType.GridLine; type GridRowGap (line 8267) | type GridRowGap = OnlyStringNumeric; type GridRowStart (line 8269) | type GridRowStart = DataType.GridLine; type GridTemplate (line 8271) | type GridTemplate = "none" | OnlyString; type GridTemplateAreas (line 8273) | type GridTemplateAreas = "none" | OnlyString; type GridTemplateColumns (line 8275) | type GridTemplateColumns = DataType.TrackBreadth | "none" | "subgrid" | ... type GridTemplateRows (line 8277) | type GridTemplateRows = DataType.TrackBreadth | "none" | "subgrid" | Onl... type HangingPunctuation (line 8279) | type HangingPunctuation = "allow-end" | "first" | "force-end" | "last" |... type Height (line 8281) | type Height = type Hyphens (line 8290) | type Hyphens = "auto" | "manual" | "none"; type ImageOrientation (line 8292) | type ImageOrientation = "flip" | "from-image" | OnlyString; type ImageRendering (line 8294) | type ImageRendering = "auto" | "crisp-edges" | "pixelated"; type ImageResolution (line 8296) | type ImageResolution = "from-image" | OnlyString; type ImeMode (line 8298) | type ImeMode = "active" | "auto" | "disabled" | "inactive" | "normal"; type InitialLetter (line 8300) | type InitialLetter = "normal" | OnlyStringNumeric; type InlineSize (line 8302) | type InlineSize = type Inset (line 8311) | type Inset = "auto" | OnlyStringNumeric; type InsetBlock (line 8313) | type InsetBlock = "auto" | OnlyStringNumeric; type InsetBlockEnd (line 8315) | type InsetBlockEnd = "auto" | OnlyStringNumeric; type InsetBlockStart (line 8317) | type InsetBlockStart = "auto" | OnlyStringNumeric; type InsetInline (line 8319) | type InsetInline = "auto" | OnlyStringNumeric; type InsetInlineEnd (line 8321) | type InsetInlineEnd = "auto" | OnlyStringNumeric; type InsetInlineStart (line 8323) | type InsetInlineStart = "auto" | OnlyStringNumeric; type Isolation (line 8325) | type Isolation = "auto" | "isolate"; type JustifyContent (line 8327) | type JustifyContent = DataType.ContentDistribution | DataType.ContentPos... type JustifyItems (line 8329) | type JustifyItems = DataType.SelfPosition | "baseline" | "left" | "legac... type JustifySelf (line 8331) | type JustifySelf = DataType.SelfPosition | "auto" | "baseline" | "left" ... type JustifyTracks (line 8333) | type JustifyTracks = DataType.ContentDistribution | DataType.ContentPosi... type Left (line 8335) | type Left = "auto" | OnlyStringNumeric; type LetterSpacing (line 8337) | type LetterSpacing = "normal" | OnlyStringNumeric; type LineBreak (line 8339) | type LineBreak = "anywhere" | "auto" | "loose" | "normal" | "strict"; type LineClamp (line 8341) | type LineClamp = "none" | OnlyNumber; type LineHeight (line 8343) | type LineHeight = "normal" | OnlyStringNumeric; type LineHeightStep (line 8345) | type LineHeightStep = number; type ListStyle (line 8347) | type ListStyle = "inside" | "none" | "outside" | OnlyString; type ListStyleImage (line 8349) | type ListStyleImage = "none" | OnlyString; type ListStylePosition (line 8351) | type ListStylePosition = "inside" | "outside"; type ListStyleType (line 8353) | type ListStyleType = "none" | OnlyString; type Margin (line 8355) | type Margin = "auto" | OnlyStringNumeric; type MarginBlock (line 8357) | type MarginBlock = "auto" | OnlyStringNumeric; type MarginBlockEnd (line 8359) | type MarginBlockEnd = "auto" | OnlyStringNumeric; type MarginBlockStart (line 8361) | type MarginBlockStart = "auto" | OnlyStringNumeric; type MarginBottom (line 8363) | type MarginBottom = "auto" | OnlyStringNumeric; type MarginInline (line 8365) | type MarginInline = "auto" | OnlyStringNumeric; type MarginInlineEnd (line 8367) | type MarginInlineEnd = "auto" | OnlyStringNumeric; type MarginInlineStart (line 8369) | type MarginInlineStart = "auto" | OnlyStringNumeric; type MarginLeft (line 8371) | type MarginLeft = "auto" | OnlyStringNumeric; type MarginRight (line 8373) | type MarginRight = "auto" | OnlyStringNumeric; type MarginTop (line 8375) | type MarginTop = "auto" | OnlyStringNumeric; type Mask (line 8377) | type Mask = DataType.MaskLayer | OnlyString; type MaskBorder (line 8379) | type MaskBorder = "alpha" | "luminance" | "none" | "repeat" | "round" | ... type MaskBorderMode (line 8381) | type MaskBorderMode = "alpha" | "luminance"; type MaskBorderOutset (line 8383) | type MaskBorderOutset = OnlyStringNumeric; type MaskBorderRepeat (line 8385) | type MaskBorderRepeat = "repeat" | "round" | "space" | "stretch" | OnlyS... type MaskBorderSlice (line 8387) | type MaskBorderSlice = OnlyStringNumeric; type MaskBorderSource (line 8389) | type MaskBorderSource = "none" | OnlyString; type MaskBorderWidth (line 8391) | type MaskBorderWidth = "auto" | OnlyStringNumeric; type MaskClip (line 8393) | type MaskClip = DataType.GeometryBox | "no-clip" | OnlyString; type MaskComposite (line 8395) | type MaskComposite = DataType.CompositingOperator | OnlyString; type MaskImage (line 8397) | type MaskImage = "none" | OnlyString; type MaskMode (line 8399) | type MaskMode = DataType.MaskingMode | OnlyString; type MaskOrigin (line 8401) | type MaskOrigin = DataType.Box | "margin-box" | OnlyString; type MaskPosition (line 8403) | type MaskPosition = DataType.Position | OnlyString; type MaskRepeat (line 8405) | type MaskRepeat = DataType.RepeatStyle | OnlyString; type MaskSize (line 8407) | type MaskSize = DataType.BgSize | OnlyString; type MaskType (line 8409) | type MaskType = "alpha" | "luminance"; type MathStyle (line 8411) | type MathStyle = "compact" | "normal"; type MaxBlockSize (line 8413) | type MaxBlockSize = type MaxHeight (line 8422) | type MaxHeight = type MaxInlineSize (line 8432) | type MaxInlineSize = type MaxLines (line 8441) | type MaxLines = "none" | OnlyNumber; type MaxWidth (line 8443) | type MaxWidth = type MinBlockSize (line 8453) | type MinBlockSize = type MinHeight (line 8462) | type MinHeight = type MinInlineSize (line 8472) | type MinInlineSize = type MinWidth (line 8481) | type MinWidth = type MixBlendMode (line 8492) | type MixBlendMode = DataType.BlendMode; type Offset (line 8494) | type Offset = DataType.Position | DataType.GeometryBox | "auto" | "none"... type OffsetDistance (line 8496) | type OffsetDistance = OnlyStringNumeric; type OffsetPath (line 8498) | type OffsetPath = DataType.GeometryBox | "none" | OnlyString; type OffsetRotate (line 8500) | type OffsetRotate = "auto" | "reverse" | OnlyString; type ObjectFit (line 8502) | type ObjectFit = "contain" | "cover" | "fill" | "none" | "scale-down"; type ObjectPosition (line 8504) | type ObjectPosition = DataType.Position; type OffsetAnchor (line 8506) | type OffsetAnchor = DataType.Position | "auto"; type Opacity (line 8508) | type Opacity = OnlyStringNumeric; type Order (line 8510) | type Order = OnlyNumber; type Orphans (line 8512) | type Orphans = OnlyNumber; type Outline (line 8514) | type Outline = DataType.Color | DataType.LineStyle | DataType.LineWidth ... type OutlineColor (line 8516) | type OutlineColor = DataType.Color | "invert"; type OutlineOffset (line 8518) | type OutlineOffset = number; type OutlineStyle (line 8520) | type OutlineStyle = DataType.LineStyle | "auto" | OnlyString; type OutlineWidth (line 8522) | type OutlineWidth = DataType.LineWidth; type Overflow (line 8524) | type Overflow = "auto" | "clip" | "hidden" | "scroll" | "visible" | Only... type OverflowAnchor (line 8526) | type OverflowAnchor = "auto" | "none"; type OverflowBlock (line 8528) | type OverflowBlock = "auto" | "clip" | "hidden" | "scroll" | "visible"; type OverflowClipBox (line 8530) | type OverflowClipBox = "content-box" | "padding-box"; type OverflowClipMargin (line 8532) | type OverflowClipMargin = DataType.VisualBox | OnlyStringNumeric; type OverflowInline (line 8534) | type OverflowInline = "auto" | "clip" | "hidden" | "scroll" | "visible"; type OverflowWrap (line 8536) | type OverflowWrap = "anywhere" | "break-word" | "normal"; type OverflowX (line 8538) | type OverflowX = "auto" | "clip" | "hidden" | "scroll" | "visible"; type OverflowY (line 8540) | type OverflowY = "auto" | "clip" | "hidden" | "scroll" | "visible"; type OverscrollBehavior (line 8542) | type OverscrollBehavior = "auto" | "contain" | "none" | OnlyString; type OverscrollBehaviorBlock (line 8544) | type OverscrollBehaviorBlock = "auto" | "contain" | "none"; type OverscrollBehaviorInline (line 8546) | type OverscrollBehaviorInline = "auto" | "contain" | "none"; type OverscrollBehaviorX (line 8548) | type OverscrollBehaviorX = "auto" | "contain" | "none"; type OverscrollBehaviorY (line 8550) | type OverscrollBehaviorY = "auto" | "contain" | "none"; type Padding (line 8552) | type Padding = OnlyStringNumeric; type PaddingBlock (line 8554) | type PaddingBlock = OnlyStringNumeric; type PaddingBlockEnd (line 8556) | type PaddingBlockEnd = OnlyStringNumeric; type PaddingBlockStart (line 8558) | type PaddingBlockStart = OnlyStringNumeric; type PaddingBottom (line 8560) | type PaddingBottom = OnlyStringNumeric; type PaddingInline (line 8562) | type PaddingInline = OnlyStringNumeric; type PaddingInlineEnd (line 8564) | type PaddingInlineEnd = OnlyStringNumeric; type PaddingInlineStart (line 8566) | type PaddingInlineStart = OnlyStringNumeric; type PaddingLeft (line 8568) | type PaddingLeft = OnlyStringNumeric; type PaddingRight (line 8570) | type PaddingRight = OnlyStringNumeric; type PaddingTop (line 8572) | type PaddingTop = OnlyStringNumeric; type PageBreakAfter (line 8574) | type PageBreakAfter = "always" | "auto" | "avoid" | "left" | "recto" | "... type PageBreakBefore (line 8576) | type PageBreakBefore = "always" | "auto" | "avoid" | "left" | "recto" | ... type PageBreakInside (line 8578) | type PageBreakInside = "auto" | "avoid"; type PaintOrder (line 8580) | type PaintOrder = "fill" | "markers" | "normal" | "stroke" | OnlyString; type Perspective (line 8582) | type Perspective = number | "none"; type PerspectiveOrigin (line 8584) | type PerspectiveOrigin = DataType.Position; type PlaceContent (line 8586) | type PlaceContent = DataType.ContentDistribution | DataType.ContentPosit... type PlaceItems (line 8588) | type PlaceItems = DataType.SelfPosition | "baseline" | "normal" | "stret... type PlaceSelf (line 8590) | type PlaceSelf = DataType.SelfPosition | "auto" | "baseline" | "normal" ... type PointerEvents (line 8592) | type PointerEvents = "all" | "auto" | "fill" | "inherit" | "none" | "pai... type Position (line 8594) | type Position = "absolute" | "fixed" | "relative" | "static" | "sticky"; type Quotes (line 8596) | type Quotes = "auto" | "none" | OnlyString; type Resize (line 8598) | type Resize = "block" | "both" | "horizontal" | "inline" | "none" | "ver... type Right (line 8600) | type Right = "auto" | OnlyStringNumeric; type Rotate (line 8602) | type Rotate = "none" | OnlyString; type RowGap (line 8604) | type RowGap = "normal" | OnlyStringNumeric; type RubyAlign (line 8606) | type RubyAlign = "center" | "space-around" | "space-between" | "start"; type RubyMerge (line 8608) | type RubyMerge = "auto" | "collapse" | "separate"; type RubyPosition (line 8610) | type RubyPosition = "alternate" | "over" | "under" | OnlyString; type Scale (line 8612) | type Scale = "none" | OnlyStringNumeric; type ScrollBehavior (line 8614) | type ScrollBehavior = "auto" | "smooth"; type ScrollMargin (line 8616) | type ScrollMargin = OnlyStringNumeric; type ScrollMarginBlock (line 8618) | type ScrollMarginBlock = OnlyStringNumeric; type ScrollMarginBlockEnd (line 8620) | type ScrollMarginBlockEnd = number; type ScrollMarginBlockStart (line 8622) | type ScrollMarginBlockStart = number; type ScrollMarginBottom (line 8624) | type ScrollMarginBottom = number; type ScrollMarginInline (line 8626) | type ScrollMarginInline = OnlyStringNumeric; type ScrollMarginInlineEnd (line 8628) | type ScrollMarginInlineEnd = number; type ScrollMarginInlineStart (line 8630) | type ScrollMarginInlineStart = number; type ScrollMarginLeft (line 8632) | type ScrollMarginLeft = number; type ScrollMarginRight (line 8634) | type ScrollMarginRight = number; type ScrollMarginTop (line 8636) | type ScrollMarginTop = number; type ScrollPadding (line 8638) | type ScrollPadding = "auto" | OnlyStringNumeric; type ScrollPaddingBlock (line 8640) | type ScrollPaddingBlock = "auto" | OnlyStringNumeric; type ScrollPaddingBlockEnd (line 8642) | type ScrollPaddingBlockEnd = "auto" | OnlyStringNumeric; type ScrollPaddingBlockStart (line 8644) | type ScrollPaddingBlockStart = "auto" | OnlyStringNumeric; type ScrollPaddingBottom (line 8646) | type ScrollPaddingBottom = "auto" | OnlyStringNumeric; type ScrollPaddingInline (line 8648) | type ScrollPaddingInline = "auto" | OnlyStringNumeric; type ScrollPaddingInlineEnd (line 8650) | type ScrollPaddingInlineEnd = "auto" | OnlyStringNumeric; type ScrollPaddingInlineStart (line 8652) | type ScrollPaddingInlineStart = "auto" | OnlyStringNumeric; type ScrollPaddingLeft (line 8654) | type ScrollPaddingLeft = "auto" | OnlyStringNumeric; type ScrollPaddingRight (line 8656) | type ScrollPaddingRight = "auto" | OnlyStringNumeric; type ScrollPaddingTop (line 8658) | type ScrollPaddingTop = "auto" | OnlyStringNumeric; type ScrollSnapAlign (line 8660) | type ScrollSnapAlign = "center" | "end" | "none" | "start" | OnlyString; type ScrollSnapCoordinate (line 8662) | type ScrollSnapCoordinate = DataType.Position | "none" | OnlyString; type ScrollSnapDestination (line 8664) | type ScrollSnapDestination = DataType.Position; type ScrollSnapPointsX (line 8666) | type ScrollSnapPointsX = "none" | OnlyString; type ScrollSnapPointsY (line 8668) | type ScrollSnapPointsY = "none" | OnlyString; type ScrollSnapStop (line 8670) | type ScrollSnapStop = "always" | "normal"; type ScrollSnapType (line 8672) | type ScrollSnapType = "block" | "both" | "inline" | "none" | "x" | "y" |... type ScrollSnapTypeX (line 8674) | type ScrollSnapTypeX = "mandatory" | "none" | "proximity"; type ScrollSnapTypeY (line 8676) | type ScrollSnapTypeY = "mandatory" | "none" | "proximity"; type ScrollbarColor (line 8678) | type ScrollbarColor = DataType.Color | "auto" | "dark" | "light"; type ScrollbarGutter (line 8680) | type ScrollbarGutter = "always" | "auto" | "stable" | OnlyString; type MsScrollbarTrackColor (line 8682) | type MsScrollbarTrackColor = DataType.Color; type ScrollbarWidth (line 8684) | type ScrollbarWidth = "auto" | "none" | "thin"; type ShapeImageThreshold (line 8686) | type ShapeImageThreshold = OnlyStringNumeric; type ShapeMargin (line 8688) | type ShapeMargin = OnlyStringNumeric; type ShapeOutside (line 8690) | type ShapeOutside = DataType.Box | "margin-box" | "none" | OnlyString; type TabSize (line 8692) | type TabSize = number | OnlyNumber; type TableLayout (line 8694) | type TableLayout = "auto" | "fixed"; type TextAlign (line 8696) | type TextAlign = "center" | "end" | "justify" | "left" | "match-parent" ... type TextAlignLast (line 8698) | type TextAlignLast = "auto" | "center" | "end" | "justify" | "left" | "r... type TextCombineUpright (line 8700) | type TextCombineUpright = "all" | "digits" | "none" | OnlyString; type TextDecoration (line 8702) | type TextDecoration = type TextDecorationColor (line 8721) | type TextDecorationColor = DataType.Color; type TextDecorationLine (line 8723) | type TextDecorationLine = "blink" | "grammar-error" | "line-through" | "... type TextDecorationSkip (line 8725) | type TextDecorationSkip = "box-decoration" | "edges" | "leading-spaces" ... type TextDecorationSkipInk (line 8727) | type TextDecorationSkipInk = "all" | "auto" | "none"; type TextDecorationStyle (line 8729) | type TextDecorationStyle = "dashed" | "dotted" | "double" | "solid" | "w... type TextDecorationThickness (line 8731) | type TextDecorationThickness = "auto" | "from-font" | OnlyStringNumeric; type TextEmphasis (line 8733) | type TextEmphasis = DataType.Color | "circle" | "dot" | "double-circle" ... type TextEmphasisColor (line 8735) | type TextEmphasisColor = DataType.Color; type TextEmphasisPosition (line 8737) | type TextEmphasisPosition = OnlyString; type TextEmphasisStyle (line 8739) | type TextEmphasisStyle = "circle" | "dot" | "double-circle" | "filled" |... type TextIndent (line 8741) | type TextIndent = OnlyStringNumeric; type TextJustify (line 8743) | type TextJustify = "auto" | "inter-character" | "inter-word" | "none"; type TextOrientation (line 8745) | type TextOrientation = "mixed" | "sideways" | "upright"; type TextOverflow (line 8747) | type TextOverflow = "clip" | "ellipsis" | OnlyString; type TextRendering (line 8749) | type TextRendering = "auto" | "geometricPrecision" | "optimizeLegibility... type TextShadow (line 8751) | type TextShadow = "none" | OnlyString; type TextSizeAdjust (line 8753) | type TextSizeAdjust = "auto" | "none" | OnlyString; type TextTransform (line 8755) | type TextTransform = "capitalize" | "full-size-kana" | "full-width" | "l... type TextUnderlineOffset (line 8757) | type TextUnderlineOffset = "auto" | OnlyStringNumeric; type TextUnderlinePosition (line 8759) | type TextUnderlinePosition = "auto" | "from-font" | "left" | "right" | "... type Top (line 8761) | type Top = "auto" | OnlyStringNumeric; type TouchAction (line 8763) | type TouchAction = type Transform (line 8776) | type Transform = "none" | OnlyString; type TransformBox (line 8778) | type TransformBox = "border-box" | "content-box" | "fill-box" | "stroke-... type TransformOrigin (line 8780) | type TransformOrigin = "bottom" | "center" | "left" | "right" | "top" | ... type TransformStyle (line 8782) | type TransformStyle = "flat" | "preserve-3d"; type Transition (line 8784) | type Transition = DataType.SingleTransition | OnlyString; type TransitionDelay (line 8786) | type TransitionDelay = never | OnlyString; type TransitionDuration (line 8788) | type TransitionDuration = never | OnlyString; type TransitionProperty (line 8790) | type TransitionProperty = "all" | "none" | OnlyString; type TransitionTimingFunction (line 8792) | type TransitionTimingFunction = DataType.EasingFunction | OnlyString; type Translate (line 8794) | type Translate = "none" | OnlyStringNumeric; type UnicodeBidi (line 8796) | type UnicodeBidi = type UserSelect (line 8804) | type UserSelect = "all" | "auto" | "contain" | "element" | "none" | "text"; type VerticalAlign (line 8806) | type VerticalAlign = type Visibility (line 8818) | type Visibility = "collapse" | "hidden" | "visible"; type WhiteSpace (line 8820) | type WhiteSpace = "break-spaces" | "normal" | "nowrap" | "pre" | "pre-li... type Widows (line 8822) | type Widows = OnlyNumber; type Width (line 8824) | type Width = type WillChange (line 8835) | type WillChange = DataType.AnimateableFeature | "auto" | OnlyString; type WordBreak (line 8837) | type WordBreak = "break-all" | "break-word" | "keep-all" | "normal"; type WordSpacing (line 8839) | type WordSpacing = "normal" | OnlyStringNumeric; type WordWrap (line 8841) | type WordWrap = "break-word" | "normal"; type WritingMode (line 8843) | type WritingMode = "horizontal-tb" | "sideways-lr" | "sideways-rl" | "ve... type ZIndex (line 8845) | type ZIndex = "auto" | OnlyStringNumeric; type Zoom (line 8847) | type Zoom = "normal" | "reset" | OnlyStringNumeric; type MozAppearance (line 8849) | type MozAppearance = type MozBinding (line 8941) | type MozBinding = "none" | OnlyString; type MozBorderBottomColors (line 8943) | type MozBorderBottomColors = DataType.Color | "none" | OnlyString; type MozBorderLeftColors (line 8945) | type MozBorderLeftColors = DataType.Color | "none" | OnlyString; type MozBorderRightColors (line 8947) | type MozBorderRightColors = DataType.Color | "none" | OnlyString; type MozBorderTopColors (line 8949) | type MozBorderTopColors = DataType.Color | "none" | OnlyString; type MozContextProperties (line 8951) | type MozContextProperties = "fill" | "fill-opacity" | "none" | "stroke" ... type MozFloatEdge (line 8953) | type MozFloatEdge = "border-box" | "content-box" | "margin-box" | "paddi... type MozForceBrokenImageIcon (line 8955) | type MozForceBrokenImageIcon = OnlyNumber; type MozImageRegion (line 8957) | type MozImageRegion = "auto" | OnlyString; type MozOrient (line 8959) | type MozOrient = "block" | "horizontal" | "inline" | "vertical"; type MozOutlineRadius (line 8961) | type MozOutlineRadius = OnlyStringNumeric; type MozOutlineRadiusBottomleft (line 8963) | type MozOutlineRadiusBottomleft = OnlyStringNumeric; type MozOutlineRadiusBottomright (line 8965) | type MozOutlineRadiusBottomright = OnlyStringNumeric; type MozOutlineRadiusTopleft (line 8967) | type MozOutlineRadiusTopleft = OnlyStringNumeric; type MozOutlineRadiusTopright (line 8969) | type MozOutlineRadiusTopright = OnlyStringNumeric; type MozStackSizing (line 8971) | type MozStackSizing = "ignore" | "stretch-to-fit"; type MozTextBlink (line 8973) | type MozTextBlink = "blink" | "none"; type MozUserFocus (line 8975) | type MozUserFocus = "ignore" | "none" | "normal" | "select-after" | "sel... type MozUserInput (line 8977) | type MozUserInput = "auto" | "disabled" | "enabled" | "none"; type MozUserModify (line 8979) | type MozUserModify = "read-only" | "read-write" | "write-only"; type MozWindowDragging (line 8981) | type MozWindowDragging = "drag" | "no-drag"; type MozWindowShadow (line 8983) | type MozWindowShadow = "default" | "menu" | "none" | "sheet" | "tooltip"; type MsAccelerator (line 8985) | type MsAccelerator = "false" | "true"; type MsBlockProgression (line 8987) | type MsBlockProgression = "bt" | "lr" | "rl" | "tb"; type MsContentZoomChaining (line 8989) | type MsContentZoomChaining = "chained" | "none"; type MsContentZoomLimit (line 8991) | type MsContentZoomLimit = OnlyString; type MsContentZoomLimitMax (line 8993) | type MsContentZoomLimitMax = OnlyString; type MsContentZoomLimitMin (line 8995) | type MsContentZoomLimitMin = OnlyString; type MsContentZoomSnap (line 8997) | type MsContentZoomSnap = "mandatory" | "none" | "proximity" | OnlyString; type MsContentZoomSnapPoints (line 8999) | type MsContentZoomSnapPoints = OnlyString; type MsContentZoomSnapType (line 9001) | type MsContentZoomSnapType = "mandatory" | "none" | "proximity"; type MsContentZooming (line 9003) | type MsContentZooming = "none" | "zoom"; type MsFilter (line 9005) | type MsFilter = OnlyString; type MsFlowFrom (line 9007) | type MsFlowFrom = "none" | OnlyString; type MsFlowInto (line 9009) | type MsFlowInto = "none" | OnlyString; type MsGridColumns (line 9011) | type MsGridColumns = DataType.TrackBreadth | "none" | OnlyString; type MsGridRows (line 9013) | type MsGridRows = DataType.TrackBreadth | "none" | OnlyString; type MsHighContrastAdjust (line 9015) | type MsHighContrastAdjust = "auto" | "none"; type MsHyphenateLimitChars (line 9017) | type MsHyphenateLimitChars = "auto" | OnlyStringNumeric; type MsHyphenateLimitLines (line 9019) | type MsHyphenateLimitLines = "no-limit" | OnlyNumber; type MsHyphenateLimitZone (line 9021) | type MsHyphenateLimitZone = OnlyStringNumeric; type MsImeAlign (line 9023) | type MsImeAlign = "after" | "auto"; type MsOverflowStyle (line 9025) | type MsOverflowStyle = "auto" | "none" | "scrollbar"; type MsScrollChaining (line 9027) | type MsScrollChaining = "chained" | "none"; type MsScrollLimit (line 9029) | type MsScrollLimit = OnlyString; type MsScrollLimitXMax (line 9031) | type MsScrollLimitXMax = number | "auto"; type MsScrollLimitXMin (line 9033) | type MsScrollLimitXMin = number; type MsScrollLimitYMax (line 9035) | type MsScrollLimitYMax = number | "auto"; type MsScrollLimitYMin (line 9037) | type MsScrollLimitYMin = number; type MsScrollRails (line 9039) | type MsScrollRails = "none" | "railed"; type MsScrollSnapPointsX (line 9041) | type MsScrollSnapPointsX = OnlyString; type MsScrollSnapPointsY (line 9043) | type MsScrollSnapPointsY = OnlyString; type MsScrollSnapType (line 9045) | type MsScrollSnapType = "mandatory" | "none" | "proximity"; type MsScrollSnapX (line 9047) | type MsScrollSnapX = OnlyString; type MsScrollSnapY (line 9049) | type MsScrollSnapY = OnlyString; type MsScrollTranslation (line 9051) | type MsScrollTranslation = "none" | "vertical-to-horizontal"; type MsScrollbar3dlightColor (line 9053) | type MsScrollbar3dlightColor = DataType.Color; type MsScrollbarArrowColor (line 9055) | type MsScrollbarArrowColor = DataType.Color; type MsScrollbarBaseColor (line 9057) | type MsScrollbarBaseColor = DataType.Color; type MsScrollbarDarkshadowColor (line 9059) | type MsScrollbarDarkshadowColor = DataType.Color; type MsScrollbarFaceColor (line 9061) | type MsScrollbarFaceColor = DataType.Color; type MsScrollbarHighlightColor (line 9063) | type MsScrollbarHighlightColor = DataType.Color; type MsScrollbarShadowColor (line 9065) | type MsScrollbarShadowColor = DataType.Color; type MsTextAutospace (line 9067) | type MsTextAutospace = "ideograph-alpha" | "ideograph-numeric" | "ideogr... type MsTouchSelect (line 9069) | type MsTouchSelect = "grippers" | "none"; type MsUserSelect (line 9071) | type MsUserSelect = "element" | "none" | "text"; type MsWrapFlow (line 9073) | type MsWrapFlow = "auto" | "both" | "clear" | "end" | "maximum" | "start"; type MsWrapMargin (line 9075) | type MsWrapMargin = number; type MsWrapThrough (line 9077) | type MsWrapThrough = "none" | "wrap"; type WebkitAppearance (line 9079) | type WebkitAppearance = type WebkitBorderBefore (line 9129) | type WebkitBorderBefore = DataType.LineWidth | DataType.LineStyle | Data... type WebkitBorderBeforeColor (line 9131) | type WebkitBorderBeforeColor = DataType.Color; type WebkitBorderBeforeStyle (line 9133) | type WebkitBorderBeforeStyle = DataType.LineStyle | OnlyString; type WebkitBorderBeforeWidth (line 9135) | type WebkitBorderBeforeWidth = DataType.LineWidth | OnlyString; type WebkitBoxReflect (line 9137) | type WebkitBoxReflect = "above" | "below" | "left" | "right" | OnlyStrin... type WebkitLineClamp (line 9139) | type WebkitLineClamp = "none" | OnlyNumber; type WebkitMask (line 9141) | type WebkitMask = type WebkitMaskAttachment (line 9152) | type WebkitMaskAttachment = DataType.Attachment | OnlyString; type WebkitMaskClip (line 9154) | type WebkitMaskClip = DataType.Box | "border" | "content" | "padding" | ... type WebkitMaskComposite (line 9156) | type WebkitMaskComposite = DataType.CompositeStyle | OnlyString; type WebkitMaskImage (line 9158) | type WebkitMaskImage = "none" | OnlyString; type WebkitMaskOrigin (line 9160) | type WebkitMaskOrigin = DataType.Box | "border" | "content" | "padding" ... type WebkitMaskPosition (line 9162) | type WebkitMaskPosition = DataType.Position | OnlyString; type WebkitMaskPositionX (line 9164) | type WebkitMaskPositionX = "center" | "left" | "right" | OnlyStringNumeric; type WebkitMaskPositionY (line 9166) | type WebkitMaskPositionY = "bottom" | "center" | "top" | OnlyStringNumeric; type WebkitMaskRepeat (line 9168) | type WebkitMaskRepeat = DataType.RepeatStyle | OnlyString; type WebkitMaskRepeatX (line 9170) | type WebkitMaskRepeatX = "no-repeat" | "repeat" | "round" | "space"; type WebkitMaskRepeatY (line 9172) | type WebkitMaskRepeatY = "no-repeat" | "repeat" | "round" | "space"; type WebkitMaskSize (line 9174) | type WebkitMaskSize = DataType.BgSize | OnlyString; type WebkitOverflowScrolling (line 9176) | type WebkitOverflowScrolling = "auto" | "touch"; type WebkitTapHighlightColor (line 9178) | type WebkitTapHighlightColor = DataType.Color; type WebkitTextFillColor (line 9180) | type WebkitTextFillColor = DataType.Color; type WebkitTextStroke (line 9182) | type WebkitTextStroke = DataType.Color | OnlyStringNumeric; type WebkitTextStrokeColor (line 9184) | type WebkitTextStrokeColor = DataType.Color; type WebkitTextStrokeWidth (line 9186) | type WebkitTextStrokeWidth = number; type WebkitTouchCallout (line 9188) | type WebkitTouchCallout = "default" | "none"; type WebkitUserModify (line 9190) | type WebkitUserModify = "read-only" | "read-write" | "read-write-plainte... type AlignmentBaseline (line 9192) | type AlignmentBaseline = type BaselineShift (line 9206) | type BaselineShift = "baseline" | "sub" | "super" | OnlyStringNumeric; type ClipRule (line 9208) | type ClipRule = "evenodd" | "nonzero"; type ColorInterpolation (line 9210) | type ColorInterpolation = "auto" | "linearRGB" | "sRGB"; type ColorRendering (line 9212) | type ColorRendering = "auto" | "optimizeQuality" | "optimizeSpeed"; type DominantBaseline (line 9214) | type DominantBaseline = type Fill (line 9228) | type Fill = DataType.Paint; type FillOpacity (line 9230) | type FillOpacity = OnlyNumber; type FillRule (line 9232) | type FillRule = "evenodd" | "nonzero"; type FloodColor (line 9234) | type FloodColor = DataType.Color | "CurrentColor" | "hsl(" | "lab(" | "r... type FloodOpacity (line 9236) | type FloodOpacity = OnlyNumber; type GlyphOrientationVertical (line 9238) | type GlyphOrientationVertical = "auto" | OnlyStringNumeric; type LightingColor (line 9240) | type LightingColor = DataType.Color | "CurrentColor" | "hsl(" | "lab(" |... type Marker (line 9242) | type Marker = "none" | OnlyString; type MarkerEnd (line 9244) | type MarkerEnd = "none" | OnlyString; type MarkerMid (line 9246) | type MarkerMid = "none" | OnlyString; type MarkerStart (line 9248) | type MarkerStart = "none" | OnlyString; type ShapeRendering (line 9250) | type ShapeRendering = "auto" | "crispEdges" | "geometricPrecision" | "op... type StopColor (line 9252) | type StopColor = DataType.Color | "CurrentColor" | "hsl(" | "lab(" | "rg... type StopOpacity (line 9254) | type StopOpacity = OnlyNumber; type Stroke (line 9256) | type Stroke = DataType.Paint; type StrokeDasharray (line 9258) | type StrokeDasharray = DataType.Dasharray | "none"; type StrokeDashoffset (line 9260) | type StrokeDashoffset = OnlyStringNumeric; type StrokeLinecap (line 9262) | type StrokeLinecap = "butt" | "round" | "square"; type StrokeLinejoin (line 9264) | type StrokeLinejoin = "bevel" | "miter" | "round"; type StrokeMiterlimit (line 9266) | type StrokeMiterlimit = OnlyNumber; type StrokeOpacity (line 9268) | type StrokeOpacity = OnlyNumber; type StrokeWidth (line 9270) | type StrokeWidth = OnlyStringNumeric; type TextAnchor (line 9272) | type TextAnchor = "end" | "middle" | "start"; type VectorEffect (line 9274) | type VectorEffect = "non-scaling-stroke" | "none"; type CounterStyle (line 9278) | interface CounterStyle { type CounterStyleHyphen (line 9291) | interface CounterStyleHyphen { type CounterStyleFallback (line 9304) | type CounterStyleFallback = { type CounterStyleHyphenFallback (line 9308) | type CounterStyleHyphenFallback = { type FontFace (line 9312) | interface FontFace { type FontFaceHyphen (line 9331) | interface FontFaceHyphen { type FontFaceFallback (line 9349) | type FontFaceFallback = { type FontFaceHyphenFallback (line 9353) | type FontFaceHyphenFallback = { type Page (line 9357) | interface Page { type PageHyphen (line 9361) | interface PageHyphen { type PageFallback (line 9365) | type PageFallback = { type PageHyphenFallback (line 9369) | type PageHyphenFallback = { type Property (line 9373) | interface Property { type PropertyHyphen (line 9379) | interface PropertyHyphen { type PropertyFallback (line 9385) | type PropertyFallback = { type PropertyHyphenFallback (line 9389) | type PropertyHyphenFallback = { type Viewport (line 9393) | interface Viewport { type ViewportHyphen (line 9408) | interface ViewportHyphen { type ViewportFallback (line 9423) | type ViewportFallback = { type ViewportHyphenFallback (line 9427) | type ViewportHyphenFallback = { type Range (line 9431) | type Range = "auto" | "infinite" | OnlyStringNumeric; type SpeakAs (line 9433) | type SpeakAs = "auto" | "bullets" | "numbers" | "spell-out" | "words" | ... type System (line 9435) | type System = "additive" | "alphabetic" | "cyclic" | "fixed" | "numeric"... type FontFeatureSettings (line 9437) | type FontFeatureSettings = "normal" | OnlyString; type FontDisplay (line 9439) | type FontDisplay = "auto" | "block" | "fallback" | "optional" | "swap"; type FontStretch (line 9441) | type FontStretch = DataType.FontStretchAbsolute | OnlyString; type FontStyle (line 9443) | type FontStyle = "italic" | "normal" | "oblique" | OnlyString; type FontVariant (line 9445) | type FontVariant = type FontVariationSettings (line 9477) | type FontVariationSettings = "normal" | OnlyString; type FontWeight (line 9479) | type FontWeight = DataType.FontWeightAbsolute; type Size (line 9481) | type Size = DataType.PageSize | "auto" | "landscape" | "portrait" | Only... type Inherits (line 9483) | type Inherits = "false" | "true" | boolean; type Height (line 9485) | type Height = DataType.ViewportLength | OnlyString; type MaxHeight (line 9487) | type MaxHeight = DataType.ViewportLength; type MaxWidth (line 9489) | type MaxWidth = DataType.ViewportLength; type MaxZoom (line 9491) | type MaxZoom = "auto" | OnlyStringNumeric; type MinHeight (line 9493) | type MinHeight = DataType.ViewportLength; type MinWidth (line 9495) | type MinWidth = DataType.ViewportLength; type MinZoom (line 9497) | type MinZoom = "auto" | OnlyStringNumeric; type Orientation (line 9499) | type Orientation = "auto" | "landscape" | "portrait"; type UserZoom (line 9501) | type UserZoom = "fixed" | "zoom"; type ViewportFit (line 9503) | type ViewportFit = "auto" | "contain" | "cover"; type Width (line 9505) | type Width = DataType.ViewportLength | OnlyString; type Zoom (line 9507) | type Zoom = "auto" | OnlyStringNumeric; type AbsoluteSize (line 9511) | type AbsoluteSize = "large" | "medium" | "small" | "x-large" | "x-small"... type AnimateableFeature (line 9513) | type AnimateableFeature = "contents" | "scroll-position" | OnlyString; type Attachment (line 9515) | type Attachment = "fixed" | "local" | "scroll"; type BgPosition (line 9517) | type BgPosition = "bottom" | "center" | "left" | "right" | "top" | OnlyS... type BgSize (line 9519) | type BgSize = "auto" | "contain" | "cover" | OnlyStringNumeric; type BlendMode (line 9521) | type BlendMode = type Box (line 9539) | type Box = "border-box" | "content-box" | "padding-box"; type Color (line 9541) | type Color = NamedColor | SystemColor | "CurrentColor" | "hsl(" | "lab("... type CompatAuto (line 9543) | type CompatAuto = type CompositeStyle (line 9557) | type CompositeStyle = type CompositingOperator (line 9570) | type CompositingOperator = "add" | "exclude" | "intersect" | "subtract"; type ContentDistribution (line 9572) | type ContentDistribution = "space-around" | "space-between" | "space-eve... type ContentList (line 9574) | type ContentList = Quote | "contents" | OnlyString; type ContentPosition (line 9576) | type ContentPosition = "center" | "end" | "flex-end" | "flex-start" | "s... type CubicBezierTimingFunction (line 9578) | type CubicBezierTimingFunction = "ease" | "ease-in" | "ease-in-out" | "e... type Dasharray (line 9580) | type Dasharray = OnlyStringNumeric; type SystemColor (line 9582) | type SystemColor = "ActiveText" | "ButtonFace" | "ButtonText" | "ButtonB... type DisplayInside (line 9584) | type DisplayInside = "flex" | "flow" | "flow-root" | "grid" | "ruby" | "... type DisplayInternal (line 9586) | type DisplayInternal = type DisplayLegacy (line 9600) | type DisplayLegacy = "inline-block" | "inline-flex" | "inline-grid" | "i... type DisplayOutside (line 9602) | type DisplayOutside = "block" | "inline" | "run-in"; type EasingFunction (line 9604) | type EasingFunction = CubicBezierTimingFunction | StepTimingFunction | "... type EastAsianVariantValues (line 9606) | type EastAsianVariantValues = "jis04" | "jis78" | "jis83" | "jis90" | "s... type FinalBgLayer (line 9608) | type FinalBgLayer = Color | BgPosition | RepeatStyle | Attachment | Box ... type FontStretchAbsolute (line 9610) | type FontStretchAbsolute = type FontWeightAbsolute (line 9622) | type FontWeightAbsolute = "bold" | "normal" | OnlyStringNumeric; type GenericFamily (line 9624) | type GenericFamily = "cursive" | "emoji" | "fangsong" | "fantasy" | "mat... type GeometryBox (line 9626) | type GeometryBox = Box | "fill-box" | "margin-box" | "stroke-box" | "vie... type GridLine (line 9628) | type GridLine = "auto" | OnlyStringNumeric; type LineStyle (line 9630) | type LineStyle = "dashed" | "dotted" | "double" | "groove" | "hidden" | ... type LineWidth (line 9632) | type LineWidth = number | "medium" | "thick" | "thin"; type MaskLayer (line 9634) | type MaskLayer = Position | RepeatStyle | GeometryBox | CompositingOpera... type MaskingMode (line 9636) | type MaskingMode = "alpha" | "luminance" | "match-source"; type NamedColor (line 9638) | type NamedColor = type PageSize (line 9789) | type PageSize = "A3" | "A4" | "A5" | "B4" | "B5" | "JIS-B4" | "JIS-B5" |... type Paint (line 9791) | type Paint = Color | "child" | "context-fill" | "context-stroke" | "none... type Position (line 9793) | type Position = "bottom" | "center" | "left" | "right" | "top" | OnlyStr... type Quote (line 9795) | type Quote = "close-quote" | "no-close-quote" | "no-open-quote" | "open-... type RepeatStyle (line 9797) | type RepeatStyle = "no-repeat" | "repeat" | "repeat-x" | "repeat-y" | "r... type SelfPosition (line 9799) | type SelfPosition = "center" | "end" | "flex-end" | "flex-start" | "self... type SingleAnimation (line 9801) | type SingleAnimation = type SingleAnimationDirection (line 9812) | type SingleAnimationDirection = "alternate" | "alternate-reverse" | "nor... type SingleAnimationFillMode (line 9814) | type SingleAnimationFillMode = "backwards" | "both" | "forwards" | "none"; type SingleTransition (line 9816) | type SingleTransition = EasingFunction | "all" | "none" | OnlyString; type StepTimingFunction (line 9818) | type StepTimingFunction = "step-end" | "step-start" | OnlyString; type TrackBreadth (line 9820) | type TrackBreadth = "auto" | "max-content" | "min-content" | OnlyStringN... type ViewportLength (line 9822) | type ViewportLength = "auto" | OnlyStringNumeric; type VisualBox (line 9824) | type VisualBox = "border-box" | "content-box" | "padding-box"; FILE: packages/core/types/index.d.ts type CreateStitches (line 8) | type CreateStitches = Config.CreateStitches type CSSProperties (line 9) | type CSSProperties = CSSUtil.CSSProperties type DefaultThemeMap (line 10) | type DefaultThemeMap = Config.DefaultThemeMap type FontFace (line 11) | type FontFace = CSSUtil.Native.AtRule.FontFace type CSS (line 14) | type CSS< type ComponentProps (line 34) | type ComponentProps = Component extends ((...args: any[]) => ... type PropertyValue (line 37) | type PropertyValue = ( type VariantProps (line 62) | type VariantProps = Sty... FILE: packages/core/types/stitches.d.ts type RemoveIndex (line 7) | type RemoveIndex = {[k in keyof T as string extends k ? never : numbe... type CssFunctionType (line 9) | interface CssFunctionType = { FILE: packages/core/types/styled-component.d.ts type CssComponent (line 4) | interface CssComponent< type TransformProps (line 33) | type TransformProps = { type $$StyledComponentType (line 51) | type $$StyledComponentType = typeof $$StyledComponentType type $$StyledComponentProps (line 57) | type $$StyledComponentProps = typeof $$StyledComponentProps type $$StyledComponentMedia (line 63) | type $$StyledComponentMedia = typeof $$StyledComponentMedia type StyledComponentType (line 66) | type StyledComponentType = ( type StyledComponentProps (line 81) | type StyledComponentProps = ( FILE: packages/core/types/theme.d.ts type ScaleValue (line 1) | interface ScaleValue { type Token (line 8) | interface Token< FILE: packages/core/types/util.d.ts type Prefixed (line 5) | type Prefixed = `${K}${Extract = Omit & T2 type Widen (line 11) | type Widen = type String (line 23) | type String = string & Record type Index (line 26) | type Index = (number | string) & Record type Function (line 29) | type Function = (...args: any[]) => unknown type WideObject (line 32) | type WideObject = { [name in number | string]: boolean | number | string... FILE: packages/react/tests/component.js function TextComponent (line 23) | function TextComponent() { FILE: packages/react/tests/types.test.tsx type UnionProps (line 174) | type UnionProps = { type: 'single', collapsible: boolean; } | { type: 'm... FILE: packages/react/types/config.d.ts type Prefix (line 7) | type Prefix = T extends string ? T: string type Media (line 10) | type Media = { type Theme (line 15) | type Theme = { type ThemeMap (line 37) | type ThemeMap = { type Utils (line 42) | type Utils = { type DefaultThemeMap (line 50) | interface DefaultThemeMap { type CreateStitches (line 194) | type CreateStitches = { FILE: packages/react/types/css-util.d.ts type CSSProperties (line 9) | interface CSSProperties extends Native.StandardLonghandProperties, Nativ... type ValueByPropertyName (line 11) | type ValueByPropertyName = PropertyName extends keyof CSSP... type TokenByPropertyName (line 13) | type TokenByPropertyName = PropertyName e... type TokenByScaleName (line 15) | type TokenByScaleName = ScaleName extends keyof Theme ... type CSS (line 18) | type CSS< type $$PropertyValue (line 109) | type $$PropertyValue = typeof $$PropertyValue type $$ScaleValue (line 115) | type $$ScaleValue = typeof $$ScaleValue type $$ThemeValue (line 119) | type $$ThemeValue = typeof $$ThemeValue type WithPropertyValue (line 122) | type WithPropertyValue = { type WithScaleValue (line 125) | type WithScaleValue = { FILE: packages/react/types/css.d.ts type StandardLonghandProperties (line 27) | interface StandardLonghandProperties { type StandardShorthandProperties (line 3165) | interface StandardShorthandProperties { type StandardProperties (line 3504) | interface StandardProperties type SvgProperties (line 3509) | interface SvgProperties { type Properties (line 3572) | interface Properties type StandardLonghandPropertiesHyphen (line 3576) | interface StandardLonghandPropertiesHyphen { type StandardShorthandPropertiesHyphen (line 6714) | interface StandardShorthandPropertiesHyphen { type StandardPropertiesHyphen (line 7053) | interface StandardPropertiesHyphen type SvgPropertiesHyphen (line 7058) | interface SvgPropertiesHyphen { type PropertiesHyphen (line 7121) | interface PropertiesHyphen type StandardLonghandPropertiesFallback (line 7125) | type StandardLonghandPropertiesFallback = { type StandardShorthandPropertiesFallback (line 7129) | type StandardShorthandPropertiesFallback = { type StandardPropertiesFallback (line 7133) | interface StandardPropertiesFallback type SvgPropertiesFallback (line 7138) | type SvgPropertiesFallback = { type PropertiesFallback (line 7142) | interface PropertiesFallback type StandardLonghandPropertiesHyphenFallback (line 7146) | type StandardLonghandPropertiesHyphenFallback = { type StandardShorthandPropertiesHyphenFallback (line 7150) | type StandardShorthandPropertiesHyphenFallback = { type StandardPropertiesHyphenFallback (line 7154) | interface StandardPropertiesHyphenFallback type SvgPropertiesHyphenFallback (line 7159) | type SvgPropertiesHyphenFallback = { type PropertiesHyphenFallback (line 7163) | interface PropertiesHyphenFallback type AtRules (line 7167) | type AtRules = type AdvancedPseudos (line 7182) | type AdvancedPseudos = type SimplePseudos (line 7200) | type SimplePseudos = type Pseudos (line 7268) | type Pseudos = AdvancedPseudos | SimplePseudos; type HtmlAttributes (line 7270) | type HtmlAttributes = type SvgAttributes (line 7496) | type SvgAttributes = type Globals (line 7742) | type Globals = "inherit" | "initial" | "revert" | "unset"; type OnlyObject (line 7744) | type OnlyObject = Record type OnlyNumber (line 7746) | type OnlyNumber = number & OnlyObject type OnlyString (line 7748) | type OnlyString = string & OnlyObject type OnlyStringNumeric (line 7750) | type OnlyStringNumeric = (number | string) & OnlyObject type AlignContent (line 7753) | type AlignContent = DataType.ContentDistribution | DataType.ContentPosit... type AlignItems (line 7755) | type AlignItems = DataType.SelfPosition | "baseline" | "normal" | "stret... type AlignSelf (line 7757) | type AlignSelf = DataType.SelfPosition | "auto" | "baseline" | "normal" ... type AlignTracks (line 7759) | type AlignTracks = DataType.ContentDistribution | DataType.ContentPositi... type All (line 7761) | type All = never; type Animation (line 7763) | type Animation = DataType.SingleAnimation | OnlyString; type AnimationDelay (line 7765) | type AnimationDelay = never | OnlyString; type AnimationDirection (line 7767) | type AnimationDirection = DataType.SingleAnimationDirection | OnlyString; type AnimationDuration (line 7769) | type AnimationDuration = never | OnlyString; type AnimationFillMode (line 7771) | type AnimationFillMode = DataType.SingleAnimationFillMode | OnlyString; type AnimationIterationCount (line 7773) | type AnimationIterationCount = "infinite" | OnlyStringNumeric; type AnimationName (line 7775) | type AnimationName = "none" | OnlyString; type AnimationPlayState (line 7777) | type AnimationPlayState = "paused" | "running" | OnlyString; type AnimationTimingFunction (line 7779) | type AnimationTimingFunction = DataType.EasingFunction | OnlyString; type Appearance (line 7781) | type Appearance = DataType.CompatAuto | "auto" | "menulist-button" | "no... type AspectRatio (line 7783) | type AspectRatio = "auto" | OnlyString; type Azimuth (line 7785) | type Azimuth = type BackdropFilter (line 7800) | type BackdropFilter = "none" | OnlyString; type BackfaceVisibility (line 7802) | type BackfaceVisibility = "hidden" | "visible"; type Background (line 7804) | type Background = DataType.FinalBgLayer | OnlyString; type BackgroundAttachment (line 7806) | type BackgroundAttachment = DataType.Attachment | OnlyString; type BackgroundBlendMode (line 7808) | type BackgroundBlendMode = DataType.BlendMode | OnlyString; type BackgroundClip (line 7810) | type BackgroundClip = DataType.Box | OnlyString; type BackgroundColor (line 7812) | type BackgroundColor = DataType.Color; type BackgroundImage (line 7814) | type BackgroundImage = "none" | OnlyString; type BackgroundOrigin (line 7816) | type BackgroundOrigin = DataType.Box | OnlyString; type BackgroundPosition (line 7818) | type BackgroundPosition = DataType.BgPosition | OnlyString; type BackgroundPositionX (line 7820) | type BackgroundPositionX = "center" | "left" | "right" | "x-end" | "x-st... type BackgroundPositionY (line 7822) | type BackgroundPositionY = "bottom" | "center" | "top" | "y-end" | "y-st... type BackgroundRepeat (line 7824) | type BackgroundRepeat = DataType.RepeatStyle | OnlyString; type BackgroundSize (line 7826) | type BackgroundSize = DataType.BgSize | OnlyString; type BlockOverflow (line 7828) | type BlockOverflow = "clip" | "ellipsis" | OnlyString; type BlockSize (line 7830) | type BlockSize = type Border (line 7839) | type Border = DataType.LineWidth | DataType.LineStyle | DataType.Color |... type BorderBlock (line 7841) | type BorderBlock = DataType.LineWidth | DataType.LineStyle | DataType.Co... type BorderBlockColor (line 7843) | type BorderBlockColor = DataType.Color | OnlyString; type BorderBlockEnd (line 7845) | type BorderBlockEnd = DataType.LineWidth | DataType.LineStyle | DataType... type BorderBlockEndColor (line 7847) | type BorderBlockEndColor = DataType.Color; type BorderBlockEndStyle (line 7849) | type BorderBlockEndStyle = DataType.LineStyle; type BorderBlockEndWidth (line 7851) | type BorderBlockEndWidth = DataType.LineWidth; type BorderBlockStart (line 7853) | type BorderBlockStart = DataType.LineWidth | DataType.LineStyle | DataTy... type BorderBlockStartColor (line 7855) | type BorderBlockStartColor = DataType.Color; type BorderBlockStartStyle (line 7857) | type BorderBlockStartStyle = DataType.LineStyle; type BorderBlockStartWidth (line 7859) | type BorderBlockStartWidth = DataType.LineWidth; type BorderBlockStyle (line 7861) | type BorderBlockStyle = DataType.LineStyle; type BorderBlockWidth (line 7863) | type BorderBlockWidth = DataType.LineWidth; type BorderBottom (line 7865) | type BorderBottom = DataType.LineWidth | DataType.LineStyle | DataType.C... type BorderBottomColor (line 7867) | type BorderBottomColor = DataType.Color; type BorderBottomLeftRadius (line 7869) | type BorderBottomLeftRadius = OnlyStringNumeric; type BorderBottomRightRadius (line 7871) | type BorderBottomRightRadius = OnlyStringNumeric; type BorderBottomStyle (line 7873) | type BorderBottomStyle = DataType.LineStyle; type BorderBottomWidth (line 7875) | type BorderBottomWidth = DataType.LineWidth; type BorderCollapse (line 7877) | type BorderCollapse = "collapse" | "separate"; type BorderColor (line 7879) | type BorderColor = DataType.Color | OnlyString; type BorderEndEndRadius (line 7881) | type BorderEndEndRadius = OnlyStringNumeric; type BorderEndStartRadius (line 7883) | type BorderEndStartRadius = OnlyStringNumeric; type BorderImage (line 7885) | type BorderImage = "none" | "repeat" | "round" | "space" | "stretch" | O... type BorderImageOutset (line 7887) | type BorderImageOutset = OnlyStringNumeric; type BorderImageRepeat (line 7889) | type BorderImageRepeat = "repeat" | "round" | "space" | "stretch" | Only... type BorderImageSlice (line 7891) | type BorderImageSlice = OnlyStringNumeric; type BorderImageSource (line 7893) | type BorderImageSource = "none" | OnlyString; type BorderImageWidth (line 7895) | type BorderImageWidth = "auto" | OnlyStringNumeric; type BorderInline (line 7897) | type BorderInline = DataType.LineWidth | DataType.LineStyle | DataType.C... type BorderInlineColor (line 7899) | type BorderInlineColor = DataType.Color | OnlyString; type BorderInlineEnd (line 7901) | type BorderInlineEnd = DataType.LineWidth | DataType.LineStyle | DataTyp... type BorderInlineEndColor (line 7903) | type BorderInlineEndColor = DataType.Color; type BorderInlineEndStyle (line 7905) | type BorderInlineEndStyle = DataType.LineStyle; type BorderInlineEndWidth (line 7907) | type BorderInlineEndWidth = DataType.LineWidth; type BorderInlineStart (line 7909) | type BorderInlineStart = DataType.LineWidth | DataType.LineStyle | DataT... type BorderInlineStartColor (line 7911) | type BorderInlineStartColor = DataType.Color; type BorderInlineStartStyle (line 7913) | type BorderInlineStartStyle = DataType.LineStyle; type BorderInlineStartWidth (line 7915) | type BorderInlineStartWidth = DataType.LineWidth; type BorderInlineStyle (line 7917) | type BorderInlineStyle = DataType.LineStyle; type BorderInlineWidth (line 7919) | type BorderInlineWidth = DataType.LineWidth; type BorderLeft (line 7921) | type BorderLeft = DataType.LineWidth | DataType.LineStyle | DataType.Col... type BorderLeftColor (line 7923) | type BorderLeftColor = DataType.Color; type BorderLeftStyle (line 7925) | type BorderLeftStyle = DataType.LineStyle; type BorderLeftWidth (line 7927) | type BorderLeftWidth = DataType.LineWidth; type BorderRadius (line 7929) | type BorderRadius = OnlyStringNumeric; type BorderRight (line 7931) | type BorderRight = DataType.LineWidth | DataType.LineStyle | DataType.Co... type BorderRightColor (line 7933) | type BorderRightColor = DataType.Color; type BorderRightStyle (line 7935) | type BorderRightStyle = DataType.LineStyle; type BorderRightWidth (line 7937) | type BorderRightWidth = DataType.LineWidth; type BorderSpacing (line 7939) | type BorderSpacing = OnlyStringNumeric; type BorderStartEndRadius (line 7941) | type BorderStartEndRadius = OnlyStringNumeric; type BorderStartStartRadius (line 7943) | type BorderStartStartRadius = OnlyStringNumeric; type BorderStyle (line 7945) | type BorderStyle = DataType.LineStyle | OnlyString; type BorderTop (line 7947) | type BorderTop = DataType.LineWidth | DataType.LineStyle | DataType.Colo... type BorderTopColor (line 7949) | type BorderTopColor = DataType.Color; type BorderTopLeftRadius (line 7951) | type BorderTopLeftRadius = OnlyStringNumeric; type BorderTopRightRadius (line 7953) | type BorderTopRightRadius = OnlyStringNumeric; type BorderTopStyle (line 7955) | type BorderTopStyle = DataType.LineStyle; type BorderTopWidth (line 7957) | type BorderTopWidth = DataType.LineWidth; type BorderWidth (line 7959) | type BorderWidth = DataType.LineWidth | OnlyString; type Bottom (line 7961) | type Bottom = "auto" | OnlyStringNumeric; type BoxAlign (line 7963) | type BoxAlign = "baseline" | "center" | "end" | "start" | "stretch"; type BoxDecorationBreak (line 7965) | type BoxDecorationBreak = "clone" | "slice"; type BoxDirection (line 7967) | type BoxDirection = "inherit" | "normal" | "reverse"; type BoxFlex (line 7969) | type BoxFlex = OnlyNumber; type BoxFlexGroup (line 7971) | type BoxFlexGroup = OnlyNumber; type BoxLines (line 7973) | type BoxLines = "multiple" | "single"; type BoxOrdinalGroup (line 7975) | type BoxOrdinalGroup = OnlyNumber; type BoxOrient (line 7977) | type BoxOrient = "block-axis" | "horizontal" | "inherit" | "inline-axis"... type BoxPack (line 7979) | type BoxPack = "center" | "end" | "justify" | "start"; type BoxShadow (line 7981) | type BoxShadow = "none" | OnlyString; type BoxSizing (line 7983) | type BoxSizing = "border-box" | "content-box"; type BreakAfter (line 7985) | type BreakAfter = type BreakBefore (line 8001) | type BreakBefore = type BreakInside (line 8017) | type BreakInside = "auto" | "avoid" | "avoid-column" | "avoid-page" | "a... type CaptionSide (line 8019) | type CaptionSide = "block-end" | "block-start" | "bottom" | "inline-end"... type CaretColor (line 8021) | type CaretColor = DataType.Color | "auto"; type Clear (line 8023) | type Clear = "both" | "inline-end" | "inline-start" | "left" | "none" | ... type Clip (line 8025) | type Clip = "auto" | OnlyString; type ClipPath (line 8027) | type ClipPath = DataType.GeometryBox | "none" | OnlyString; type Color (line 8029) | type Color = DataType.Color; type ColorAdjust (line 8031) | type ColorAdjust = "economy" | "exact"; type ColorScheme (line 8033) | type ColorScheme = "dark" | "light" | "light dark" | "normal" | OnlyString; type ColumnCount (line 8035) | type ColumnCount = "auto" | OnlyNumber; type ColumnFill (line 8037) | type ColumnFill = "auto" | "balance"; type ColumnGap (line 8039) | type ColumnGap = "normal" | OnlyStringNumeric; type ColumnRule (line 8041) | type ColumnRule = DataType.LineWidth | DataType.LineStyle | DataType.Col... type ColumnRuleColor (line 8043) | type ColumnRuleColor = DataType.Color; type ColumnRuleStyle (line 8045) | type ColumnRuleStyle = DataType.LineStyle | OnlyString; type ColumnRuleWidth (line 8047) | type ColumnRuleWidth = DataType.LineWidth | OnlyString; type ColumnSpan (line 8049) | type ColumnSpan = "all" | "none"; type ColumnWidth (line 8051) | type ColumnWidth = number | "auto"; type Columns (line 8053) | type Columns = "auto" | OnlyStringNumeric; type Contain (line 8055) | type Contain = "content" | "layout" | "none" | "paint" | "size" | "stric... type Content (line 8057) | type Content = DataType.ContentList | "none" | "normal" | OnlyString; type ContentVisibility (line 8059) | type ContentVisibility = "auto" | "hidden" | "visible"; type CounterIncrement (line 8061) | type CounterIncrement = "none" | OnlyString; type CounterReset (line 8063) | type CounterReset = "none" | OnlyString; type CounterSet (line 8065) | type CounterSet = "none" | OnlyString; type Cursor (line 8067) | type Cursor = type Direction (line 8106) | type Direction = "ltr" | "rtl"; type Display (line 8108) | type Display = type EmptyCells (line 8118) | type EmptyCells = "hide" | "show"; type Filter (line 8120) | type Filter = "none" | OnlyString; type Flex (line 8122) | type Flex = "auto" | "content" | "stretch" | "fit-content" | "max-conten... type FlexBasis (line 8124) | type FlexBasis = type FlexDirection (line 8134) | type FlexDirection = "column" | "column-reverse" | "row" | "row-reverse"; type FlexFlow (line 8136) | type FlexFlow = "column" | "column-reverse" | "nowrap" | "row" | "row-re... type FlexGrow (line 8138) | type FlexGrow = OnlyStringNumeric; type FlexShrink (line 8140) | type FlexShrink = OnlyNumber; type FlexWrap (line 8142) | type FlexWrap = "nowrap" | "wrap" | "wrap-reverse"; type Float (line 8144) | type Float = "inline-end" | "inline-start" | "left" | "none" | "right"; type Font (line 8146) | type Font = "caption" | "icon" | "menu" | "message-box" | "small-caption... type FontFamily (line 8148) | type FontFamily = DataType.GenericFamily | OnlyString; type FontFeatureSettings (line 8150) | type FontFeatureSettings = "normal" | OnlyString; type FontKerning (line 8152) | type FontKerning = "auto" | "none" | "normal"; type FontLanguageOverride (line 8154) | type FontLanguageOverride = "normal" | OnlyString; type FontOpticalSizing (line 8156) | type FontOpticalSizing = "auto" | "none"; type FontSize (line 8158) | type FontSize = DataType.AbsoluteSize | "larger" | "smaller" | OnlyStrin... type FontSizeAdjust (line 8160) | type FontSizeAdjust = "none" | OnlyNumber; type FontSmooth (line 8162) | type FontSmooth = DataType.AbsoluteSize | number | "always" | "auto" | "... type FontStretch (line 8164) | type FontStretch = DataType.FontStretchAbsolute; type FontStyle (line 8166) | type FontStyle = "italic" | "normal" | "oblique" | OnlyString; type FontSynthesis (line 8168) | type FontSynthesis = "none" | "style" | "weight" | OnlyString; type FontVariant (line 8170) | type FontVariant = type FontVariantAlternates (line 8202) | type FontVariantAlternates = "historical-forms" | "normal" | OnlyString; type FontVariantCaps (line 8204) | type FontVariantCaps = "all-petite-caps" | "all-small-caps" | "normal" |... type FontVariantEastAsian (line 8206) | type FontVariantEastAsian = DataType.EastAsianVariantValues | "full-widt... type FontVariantLigatures (line 8208) | type FontVariantLigatures = type FontVariantNumeric (line 8221) | type FontVariantNumeric = type FontVariantPosition (line 8233) | type FontVariantPosition = "normal" | "sub" | "super"; type FontVariationSettings (line 8235) | type FontVariationSettings = "normal" | OnlyString; type FontWeight (line 8237) | type FontWeight = DataType.FontWeightAbsolute | "bolder" | "lighter"; type ForcedColorAdjust (line 8239) | type ForcedColorAdjust = "auto" | "none"; type Gap (line 8241) | type Gap = "normal" | OnlyStringNumeric; type Grid (line 8243) | type Grid = "none" | OnlyString; type GridArea (line 8245) | type GridArea = DataType.GridLine | OnlyString; type GridAutoColumns (line 8247) | type GridAutoColumns = DataType.TrackBreadth | OnlyString; type GridAutoFlow (line 8249) | type GridAutoFlow = "column" | "dense" | "row" | OnlyString; type GridAutoRows (line 8251) | type GridAutoRows = DataType.TrackBreadth | OnlyString; type GridColumn (line 8253) | type GridColumn = DataType.GridLine | OnlyString; type GridColumnEnd (line 8255) | type GridColumnEnd = DataType.GridLine; type GridColumnGap (line 8257) | type GridColumnGap = OnlyStringNumeric; type GridColumnStart (line 8259) | type GridColumnStart = DataType.GridLine; type GridGap (line 8261) | type GridGap = OnlyStringNumeric; type GridRow (line 8263) | type GridRow = DataType.GridLine | OnlyString; type GridRowEnd (line 8265) | type GridRowEnd = DataType.GridLine; type GridRowGap (line 8267) | type GridRowGap = OnlyStringNumeric; type GridRowStart (line 8269) | type GridRowStart = DataType.GridLine; type GridTemplate (line 8271) | type GridTemplate = "none" | OnlyString; type GridTemplateAreas (line 8273) | type GridTemplateAreas = "none" | OnlyString; type GridTemplateColumns (line 8275) | type GridTemplateColumns = DataType.TrackBreadth | "none" | "subgrid" | ... type GridTemplateRows (line 8277) | type GridTemplateRows = DataType.TrackBreadth | "none" | "subgrid" | Onl... type HangingPunctuation (line 8279) | type HangingPunctuation = "allow-end" | "first" | "force-end" | "last" |... type Height (line 8281) | type Height = type Hyphens (line 8290) | type Hyphens = "auto" | "manual" | "none"; type ImageOrientation (line 8292) | type ImageOrientation = "flip" | "from-image" | OnlyString; type ImageRendering (line 8294) | type ImageRendering = "auto" | "crisp-edges" | "pixelated"; type ImageResolution (line 8296) | type ImageResolution = "from-image" | OnlyString; type ImeMode (line 8298) | type ImeMode = "active" | "auto" | "disabled" | "inactive" | "normal"; type InitialLetter (line 8300) | type InitialLetter = "normal" | OnlyStringNumeric; type InlineSize (line 8302) | type InlineSize = type Inset (line 8311) | type Inset = "auto" | OnlyStringNumeric; type InsetBlock (line 8313) | type InsetBlock = "auto" | OnlyStringNumeric; type InsetBlockEnd (line 8315) | type InsetBlockEnd = "auto" | OnlyStringNumeric; type InsetBlockStart (line 8317) | type InsetBlockStart = "auto" | OnlyStringNumeric; type InsetInline (line 8319) | type InsetInline = "auto" | OnlyStringNumeric; type InsetInlineEnd (line 8321) | type InsetInlineEnd = "auto" | OnlyStringNumeric; type InsetInlineStart (line 8323) | type InsetInlineStart = "auto" | OnlyStringNumeric; type Isolation (line 8325) | type Isolation = "auto" | "isolate"; type JustifyContent (line 8327) | type JustifyContent = DataType.ContentDistribution | DataType.ContentPos... type JustifyItems (line 8329) | type JustifyItems = DataType.SelfPosition | "baseline" | "left" | "legac... type JustifySelf (line 8331) | type JustifySelf = DataType.SelfPosition | "auto" | "baseline" | "left" ... type JustifyTracks (line 8333) | type JustifyTracks = DataType.ContentDistribution | DataType.ContentPosi... type Left (line 8335) | type Left = "auto" | OnlyStringNumeric; type LetterSpacing (line 8337) | type LetterSpacing = "normal" | OnlyStringNumeric; type LineBreak (line 8339) | type LineBreak = "anywhere" | "auto" | "loose" | "normal" | "strict"; type LineClamp (line 8341) | type LineClamp = "none" | OnlyNumber; type LineHeight (line 8343) | type LineHeight = "normal" | OnlyStringNumeric; type LineHeightStep (line 8345) | type LineHeightStep = number; type ListStyle (line 8347) | type ListStyle = "inside" | "none" | "outside" | OnlyString; type ListStyleImage (line 8349) | type ListStyleImage = "none" | OnlyString; type ListStylePosition (line 8351) | type ListStylePosition = "inside" | "outside"; type ListStyleType (line 8353) | type ListStyleType = "none" | OnlyString; type Margin (line 8355) | type Margin = "auto" | OnlyStringNumeric; type MarginBlock (line 8357) | type MarginBlock = "auto" | OnlyStringNumeric; type MarginBlockEnd (line 8359) | type MarginBlockEnd = "auto" | OnlyStringNumeric; type MarginBlockStart (line 8361) | type MarginBlockStart = "auto" | OnlyStringNumeric; type MarginBottom (line 8363) | type MarginBottom = "auto" | OnlyStringNumeric; type MarginInline (line 8365) | type MarginInline = "auto" | OnlyStringNumeric; type MarginInlineEnd (line 8367) | type MarginInlineEnd = "auto" | OnlyStringNumeric; type MarginInlineStart (line 8369) | type MarginInlineStart = "auto" | OnlyStringNumeric; type MarginLeft (line 8371) | type MarginLeft = "auto" | OnlyStringNumeric; type MarginRight (line 8373) | type MarginRight = "auto" | OnlyStringNumeric; type MarginTop (line 8375) | type MarginTop = "auto" | OnlyStringNumeric; type Mask (line 8377) | type Mask = DataType.MaskLayer | OnlyString; type MaskBorder (line 8379) | type MaskBorder = "alpha" | "luminance" | "none" | "repeat" | "round" | ... type MaskBorderMode (line 8381) | type MaskBorderMode = "alpha" | "luminance"; type MaskBorderOutset (line 8383) | type MaskBorderOutset = OnlyStringNumeric; type MaskBorderRepeat (line 8385) | type MaskBorderRepeat = "repeat" | "round" | "space" | "stretch" | OnlyS... type MaskBorderSlice (line 8387) | type MaskBorderSlice = OnlyStringNumeric; type MaskBorderSource (line 8389) | type MaskBorderSource = "none" | OnlyString; type MaskBorderWidth (line 8391) | type MaskBorderWidth = "auto" | OnlyStringNumeric; type MaskClip (line 8393) | type MaskClip = DataType.GeometryBox | "no-clip" | OnlyString; type MaskComposite (line 8395) | type MaskComposite = DataType.CompositingOperator | OnlyString; type MaskImage (line 8397) | type MaskImage = "none" | OnlyString; type MaskMode (line 8399) | type MaskMode = DataType.MaskingMode | OnlyString; type MaskOrigin (line 8401) | type MaskOrigin = DataType.Box | "margin-box" | OnlyString; type MaskPosition (line 8403) | type MaskPosition = DataType.Position | OnlyString; type MaskRepeat (line 8405) | type MaskRepeat = DataType.RepeatStyle | OnlyString; type MaskSize (line 8407) | type MaskSize = DataType.BgSize | OnlyString; type MaskType (line 8409) | type MaskType = "alpha" | "luminance"; type MathStyle (line 8411) | type MathStyle = "compact" | "normal"; type MaxBlockSize (line 8413) | type MaxBlockSize = type MaxHeight (line 8422) | type MaxHeight = type MaxInlineSize (line 8432) | type MaxInlineSize = type MaxLines (line 8441) | type MaxLines = "none" | OnlyNumber; type MaxWidth (line 8443) | type MaxWidth = type MinBlockSize (line 8453) | type MinBlockSize = type MinHeight (line 8462) | type MinHeight = type MinInlineSize (line 8472) | type MinInlineSize = type MinWidth (line 8481) | type MinWidth = type MixBlendMode (line 8492) | type MixBlendMode = DataType.BlendMode; type Offset (line 8494) | type Offset = DataType.Position | DataType.GeometryBox | "auto" | "none"... type OffsetDistance (line 8496) | type OffsetDistance = OnlyStringNumeric; type OffsetPath (line 8498) | type OffsetPath = DataType.GeometryBox | "none" | OnlyString; type OffsetRotate (line 8500) | type OffsetRotate = "auto" | "reverse" | OnlyString; type ObjectFit (line 8502) | type ObjectFit = "contain" | "cover" | "fill" | "none" | "scale-down"; type ObjectPosition (line 8504) | type ObjectPosition = DataType.Position; type OffsetAnchor (line 8506) | type OffsetAnchor = DataType.Position | "auto"; type Opacity (line 8508) | type Opacity = OnlyStringNumeric; type Order (line 8510) | type Order = OnlyNumber; type Orphans (line 8512) | type Orphans = OnlyNumber; type Outline (line 8514) | type Outline = DataType.Color | DataType.LineStyle | DataType.LineWidth ... type OutlineColor (line 8516) | type OutlineColor = DataType.Color | "invert"; type OutlineOffset (line 8518) | type OutlineOffset = number; type OutlineStyle (line 8520) | type OutlineStyle = DataType.LineStyle | "auto" | OnlyString; type OutlineWidth (line 8522) | type OutlineWidth = DataType.LineWidth; type Overflow (line 8524) | type Overflow = "auto" | "clip" | "hidden" | "scroll" | "visible" | Only... type OverflowAnchor (line 8526) | type OverflowAnchor = "auto" | "none"; type OverflowBlock (line 8528) | type OverflowBlock = "auto" | "clip" | "hidden" | "scroll" | "visible"; type OverflowClipBox (line 8530) | type OverflowClipBox = "content-box" | "padding-box"; type OverflowClipMargin (line 8532) | type OverflowClipMargin = DataType.VisualBox | OnlyStringNumeric; type OverflowInline (line 8534) | type OverflowInline = "auto" | "clip" | "hidden" | "scroll" | "visible"; type OverflowWrap (line 8536) | type OverflowWrap = "anywhere" | "break-word" | "normal"; type OverflowX (line 8538) | type OverflowX = "auto" | "clip" | "hidden" | "scroll" | "visible"; type OverflowY (line 8540) | type OverflowY = "auto" | "clip" | "hidden" | "scroll" | "visible"; type OverscrollBehavior (line 8542) | type OverscrollBehavior = "auto" | "contain" | "none" | OnlyString; type OverscrollBehaviorBlock (line 8544) | type OverscrollBehaviorBlock = "auto" | "contain" | "none"; type OverscrollBehaviorInline (line 8546) | type OverscrollBehaviorInline = "auto" | "contain" | "none"; type OverscrollBehaviorX (line 8548) | type OverscrollBehaviorX = "auto" | "contain" | "none"; type OverscrollBehaviorY (line 8550) | type OverscrollBehaviorY = "auto" | "contain" | "none"; type Padding (line 8552) | type Padding = OnlyStringNumeric; type PaddingBlock (line 8554) | type PaddingBlock = OnlyStringNumeric; type PaddingBlockEnd (line 8556) | type PaddingBlockEnd = OnlyStringNumeric; type PaddingBlockStart (line 8558) | type PaddingBlockStart = OnlyStringNumeric; type PaddingBottom (line 8560) | type PaddingBottom = OnlyStringNumeric; type PaddingInline (line 8562) | type PaddingInline = OnlyStringNumeric; type PaddingInlineEnd (line 8564) | type PaddingInlineEnd = OnlyStringNumeric; type PaddingInlineStart (line 8566) | type PaddingInlineStart = OnlyStringNumeric; type PaddingLeft (line 8568) | type PaddingLeft = OnlyStringNumeric; type PaddingRight (line 8570) | type PaddingRight = OnlyStringNumeric; type PaddingTop (line 8572) | type PaddingTop = OnlyStringNumeric; type PageBreakAfter (line 8574) | type PageBreakAfter = "always" | "auto" | "avoid" | "left" | "recto" | "... type PageBreakBefore (line 8576) | type PageBreakBefore = "always" | "auto" | "avoid" | "left" | "recto" | ... type PageBreakInside (line 8578) | type PageBreakInside = "auto" | "avoid"; type PaintOrder (line 8580) | type PaintOrder = "fill" | "markers" | "normal" | "stroke" | OnlyString; type Perspective (line 8582) | type Perspective = number | "none"; type PerspectiveOrigin (line 8584) | type PerspectiveOrigin = DataType.Position; type PlaceContent (line 8586) | type PlaceContent = DataType.ContentDistribution | DataType.ContentPosit... type PlaceItems (line 8588) | type PlaceItems = DataType.SelfPosition | "baseline" | "normal" | "stret... type PlaceSelf (line 8590) | type PlaceSelf = DataType.SelfPosition | "auto" | "baseline" | "normal" ... type PointerEvents (line 8592) | type PointerEvents = "all" | "auto" | "fill" | "inherit" | "none" | "pai... type Position (line 8594) | type Position = "absolute" | "fixed" | "relative" | "static" | "sticky"; type Quotes (line 8596) | type Quotes = "auto" | "none" | OnlyString; type Resize (line 8598) | type Resize = "block" | "both" | "horizontal" | "inline" | "none" | "ver... type Right (line 8600) | type Right = "auto" | OnlyStringNumeric; type Rotate (line 8602) | type Rotate = "none" | OnlyString; type RowGap (line 8604) | type RowGap = "normal" | OnlyStringNumeric; type RubyAlign (line 8606) | type RubyAlign = "center" | "space-around" | "space-between" | "start"; type RubyMerge (line 8608) | type RubyMerge = "auto" | "collapse" | "separate"; type RubyPosition (line 8610) | type RubyPosition = "alternate" | "over" | "under" | OnlyString; type Scale (line 8612) | type Scale = "none" | OnlyStringNumeric; type ScrollBehavior (line 8614) | type ScrollBehavior = "auto" | "smooth"; type ScrollMargin (line 8616) | type ScrollMargin = OnlyStringNumeric; type ScrollMarginBlock (line 8618) | type ScrollMarginBlock = OnlyStringNumeric; type ScrollMarginBlockEnd (line 8620) | type ScrollMarginBlockEnd = number; type ScrollMarginBlockStart (line 8622) | type ScrollMarginBlockStart = number; type ScrollMarginBottom (line 8624) | type ScrollMarginBottom = number; type ScrollMarginInline (line 8626) | type ScrollMarginInline = OnlyStringNumeric; type ScrollMarginInlineEnd (line 8628) | type ScrollMarginInlineEnd = number; type ScrollMarginInlineStart (line 8630) | type ScrollMarginInlineStart = number; type ScrollMarginLeft (line 8632) | type ScrollMarginLeft = number; type ScrollMarginRight (line 8634) | type ScrollMarginRight = number; type ScrollMarginTop (line 8636) | type ScrollMarginTop = number; type ScrollPadding (line 8638) | type ScrollPadding = "auto" | OnlyStringNumeric; type ScrollPaddingBlock (line 8640) | type ScrollPaddingBlock = "auto" | OnlyStringNumeric; type ScrollPaddingBlockEnd (line 8642) | type ScrollPaddingBlockEnd = "auto" | OnlyStringNumeric; type ScrollPaddingBlockStart (line 8644) | type ScrollPaddingBlockStart = "auto" | OnlyStringNumeric; type ScrollPaddingBottom (line 8646) | type ScrollPaddingBottom = "auto" | OnlyStringNumeric; type ScrollPaddingInline (line 8648) | type ScrollPaddingInline = "auto" | OnlyStringNumeric; type ScrollPaddingInlineEnd (line 8650) | type ScrollPaddingInlineEnd = "auto" | OnlyStringNumeric; type ScrollPaddingInlineStart (line 8652) | type ScrollPaddingInlineStart = "auto" | OnlyStringNumeric; type ScrollPaddingLeft (line 8654) | type ScrollPaddingLeft = "auto" | OnlyStringNumeric; type ScrollPaddingRight (line 8656) | type ScrollPaddingRight = "auto" | OnlyStringNumeric; type ScrollPaddingTop (line 8658) | type ScrollPaddingTop = "auto" | OnlyStringNumeric; type ScrollSnapAlign (line 8660) | type ScrollSnapAlign = "center" | "end" | "none" | "start" | OnlyString; type ScrollSnapCoordinate (line 8662) | type ScrollSnapCoordinate = DataType.Position | "none" | OnlyString; type ScrollSnapDestination (line 8664) | type ScrollSnapDestination = DataType.Position; type ScrollSnapPointsX (line 8666) | type ScrollSnapPointsX = "none" | OnlyString; type ScrollSnapPointsY (line 8668) | type ScrollSnapPointsY = "none" | OnlyString; type ScrollSnapStop (line 8670) | type ScrollSnapStop = "always" | "normal"; type ScrollSnapType (line 8672) | type ScrollSnapType = "block" | "both" | "inline" | "none" | "x" | "y" |... type ScrollSnapTypeX (line 8674) | type ScrollSnapTypeX = "mandatory" | "none" | "proximity"; type ScrollSnapTypeY (line 8676) | type ScrollSnapTypeY = "mandatory" | "none" | "proximity"; type ScrollbarColor (line 8678) | type ScrollbarColor = DataType.Color | "auto" | "dark" | "light"; type ScrollbarGutter (line 8680) | type ScrollbarGutter = "always" | "auto" | "stable" | OnlyString; type MsScrollbarTrackColor (line 8682) | type MsScrollbarTrackColor = DataType.Color; type ScrollbarWidth (line 8684) | type ScrollbarWidth = "auto" | "none" | "thin"; type ShapeImageThreshold (line 8686) | type ShapeImageThreshold = OnlyStringNumeric; type ShapeMargin (line 8688) | type ShapeMargin = OnlyStringNumeric; type ShapeOutside (line 8690) | type ShapeOutside = DataType.Box | "margin-box" | "none" | OnlyString; type TabSize (line 8692) | type TabSize = number | OnlyNumber; type TableLayout (line 8694) | type TableLayout = "auto" | "fixed"; type TextAlign (line 8696) | type TextAlign = "center" | "end" | "justify" | "left" | "match-parent" ... type TextAlignLast (line 8698) | type TextAlignLast = "auto" | "center" | "end" | "justify" | "left" | "r... type TextCombineUpright (line 8700) | type TextCombineUpright = "all" | "digits" | "none" | OnlyString; type TextDecoration (line 8702) | type TextDecoration = type TextDecorationColor (line 8721) | type TextDecorationColor = DataType.Color; type TextDecorationLine (line 8723) | type TextDecorationLine = "blink" | "grammar-error" | "line-through" | "... type TextDecorationSkip (line 8725) | type TextDecorationSkip = "box-decoration" | "edges" | "leading-spaces" ... type TextDecorationSkipInk (line 8727) | type TextDecorationSkipInk = "all" | "auto" | "none"; type TextDecorationStyle (line 8729) | type TextDecorationStyle = "dashed" | "dotted" | "double" | "solid" | "w... type TextDecorationThickness (line 8731) | type TextDecorationThickness = "auto" | "from-font" | OnlyStringNumeric; type TextEmphasis (line 8733) | type TextEmphasis = DataType.Color | "circle" | "dot" | "double-circle" ... type TextEmphasisColor (line 8735) | type TextEmphasisColor = DataType.Color; type TextEmphasisPosition (line 8737) | type TextEmphasisPosition = OnlyString; type TextEmphasisStyle (line 8739) | type TextEmphasisStyle = "circle" | "dot" | "double-circle" | "filled" |... type TextIndent (line 8741) | type TextIndent = OnlyStringNumeric; type TextJustify (line 8743) | type TextJustify = "auto" | "inter-character" | "inter-word" | "none"; type TextOrientation (line 8745) | type TextOrientation = "mixed" | "sideways" | "upright"; type TextOverflow (line 8747) | type TextOverflow = "clip" | "ellipsis" | OnlyString; type TextRendering (line 8749) | type TextRendering = "auto" | "geometricPrecision" | "optimizeLegibility... type TextShadow (line 8751) | type TextShadow = "none" | OnlyString; type TextSizeAdjust (line 8753) | type TextSizeAdjust = "auto" | "none" | OnlyString; type TextTransform (line 8755) | type TextTransform = "capitalize" | "full-size-kana" | "full-width" | "l... type TextUnderlineOffset (line 8757) | type TextUnderlineOffset = "auto" | OnlyStringNumeric; type TextUnderlinePosition (line 8759) | type TextUnderlinePosition = "auto" | "from-font" | "left" | "right" | "... type Top (line 8761) | type Top = "auto" | OnlyStringNumeric; type TouchAction (line 8763) | type TouchAction = type Transform (line 8776) | type Transform = "none" | OnlyString; type TransformBox (line 8778) | type TransformBox = "border-box" | "content-box" | "fill-box" | "stroke-... type TransformOrigin (line 8780) | type TransformOrigin = "bottom" | "center" | "left" | "right" | "top" | ... type TransformStyle (line 8782) | type TransformStyle = "flat" | "preserve-3d"; type Transition (line 8784) | type Transition = DataType.SingleTransition | OnlyString; type TransitionDelay (line 8786) | type TransitionDelay = never | OnlyString; type TransitionDuration (line 8788) | type TransitionDuration = never | OnlyString; type TransitionProperty (line 8790) | type TransitionProperty = "all" | "none" | OnlyString; type TransitionTimingFunction (line 8792) | type TransitionTimingFunction = DataType.EasingFunction | OnlyString; type Translate (line 8794) | type Translate = "none" | OnlyStringNumeric; type UnicodeBidi (line 8796) | type UnicodeBidi = type UserSelect (line 8804) | type UserSelect = "all" | "auto" | "contain" | "element" | "none" | "text"; type VerticalAlign (line 8806) | type VerticalAlign = type Visibility (line 8818) | type Visibility = "collapse" | "hidden" | "visible"; type WhiteSpace (line 8820) | type WhiteSpace = "break-spaces" | "normal" | "nowrap" | "pre" | "pre-li... type Widows (line 8822) | type Widows = OnlyNumber; type Width (line 8824) | type Width = type WillChange (line 8835) | type WillChange = DataType.AnimateableFeature | "auto" | OnlyString; type WordBreak (line 8837) | type WordBreak = "break-all" | "break-word" | "keep-all" | "normal"; type WordSpacing (line 8839) | type WordSpacing = "normal" | OnlyStringNumeric; type WordWrap (line 8841) | type WordWrap = "break-word" | "normal"; type WritingMode (line 8843) | type WritingMode = "horizontal-tb" | "sideways-lr" | "sideways-rl" | "ve... type ZIndex (line 8845) | type ZIndex = "auto" | OnlyStringNumeric; type Zoom (line 8847) | type Zoom = "normal" | "reset" | OnlyStringNumeric; type MozAppearance (line 8849) | type MozAppearance = type MozBinding (line 8941) | type MozBinding = "none" | OnlyString; type MozBorderBottomColors (line 8943) | type MozBorderBottomColors = DataType.Color | "none" | OnlyString; type MozBorderLeftColors (line 8945) | type MozBorderLeftColors = DataType.Color | "none" | OnlyString; type MozBorderRightColors (line 8947) | type MozBorderRightColors = DataType.Color | "none" | OnlyString; type MozBorderTopColors (line 8949) | type MozBorderTopColors = DataType.Color | "none" | OnlyString; type MozContextProperties (line 8951) | type MozContextProperties = "fill" | "fill-opacity" | "none" | "stroke" ... type MozFloatEdge (line 8953) | type MozFloatEdge = "border-box" | "content-box" | "margin-box" | "paddi... type MozForceBrokenImageIcon (line 8955) | type MozForceBrokenImageIcon = OnlyNumber; type MozImageRegion (line 8957) | type MozImageRegion = "auto" | OnlyString; type MozOrient (line 8959) | type MozOrient = "block" | "horizontal" | "inline" | "vertical"; type MozOutlineRadius (line 8961) | type MozOutlineRadius = OnlyStringNumeric; type MozOutlineRadiusBottomleft (line 8963) | type MozOutlineRadiusBottomleft = OnlyStringNumeric; type MozOutlineRadiusBottomright (line 8965) | type MozOutlineRadiusBottomright = OnlyStringNumeric; type MozOutlineRadiusTopleft (line 8967) | type MozOutlineRadiusTopleft = OnlyStringNumeric; type MozOutlineRadiusTopright (line 8969) | type MozOutlineRadiusTopright = OnlyStringNumeric; type MozStackSizing (line 8971) | type MozStackSizing = "ignore" | "stretch-to-fit"; type MozTextBlink (line 8973) | type MozTextBlink = "blink" | "none"; type MozUserFocus (line 8975) | type MozUserFocus = "ignore" | "none" | "normal" | "select-after" | "sel... type MozUserInput (line 8977) | type MozUserInput = "auto" | "disabled" | "enabled" | "none"; type MozUserModify (line 8979) | type MozUserModify = "read-only" | "read-write" | "write-only"; type MozWindowDragging (line 8981) | type MozWindowDragging = "drag" | "no-drag"; type MozWindowShadow (line 8983) | type MozWindowShadow = "default" | "menu" | "none" | "sheet" | "tooltip"; type MsAccelerator (line 8985) | type MsAccelerator = "false" | "true"; type MsBlockProgression (line 8987) | type MsBlockProgression = "bt" | "lr" | "rl" | "tb"; type MsContentZoomChaining (line 8989) | type MsContentZoomChaining = "chained" | "none"; type MsContentZoomLimit (line 8991) | type MsContentZoomLimit = OnlyString; type MsContentZoomLimitMax (line 8993) | type MsContentZoomLimitMax = OnlyString; type MsContentZoomLimitMin (line 8995) | type MsContentZoomLimitMin = OnlyString; type MsContentZoomSnap (line 8997) | type MsContentZoomSnap = "mandatory" | "none" | "proximity" | OnlyString; type MsContentZoomSnapPoints (line 8999) | type MsContentZoomSnapPoints = OnlyString; type MsContentZoomSnapType (line 9001) | type MsContentZoomSnapType = "mandatory" | "none" | "proximity"; type MsContentZooming (line 9003) | type MsContentZooming = "none" | "zoom"; type MsFilter (line 9005) | type MsFilter = OnlyString; type MsFlowFrom (line 9007) | type MsFlowFrom = "none" | OnlyString; type MsFlowInto (line 9009) | type MsFlowInto = "none" | OnlyString; type MsGridColumns (line 9011) | type MsGridColumns = DataType.TrackBreadth | "none" | OnlyString; type MsGridRows (line 9013) | type MsGridRows = DataType.TrackBreadth | "none" | OnlyString; type MsHighContrastAdjust (line 9015) | type MsHighContrastAdjust = "auto" | "none"; type MsHyphenateLimitChars (line 9017) | type MsHyphenateLimitChars = "auto" | OnlyStringNumeric; type MsHyphenateLimitLines (line 9019) | type MsHyphenateLimitLines = "no-limit" | OnlyNumber; type MsHyphenateLimitZone (line 9021) | type MsHyphenateLimitZone = OnlyStringNumeric; type MsImeAlign (line 9023) | type MsImeAlign = "after" | "auto"; type MsOverflowStyle (line 9025) | type MsOverflowStyle = "auto" | "none" | "scrollbar"; type MsScrollChaining (line 9027) | type MsScrollChaining = "chained" | "none"; type MsScrollLimit (line 9029) | type MsScrollLimit = OnlyString; type MsScrollLimitXMax (line 9031) | type MsScrollLimitXMax = number | "auto"; type MsScrollLimitXMin (line 9033) | type MsScrollLimitXMin = number; type MsScrollLimitYMax (line 9035) | type MsScrollLimitYMax = number | "auto"; type MsScrollLimitYMin (line 9037) | type MsScrollLimitYMin = number; type MsScrollRails (line 9039) | type MsScrollRails = "none" | "railed"; type MsScrollSnapPointsX (line 9041) | type MsScrollSnapPointsX = OnlyString; type MsScrollSnapPointsY (line 9043) | type MsScrollSnapPointsY = OnlyString; type MsScrollSnapType (line 9045) | type MsScrollSnapType = "mandatory" | "none" | "proximity"; type MsScrollSnapX (line 9047) | type MsScrollSnapX = OnlyString; type MsScrollSnapY (line 9049) | type MsScrollSnapY = OnlyString; type MsScrollTranslation (line 9051) | type MsScrollTranslation = "none" | "vertical-to-horizontal"; type MsScrollbar3dlightColor (line 9053) | type MsScrollbar3dlightColor = DataType.Color; type MsScrollbarArrowColor (line 9055) | type MsScrollbarArrowColor = DataType.Color; type MsScrollbarBaseColor (line 9057) | type MsScrollbarBaseColor = DataType.Color; type MsScrollbarDarkshadowColor (line 9059) | type MsScrollbarDarkshadowColor = DataType.Color; type MsScrollbarFaceColor (line 9061) | type MsScrollbarFaceColor = DataType.Color; type MsScrollbarHighlightColor (line 9063) | type MsScrollbarHighlightColor = DataType.Color; type MsScrollbarShadowColor (line 9065) | type MsScrollbarShadowColor = DataType.Color; type MsTextAutospace (line 9067) | type MsTextAutospace = "ideograph-alpha" | "ideograph-numeric" | "ideogr... type MsTouchSelect (line 9069) | type MsTouchSelect = "grippers" | "none"; type MsUserSelect (line 9071) | type MsUserSelect = "element" | "none" | "text"; type MsWrapFlow (line 9073) | type MsWrapFlow = "auto" | "both" | "clear" | "end" | "maximum" | "start"; type MsWrapMargin (line 9075) | type MsWrapMargin = number; type MsWrapThrough (line 9077) | type MsWrapThrough = "none" | "wrap"; type WebkitAppearance (line 9079) | type WebkitAppearance = type WebkitBorderBefore (line 9129) | type WebkitBorderBefore = DataType.LineWidth | DataType.LineStyle | Data... type WebkitBorderBeforeColor (line 9131) | type WebkitBorderBeforeColor = DataType.Color; type WebkitBorderBeforeStyle (line 9133) | type WebkitBorderBeforeStyle = DataType.LineStyle | OnlyString; type WebkitBorderBeforeWidth (line 9135) | type WebkitBorderBeforeWidth = DataType.LineWidth | OnlyString; type WebkitBoxReflect (line 9137) | type WebkitBoxReflect = "above" | "below" | "left" | "right" | OnlyStrin... type WebkitLineClamp (line 9139) | type WebkitLineClamp = "none" | OnlyNumber; type WebkitMask (line 9141) | type WebkitMask = type WebkitMaskAttachment (line 9152) | type WebkitMaskAttachment = DataType.Attachment | OnlyString; type WebkitMaskClip (line 9154) | type WebkitMaskClip = DataType.Box | "border" | "content" | "padding" | ... type WebkitMaskComposite (line 9156) | type WebkitMaskComposite = DataType.CompositeStyle | OnlyString; type WebkitMaskImage (line 9158) | type WebkitMaskImage = "none" | OnlyString; type WebkitMaskOrigin (line 9160) | type WebkitMaskOrigin = DataType.Box | "border" | "content" | "padding" ... type WebkitMaskPosition (line 9162) | type WebkitMaskPosition = DataType.Position | OnlyString; type WebkitMaskPositionX (line 9164) | type WebkitMaskPositionX = "center" | "left" | "right" | OnlyStringNumeric; type WebkitMaskPositionY (line 9166) | type WebkitMaskPositionY = "bottom" | "center" | "top" | OnlyStringNumeric; type WebkitMaskRepeat (line 9168) | type WebkitMaskRepeat = DataType.RepeatStyle | OnlyString; type WebkitMaskRepeatX (line 9170) | type WebkitMaskRepeatX = "no-repeat" | "repeat" | "round" | "space"; type WebkitMaskRepeatY (line 9172) | type WebkitMaskRepeatY = "no-repeat" | "repeat" | "round" | "space"; type WebkitMaskSize (line 9174) | type WebkitMaskSize = DataType.BgSize | OnlyString; type WebkitOverflowScrolling (line 9176) | type WebkitOverflowScrolling = "auto" | "touch"; type WebkitTapHighlightColor (line 9178) | type WebkitTapHighlightColor = DataType.Color; type WebkitTextFillColor (line 9180) | type WebkitTextFillColor = DataType.Color; type WebkitTextStroke (line 9182) | type WebkitTextStroke = DataType.Color | OnlyStringNumeric; type WebkitTextStrokeColor (line 9184) | type WebkitTextStrokeColor = DataType.Color; type WebkitTextStrokeWidth (line 9186) | type WebkitTextStrokeWidth = number; type WebkitTouchCallout (line 9188) | type WebkitTouchCallout = "default" | "none"; type WebkitUserModify (line 9190) | type WebkitUserModify = "read-only" | "read-write" | "read-write-plainte... type AlignmentBaseline (line 9192) | type AlignmentBaseline = type BaselineShift (line 9206) | type BaselineShift = "baseline" | "sub" | "super" | OnlyStringNumeric; type ClipRule (line 9208) | type ClipRule = "evenodd" | "nonzero"; type ColorInterpolation (line 9210) | type ColorInterpolation = "auto" | "linearRGB" | "sRGB"; type ColorRendering (line 9212) | type ColorRendering = "auto" | "optimizeQuality" | "optimizeSpeed"; type DominantBaseline (line 9214) | type DominantBaseline = type Fill (line 9228) | type Fill = DataType.Paint; type FillOpacity (line 9230) | type FillOpacity = OnlyNumber; type FillRule (line 9232) | type FillRule = "evenodd" | "nonzero"; type FloodColor (line 9234) | type FloodColor = DataType.Color | "CurrentColor" | "hsl(" | "lab(" | "r... type FloodOpacity (line 9236) | type FloodOpacity = OnlyNumber; type GlyphOrientationVertical (line 9238) | type GlyphOrientationVertical = "auto" | OnlyStringNumeric; type LightingColor (line 9240) | type LightingColor = DataType.Color | "CurrentColor" | "hsl(" | "lab(" |... type Marker (line 9242) | type Marker = "none" | OnlyString; type MarkerEnd (line 9244) | type MarkerEnd = "none" | OnlyString; type MarkerMid (line 9246) | type MarkerMid = "none" | OnlyString; type MarkerStart (line 9248) | type MarkerStart = "none" | OnlyString; type ShapeRendering (line 9250) | type ShapeRendering = "auto" | "crispEdges" | "geometricPrecision" | "op... type StopColor (line 9252) | type StopColor = DataType.Color | "CurrentColor" | "hsl(" | "lab(" | "rg... type StopOpacity (line 9254) | type StopOpacity = OnlyNumber; type Stroke (line 9256) | type Stroke = DataType.Paint; type StrokeDasharray (line 9258) | type StrokeDasharray = DataType.Dasharray | "none"; type StrokeDashoffset (line 9260) | type StrokeDashoffset = OnlyStringNumeric; type StrokeLinecap (line 9262) | type StrokeLinecap = "butt" | "round" | "square"; type StrokeLinejoin (line 9264) | type StrokeLinejoin = "bevel" | "miter" | "round"; type StrokeMiterlimit (line 9266) | type StrokeMiterlimit = OnlyNumber; type StrokeOpacity (line 9268) | type StrokeOpacity = OnlyNumber; type StrokeWidth (line 9270) | type StrokeWidth = OnlyStringNumeric; type TextAnchor (line 9272) | type TextAnchor = "end" | "middle" | "start"; type VectorEffect (line 9274) | type VectorEffect = "non-scaling-stroke" | "none"; type CounterStyle (line 9278) | interface CounterStyle { type CounterStyleHyphen (line 9291) | interface CounterStyleHyphen { type CounterStyleFallback (line 9304) | type CounterStyleFallback = { type CounterStyleHyphenFallback (line 9308) | type CounterStyleHyphenFallback = { type FontFace (line 9312) | interface FontFace { type FontFaceHyphen (line 9331) | interface FontFaceHyphen { type FontFaceFallback (line 9349) | type FontFaceFallback = { type FontFaceHyphenFallback (line 9353) | type FontFaceHyphenFallback = { type Page (line 9357) | interface Page { type PageHyphen (line 9361) | interface PageHyphen { type PageFallback (line 9365) | type PageFallback = { type PageHyphenFallback (line 9369) | type PageHyphenFallback = { type Property (line 9373) | interface Property { type PropertyHyphen (line 9379) | interface PropertyHyphen { type PropertyFallback (line 9385) | type PropertyFallback = { type PropertyHyphenFallback (line 9389) | type PropertyHyphenFallback = { type Viewport (line 9393) | interface Viewport { type ViewportHyphen (line 9408) | interface ViewportHyphen { type ViewportFallback (line 9423) | type ViewportFallback = { type ViewportHyphenFallback (line 9427) | type ViewportHyphenFallback = { type Range (line 9431) | type Range = "auto" | "infinite" | OnlyStringNumeric; type SpeakAs (line 9433) | type SpeakAs = "auto" | "bullets" | "numbers" | "spell-out" | "words" | ... type System (line 9435) | type System = "additive" | "alphabetic" | "cyclic" | "fixed" | "numeric"... type FontFeatureSettings (line 9437) | type FontFeatureSettings = "normal" | OnlyString; type FontDisplay (line 9439) | type FontDisplay = "auto" | "block" | "fallback" | "optional" | "swap"; type FontStretch (line 9441) | type FontStretch = DataType.FontStretchAbsolute | OnlyString; type FontStyle (line 9443) | type FontStyle = "italic" | "normal" | "oblique" | OnlyString; type FontVariant (line 9445) | type FontVariant = type FontVariationSettings (line 9477) | type FontVariationSettings = "normal" | OnlyString; type FontWeight (line 9479) | type FontWeight = DataType.FontWeightAbsolute; type Size (line 9481) | type Size = DataType.PageSize | "auto" | "landscape" | "portrait" | Only... type Inherits (line 9483) | type Inherits = "false" | "true" | boolean; type Height (line 9485) | type Height = DataType.ViewportLength | OnlyString; type MaxHeight (line 9487) | type MaxHeight = DataType.ViewportLength; type MaxWidth (line 9489) | type MaxWidth = DataType.ViewportLength; type MaxZoom (line 9491) | type MaxZoom = "auto" | OnlyStringNumeric; type MinHeight (line 9493) | type MinHeight = DataType.ViewportLength; type MinWidth (line 9495) | type MinWidth = DataType.ViewportLength; type MinZoom (line 9497) | type MinZoom = "auto" | OnlyStringNumeric; type Orientation (line 9499) | type Orientation = "auto" | "landscape" | "portrait"; type UserZoom (line 9501) | type UserZoom = "fixed" | "zoom"; type ViewportFit (line 9503) | type ViewportFit = "auto" | "contain" | "cover"; type Width (line 9505) | type Width = DataType.ViewportLength | OnlyString; type Zoom (line 9507) | type Zoom = "auto" | OnlyStringNumeric; type AbsoluteSize (line 9511) | type AbsoluteSize = "large" | "medium" | "small" | "x-large" | "x-small"... type AnimateableFeature (line 9513) | type AnimateableFeature = "contents" | "scroll-position" | OnlyString; type Attachment (line 9515) | type Attachment = "fixed" | "local" | "scroll"; type BgPosition (line 9517) | type BgPosition = "bottom" | "center" | "left" | "right" | "top" | OnlyS... type BgSize (line 9519) | type BgSize = "auto" | "contain" | "cover" | OnlyStringNumeric; type BlendMode (line 9521) | type BlendMode = type Box (line 9539) | type Box = "border-box" | "content-box" | "padding-box"; type Color (line 9541) | type Color = NamedColor | SystemColor | "CurrentColor" | "hsl(" | "lab("... type CompatAuto (line 9543) | type CompatAuto = type CompositeStyle (line 9557) | type CompositeStyle = type CompositingOperator (line 9570) | type CompositingOperator = "add" | "exclude" | "intersect" | "subtract"; type ContentDistribution (line 9572) | type ContentDistribution = "space-around" | "space-between" | "space-eve... type ContentList (line 9574) | type ContentList = Quote | "contents" | OnlyString; type ContentPosition (line 9576) | type ContentPosition = "center" | "end" | "flex-end" | "flex-start" | "s... type CubicBezierTimingFunction (line 9578) | type CubicBezierTimingFunction = "ease" | "ease-in" | "ease-in-out" | "e... type Dasharray (line 9580) | type Dasharray = OnlyStringNumeric; type SystemColor (line 9582) | type SystemColor = "ActiveText" | "ButtonFace" | "ButtonText" | "ButtonB... type DisplayInside (line 9584) | type DisplayInside = "flex" | "flow" | "flow-root" | "grid" | "ruby" | "... type DisplayInternal (line 9586) | type DisplayInternal = type DisplayLegacy (line 9600) | type DisplayLegacy = "inline-block" | "inline-flex" | "inline-grid" | "i... type DisplayOutside (line 9602) | type DisplayOutside = "block" | "inline" | "run-in"; type EasingFunction (line 9604) | type EasingFunction = CubicBezierTimingFunction | StepTimingFunction | "... type EastAsianVariantValues (line 9606) | type EastAsianVariantValues = "jis04" | "jis78" | "jis83" | "jis90" | "s... type FinalBgLayer (line 9608) | type FinalBgLayer = Color | BgPosition | RepeatStyle | Attachment | Box ... type FontStretchAbsolute (line 9610) | type FontStretchAbsolute = type FontWeightAbsolute (line 9622) | type FontWeightAbsolute = "bold" | "normal" | OnlyStringNumeric; type GenericFamily (line 9624) | type GenericFamily = "cursive" | "emoji" | "fangsong" | "fantasy" | "mat... type GeometryBox (line 9626) | type GeometryBox = Box | "fill-box" | "margin-box" | "stroke-box" | "vie... type GridLine (line 9628) | type GridLine = "auto" | OnlyStringNumeric; type LineStyle (line 9630) | type LineStyle = "dashed" | "dotted" | "double" | "groove" | "hidden" | ... type LineWidth (line 9632) | type LineWidth = number | "medium" | "thick" | "thin"; type MaskLayer (line 9634) | type MaskLayer = Position | RepeatStyle | GeometryBox | CompositingOpera... type MaskingMode (line 9636) | type MaskingMode = "alpha" | "luminance" | "match-source"; type NamedColor (line 9638) | type NamedColor = type PageSize (line 9789) | type PageSize = "A3" | "A4" | "A5" | "B4" | "B5" | "JIS-B4" | "JIS-B5" |... type Paint (line 9791) | type Paint = Color | "child" | "context-fill" | "context-stroke" | "none... type Position (line 9793) | type Position = "bottom" | "center" | "left" | "right" | "top" | OnlyStr... type Quote (line 9795) | type Quote = "close-quote" | "no-close-quote" | "no-open-quote" | "open-... type RepeatStyle (line 9797) | type RepeatStyle = "no-repeat" | "repeat" | "repeat-x" | "repeat-y" | "r... type SelfPosition (line 9799) | type SelfPosition = "center" | "end" | "flex-end" | "flex-start" | "self... type SingleAnimation (line 9801) | type SingleAnimation = type SingleAnimationDirection (line 9812) | type SingleAnimationDirection = "alternate" | "alternate-reverse" | "nor... type SingleAnimationFillMode (line 9814) | type SingleAnimationFillMode = "backwards" | "both" | "forwards" | "none"; type SingleTransition (line 9816) | type SingleTransition = EasingFunction | "all" | "none" | OnlyString; type StepTimingFunction (line 9818) | type StepTimingFunction = "step-end" | "step-start" | OnlyString; type TrackBreadth (line 9820) | type TrackBreadth = "auto" | "max-content" | "min-content" | OnlyStringN... type ViewportLength (line 9822) | type ViewportLength = "auto" | OnlyStringNumeric; type VisualBox (line 9824) | type VisualBox = "border-box" | "content-box" | "padding-box"; FILE: packages/react/types/index.d.ts type CreateStitches (line 8) | type CreateStitches = Config.CreateStitches type CSSProperties (line 9) | type CSSProperties = CSSUtil.CSSProperties type DefaultThemeMap (line 10) | type DefaultThemeMap = Config.DefaultThemeMap type FontFace (line 11) | type FontFace = CSSUtil.Native.AtRule.FontFace type CSS (line 14) | type CSS< type ComponentProps (line 34) | type ComponentProps = Component extends ((...args: any[]) => ... type PropertyValue (line 37) | type PropertyValue = ( type VariantProps (line 62) | type VariantProps = Sty... FILE: packages/react/types/stitches.d.ts type RemoveIndex (line 7) | type RemoveIndex = {[k in keyof T as string extends k ? never : numbe... type CssFunctionType (line 9) | interface CssFunctionType = { FILE: packages/react/types/styled-component.d.ts type IntrinsicElementsKeys (line 5) | type IntrinsicElementsKeys = keyof JSX.IntrinsicElements; type StyledComponent (line 8) | interface StyledComponent< type CssComponent (line 58) | interface CssComponent< type TransformProps (line 87) | type TransformProps = { type $$StyledComponentType (line 105) | type $$StyledComponentType = typeof $$StyledComponentType type $$StyledComponentProps (line 111) | type $$StyledComponentProps = typeof $$StyledComponentProps type $$StyledComponentMedia (line 117) | type $$StyledComponentMedia = typeof $$StyledComponentMedia type IntrinsicElement (line 120) | type IntrinsicElement = TagName extends IntrinsicElementsKeys ?... type ForwardRefExoticComponent (line 123) | type ForwardRefExoticComponent = React.ForwardRefExoticComp... type StyledComponentType (line 133) | type StyledComponentType = ( type StyledComponentProps (line 148) | type StyledComponentProps = ( FILE: packages/react/types/theme.d.ts type ScaleValue (line 1) | interface ScaleValue { type Token (line 8) | interface Token< FILE: packages/react/types/util.d.ts type Prefixed (line 5) | type Prefixed = `${K}${Extract = T1 extends any ? Omit & T2... type Widen (line 11) | type Widen = type String (line 23) | type String = string & Record type Index (line 26) | type Index = (number | string) & Record type Function (line 29) | type Function = (...args: any[]) => unknown type WideObject (line 32) | type WideObject = { [name in number | string]: boolean | number | string... FILE: packages/test/built-types/built-types-test.tsx constant DEFAULT_TAG (line 17) | const DEFAULT_TAG = 'h1' type HeadingProps (line 22) | type HeadingProps = React.ComponentProps & { css?: C... type ref (line 25) | type ref = React.ElementRef FILE: packages/test/built-types/index.d.ts type HeadingProps (line 913) | type HeadingProps = React.ComponentProps & { FILE: packages/test/built-types/stitches.config.d.ts type CSS (line 5138) | type CSS = Stitches.CSS; FILE: packages/test/index.tsx constant DEFAULT_TAG (line 17) | const DEFAULT_TAG = 'h1' type HeadingProps (line 22) | type HeadingProps = React.ComponentProps & { css?: C... type ref (line 25) | type ref = React.ElementRef FILE: packages/test/issue-749-react.tsx function App (line 20) | function App() { FILE: packages/test/stitches.config.ts type CSS (line 415) | type CSS = Stitches.CSS;