@cssfn/css-types
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -39,2 +39,17 @@ import type { OptionalOrBoolean, SingleOrDeepArray, ProductOrFactoryOrDeepArray, PartialNullish, MapOf } from '@cssfn/types'; | ||
/** | ||
* Alias of **`color`**. | ||
* The **`color`** CSS property sets the foreground color value of an element's text and text decorations, and sets the `<currentcolor>` value. `currentcolor` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `border-color`. | ||
* | ||
* **Syntax**: `<color>` | ||
* | ||
* **Initial value**: `canvastext` | ||
* | ||
* | Chrome | Firefox | Safari | Edge | IE | | ||
* | :----: | :-----: | :----: | :----: | :---: | | ||
* | **1** | **1** | **1** | **12** | **3** | | ||
* | ||
* @see https://developer.mozilla.org/docs/Web/CSS/color | ||
*/ | ||
foreground: CssKnownBaseProps['color']; | ||
/** | ||
* Alias of **`background`**. | ||
@@ -67,3 +82,3 @@ * The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. | ||
*/ | ||
'backgClip': CssKnownBaseProps['backgroundClip']; | ||
backgClip: CssKnownBaseProps['backgroundClip']; | ||
/** | ||
@@ -137,3 +152,3 @@ * Alias of **`animation`**. | ||
*/ | ||
'gapX': CssKnownBaseProps['columnGap']; | ||
gapX: CssKnownBaseProps['columnGap']; | ||
/** | ||
@@ -168,3 +183,3 @@ * Alias of **`row-gap`**. | ||
*/ | ||
'gapY': CssKnownBaseProps['rowGap']; | ||
gapY: CssKnownBaseProps['rowGap']; | ||
/** | ||
@@ -208,3 +223,3 @@ * Alias of **`column-gap`**. | ||
*/ | ||
'gapInline': CssKnownBaseProps['columnGap']; | ||
gapInline: CssKnownBaseProps['columnGap']; | ||
/** | ||
@@ -239,3 +254,3 @@ * Alias of **`row-gap`**. | ||
*/ | ||
'gapBlock': CssKnownBaseProps['rowGap']; | ||
gapBlock: CssKnownBaseProps['rowGap']; | ||
}>; | ||
@@ -242,0 +257,0 @@ export declare type CssKnownBaseExProps = CssKnownBaseProps & ShorthandProperties; |
{ | ||
"name": "@cssfn/css-types", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "CSS typescript definitions.", | ||
@@ -34,3 +34,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "34d5af25d0ea66caecd79d9b575e7baf8a3a4116" | ||
"gitHead": "2d4e18d5d1ce428983bb5f6068d33de7a63ba3f5" | ||
} |
@@ -98,4 +98,19 @@ // cssfn: | ||
*/ | ||
foreg : CssKnownBaseProps['color'] | ||
foreg : CssKnownBaseProps['color'] | ||
/** | ||
* Alias of **`color`**. | ||
* The **`color`** CSS property sets the foreground color value of an element's text and text decorations, and sets the `<currentcolor>` value. `currentcolor` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `border-color`. | ||
* | ||
* **Syntax**: `<color>` | ||
* | ||
* **Initial value**: `canvastext` | ||
* | ||
* | Chrome | Firefox | Safari | Edge | IE | | ||
* | :----: | :-----: | :----: | :----: | :---: | | ||
* | **1** | **1** | **1** | **12** | **3** | | ||
* | ||
* @see https://developer.mozilla.org/docs/Web/CSS/color | ||
*/ | ||
foreground : CssKnownBaseProps['color'] | ||
/** | ||
* Alias of **`background`**. | ||
@@ -112,3 +127,3 @@ * The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method. | ||
*/ | ||
backg : CssKnownBaseProps['background'] | ||
backg : CssKnownBaseProps['background'] | ||
/** | ||
@@ -129,3 +144,3 @@ * Alias of **`background-clip`**. | ||
*/ | ||
'backgClip' : CssKnownBaseProps['backgroundClip'] | ||
backgClip : CssKnownBaseProps['backgroundClip'] | ||
@@ -145,3 +160,3 @@ /** | ||
*/ | ||
anim : CssKnownBaseProps['animation'] | ||
anim : CssKnownBaseProps['animation'] | ||
/** | ||
@@ -162,3 +177,3 @@ * Alias of **`transform`**. | ||
*/ | ||
transf : CssKnownBaseProps['transform'] | ||
transf : CssKnownBaseProps['transform'] | ||
@@ -203,3 +218,3 @@ /** | ||
*/ | ||
'gapX' : CssKnownBaseProps['columnGap'] | ||
gapX : CssKnownBaseProps['columnGap'] | ||
/** | ||
@@ -234,3 +249,3 @@ * Alias of **`row-gap`**. | ||
*/ | ||
'gapY' : CssKnownBaseProps['rowGap'] | ||
gapY : CssKnownBaseProps['rowGap'] | ||
/** | ||
@@ -274,3 +289,3 @@ * Alias of **`column-gap`**. | ||
*/ | ||
'gapInline' : CssKnownBaseProps['columnGap'] | ||
gapInline : CssKnownBaseProps['columnGap'] | ||
/** | ||
@@ -305,3 +320,3 @@ * Alias of **`row-gap`**. | ||
*/ | ||
'gapBlock' : CssKnownBaseProps['rowGap'] | ||
gapBlock : CssKnownBaseProps['rowGap'] | ||
}> | ||
@@ -308,0 +323,0 @@ export type CssKnownBaseExProps = CssKnownBaseProps & ShorthandProperties |
36427
751