diff --git a/index.d.ts b/index.d.ts index ec99b8a..f2355af 100644 --- a/index.d.ts +++ b/index.d.ts @@ -5733,7 +5733,7 @@ export interface StandardShorthandProperties extends StandardLonghandProperties, - StandardShorthandProperties {} + StandardShorthandProperties {} export interface VendorLonghandProperties { /** @@ -8746,6 +8746,7 @@ export interface ObsoleteProperties { alignmentBaseline?: Property.AlignmentBaseline; + enableBackground?: Property.EnableBackground; baselineShift?: Property.BaselineShift; clip?: Property.Clip; clipPath?: Property.ClipPath; @@ -8809,9 +8810,9 @@ export interface SvgProperties export interface Properties extends StandardProperties, - VendorProperties, - ObsoleteProperties, - SvgProperties {} + VendorProperties, + ObsoleteProperties, + SvgProperties {} export interface StandardLonghandPropertiesHyphen { /** @@ -14538,7 +14539,7 @@ export interface StandardShorthandPropertiesHyphen extends StandardLonghandPropertiesHyphen, - StandardShorthandPropertiesHyphen {} + StandardShorthandPropertiesHyphen {} export interface VendorLonghandPropertiesHyphen { /** @@ -16490,7 +16491,7 @@ export interface VendorShorthandPropertiesHyphen extends VendorLonghandPropertiesHyphen, - VendorShorthandPropertiesHyphen {} + VendorShorthandPropertiesHyphen {} export interface ObsoletePropertiesHyphen { /** @@ -17616,9 +17617,9 @@ export interface SvgPropertiesHyphen extends StandardPropertiesHyphen, - VendorPropertiesHyphen, - ObsoletePropertiesHyphen, - SvgPropertiesHyphen {} + VendorPropertiesHyphen, + ObsoletePropertiesHyphen, + SvgPropertiesHyphen {} export type StandardLonghandPropertiesFallback = Fallback>; @@ -17626,7 +17627,7 @@ export type StandardShorthandPropertiesFallback extends StandardLonghandPropertiesFallback, - StandardShorthandPropertiesFallback {} + StandardShorthandPropertiesFallback {} export type VendorLonghandPropertiesFallback = Fallback>; @@ -17634,7 +17635,7 @@ export type VendorShorthandPropertiesFallback extends VendorLonghandPropertiesFallback, - VendorShorthandPropertiesFallback {} + VendorShorthandPropertiesFallback {} export type ObsoletePropertiesFallback = Fallback>; @@ -17642,9 +17643,9 @@ export type SvgPropertiesFallback extends StandardPropertiesFallback, - VendorPropertiesFallback, - ObsoletePropertiesFallback, - SvgPropertiesFallback {} + VendorPropertiesFallback, + ObsoletePropertiesFallback, + SvgPropertiesFallback {} export type StandardLonghandPropertiesHyphenFallback = Fallback>; @@ -17652,7 +17653,7 @@ export type StandardShorthandPropertiesHyphenFallback extends StandardLonghandPropertiesHyphenFallback, - StandardShorthandPropertiesHyphenFallback {} + StandardShorthandPropertiesHyphenFallback {} export type VendorLonghandPropertiesHyphenFallback = Fallback>; @@ -17660,7 +17661,7 @@ export type VendorShorthandPropertiesHyphenFallback extends VendorLonghandPropertiesHyphenFallback, - VendorShorthandPropertiesHyphenFallback {} + VendorShorthandPropertiesHyphenFallback {} export type ObsoletePropertiesHyphenFallback = Fallback>; @@ -17668,9 +17669,9 @@ export type SvgPropertiesHyphenFallback extends StandardPropertiesHyphenFallback, - VendorPropertiesHyphenFallback, - ObsoletePropertiesHyphenFallback, - SvgPropertiesHyphenFallback {} + VendorPropertiesHyphenFallback, + ObsoletePropertiesHyphenFallback, + SvgPropertiesHyphenFallback {} export type AtRules = | "@charset" @@ -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 = Globals | TLength | "auto" | "content" | "fit-content" | "max-content" | "min-content" | "none" | (string & {}) | (number & {});