@nimbus-ds/components 5.0.0-rc.2 → 5.0.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +4 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -102,6 +102,7 @@ export type PointerEvents = "auto" | "none" | "visiblePainted" | "visibleFill" |
|
|
|
102
102
|
export type TransitionTiming = "ease" | "ease-in" | "ease-out" | "ease-in-out" | "linear" | "step-start" | "step-end";
|
|
103
103
|
declare const propertiesBox: {
|
|
104
104
|
gap: {
|
|
105
|
+
none: string;
|
|
105
106
|
"0-5": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
106
107
|
"1": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
107
108
|
"1-5": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -125,6 +126,7 @@ declare const propertiesBox: {
|
|
|
125
126
|
"20": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
126
127
|
};
|
|
127
128
|
gridGap: {
|
|
129
|
+
none: string;
|
|
128
130
|
"0-5": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
129
131
|
"1": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
130
132
|
"1-5": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -153,9 +155,7 @@ declare const propertiesBox: {
|
|
|
153
155
|
justifyContent: JustifyContent[];
|
|
154
156
|
alignItems: AlignItems[];
|
|
155
157
|
alignSelf: AlignSelf[];
|
|
156
|
-
pointerEvents: PointerEvents[];
|
|
157
|
-
* The borderLeftWidth property defines the width of the border at the left of a box.
|
|
158
|
-
*/
|
|
158
|
+
pointerEvents: PointerEvents[];
|
|
159
159
|
backgroundColor: {
|
|
160
160
|
"primary-interactive": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
161
161
|
"primary-surface": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
@@ -301,9 +301,7 @@ declare const propertiesBox: {
|
|
|
301
301
|
"20": `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
|
|
302
302
|
auto: string;
|
|
303
303
|
};
|
|
304
|
-
position: Position[];
|
|
305
|
-
* The borderWidthX shorthand property defines the width of the element's border on the left and right.
|
|
306
|
-
*/
|
|
304
|
+
position: Position[];
|
|
307
305
|
overflow: Overflow[];
|
|
308
306
|
overflowX: Overflow[];
|
|
309
307
|
overflowY: Overflow[];
|