export type Nested = P & {
- [K in Selectors]?: Nested
;
+ [K in Selectors]?: Nested
} & {
- [K in AnySelector]?: Nested
;
+ [K in AnySelector]?: Nested
} & {
- [K in keyof Conditions]?: Nested
;
-};
+ [K in keyof Conditions]?: Nested
+}
diff --git a/src/styled-system/types/csstype.d.ts b/src/styled-system/types/csstype.d.ts
index 55a6e489..11f95c0b 100644
--- a/src/styled-system/types/csstype.d.ts
+++ b/src/styled-system/types/csstype.d.ts
@@ -4,8 +4,8 @@ export {};
export type PropertyValue = TValue extends Array
? Array
: TValue extends infer TUnpacked & {}
- ? TUnpacked
- : TValue;
+ ? TUnpacked
+ : TValue;
export type Fallback = { [P in keyof T]: T[P] | NonNullable[] };
@@ -1915,7 +1915,7 @@ export interface StandardLonghandProperties || || || || stylistic( ) || historical-forms || styleset( # ) || character-variant( # ) || swash( ) || ornaments( ) || annotation( ) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || || || || ordinal || slashed-zero || || || ruby ]`
+ * **Syntax**: `normal | none | [ || || || || stylistic( ) || historical-forms || styleset( # ) || character-variant( # ) || swash( ) || ornaments( ) || annotation( ) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || || || || ordinal || slashed-zero || || || ruby ]`
*
* **Initial value**: `normal`
*
@@ -1983,7 +1983,7 @@ export interface StandardLonghandProperties || || || ]`
+ * **Syntax**: `normal | none | [ || || || ]`
*
* **Initial value**: `normal`
*
@@ -7162,7 +7162,7 @@ export interface VendorLonghandProperties || || || ]`
+ * **Syntax**: `normal | none | [ || || || ]`
*
* **Initial value**: `normal`
*/
@@ -7816,9 +7816,7 @@ export interface VendorShorthandProperties | undefined;
}
-export interface VendorProperties
- extends VendorLonghandProperties,
- VendorShorthandProperties {}
+export interface VendorProperties extends VendorLonghandProperties, VendorShorthandProperties {}
export interface ObsoleteProperties {
/**
@@ -8918,7 +8916,7 @@ export interface StandardLonghandPropertiesHyphen | undefined;
+ "animation-delay"?: Property.AnimationDelay | undefined;
/**
* The **`animation-direction`** CSS property sets whether an animation should play forward, backward, or alternate back and forth between playing the sequence forward and backward.
*
@@ -9021,7 +9019,7 @@ export interface StandardLonghandPropertiesHyphen | undefined;
+ "animation-duration"?: Property.AnimationDuration | undefined;
/**
* The **`animation-fill-mode`** CSS property sets how a CSS animation applies styles to its target before and after its execution.
*
@@ -9051,7 +9049,7 @@ export interface StandardLonghandPropertiesHyphen | undefined;
+ "background-position-x"?: Property.BackgroundPositionX | undefined;
/**
* The **`background-position-y`** CSS property sets the initial vertical position for each background image. The position is relative to the position layer set by `background-origin`.
*
@@ -9296,7 +9294,7 @@ export interface StandardLonghandPropertiesHyphen | undefined;
+ "background-position-y"?: Property.BackgroundPositionY | undefined;
/**
* The **`background-repeat`** CSS property sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.
*
@@ -9310,7 +9308,7 @@ export interface StandardLonghandPropertiesHyphen | undefined;
+ "background-size"?: Property.BackgroundSize | undefined;
/**
* **Syntax**: `clip | ellipsis | `
*
* **Initial value**: `clip`
*/
- 'block-overflow'?: Property.BlockOverflow | undefined;
+ "block-overflow"?: Property.BlockOverflow | undefined;
/**
* The **`block-size`** CSS property defines the horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `width` or the `height` property, depending on the value of `writing-mode`.
*
@@ -9345,7 +9343,7 @@ export interface StandardLonghandPropertiesHyphen | undefined;
+ "block-size"?: Property.BlockSize