Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 22 additions & 19 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5733,7 +5733,7 @@ export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime

export interface StandardProperties<TLength = (string & {}) | 0, TTime = string & {}>
extends StandardLonghandProperties<TLength, TTime>,
StandardShorthandProperties<TLength, TTime> {}
StandardShorthandProperties<TLength, TTime> {}

export interface VendorLonghandProperties<TLength = (string & {}) | 0, TTime = string & {}> {
/**
Expand Down Expand Up @@ -8746,6 +8746,7 @@ export interface ObsoleteProperties<TLength = (string & {}) | 0, TTime = string

export interface SvgProperties<TLength = (string & {}) | 0, TTime = string & {}> {
alignmentBaseline?: Property.AlignmentBaseline;
enableBackground?: Property.EnableBackground;
baselineShift?: Property.BaselineShift<TLength>;
clip?: Property.Clip;
clipPath?: Property.ClipPath;
Expand Down Expand Up @@ -8809,9 +8810,9 @@ export interface SvgProperties<TLength = (string & {}) | 0, TTime = string & {}>

export interface Properties<TLength = (string & {}) | 0, TTime = string & {}>
extends StandardProperties<TLength, TTime>,
VendorProperties<TLength, TTime>,
ObsoleteProperties<TLength, TTime>,
SvgProperties<TLength, TTime> {}
VendorProperties<TLength, TTime>,
ObsoleteProperties<TLength, TTime>,
SvgProperties<TLength, TTime> {}

export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, TTime = string & {}> {
/**
Expand Down Expand Up @@ -14538,7 +14539,7 @@ export interface StandardShorthandPropertiesHyphen<TLength = (string & {}) | 0,

export interface StandardPropertiesHyphen<TLength = (string & {}) | 0, TTime = string & {}>
extends StandardLonghandPropertiesHyphen<TLength, TTime>,
StandardShorthandPropertiesHyphen<TLength, TTime> {}
StandardShorthandPropertiesHyphen<TLength, TTime> {}

export interface VendorLonghandPropertiesHyphen<TLength = (string & {}) | 0, TTime = string & {}> {
/**
Expand Down Expand Up @@ -16490,7 +16491,7 @@ export interface VendorShorthandPropertiesHyphen<TLength = (string & {}) | 0, TT

export interface VendorPropertiesHyphen<TLength = (string & {}) | 0, TTime = string & {}>
extends VendorLonghandPropertiesHyphen<TLength, TTime>,
VendorShorthandPropertiesHyphen<TLength, TTime> {}
VendorShorthandPropertiesHyphen<TLength, TTime> {}

export interface ObsoletePropertiesHyphen<TLength = (string & {}) | 0, TTime = string & {}> {
/**
Expand Down Expand Up @@ -17616,61 +17617,61 @@ export interface SvgPropertiesHyphen<TLength = (string & {}) | 0, TTime = string

export interface PropertiesHyphen<TLength = (string & {}) | 0, TTime = string & {}>
extends StandardPropertiesHyphen<TLength, TTime>,
VendorPropertiesHyphen<TLength, TTime>,
ObsoletePropertiesHyphen<TLength, TTime>,
SvgPropertiesHyphen<TLength, TTime> {}
VendorPropertiesHyphen<TLength, TTime>,
ObsoletePropertiesHyphen<TLength, TTime>,
SvgPropertiesHyphen<TLength, TTime> {}

export type StandardLonghandPropertiesFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<StandardLonghandProperties<TLength, TTime>>;

export type StandardShorthandPropertiesFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<StandardShorthandProperties<TLength, TTime>>;

export interface StandardPropertiesFallback<TLength = (string & {}) | 0, TTime = string & {}>
extends StandardLonghandPropertiesFallback<TLength, TTime>,
StandardShorthandPropertiesFallback<TLength, TTime> {}
StandardShorthandPropertiesFallback<TLength, TTime> {}

export type VendorLonghandPropertiesFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<VendorLonghandProperties<TLength, TTime>>;

export type VendorShorthandPropertiesFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<VendorShorthandProperties<TLength, TTime>>;

export interface VendorPropertiesFallback<TLength = (string & {}) | 0, TTime = string & {}>
extends VendorLonghandPropertiesFallback<TLength, TTime>,
VendorShorthandPropertiesFallback<TLength, TTime> {}
VendorShorthandPropertiesFallback<TLength, TTime> {}

export type ObsoletePropertiesFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<ObsoleteProperties<TLength, TTime>>;

export type SvgPropertiesFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<SvgProperties<TLength, TTime>>;

export interface PropertiesFallback<TLength = (string & {}) | 0, TTime = string & {}>
extends StandardPropertiesFallback<TLength, TTime>,
VendorPropertiesFallback<TLength, TTime>,
ObsoletePropertiesFallback<TLength, TTime>,
SvgPropertiesFallback<TLength, TTime> {}
VendorPropertiesFallback<TLength, TTime>,
ObsoletePropertiesFallback<TLength, TTime>,
SvgPropertiesFallback<TLength, TTime> {}

export type StandardLonghandPropertiesHyphenFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<StandardLonghandPropertiesHyphen<TLength, TTime>>;

export type StandardShorthandPropertiesHyphenFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<StandardShorthandPropertiesHyphen<TLength, TTime>>;

export interface StandardPropertiesHyphenFallback<TLength = (string & {}) | 0, TTime = string & {}>
extends StandardLonghandPropertiesHyphenFallback<TLength, TTime>,
StandardShorthandPropertiesHyphenFallback<TLength, TTime> {}
StandardShorthandPropertiesHyphenFallback<TLength, TTime> {}

export type VendorLonghandPropertiesHyphenFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<VendorLonghandPropertiesHyphen<TLength, TTime>>;

export type VendorShorthandPropertiesHyphenFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<VendorShorthandPropertiesHyphen<TLength, TTime>>;

export interface VendorPropertiesHyphenFallback<TLength = (string & {}) | 0, TTime = string & {}>
extends VendorLonghandPropertiesHyphenFallback<TLength, TTime>,
VendorShorthandPropertiesHyphenFallback<TLength, TTime> {}
VendorShorthandPropertiesHyphenFallback<TLength, TTime> {}

export type ObsoletePropertiesHyphenFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<ObsoletePropertiesHyphen<TLength, TTime>>;

export type SvgPropertiesHyphenFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<SvgPropertiesHyphen<TLength, TTime>>;

export interface PropertiesHyphenFallback<TLength = (string & {}) | 0, TTime = string & {}>
extends StandardPropertiesHyphenFallback<TLength, TTime>,
VendorPropertiesHyphenFallback<TLength, TTime>,
ObsoletePropertiesHyphenFallback<TLength, TTime>,
SvgPropertiesHyphenFallback<TLength, TTime> {}
VendorPropertiesHyphenFallback<TLength, TTime>,
ObsoletePropertiesHyphenFallback<TLength, TTime>,
SvgPropertiesHyphenFallback<TLength, TTime> {}

export type AtRules =
| "@charset"
Expand Down Expand Up @@ -18670,6 +18671,8 @@ export namespace Property {

export type EmptyCells = Globals | "hide" | "show";

export type EnableBackground = Globals | "accumulate" | (string & {});

export type Filter = Globals | "none" | (string & {});

export type Flex<TLength = (string & {}) | 0> = Globals | TLength | "auto" | "content" | "fit-content" | "max-content" | "min-content" | "none" | (string & {}) | (number & {});
Expand Down