@cronocode/react-box 1.8.1 → 1.8.2
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/core/boxStyles.d.ts +94 -475
- package/core/boxStylesFormatters.d.ts +12 -12
- package/core/stylesContext.d.ts +1 -1
- package/core/types.d.ts +2 -2
- package/core.cjs +22 -22
- package/core.mjs +284 -314
- package/package.json +1 -1
package/core/boxStyles.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { BoxStylesFormatters } from './boxStylesFormatters';
|
|
2
2
|
export interface StyleValues {
|
|
3
|
-
values: Readonly<Array<
|
|
4
|
-
formatClassName?: (key: string, value:
|
|
3
|
+
values: Readonly<Array<unknown>>;
|
|
4
|
+
formatClassName?: (key: string, value: any) => string;
|
|
5
5
|
formatSelector?: (selector: string) => string[];
|
|
6
|
-
formatValue?: (key: string, value:
|
|
6
|
+
formatValue?: (key: string, value: any) => string;
|
|
7
7
|
}
|
|
8
8
|
export interface ThemeItem {
|
|
9
9
|
cssNames: string[];
|
|
10
|
-
formatClassName?: (key: string, value:
|
|
10
|
+
formatClassName?: (key: string, value: any) => string;
|
|
11
11
|
formatSelector?: (selector: string) => string[];
|
|
12
|
-
formatValue?: (key: string, value:
|
|
12
|
+
formatValue?: (key: string, value: any) => string;
|
|
13
13
|
}
|
|
14
14
|
export interface StyleItem {
|
|
15
15
|
cssNames: string[];
|
|
@@ -66,7 +66,7 @@ export declare const boxStyles: {
|
|
|
66
66
|
formatValue: typeof BoxStylesFormatters.Value.widthHeight;
|
|
67
67
|
};
|
|
68
68
|
values2: {
|
|
69
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
69
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
70
70
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
71
71
|
};
|
|
72
72
|
values3: {
|
|
@@ -81,7 +81,7 @@ export declare const boxStyles: {
|
|
|
81
81
|
formatValue: typeof BoxStylesFormatters.Value.widthHeight;
|
|
82
82
|
};
|
|
83
83
|
values2: {
|
|
84
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
84
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
85
85
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
86
86
|
};
|
|
87
87
|
values3: {
|
|
@@ -96,7 +96,7 @@ export declare const boxStyles: {
|
|
|
96
96
|
formatValue: typeof BoxStylesFormatters.Value.widthHeight;
|
|
97
97
|
};
|
|
98
98
|
values2: {
|
|
99
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
99
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
100
100
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
101
101
|
};
|
|
102
102
|
values3: {
|
|
@@ -111,7 +111,7 @@ export declare const boxStyles: {
|
|
|
111
111
|
formatValue: typeof BoxStylesFormatters.Value.widthHeight;
|
|
112
112
|
};
|
|
113
113
|
values2: {
|
|
114
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
114
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
115
115
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
116
116
|
};
|
|
117
117
|
values3: {
|
|
@@ -126,7 +126,7 @@ export declare const boxStyles: {
|
|
|
126
126
|
formatValue: typeof BoxStylesFormatters.Value.widthHeight;
|
|
127
127
|
};
|
|
128
128
|
values2: {
|
|
129
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
129
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
130
130
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
131
131
|
};
|
|
132
132
|
values3: {
|
|
@@ -141,7 +141,7 @@ export declare const boxStyles: {
|
|
|
141
141
|
formatValue: typeof BoxStylesFormatters.Value.widthHeight;
|
|
142
142
|
};
|
|
143
143
|
values2: {
|
|
144
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
144
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
145
145
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
146
146
|
};
|
|
147
147
|
values3: {
|
|
@@ -164,7 +164,7 @@ export declare const boxStyles: {
|
|
|
164
164
|
top: {
|
|
165
165
|
cssNames: string[];
|
|
166
166
|
values1: {
|
|
167
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
167
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
168
168
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
169
169
|
};
|
|
170
170
|
values2: {
|
|
@@ -177,7 +177,7 @@ export declare const boxStyles: {
|
|
|
177
177
|
right: {
|
|
178
178
|
cssNames: string[];
|
|
179
179
|
values1: {
|
|
180
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
180
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
181
181
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
182
182
|
};
|
|
183
183
|
values2: {
|
|
@@ -190,7 +190,7 @@ export declare const boxStyles: {
|
|
|
190
190
|
bottom: {
|
|
191
191
|
cssNames: string[];
|
|
192
192
|
values1: {
|
|
193
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
193
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
194
194
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
195
195
|
};
|
|
196
196
|
values2: {
|
|
@@ -203,7 +203,7 @@ export declare const boxStyles: {
|
|
|
203
203
|
left: {
|
|
204
204
|
cssNames: string[];
|
|
205
205
|
values1: {
|
|
206
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
206
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
207
207
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
208
208
|
};
|
|
209
209
|
values2: {
|
|
@@ -216,7 +216,7 @@ export declare const boxStyles: {
|
|
|
216
216
|
inset: {
|
|
217
217
|
cssNames: string[];
|
|
218
218
|
values1: {
|
|
219
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
219
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
220
220
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
221
221
|
};
|
|
222
222
|
values2: {
|
|
@@ -226,10 +226,10 @@ export declare const boxStyles: {
|
|
|
226
226
|
values: readonly [];
|
|
227
227
|
};
|
|
228
228
|
};
|
|
229
|
-
|
|
229
|
+
m: {
|
|
230
230
|
cssNames: string[];
|
|
231
231
|
values1: {
|
|
232
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
232
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
233
233
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
234
234
|
};
|
|
235
235
|
values2: {
|
|
@@ -239,10 +239,10 @@ export declare const boxStyles: {
|
|
|
239
239
|
values: readonly [];
|
|
240
240
|
};
|
|
241
241
|
};
|
|
242
|
-
|
|
242
|
+
mx: {
|
|
243
243
|
cssNames: string[];
|
|
244
244
|
values1: {
|
|
245
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
245
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
246
246
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
247
247
|
};
|
|
248
248
|
values2: {
|
|
@@ -252,10 +252,10 @@ export declare const boxStyles: {
|
|
|
252
252
|
values: readonly [];
|
|
253
253
|
};
|
|
254
254
|
};
|
|
255
|
-
|
|
255
|
+
my: {
|
|
256
256
|
cssNames: string[];
|
|
257
257
|
values1: {
|
|
258
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
258
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
259
259
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
260
260
|
};
|
|
261
261
|
values2: {
|
|
@@ -265,10 +265,10 @@ export declare const boxStyles: {
|
|
|
265
265
|
values: readonly [];
|
|
266
266
|
};
|
|
267
267
|
};
|
|
268
|
-
|
|
268
|
+
mt: {
|
|
269
269
|
cssNames: string[];
|
|
270
270
|
values1: {
|
|
271
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
271
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
272
272
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
273
273
|
};
|
|
274
274
|
values2: {
|
|
@@ -278,10 +278,10 @@ export declare const boxStyles: {
|
|
|
278
278
|
values: readonly [];
|
|
279
279
|
};
|
|
280
280
|
};
|
|
281
|
-
|
|
281
|
+
mr: {
|
|
282
282
|
cssNames: string[];
|
|
283
283
|
values1: {
|
|
284
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
284
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
285
285
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
286
286
|
};
|
|
287
287
|
values2: {
|
|
@@ -291,10 +291,10 @@ export declare const boxStyles: {
|
|
|
291
291
|
values: readonly [];
|
|
292
292
|
};
|
|
293
293
|
};
|
|
294
|
-
|
|
294
|
+
mb: {
|
|
295
295
|
cssNames: string[];
|
|
296
296
|
values1: {
|
|
297
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
297
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
298
298
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
299
299
|
};
|
|
300
300
|
values2: {
|
|
@@ -304,10 +304,10 @@ export declare const boxStyles: {
|
|
|
304
304
|
values: readonly [];
|
|
305
305
|
};
|
|
306
306
|
};
|
|
307
|
-
|
|
307
|
+
ml: {
|
|
308
308
|
cssNames: string[];
|
|
309
309
|
values1: {
|
|
310
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
310
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
311
311
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
312
312
|
};
|
|
313
313
|
values2: {
|
|
@@ -317,10 +317,10 @@ export declare const boxStyles: {
|
|
|
317
317
|
values: readonly [];
|
|
318
318
|
};
|
|
319
319
|
};
|
|
320
|
-
|
|
320
|
+
p: {
|
|
321
321
|
cssNames: string[];
|
|
322
322
|
values1: {
|
|
323
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
323
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
324
324
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
325
325
|
};
|
|
326
326
|
values2: {
|
|
@@ -330,10 +330,10 @@ export declare const boxStyles: {
|
|
|
330
330
|
values: readonly [];
|
|
331
331
|
};
|
|
332
332
|
};
|
|
333
|
-
|
|
333
|
+
px: {
|
|
334
334
|
cssNames: string[];
|
|
335
335
|
values1: {
|
|
336
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
336
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
337
337
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
338
338
|
};
|
|
339
339
|
values2: {
|
|
@@ -343,10 +343,10 @@ export declare const boxStyles: {
|
|
|
343
343
|
values: readonly [];
|
|
344
344
|
};
|
|
345
345
|
};
|
|
346
|
-
|
|
346
|
+
py: {
|
|
347
347
|
cssNames: string[];
|
|
348
348
|
values1: {
|
|
349
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
349
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
350
350
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
351
351
|
};
|
|
352
352
|
values2: {
|
|
@@ -356,10 +356,10 @@ export declare const boxStyles: {
|
|
|
356
356
|
values: readonly [];
|
|
357
357
|
};
|
|
358
358
|
};
|
|
359
|
-
|
|
359
|
+
pt: {
|
|
360
360
|
cssNames: string[];
|
|
361
361
|
values1: {
|
|
362
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
362
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
363
363
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
364
364
|
};
|
|
365
365
|
values2: {
|
|
@@ -369,10 +369,10 @@ export declare const boxStyles: {
|
|
|
369
369
|
values: readonly [];
|
|
370
370
|
};
|
|
371
371
|
};
|
|
372
|
-
|
|
372
|
+
pr: {
|
|
373
373
|
cssNames: string[];
|
|
374
374
|
values1: {
|
|
375
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
375
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
376
376
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
377
377
|
};
|
|
378
378
|
values2: {
|
|
@@ -382,10 +382,10 @@ export declare const boxStyles: {
|
|
|
382
382
|
values: readonly [];
|
|
383
383
|
};
|
|
384
384
|
};
|
|
385
|
-
|
|
385
|
+
pb: {
|
|
386
386
|
cssNames: string[];
|
|
387
387
|
values1: {
|
|
388
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
388
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
389
389
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
390
390
|
};
|
|
391
391
|
values2: {
|
|
@@ -395,10 +395,10 @@ export declare const boxStyles: {
|
|
|
395
395
|
values: readonly [];
|
|
396
396
|
};
|
|
397
397
|
};
|
|
398
|
-
|
|
398
|
+
pl: {
|
|
399
399
|
cssNames: string[];
|
|
400
400
|
values1: {
|
|
401
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
401
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
402
402
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
403
403
|
};
|
|
404
404
|
values2: {
|
|
@@ -408,10 +408,10 @@ export declare const boxStyles: {
|
|
|
408
408
|
values: readonly [];
|
|
409
409
|
};
|
|
410
410
|
};
|
|
411
|
-
|
|
411
|
+
b: {
|
|
412
412
|
cssNames: string[];
|
|
413
413
|
values1: {
|
|
414
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
414
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
415
415
|
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
416
416
|
};
|
|
417
417
|
values2: {
|
|
@@ -421,10 +421,10 @@ export declare const boxStyles: {
|
|
|
421
421
|
values: readonly [];
|
|
422
422
|
};
|
|
423
423
|
};
|
|
424
|
-
|
|
424
|
+
bx: {
|
|
425
425
|
cssNames: string[];
|
|
426
426
|
values1: {
|
|
427
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
427
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
428
428
|
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
429
429
|
};
|
|
430
430
|
values2: {
|
|
@@ -434,10 +434,10 @@ export declare const boxStyles: {
|
|
|
434
434
|
values: readonly [];
|
|
435
435
|
};
|
|
436
436
|
};
|
|
437
|
-
|
|
437
|
+
by: {
|
|
438
438
|
cssNames: string[];
|
|
439
439
|
values1: {
|
|
440
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
440
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
441
441
|
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
442
442
|
};
|
|
443
443
|
values2: {
|
|
@@ -447,10 +447,10 @@ export declare const boxStyles: {
|
|
|
447
447
|
values: readonly [];
|
|
448
448
|
};
|
|
449
449
|
};
|
|
450
|
-
|
|
450
|
+
bt: {
|
|
451
451
|
cssNames: string[];
|
|
452
452
|
values1: {
|
|
453
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
453
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
454
454
|
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
455
455
|
};
|
|
456
456
|
values2: {
|
|
@@ -460,10 +460,10 @@ export declare const boxStyles: {
|
|
|
460
460
|
values: readonly [];
|
|
461
461
|
};
|
|
462
462
|
};
|
|
463
|
-
|
|
463
|
+
br: {
|
|
464
464
|
cssNames: string[];
|
|
465
465
|
values1: {
|
|
466
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
466
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
467
467
|
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
468
468
|
};
|
|
469
469
|
values2: {
|
|
@@ -473,10 +473,10 @@ export declare const boxStyles: {
|
|
|
473
473
|
values: readonly [];
|
|
474
474
|
};
|
|
475
475
|
};
|
|
476
|
-
|
|
476
|
+
bb: {
|
|
477
477
|
cssNames: string[];
|
|
478
478
|
values1: {
|
|
479
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
479
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
480
480
|
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
481
481
|
};
|
|
482
482
|
values2: {
|
|
@@ -486,10 +486,10 @@ export declare const boxStyles: {
|
|
|
486
486
|
values: readonly [];
|
|
487
487
|
};
|
|
488
488
|
};
|
|
489
|
-
|
|
489
|
+
bl: {
|
|
490
490
|
cssNames: string[];
|
|
491
491
|
values1: {
|
|
492
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
492
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
493
493
|
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
494
494
|
};
|
|
495
495
|
values2: {
|
|
@@ -514,7 +514,7 @@ export declare const boxStyles: {
|
|
|
514
514
|
borderRadius: {
|
|
515
515
|
cssNames: string[];
|
|
516
516
|
values1: {
|
|
517
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
517
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
518
518
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
519
519
|
};
|
|
520
520
|
values2: {
|
|
@@ -527,7 +527,7 @@ export declare const boxStyles: {
|
|
|
527
527
|
borderRadiusTop: {
|
|
528
528
|
cssNames: string[];
|
|
529
529
|
values1: {
|
|
530
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
530
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
531
531
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
532
532
|
};
|
|
533
533
|
values2: {
|
|
@@ -540,7 +540,7 @@ export declare const boxStyles: {
|
|
|
540
540
|
borderRadiusRight: {
|
|
541
541
|
cssNames: string[];
|
|
542
542
|
values1: {
|
|
543
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
543
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
544
544
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
545
545
|
};
|
|
546
546
|
values2: {
|
|
@@ -553,7 +553,7 @@ export declare const boxStyles: {
|
|
|
553
553
|
borderRadiusBottom: {
|
|
554
554
|
cssNames: string[];
|
|
555
555
|
values1: {
|
|
556
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
556
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
557
557
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
558
558
|
};
|
|
559
559
|
values2: {
|
|
@@ -566,7 +566,7 @@ export declare const boxStyles: {
|
|
|
566
566
|
borderRadiusLeft: {
|
|
567
567
|
cssNames: string[];
|
|
568
568
|
values1: {
|
|
569
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
569
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
570
570
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
571
571
|
};
|
|
572
572
|
values2: {
|
|
@@ -579,7 +579,7 @@ export declare const boxStyles: {
|
|
|
579
579
|
borderRadiusTopLeft: {
|
|
580
580
|
cssNames: string[];
|
|
581
581
|
values1: {
|
|
582
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
582
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
583
583
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
584
584
|
};
|
|
585
585
|
values2: {
|
|
@@ -592,7 +592,7 @@ export declare const boxStyles: {
|
|
|
592
592
|
borderRadiusTopRight: {
|
|
593
593
|
cssNames: string[];
|
|
594
594
|
values1: {
|
|
595
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
595
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
596
596
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
597
597
|
};
|
|
598
598
|
values2: {
|
|
@@ -605,7 +605,7 @@ export declare const boxStyles: {
|
|
|
605
605
|
borderRadiusBottomLeft: {
|
|
606
606
|
cssNames: string[];
|
|
607
607
|
values1: {
|
|
608
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
608
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
609
609
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
610
610
|
};
|
|
611
611
|
values2: {
|
|
@@ -618,7 +618,7 @@ export declare const boxStyles: {
|
|
|
618
618
|
borderRadiusBottomRight: {
|
|
619
619
|
cssNames: string[];
|
|
620
620
|
values1: {
|
|
621
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
621
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
622
622
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
623
623
|
};
|
|
624
624
|
values2: {
|
|
@@ -703,7 +703,7 @@ export declare const boxStyles: {
|
|
|
703
703
|
fontSize: {
|
|
704
704
|
cssNames: string[];
|
|
705
705
|
values1: {
|
|
706
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
706
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
707
707
|
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
708
708
|
};
|
|
709
709
|
values2: {
|
|
@@ -740,7 +740,7 @@ export declare const boxStyles: {
|
|
|
740
740
|
letterSpacing: {
|
|
741
741
|
cssNames: string[];
|
|
742
742
|
values1: {
|
|
743
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
743
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
744
744
|
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
745
745
|
};
|
|
746
746
|
values2: {
|
|
@@ -753,7 +753,7 @@ export declare const boxStyles: {
|
|
|
753
753
|
lineHeight: {
|
|
754
754
|
cssNames: string[];
|
|
755
755
|
values1: {
|
|
756
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
756
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
757
757
|
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
758
758
|
};
|
|
759
759
|
values2: {
|
|
@@ -812,7 +812,7 @@ export declare const boxStyles: {
|
|
|
812
812
|
values: readonly [];
|
|
813
813
|
};
|
|
814
814
|
};
|
|
815
|
-
|
|
815
|
+
jc: {
|
|
816
816
|
cssNames: string[];
|
|
817
817
|
values1: {
|
|
818
818
|
values: readonly ["start", "end", "flex-start", "flex-end", "center", "left", "right", "space-between", "space-around", "space-evenly", "stretch"];
|
|
@@ -824,7 +824,7 @@ export declare const boxStyles: {
|
|
|
824
824
|
values: readonly [];
|
|
825
825
|
};
|
|
826
826
|
};
|
|
827
|
-
|
|
827
|
+
ai: {
|
|
828
828
|
cssNames: string[];
|
|
829
829
|
values1: {
|
|
830
830
|
values: readonly ["stretch", "flex-start", "flex-end", "center", "baseline", "start", "end", "self-start", "self-end"];
|
|
@@ -861,7 +861,7 @@ export declare const boxStyles: {
|
|
|
861
861
|
values: readonly [];
|
|
862
862
|
};
|
|
863
863
|
};
|
|
864
|
-
|
|
864
|
+
d: {
|
|
865
865
|
cssNames: string[];
|
|
866
866
|
values1: {
|
|
867
867
|
values: readonly ["row", "row-reverse", "column", "column-reverse"];
|
|
@@ -876,7 +876,7 @@ export declare const boxStyles: {
|
|
|
876
876
|
gap: {
|
|
877
877
|
cssNames: string[];
|
|
878
878
|
values1: {
|
|
879
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
879
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
880
880
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
881
881
|
};
|
|
882
882
|
values2: {
|
|
@@ -889,7 +889,7 @@ export declare const boxStyles: {
|
|
|
889
889
|
rowGap: {
|
|
890
890
|
cssNames: string[];
|
|
891
891
|
values1: {
|
|
892
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
892
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
893
893
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
894
894
|
};
|
|
895
895
|
values2: {
|
|
@@ -902,7 +902,7 @@ export declare const boxStyles: {
|
|
|
902
902
|
columnGap: {
|
|
903
903
|
cssNames: string[];
|
|
904
904
|
values1: {
|
|
905
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
905
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
906
906
|
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
907
907
|
};
|
|
908
908
|
values2: {
|
|
@@ -915,7 +915,7 @@ export declare const boxStyles: {
|
|
|
915
915
|
order: {
|
|
916
916
|
cssNames: string[];
|
|
917
917
|
values1: {
|
|
918
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
918
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
919
919
|
};
|
|
920
920
|
values2: {
|
|
921
921
|
values: readonly [];
|
|
@@ -927,7 +927,7 @@ export declare const boxStyles: {
|
|
|
927
927
|
flexGrow: {
|
|
928
928
|
cssNames: string[];
|
|
929
929
|
values1: {
|
|
930
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
930
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
931
931
|
};
|
|
932
932
|
values2: {
|
|
933
933
|
values: readonly [];
|
|
@@ -939,7 +939,7 @@ export declare const boxStyles: {
|
|
|
939
939
|
flexShrink: {
|
|
940
940
|
cssNames: string[];
|
|
941
941
|
values1: {
|
|
942
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
942
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
943
943
|
};
|
|
944
944
|
values2: {
|
|
945
945
|
values: readonly [];
|
|
@@ -975,7 +975,7 @@ export declare const boxStyles: {
|
|
|
975
975
|
gridColumns: {
|
|
976
976
|
cssNames: string[];
|
|
977
977
|
values1: {
|
|
978
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
978
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
979
979
|
formatValue: typeof BoxStylesFormatters.Value.gridColumns;
|
|
980
980
|
};
|
|
981
981
|
values2: {
|
|
@@ -988,7 +988,7 @@ export declare const boxStyles: {
|
|
|
988
988
|
colSpan: {
|
|
989
989
|
cssNames: string[];
|
|
990
990
|
values1: {
|
|
991
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
991
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
992
992
|
formatValue: typeof BoxStylesFormatters.Value.gridColumn;
|
|
993
993
|
};
|
|
994
994
|
values2: {
|
|
@@ -1002,7 +1002,7 @@ export declare const boxStyles: {
|
|
|
1002
1002
|
colStart: {
|
|
1003
1003
|
cssNames: string[];
|
|
1004
1004
|
values1: {
|
|
1005
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
1005
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
1006
1006
|
};
|
|
1007
1007
|
values2: {
|
|
1008
1008
|
values: readonly [];
|
|
@@ -1014,7 +1014,7 @@ export declare const boxStyles: {
|
|
|
1014
1014
|
colEnd: {
|
|
1015
1015
|
cssNames: string[];
|
|
1016
1016
|
values1: {
|
|
1017
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
1017
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
1018
1018
|
};
|
|
1019
1019
|
values2: {
|
|
1020
1020
|
values: readonly [];
|
|
@@ -1026,7 +1026,7 @@ export declare const boxStyles: {
|
|
|
1026
1026
|
outline: {
|
|
1027
1027
|
cssNames: string[];
|
|
1028
1028
|
values1: {
|
|
1029
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
1029
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
1030
1030
|
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
1031
1031
|
};
|
|
1032
1032
|
values2: {
|
|
@@ -1051,7 +1051,7 @@ export declare const boxStyles: {
|
|
|
1051
1051
|
outlineOffset: {
|
|
1052
1052
|
cssNames: string[];
|
|
1053
1053
|
values1: {
|
|
1054
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
1054
|
+
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 120, 140, 160, 180, 200, 250, 300];
|
|
1055
1055
|
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
1056
1056
|
};
|
|
1057
1057
|
values2: {
|
|
@@ -1176,42 +1176,42 @@ export declare const boxStyles: {
|
|
|
1176
1176
|
export declare const boxThemeStyles: {
|
|
1177
1177
|
shadow: {
|
|
1178
1178
|
cssNames: string[];
|
|
1179
|
-
formatValue: (key: string, value: string
|
|
1179
|
+
formatValue: (key: string, value: string) => string;
|
|
1180
1180
|
};
|
|
1181
1181
|
background: {
|
|
1182
1182
|
cssNames: string[];
|
|
1183
|
-
formatValue: (key: string, value: string
|
|
1183
|
+
formatValue: (key: string, value: string) => string;
|
|
1184
1184
|
};
|
|
1185
1185
|
backgroundImage: {
|
|
1186
1186
|
cssNames: string[];
|
|
1187
|
-
formatValue: (key: string, value: string
|
|
1187
|
+
formatValue: (key: string, value: string) => string;
|
|
1188
1188
|
};
|
|
1189
1189
|
color: {
|
|
1190
1190
|
cssNames: string[];
|
|
1191
|
-
formatValue: (key: string, value: string
|
|
1191
|
+
formatValue: (key: string, value: string) => string;
|
|
1192
1192
|
};
|
|
1193
1193
|
bgColor: {
|
|
1194
1194
|
cssNames: string[];
|
|
1195
|
-
formatValue: (key: string, value: string
|
|
1195
|
+
formatValue: (key: string, value: string) => string;
|
|
1196
1196
|
};
|
|
1197
1197
|
borderColor: {
|
|
1198
1198
|
cssNames: string[];
|
|
1199
|
-
formatValue: (key: string, value: string
|
|
1199
|
+
formatValue: (key: string, value: string) => string;
|
|
1200
1200
|
};
|
|
1201
1201
|
outlineColor: {
|
|
1202
1202
|
cssNames: string[];
|
|
1203
|
-
formatValue: (key: string, value: string
|
|
1203
|
+
formatValue: (key: string, value: string) => string;
|
|
1204
1204
|
};
|
|
1205
1205
|
};
|
|
1206
1206
|
export declare const svgThemeStyles: {
|
|
1207
1207
|
fill: {
|
|
1208
1208
|
cssNames: string[];
|
|
1209
|
-
formatValue: (key: string, value: string
|
|
1209
|
+
formatValue: (key: string, value: string) => string;
|
|
1210
1210
|
formatSelector: typeof BoxStylesFormatters.ClassName.svg;
|
|
1211
1211
|
};
|
|
1212
1212
|
stroke: {
|
|
1213
1213
|
cssNames: string[];
|
|
1214
|
-
formatValue: (key: string, value: string
|
|
1214
|
+
formatValue: (key: string, value: string) => string;
|
|
1215
1215
|
formatSelector: typeof BoxStylesFormatters.ClassName.svg;
|
|
1216
1216
|
};
|
|
1217
1217
|
};
|
|
@@ -1229,384 +1229,3 @@ export declare const pseudoClassClassName: {
|
|
|
1229
1229
|
};
|
|
1230
1230
|
export type PseudoClassClassNameKey = keyof typeof pseudoClassClassName;
|
|
1231
1231
|
export type StyleKey = keyof typeof boxStyles;
|
|
1232
|
-
export type AliasKey = keyof typeof aliases;
|
|
1233
|
-
export declare const aliases: {
|
|
1234
|
-
w: {
|
|
1235
|
-
key: "width";
|
|
1236
|
-
cssNames: string[];
|
|
1237
|
-
values1: {
|
|
1238
|
-
values: readonly ["fit", "fit-screen", "auto", "fit-content", "max-content", "min-content"];
|
|
1239
|
-
formatValue: typeof BoxStylesFormatters.Value.widthHeight;
|
|
1240
|
-
};
|
|
1241
|
-
values2: {
|
|
1242
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
1243
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1244
|
-
};
|
|
1245
|
-
values3: {
|
|
1246
|
-
values: readonly ["1/2", "1/3", "2/3", "1/4", "2/4", "3/4", "1/5", "2/5", "3/5", "4/5", "1/6", "2/6", "3/6", "4/6", "5/6", "1/12", "2/12", "3/12", "4/12", "5/12", "6/12", "7/12", "8/12", "9/12", "10/12", "11/12"];
|
|
1247
|
-
formatValue: typeof BoxStylesFormatters.Value.fraction;
|
|
1248
|
-
};
|
|
1249
|
-
};
|
|
1250
|
-
h: {
|
|
1251
|
-
key: "height";
|
|
1252
|
-
cssNames: string[];
|
|
1253
|
-
values1: {
|
|
1254
|
-
values: readonly ["fit", "fit-screen", "auto", "fit-content", "max-content", "min-content"];
|
|
1255
|
-
formatValue: typeof BoxStylesFormatters.Value.widthHeight;
|
|
1256
|
-
};
|
|
1257
|
-
values2: {
|
|
1258
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
1259
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1260
|
-
};
|
|
1261
|
-
values3: {
|
|
1262
|
-
values: readonly ["1/2", "1/3", "2/3", "1/4", "2/4", "3/4", "1/5", "2/5", "3/5", "4/5", "1/6", "2/6", "3/6", "4/6", "5/6", "1/12", "2/12", "3/12", "4/12", "5/12", "6/12", "7/12", "8/12", "9/12", "10/12", "11/12"];
|
|
1263
|
-
formatValue: typeof BoxStylesFormatters.Value.fraction;
|
|
1264
|
-
};
|
|
1265
|
-
};
|
|
1266
|
-
m: {
|
|
1267
|
-
key: "margin";
|
|
1268
|
-
cssNames: string[];
|
|
1269
|
-
values1: {
|
|
1270
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1271
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1272
|
-
};
|
|
1273
|
-
values2: {
|
|
1274
|
-
values: readonly ["auto"];
|
|
1275
|
-
};
|
|
1276
|
-
values3: {
|
|
1277
|
-
values: readonly [];
|
|
1278
|
-
};
|
|
1279
|
-
};
|
|
1280
|
-
mx: {
|
|
1281
|
-
key: "marginHorizontal";
|
|
1282
|
-
cssNames: string[];
|
|
1283
|
-
values1: {
|
|
1284
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1285
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1286
|
-
};
|
|
1287
|
-
values2: {
|
|
1288
|
-
values: readonly ["auto"];
|
|
1289
|
-
};
|
|
1290
|
-
values3: {
|
|
1291
|
-
values: readonly [];
|
|
1292
|
-
};
|
|
1293
|
-
};
|
|
1294
|
-
my: {
|
|
1295
|
-
key: "marginVertical";
|
|
1296
|
-
cssNames: string[];
|
|
1297
|
-
values1: {
|
|
1298
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1299
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1300
|
-
};
|
|
1301
|
-
values2: {
|
|
1302
|
-
values: readonly ["auto"];
|
|
1303
|
-
};
|
|
1304
|
-
values3: {
|
|
1305
|
-
values: readonly [];
|
|
1306
|
-
};
|
|
1307
|
-
};
|
|
1308
|
-
mt: {
|
|
1309
|
-
key: "marginTop";
|
|
1310
|
-
cssNames: string[];
|
|
1311
|
-
values1: {
|
|
1312
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1313
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1314
|
-
};
|
|
1315
|
-
values2: {
|
|
1316
|
-
values: readonly ["auto"];
|
|
1317
|
-
};
|
|
1318
|
-
values3: {
|
|
1319
|
-
values: readonly [];
|
|
1320
|
-
};
|
|
1321
|
-
};
|
|
1322
|
-
mr: {
|
|
1323
|
-
key: "marginRight";
|
|
1324
|
-
cssNames: string[];
|
|
1325
|
-
values1: {
|
|
1326
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1327
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1328
|
-
};
|
|
1329
|
-
values2: {
|
|
1330
|
-
values: readonly ["auto"];
|
|
1331
|
-
};
|
|
1332
|
-
values3: {
|
|
1333
|
-
values: readonly [];
|
|
1334
|
-
};
|
|
1335
|
-
};
|
|
1336
|
-
mb: {
|
|
1337
|
-
key: "marginBottom";
|
|
1338
|
-
cssNames: string[];
|
|
1339
|
-
values1: {
|
|
1340
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1341
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1342
|
-
};
|
|
1343
|
-
values2: {
|
|
1344
|
-
values: readonly ["auto"];
|
|
1345
|
-
};
|
|
1346
|
-
values3: {
|
|
1347
|
-
values: readonly [];
|
|
1348
|
-
};
|
|
1349
|
-
};
|
|
1350
|
-
ml: {
|
|
1351
|
-
key: "marginLeft";
|
|
1352
|
-
cssNames: string[];
|
|
1353
|
-
values1: {
|
|
1354
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1355
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1356
|
-
};
|
|
1357
|
-
values2: {
|
|
1358
|
-
values: readonly ["auto"];
|
|
1359
|
-
};
|
|
1360
|
-
values3: {
|
|
1361
|
-
values: readonly [];
|
|
1362
|
-
};
|
|
1363
|
-
};
|
|
1364
|
-
p: {
|
|
1365
|
-
key: "padding";
|
|
1366
|
-
cssNames: string[];
|
|
1367
|
-
values1: {
|
|
1368
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1369
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1370
|
-
};
|
|
1371
|
-
values2: {
|
|
1372
|
-
values: readonly [];
|
|
1373
|
-
};
|
|
1374
|
-
values3: {
|
|
1375
|
-
values: readonly [];
|
|
1376
|
-
};
|
|
1377
|
-
};
|
|
1378
|
-
px: {
|
|
1379
|
-
key: "paddingHorizontal";
|
|
1380
|
-
cssNames: string[];
|
|
1381
|
-
values1: {
|
|
1382
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1383
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1384
|
-
};
|
|
1385
|
-
values2: {
|
|
1386
|
-
values: readonly [];
|
|
1387
|
-
};
|
|
1388
|
-
values3: {
|
|
1389
|
-
values: readonly [];
|
|
1390
|
-
};
|
|
1391
|
-
};
|
|
1392
|
-
py: {
|
|
1393
|
-
key: "paddingVertical";
|
|
1394
|
-
cssNames: string[];
|
|
1395
|
-
values1: {
|
|
1396
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1397
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1398
|
-
};
|
|
1399
|
-
values2: {
|
|
1400
|
-
values: readonly [];
|
|
1401
|
-
};
|
|
1402
|
-
values3: {
|
|
1403
|
-
values: readonly [];
|
|
1404
|
-
};
|
|
1405
|
-
};
|
|
1406
|
-
pt: {
|
|
1407
|
-
key: "paddingTop";
|
|
1408
|
-
cssNames: string[];
|
|
1409
|
-
values1: {
|
|
1410
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1411
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1412
|
-
};
|
|
1413
|
-
values2: {
|
|
1414
|
-
values: readonly [];
|
|
1415
|
-
};
|
|
1416
|
-
values3: {
|
|
1417
|
-
values: readonly [];
|
|
1418
|
-
};
|
|
1419
|
-
};
|
|
1420
|
-
pr: {
|
|
1421
|
-
key: "paddingRight";
|
|
1422
|
-
cssNames: string[];
|
|
1423
|
-
values1: {
|
|
1424
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1425
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1426
|
-
};
|
|
1427
|
-
values2: {
|
|
1428
|
-
values: readonly [];
|
|
1429
|
-
};
|
|
1430
|
-
values3: {
|
|
1431
|
-
values: readonly [];
|
|
1432
|
-
};
|
|
1433
|
-
};
|
|
1434
|
-
pb: {
|
|
1435
|
-
key: "paddingBottom";
|
|
1436
|
-
cssNames: string[];
|
|
1437
|
-
values1: {
|
|
1438
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1439
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1440
|
-
};
|
|
1441
|
-
values2: {
|
|
1442
|
-
values: readonly [];
|
|
1443
|
-
};
|
|
1444
|
-
values3: {
|
|
1445
|
-
values: readonly [];
|
|
1446
|
-
};
|
|
1447
|
-
};
|
|
1448
|
-
pl: {
|
|
1449
|
-
key: "paddingLeft";
|
|
1450
|
-
cssNames: string[];
|
|
1451
|
-
values1: {
|
|
1452
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1453
|
-
formatValue: typeof BoxStylesFormatters.Value.rem;
|
|
1454
|
-
};
|
|
1455
|
-
values2: {
|
|
1456
|
-
values: readonly [];
|
|
1457
|
-
};
|
|
1458
|
-
values3: {
|
|
1459
|
-
values: readonly [];
|
|
1460
|
-
};
|
|
1461
|
-
};
|
|
1462
|
-
b: {
|
|
1463
|
-
key: "border";
|
|
1464
|
-
cssNames: string[];
|
|
1465
|
-
values1: {
|
|
1466
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100];
|
|
1467
|
-
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
1468
|
-
};
|
|
1469
|
-
values2: {
|
|
1470
|
-
values: readonly [];
|
|
1471
|
-
};
|
|
1472
|
-
values3: {
|
|
1473
|
-
values: readonly [];
|
|
1474
|
-
};
|
|
1475
|
-
};
|
|
1476
|
-
bx: {
|
|
1477
|
-
key: "borderHorizontal";
|
|
1478
|
-
cssNames: string[];
|
|
1479
|
-
values1: {
|
|
1480
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1481
|
-
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
1482
|
-
};
|
|
1483
|
-
values2: {
|
|
1484
|
-
values: readonly [];
|
|
1485
|
-
};
|
|
1486
|
-
values3: {
|
|
1487
|
-
values: readonly [];
|
|
1488
|
-
};
|
|
1489
|
-
};
|
|
1490
|
-
by: {
|
|
1491
|
-
key: "borderVertical";
|
|
1492
|
-
cssNames: string[];
|
|
1493
|
-
values1: {
|
|
1494
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1495
|
-
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
1496
|
-
};
|
|
1497
|
-
values2: {
|
|
1498
|
-
values: readonly [];
|
|
1499
|
-
};
|
|
1500
|
-
values3: {
|
|
1501
|
-
values: readonly [];
|
|
1502
|
-
};
|
|
1503
|
-
};
|
|
1504
|
-
bt: {
|
|
1505
|
-
key: "borderTop";
|
|
1506
|
-
cssNames: string[];
|
|
1507
|
-
values1: {
|
|
1508
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1509
|
-
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
1510
|
-
};
|
|
1511
|
-
values2: {
|
|
1512
|
-
values: readonly [];
|
|
1513
|
-
};
|
|
1514
|
-
values3: {
|
|
1515
|
-
values: readonly [];
|
|
1516
|
-
};
|
|
1517
|
-
};
|
|
1518
|
-
br: {
|
|
1519
|
-
key: "borderRight";
|
|
1520
|
-
cssNames: string[];
|
|
1521
|
-
values1: {
|
|
1522
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1523
|
-
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
1524
|
-
};
|
|
1525
|
-
values2: {
|
|
1526
|
-
values: readonly [];
|
|
1527
|
-
};
|
|
1528
|
-
values3: {
|
|
1529
|
-
values: readonly [];
|
|
1530
|
-
};
|
|
1531
|
-
};
|
|
1532
|
-
bb: {
|
|
1533
|
-
key: "borderBottom";
|
|
1534
|
-
cssNames: string[];
|
|
1535
|
-
values1: {
|
|
1536
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1537
|
-
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
1538
|
-
};
|
|
1539
|
-
values2: {
|
|
1540
|
-
values: readonly [];
|
|
1541
|
-
};
|
|
1542
|
-
values3: {
|
|
1543
|
-
values: readonly [];
|
|
1544
|
-
};
|
|
1545
|
-
};
|
|
1546
|
-
bl: {
|
|
1547
|
-
key: "borderLeft";
|
|
1548
|
-
cssNames: string[];
|
|
1549
|
-
values1: {
|
|
1550
|
-
values: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, -1, -2, -3, -4, -5, -6, -7, -8, -9, -10, -11, -12, -13, -14, -15, -16, -17, -18, -19, -20, -22, -24, -26, -28, -30, -32, -34, -36, -38, -40, -44, -48, -52, -56, -60, -64, -68, -72, -76, -80, -84, -88, -92, -96, -100];
|
|
1551
|
-
formatValue: typeof BoxStylesFormatters.Value.px;
|
|
1552
|
-
};
|
|
1553
|
-
values2: {
|
|
1554
|
-
values: readonly [];
|
|
1555
|
-
};
|
|
1556
|
-
values3: {
|
|
1557
|
-
values: readonly [];
|
|
1558
|
-
};
|
|
1559
|
-
};
|
|
1560
|
-
jc: {
|
|
1561
|
-
key: "justifyContent";
|
|
1562
|
-
cssNames: string[];
|
|
1563
|
-
values1: {
|
|
1564
|
-
values: readonly ["start", "end", "flex-start", "flex-end", "center", "left", "right", "space-between", "space-around", "space-evenly", "stretch"];
|
|
1565
|
-
};
|
|
1566
|
-
values2: {
|
|
1567
|
-
values: readonly [];
|
|
1568
|
-
};
|
|
1569
|
-
values3: {
|
|
1570
|
-
values: readonly [];
|
|
1571
|
-
};
|
|
1572
|
-
};
|
|
1573
|
-
ai: {
|
|
1574
|
-
key: "alignItems";
|
|
1575
|
-
cssNames: string[];
|
|
1576
|
-
values1: {
|
|
1577
|
-
values: readonly ["stretch", "flex-start", "flex-end", "center", "baseline", "start", "end", "self-start", "self-end"];
|
|
1578
|
-
};
|
|
1579
|
-
values2: {
|
|
1580
|
-
values: readonly [];
|
|
1581
|
-
};
|
|
1582
|
-
values3: {
|
|
1583
|
-
values: readonly [];
|
|
1584
|
-
};
|
|
1585
|
-
};
|
|
1586
|
-
ac: {
|
|
1587
|
-
key: "alignContent";
|
|
1588
|
-
cssNames: string[];
|
|
1589
|
-
values1: {
|
|
1590
|
-
values: readonly ["flex-start", "flex-end", "center", "space-between", "space-around", "space-evenly", "stretch", "start", "end", "baseline"];
|
|
1591
|
-
};
|
|
1592
|
-
values2: {
|
|
1593
|
-
values: readonly [];
|
|
1594
|
-
};
|
|
1595
|
-
values3: {
|
|
1596
|
-
values: readonly [];
|
|
1597
|
-
};
|
|
1598
|
-
};
|
|
1599
|
-
d: {
|
|
1600
|
-
key: "flexDirection";
|
|
1601
|
-
cssNames: string[];
|
|
1602
|
-
values1: {
|
|
1603
|
-
values: readonly ["row", "row-reverse", "column", "column-reverse"];
|
|
1604
|
-
};
|
|
1605
|
-
values2: {
|
|
1606
|
-
values: readonly [];
|
|
1607
|
-
};
|
|
1608
|
-
values3: {
|
|
1609
|
-
values: readonly [];
|
|
1610
|
-
};
|
|
1611
|
-
};
|
|
1612
|
-
};
|