@mirohq/design-system-stitches 2.0.8
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/main.js +276 -0
- package/dist/main.js.map +1 -0
- package/dist/module.js +255 -0
- package/dist/module.js.map +1 -0
- package/dist/types.d.ts +3021 -0
- package/package.json +39 -0
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,3021 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import React__default, { ElementType, ComponentPropsWithRef, ComponentType } from 'react';
|
|
3
|
+
import { CSS as CSS$1, VariantProps } from '@stitches/react';
|
|
4
|
+
import { OnlyHTMLAttributes } from '@mirohq/design-system-types';
|
|
5
|
+
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
6
|
+
import { $$StyledComponentType, $$StyledComponentProps, $$StyledComponentMedia, StyledComponentProps as StyledComponentProps$1, TransformProps } from '@stitches/react/types/styled-component';
|
|
7
|
+
import * as _stitches_react_types_util from '@stitches/react/types/util';
|
|
8
|
+
import * as _stitches_react_types_stitches from '@stitches/react/types/stitches';
|
|
9
|
+
import { RemoveIndex } from '@stitches/react/types/stitches';
|
|
10
|
+
import * as CSSUtil from '@stitches/react/types/css-util';
|
|
11
|
+
import { Tokens } from '@mirohq/design-tokens';
|
|
12
|
+
import { ConfigType } from '@stitches/react/types/config';
|
|
13
|
+
|
|
14
|
+
declare const config: {
|
|
15
|
+
prefix: "";
|
|
16
|
+
media: {};
|
|
17
|
+
theme: {
|
|
18
|
+
'border-widths': {
|
|
19
|
+
readonly none: 0;
|
|
20
|
+
readonly sm: "1px";
|
|
21
|
+
readonly md: "2px";
|
|
22
|
+
readonly lg: "4px";
|
|
23
|
+
};
|
|
24
|
+
colors: {
|
|
25
|
+
readonly black: any;
|
|
26
|
+
readonly 'blue-10': any;
|
|
27
|
+
readonly 'blue-20': any;
|
|
28
|
+
readonly 'blue-50': any;
|
|
29
|
+
readonly 'blue-60': any;
|
|
30
|
+
readonly 'blue-70': any;
|
|
31
|
+
readonly 'blue-80': any;
|
|
32
|
+
readonly 'gray-20': any;
|
|
33
|
+
readonly 'gray-30': any;
|
|
34
|
+
readonly 'green-70': any;
|
|
35
|
+
readonly 'indigo-20': any;
|
|
36
|
+
readonly 'indigo-30': any;
|
|
37
|
+
readonly 'indigo-50': any;
|
|
38
|
+
readonly 'indigo-70': any;
|
|
39
|
+
readonly 'indigo-90': any;
|
|
40
|
+
readonly 'pink-20': any;
|
|
41
|
+
readonly 'pink-50': any;
|
|
42
|
+
readonly 'red-10': any;
|
|
43
|
+
readonly 'red-20': any;
|
|
44
|
+
readonly 'red-30': any;
|
|
45
|
+
readonly 'red-50': any;
|
|
46
|
+
readonly 'red-60': any;
|
|
47
|
+
readonly transparent: any;
|
|
48
|
+
readonly white: any;
|
|
49
|
+
readonly 'yellow-20': any;
|
|
50
|
+
readonly 'yellow-60': any;
|
|
51
|
+
readonly 'background-cta-active'?: any;
|
|
52
|
+
readonly 'background-cta-disabled'?: any;
|
|
53
|
+
readonly 'background-cta-hover'?: any;
|
|
54
|
+
readonly 'background-cta-idle'?: any;
|
|
55
|
+
readonly 'background-danger-active'?: any;
|
|
56
|
+
readonly 'background-danger-hover'?: any;
|
|
57
|
+
readonly 'background-danger-idle'?: any;
|
|
58
|
+
readonly 'background-default-active'?: any;
|
|
59
|
+
readonly 'background-default-disabled'?: any;
|
|
60
|
+
readonly 'background-default-hover'?: any;
|
|
61
|
+
readonly 'background-default-idle'?: any;
|
|
62
|
+
readonly 'background-default-selected'?: any;
|
|
63
|
+
readonly 'background-default-selected-active'?: any;
|
|
64
|
+
readonly 'background-info-idle'?: any;
|
|
65
|
+
readonly 'background-primary'?: any;
|
|
66
|
+
readonly 'background-secondary'?: any;
|
|
67
|
+
readonly 'background-success-idle'?: any;
|
|
68
|
+
readonly 'background-warning-idle'?: any;
|
|
69
|
+
readonly 'border-cta-idle'?: any;
|
|
70
|
+
readonly 'border-default-active'?: any;
|
|
71
|
+
readonly 'border-default-error'?: any;
|
|
72
|
+
readonly 'border-default-hover'?: any;
|
|
73
|
+
readonly 'border-default-idle'?: any;
|
|
74
|
+
readonly 'border-default-selected'?: any;
|
|
75
|
+
readonly 'canvas-primary'?: any;
|
|
76
|
+
readonly 'divider-default'?: any;
|
|
77
|
+
readonly 'focus-ring-default'?: any;
|
|
78
|
+
readonly 'font-cta-idle'?: any;
|
|
79
|
+
readonly 'font-default-active'?: any;
|
|
80
|
+
readonly 'font-default-disabled'?: any;
|
|
81
|
+
readonly 'font-default-error'?: any;
|
|
82
|
+
readonly 'font-default-hover'?: any;
|
|
83
|
+
readonly 'font-default-idle'?: any;
|
|
84
|
+
readonly 'font-default-selected'?: any;
|
|
85
|
+
readonly 'font-default-visited'?: any;
|
|
86
|
+
readonly 'font-primary'?: any;
|
|
87
|
+
readonly 'font-secondary'?: any;
|
|
88
|
+
readonly 'font-tertiary'?: any;
|
|
89
|
+
readonly 'icon-cta-idle'?: any;
|
|
90
|
+
readonly 'icon-default'?: any;
|
|
91
|
+
readonly 'icon-default-active'?: any;
|
|
92
|
+
readonly 'icon-default-disabled'?: any;
|
|
93
|
+
readonly 'icon-default-error'?: any;
|
|
94
|
+
readonly 'icon-default-hover'?: any;
|
|
95
|
+
readonly 'icon-default-idle'?: any;
|
|
96
|
+
readonly 'icon-default-selected'?: any;
|
|
97
|
+
};
|
|
98
|
+
'font-sizes': {
|
|
99
|
+
readonly 150: "0.75rem";
|
|
100
|
+
readonly 175: "0.875rem";
|
|
101
|
+
readonly 200: "1rem";
|
|
102
|
+
readonly 225: "1.125rem";
|
|
103
|
+
readonly 250: "1.25rem";
|
|
104
|
+
readonly 300: "1.5rem";
|
|
105
|
+
readonly 400: "2rem";
|
|
106
|
+
readonly 500: "2.5rem";
|
|
107
|
+
readonly 600: "3rem";
|
|
108
|
+
readonly 800: "4rem";
|
|
109
|
+
readonly 900: "4.5rem";
|
|
110
|
+
};
|
|
111
|
+
radii: {
|
|
112
|
+
readonly none: 0;
|
|
113
|
+
readonly half: "999em";
|
|
114
|
+
readonly 25: "2px";
|
|
115
|
+
readonly 50: "4px";
|
|
116
|
+
readonly 75: "6px";
|
|
117
|
+
readonly 100: "8px";
|
|
118
|
+
readonly 200: "16px";
|
|
119
|
+
};
|
|
120
|
+
shadows: {
|
|
121
|
+
readonly 50: "0 4px 16px #05003812";
|
|
122
|
+
readonly 100: "0 8px 32px #05003808";
|
|
123
|
+
};
|
|
124
|
+
sizes: {
|
|
125
|
+
readonly number: string;
|
|
126
|
+
readonly 'icon-200': "16px";
|
|
127
|
+
readonly 'icon-300': "24px";
|
|
128
|
+
readonly 'icon-400': "32px";
|
|
129
|
+
};
|
|
130
|
+
space: {
|
|
131
|
+
readonly none: 0;
|
|
132
|
+
readonly 50: "4px";
|
|
133
|
+
readonly 100: "8px";
|
|
134
|
+
readonly 150: "12px";
|
|
135
|
+
readonly 200: "16px";
|
|
136
|
+
readonly 300: "24px";
|
|
137
|
+
readonly 400: "32px";
|
|
138
|
+
readonly 500: "64px";
|
|
139
|
+
readonly 600: "48px";
|
|
140
|
+
readonly 800: "64px";
|
|
141
|
+
readonly 1200: "96px";
|
|
142
|
+
readonly 1600: "128px";
|
|
143
|
+
};
|
|
144
|
+
'space-gap': {
|
|
145
|
+
readonly none: any;
|
|
146
|
+
readonly 50: any;
|
|
147
|
+
readonly 100: any;
|
|
148
|
+
readonly 200: any;
|
|
149
|
+
readonly 300: any;
|
|
150
|
+
};
|
|
151
|
+
'space-inset': {
|
|
152
|
+
readonly none: any;
|
|
153
|
+
readonly 50: any;
|
|
154
|
+
readonly 100: any;
|
|
155
|
+
readonly 150: any;
|
|
156
|
+
readonly 200: any;
|
|
157
|
+
readonly 300: any;
|
|
158
|
+
readonly 400: any;
|
|
159
|
+
readonly 600: any;
|
|
160
|
+
readonly 800: any;
|
|
161
|
+
readonly 1200: any;
|
|
162
|
+
readonly 1600: any;
|
|
163
|
+
};
|
|
164
|
+
'space-offset': {
|
|
165
|
+
readonly none: any;
|
|
166
|
+
readonly 50: any;
|
|
167
|
+
readonly 100: any;
|
|
168
|
+
readonly 150: any;
|
|
169
|
+
readonly 200: any;
|
|
170
|
+
readonly 300: any;
|
|
171
|
+
readonly 400: any;
|
|
172
|
+
readonly 600: any;
|
|
173
|
+
readonly 800: any;
|
|
174
|
+
readonly 1200: any;
|
|
175
|
+
readonly 1600: any;
|
|
176
|
+
readonly 'stacking-none': any;
|
|
177
|
+
readonly 'stacking-100': any;
|
|
178
|
+
readonly 'stacking-200': any;
|
|
179
|
+
readonly 'stacking-300': any;
|
|
180
|
+
readonly 'stacking-400': any;
|
|
181
|
+
readonly 'stacking-500': any;
|
|
182
|
+
readonly 'stacking-800': any;
|
|
183
|
+
};
|
|
184
|
+
'z-indices': {
|
|
185
|
+
readonly dropdownMenu: 100;
|
|
186
|
+
readonly popover: 200;
|
|
187
|
+
readonly tooltip: 300;
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
themeMap: {
|
|
191
|
+
readonly background: "colors";
|
|
192
|
+
readonly backgroundColor: "colors";
|
|
193
|
+
readonly backgroundImage: "colors";
|
|
194
|
+
readonly blockSize: "sizes";
|
|
195
|
+
readonly border: "colors";
|
|
196
|
+
readonly borderBlock: "colors";
|
|
197
|
+
readonly borderBlockEnd: "colors";
|
|
198
|
+
readonly borderBlockStart: "colors";
|
|
199
|
+
readonly borderBottom: "colors";
|
|
200
|
+
readonly borderBottomColor: "colors";
|
|
201
|
+
readonly borderBottomLeftRadius: "radii";
|
|
202
|
+
readonly borderBottomRightRadius: "radii";
|
|
203
|
+
readonly borderBottomStyle: "border-styles";
|
|
204
|
+
readonly borderBottomWidth: "border-widths";
|
|
205
|
+
readonly borderColor: "colors";
|
|
206
|
+
readonly borderImage: "colors";
|
|
207
|
+
readonly borderInline: "colors";
|
|
208
|
+
readonly borderInlineEnd: "colors";
|
|
209
|
+
readonly borderInlineStart: "colors";
|
|
210
|
+
readonly borderLeft: "colors";
|
|
211
|
+
readonly borderLeftColor: "colors";
|
|
212
|
+
readonly borderLeftStyle: "border-styles";
|
|
213
|
+
readonly borderLeftWidth: "border-widths";
|
|
214
|
+
readonly borderRadius: "radii";
|
|
215
|
+
readonly borderRight: "colors";
|
|
216
|
+
readonly borderRightColor: "colors";
|
|
217
|
+
readonly borderRightStyle: "border-styles";
|
|
218
|
+
readonly borderRightWidth: "border-widths";
|
|
219
|
+
readonly borderStyle: "border-styles";
|
|
220
|
+
readonly borderTop: "colors";
|
|
221
|
+
readonly borderTopColor: "colors";
|
|
222
|
+
readonly borderTopLeftRadius: "radii";
|
|
223
|
+
readonly borderTopRightRadius: "radii";
|
|
224
|
+
readonly borderTopStyle: "border-styles";
|
|
225
|
+
readonly borderTopWidth: "border-widths";
|
|
226
|
+
readonly borderWidth: "border-widths";
|
|
227
|
+
readonly bottom: "space";
|
|
228
|
+
readonly boxShadow: "shadows";
|
|
229
|
+
readonly caretColor: "colors";
|
|
230
|
+
readonly color: "colors";
|
|
231
|
+
readonly columnGap: "space-gap";
|
|
232
|
+
readonly columnRuleColor: "colors";
|
|
233
|
+
readonly fill: "colors";
|
|
234
|
+
readonly flexBasis: "sizes";
|
|
235
|
+
readonly fontFamily: "fonts";
|
|
236
|
+
readonly fontSize: "font-sizes";
|
|
237
|
+
readonly fontWeight: "font-weights";
|
|
238
|
+
readonly gap: "space-gap";
|
|
239
|
+
readonly gridColumnGap: "space-gap";
|
|
240
|
+
readonly gridGap: "space-gap";
|
|
241
|
+
readonly gridRowGap: "space-gap";
|
|
242
|
+
readonly gridTemplateColumns: "sizes";
|
|
243
|
+
readonly gridTemplateRows: "sizes";
|
|
244
|
+
readonly height: "sizes";
|
|
245
|
+
readonly inlineSize: "sizes";
|
|
246
|
+
readonly inset: "space-inset";
|
|
247
|
+
readonly insetBlock: "space-inset";
|
|
248
|
+
readonly insetBlockEnd: "space-inset";
|
|
249
|
+
readonly insetBlockStart: "space-inset";
|
|
250
|
+
readonly insetInline: "space-inset";
|
|
251
|
+
readonly insetInlineEnd: "space-inset";
|
|
252
|
+
readonly insetInlineStart: "space-inset";
|
|
253
|
+
readonly left: "space";
|
|
254
|
+
readonly letterSpacing: "letter-spacings";
|
|
255
|
+
readonly lineHeight: "line-heights";
|
|
256
|
+
readonly margin: "space-offset";
|
|
257
|
+
readonly marginBlock: "space-offset";
|
|
258
|
+
readonly marginBlockEnd: "space-offset";
|
|
259
|
+
readonly marginBlockStart: "space-offset";
|
|
260
|
+
readonly marginBottom: "space-offset";
|
|
261
|
+
readonly marginInline: "space-offset";
|
|
262
|
+
readonly marginInlineEnd: "space-offset";
|
|
263
|
+
readonly marginInlineStart: "space-offset";
|
|
264
|
+
readonly marginLeft: "space-offset";
|
|
265
|
+
readonly marginRight: "space-offset";
|
|
266
|
+
readonly marginTop: "space-offset";
|
|
267
|
+
readonly maxBlockSize: "sizes";
|
|
268
|
+
readonly maxHeight: "sizes";
|
|
269
|
+
readonly maxInlineSize: "sizes";
|
|
270
|
+
readonly maxWidth: "sizes";
|
|
271
|
+
readonly minBlockSize: "sizes";
|
|
272
|
+
readonly minHeight: "sizes";
|
|
273
|
+
readonly minInlineSize: "sizes";
|
|
274
|
+
readonly minWidth: "sizes";
|
|
275
|
+
readonly outline: "colors";
|
|
276
|
+
readonly outlineColor: "colors";
|
|
277
|
+
readonly padding: "space-inset";
|
|
278
|
+
readonly paddingBlock: "space-inset";
|
|
279
|
+
readonly paddingBlockEnd: "space-inset";
|
|
280
|
+
readonly paddingBlockStart: "space-inset";
|
|
281
|
+
readonly paddingBottom: "space-inset";
|
|
282
|
+
readonly paddingInline: "space-inset";
|
|
283
|
+
readonly paddingInlineEnd: "space-inset";
|
|
284
|
+
readonly paddingInlineStart: "space-inset";
|
|
285
|
+
readonly paddingLeft: "space-inset";
|
|
286
|
+
readonly paddingRight: "space-inset";
|
|
287
|
+
readonly paddingTop: "space-inset";
|
|
288
|
+
readonly right: "space";
|
|
289
|
+
readonly rowGap: "space-gap";
|
|
290
|
+
readonly scrollMargin: "space-offset";
|
|
291
|
+
readonly scrollMarginBlock: "space-offset";
|
|
292
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
293
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
294
|
+
readonly scrollMarginBottom: "space-offset";
|
|
295
|
+
readonly scrollMarginInline: "space-offset";
|
|
296
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
297
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
298
|
+
readonly scrollMarginLeft: "space-offset";
|
|
299
|
+
readonly scrollMarginRight: "space-offset";
|
|
300
|
+
readonly scrollMarginTop: "space-offset";
|
|
301
|
+
readonly scrollPadding: "space-inset";
|
|
302
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
303
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
304
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
305
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
306
|
+
readonly scrollPaddingInline: "space-inset";
|
|
307
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
308
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
309
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
310
|
+
readonly scrollPaddingRight: "space-inset";
|
|
311
|
+
readonly scrollPaddingTop: "space-inset";
|
|
312
|
+
readonly stroke: "colors";
|
|
313
|
+
readonly textDecorationColor: "colors";
|
|
314
|
+
readonly textShadow: "shadows";
|
|
315
|
+
readonly top: "space";
|
|
316
|
+
readonly transition: "transitions";
|
|
317
|
+
readonly width: "sizes";
|
|
318
|
+
readonly zIndex: "z-indices";
|
|
319
|
+
};
|
|
320
|
+
utils: {
|
|
321
|
+
paddingX: (value: {
|
|
322
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
323
|
+
}) => {
|
|
324
|
+
paddingLeft: {
|
|
325
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
326
|
+
};
|
|
327
|
+
paddingRight: {
|
|
328
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
329
|
+
};
|
|
330
|
+
};
|
|
331
|
+
paddingY: (value: {
|
|
332
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
333
|
+
}) => {
|
|
334
|
+
paddingTop: {
|
|
335
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
336
|
+
};
|
|
337
|
+
paddingBottom: {
|
|
338
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
339
|
+
};
|
|
340
|
+
};
|
|
341
|
+
marginX: (value: {
|
|
342
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
343
|
+
}) => {
|
|
344
|
+
marginLeft: {
|
|
345
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
346
|
+
};
|
|
347
|
+
marginRight: {
|
|
348
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
349
|
+
};
|
|
350
|
+
};
|
|
351
|
+
marginY: (value: {
|
|
352
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
353
|
+
}) => {
|
|
354
|
+
marginTop: {
|
|
355
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
356
|
+
};
|
|
357
|
+
marginBottom: {
|
|
358
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
359
|
+
};
|
|
360
|
+
};
|
|
361
|
+
};
|
|
362
|
+
};
|
|
363
|
+
declare const createTheme: <Argument0 extends string | ({
|
|
364
|
+
'border-widths'?: {
|
|
365
|
+
readonly none?: string | number | boolean | undefined;
|
|
366
|
+
readonly sm?: string | number | boolean | undefined;
|
|
367
|
+
readonly md?: string | number | boolean | undefined;
|
|
368
|
+
readonly lg?: string | number | boolean | undefined;
|
|
369
|
+
} | undefined;
|
|
370
|
+
colors?: {
|
|
371
|
+
readonly black?: string | number | boolean | undefined;
|
|
372
|
+
readonly 'blue-10'?: string | number | boolean | undefined;
|
|
373
|
+
readonly 'blue-20'?: string | number | boolean | undefined;
|
|
374
|
+
readonly 'blue-50'?: string | number | boolean | undefined;
|
|
375
|
+
readonly 'blue-60'?: string | number | boolean | undefined;
|
|
376
|
+
readonly 'blue-70'?: string | number | boolean | undefined;
|
|
377
|
+
readonly 'blue-80'?: string | number | boolean | undefined;
|
|
378
|
+
readonly 'gray-20'?: string | number | boolean | undefined;
|
|
379
|
+
readonly 'gray-30'?: string | number | boolean | undefined;
|
|
380
|
+
readonly 'green-70'?: string | number | boolean | undefined;
|
|
381
|
+
readonly 'indigo-20'?: string | number | boolean | undefined;
|
|
382
|
+
readonly 'indigo-30'?: string | number | boolean | undefined;
|
|
383
|
+
readonly 'indigo-50'?: string | number | boolean | undefined;
|
|
384
|
+
readonly 'indigo-70'?: string | number | boolean | undefined;
|
|
385
|
+
readonly 'indigo-90'?: string | number | boolean | undefined;
|
|
386
|
+
readonly 'pink-20'?: string | number | boolean | undefined;
|
|
387
|
+
readonly 'pink-50'?: string | number | boolean | undefined;
|
|
388
|
+
readonly 'red-10'?: string | number | boolean | undefined;
|
|
389
|
+
readonly 'red-20'?: string | number | boolean | undefined;
|
|
390
|
+
readonly 'red-30'?: string | number | boolean | undefined;
|
|
391
|
+
readonly 'red-50'?: string | number | boolean | undefined;
|
|
392
|
+
readonly 'red-60'?: string | number | boolean | undefined;
|
|
393
|
+
readonly transparent?: string | number | boolean | undefined;
|
|
394
|
+
readonly white?: string | number | boolean | undefined;
|
|
395
|
+
readonly 'yellow-20'?: string | number | boolean | undefined;
|
|
396
|
+
readonly 'yellow-60'?: string | number | boolean | undefined;
|
|
397
|
+
readonly 'background-cta-active'?: string | number | boolean | undefined;
|
|
398
|
+
readonly 'background-cta-disabled'?: string | number | boolean | undefined;
|
|
399
|
+
readonly 'background-cta-hover'?: string | number | boolean | undefined;
|
|
400
|
+
readonly 'background-cta-idle'?: string | number | boolean | undefined;
|
|
401
|
+
readonly 'background-danger-active'?: string | number | boolean | undefined;
|
|
402
|
+
readonly 'background-danger-hover'?: string | number | boolean | undefined;
|
|
403
|
+
readonly 'background-danger-idle'?: string | number | boolean | undefined;
|
|
404
|
+
readonly 'background-default-active'?: string | number | boolean | undefined;
|
|
405
|
+
readonly 'background-default-disabled'?: string | number | boolean | undefined;
|
|
406
|
+
readonly 'background-default-hover'?: string | number | boolean | undefined;
|
|
407
|
+
readonly 'background-default-idle'?: string | number | boolean | undefined;
|
|
408
|
+
readonly 'background-default-selected'?: string | number | boolean | undefined;
|
|
409
|
+
readonly 'background-default-selected-active'?: string | number | boolean | undefined;
|
|
410
|
+
readonly 'background-info-idle'?: string | number | boolean | undefined;
|
|
411
|
+
readonly 'background-primary'?: string | number | boolean | undefined;
|
|
412
|
+
readonly 'background-secondary'?: string | number | boolean | undefined;
|
|
413
|
+
readonly 'background-success-idle'?: string | number | boolean | undefined;
|
|
414
|
+
readonly 'background-warning-idle'?: string | number | boolean | undefined;
|
|
415
|
+
readonly 'border-cta-idle'?: string | number | boolean | undefined;
|
|
416
|
+
readonly 'border-default-active'?: string | number | boolean | undefined;
|
|
417
|
+
readonly 'border-default-error'?: string | number | boolean | undefined;
|
|
418
|
+
readonly 'border-default-hover'?: string | number | boolean | undefined;
|
|
419
|
+
readonly 'border-default-idle'?: string | number | boolean | undefined;
|
|
420
|
+
readonly 'border-default-selected'?: string | number | boolean | undefined;
|
|
421
|
+
readonly 'canvas-primary'?: string | number | boolean | undefined;
|
|
422
|
+
readonly 'divider-default'?: string | number | boolean | undefined;
|
|
423
|
+
readonly 'focus-ring-default'?: string | number | boolean | undefined;
|
|
424
|
+
readonly 'font-cta-idle'?: string | number | boolean | undefined;
|
|
425
|
+
readonly 'font-default-active'?: string | number | boolean | undefined;
|
|
426
|
+
readonly 'font-default-disabled'?: string | number | boolean | undefined;
|
|
427
|
+
readonly 'font-default-error'?: string | number | boolean | undefined;
|
|
428
|
+
readonly 'font-default-hover'?: string | number | boolean | undefined;
|
|
429
|
+
readonly 'font-default-idle'?: string | number | boolean | undefined;
|
|
430
|
+
readonly 'font-default-selected'?: string | number | boolean | undefined;
|
|
431
|
+
readonly 'font-default-visited'?: string | number | boolean | undefined;
|
|
432
|
+
readonly 'font-primary'?: string | number | boolean | undefined;
|
|
433
|
+
readonly 'font-secondary'?: string | number | boolean | undefined;
|
|
434
|
+
readonly 'font-tertiary'?: string | number | boolean | undefined;
|
|
435
|
+
readonly 'icon-cta-idle'?: string | number | boolean | undefined;
|
|
436
|
+
readonly 'icon-default'?: string | number | boolean | undefined;
|
|
437
|
+
readonly 'icon-default-active'?: string | number | boolean | undefined;
|
|
438
|
+
readonly 'icon-default-disabled'?: string | number | boolean | undefined;
|
|
439
|
+
readonly 'icon-default-error'?: string | number | boolean | undefined;
|
|
440
|
+
readonly 'icon-default-hover'?: string | number | boolean | undefined;
|
|
441
|
+
readonly 'icon-default-idle'?: string | number | boolean | undefined;
|
|
442
|
+
readonly 'icon-default-selected'?: string | number | boolean | undefined;
|
|
443
|
+
} | undefined;
|
|
444
|
+
'font-sizes'?: {
|
|
445
|
+
readonly 150?: string | number | boolean | undefined;
|
|
446
|
+
readonly 175?: string | number | boolean | undefined;
|
|
447
|
+
readonly 200?: string | number | boolean | undefined;
|
|
448
|
+
readonly 225?: string | number | boolean | undefined;
|
|
449
|
+
readonly 250?: string | number | boolean | undefined;
|
|
450
|
+
readonly 300?: string | number | boolean | undefined;
|
|
451
|
+
readonly 400?: string | number | boolean | undefined;
|
|
452
|
+
readonly 500?: string | number | boolean | undefined;
|
|
453
|
+
readonly 600?: string | number | boolean | undefined;
|
|
454
|
+
readonly 800?: string | number | boolean | undefined;
|
|
455
|
+
readonly 900?: string | number | boolean | undefined;
|
|
456
|
+
} | undefined;
|
|
457
|
+
radii?: {
|
|
458
|
+
readonly none?: string | number | boolean | undefined;
|
|
459
|
+
readonly half?: string | number | boolean | undefined;
|
|
460
|
+
readonly 25?: string | number | boolean | undefined;
|
|
461
|
+
readonly 50?: string | number | boolean | undefined;
|
|
462
|
+
readonly 75?: string | number | boolean | undefined;
|
|
463
|
+
readonly 100?: string | number | boolean | undefined;
|
|
464
|
+
readonly 200?: string | number | boolean | undefined;
|
|
465
|
+
} | undefined;
|
|
466
|
+
shadows?: {
|
|
467
|
+
readonly 50?: string | number | boolean | undefined;
|
|
468
|
+
readonly 100?: string | number | boolean | undefined;
|
|
469
|
+
} | undefined;
|
|
470
|
+
sizes?: {
|
|
471
|
+
readonly number?: string | number | boolean | undefined;
|
|
472
|
+
readonly 'icon-200'?: string | number | boolean | undefined;
|
|
473
|
+
readonly 'icon-300'?: string | number | boolean | undefined;
|
|
474
|
+
readonly 'icon-400'?: string | number | boolean | undefined;
|
|
475
|
+
} | undefined;
|
|
476
|
+
space?: {
|
|
477
|
+
readonly none?: string | number | boolean | undefined;
|
|
478
|
+
readonly 50?: string | number | boolean | undefined;
|
|
479
|
+
readonly 100?: string | number | boolean | undefined;
|
|
480
|
+
readonly 150?: string | number | boolean | undefined;
|
|
481
|
+
readonly 200?: string | number | boolean | undefined;
|
|
482
|
+
readonly 300?: string | number | boolean | undefined;
|
|
483
|
+
readonly 400?: string | number | boolean | undefined;
|
|
484
|
+
readonly 500?: string | number | boolean | undefined;
|
|
485
|
+
readonly 600?: string | number | boolean | undefined;
|
|
486
|
+
readonly 800?: string | number | boolean | undefined;
|
|
487
|
+
readonly 1200?: string | number | boolean | undefined;
|
|
488
|
+
readonly 1600?: string | number | boolean | undefined;
|
|
489
|
+
} | undefined;
|
|
490
|
+
'space-gap'?: {
|
|
491
|
+
readonly none?: string | number | boolean | undefined;
|
|
492
|
+
readonly 50?: string | number | boolean | undefined;
|
|
493
|
+
readonly 100?: string | number | boolean | undefined;
|
|
494
|
+
readonly 200?: string | number | boolean | undefined;
|
|
495
|
+
readonly 300?: string | number | boolean | undefined;
|
|
496
|
+
} | undefined;
|
|
497
|
+
'space-inset'?: {
|
|
498
|
+
readonly none?: string | number | boolean | undefined;
|
|
499
|
+
readonly 50?: string | number | boolean | undefined;
|
|
500
|
+
readonly 100?: string | number | boolean | undefined;
|
|
501
|
+
readonly 150?: string | number | boolean | undefined;
|
|
502
|
+
readonly 200?: string | number | boolean | undefined;
|
|
503
|
+
readonly 300?: string | number | boolean | undefined;
|
|
504
|
+
readonly 400?: string | number | boolean | undefined;
|
|
505
|
+
readonly 600?: string | number | boolean | undefined;
|
|
506
|
+
readonly 800?: string | number | boolean | undefined;
|
|
507
|
+
readonly 1200?: string | number | boolean | undefined;
|
|
508
|
+
readonly 1600?: string | number | boolean | undefined;
|
|
509
|
+
} | undefined;
|
|
510
|
+
'space-offset'?: {
|
|
511
|
+
readonly none?: string | number | boolean | undefined;
|
|
512
|
+
readonly 50?: string | number | boolean | undefined;
|
|
513
|
+
readonly 100?: string | number | boolean | undefined;
|
|
514
|
+
readonly 150?: string | number | boolean | undefined;
|
|
515
|
+
readonly 200?: string | number | boolean | undefined;
|
|
516
|
+
readonly 300?: string | number | boolean | undefined;
|
|
517
|
+
readonly 400?: string | number | boolean | undefined;
|
|
518
|
+
readonly 600?: string | number | boolean | undefined;
|
|
519
|
+
readonly 800?: string | number | boolean | undefined;
|
|
520
|
+
readonly 1200?: string | number | boolean | undefined;
|
|
521
|
+
readonly 1600?: string | number | boolean | undefined;
|
|
522
|
+
readonly 'stacking-none'?: string | number | boolean | undefined;
|
|
523
|
+
readonly 'stacking-100'?: string | number | boolean | undefined;
|
|
524
|
+
readonly 'stacking-200'?: string | number | boolean | undefined;
|
|
525
|
+
readonly 'stacking-300'?: string | number | boolean | undefined;
|
|
526
|
+
readonly 'stacking-400'?: string | number | boolean | undefined;
|
|
527
|
+
readonly 'stacking-500'?: string | number | boolean | undefined;
|
|
528
|
+
readonly 'stacking-800'?: string | number | boolean | undefined;
|
|
529
|
+
} | undefined;
|
|
530
|
+
'z-indices'?: {
|
|
531
|
+
readonly dropdownMenu?: string | number | boolean | undefined;
|
|
532
|
+
readonly popover?: string | number | boolean | undefined;
|
|
533
|
+
readonly tooltip?: string | number | boolean | undefined;
|
|
534
|
+
} | undefined;
|
|
535
|
+
} & {
|
|
536
|
+
[x: string]: {
|
|
537
|
+
[x: string]: string | number | boolean;
|
|
538
|
+
[x: number]: string | number | boolean;
|
|
539
|
+
};
|
|
540
|
+
}), Argument1 extends string | ({
|
|
541
|
+
'border-widths'?: {
|
|
542
|
+
readonly none?: string | number | boolean | undefined;
|
|
543
|
+
readonly sm?: string | number | boolean | undefined;
|
|
544
|
+
readonly md?: string | number | boolean | undefined;
|
|
545
|
+
readonly lg?: string | number | boolean | undefined;
|
|
546
|
+
} | undefined;
|
|
547
|
+
colors?: {
|
|
548
|
+
readonly black?: string | number | boolean | undefined;
|
|
549
|
+
readonly 'blue-10'?: string | number | boolean | undefined;
|
|
550
|
+
readonly 'blue-20'?: string | number | boolean | undefined;
|
|
551
|
+
readonly 'blue-50'?: string | number | boolean | undefined;
|
|
552
|
+
readonly 'blue-60'?: string | number | boolean | undefined;
|
|
553
|
+
readonly 'blue-70'?: string | number | boolean | undefined;
|
|
554
|
+
readonly 'blue-80'?: string | number | boolean | undefined;
|
|
555
|
+
readonly 'gray-20'?: string | number | boolean | undefined;
|
|
556
|
+
readonly 'gray-30'?: string | number | boolean | undefined;
|
|
557
|
+
readonly 'green-70'?: string | number | boolean | undefined;
|
|
558
|
+
readonly 'indigo-20'?: string | number | boolean | undefined;
|
|
559
|
+
readonly 'indigo-30'?: string | number | boolean | undefined;
|
|
560
|
+
readonly 'indigo-50'?: string | number | boolean | undefined;
|
|
561
|
+
readonly 'indigo-70'?: string | number | boolean | undefined;
|
|
562
|
+
readonly 'indigo-90'?: string | number | boolean | undefined;
|
|
563
|
+
readonly 'pink-20'?: string | number | boolean | undefined;
|
|
564
|
+
readonly 'pink-50'?: string | number | boolean | undefined;
|
|
565
|
+
readonly 'red-10'?: string | number | boolean | undefined;
|
|
566
|
+
readonly 'red-20'?: string | number | boolean | undefined;
|
|
567
|
+
readonly 'red-30'?: string | number | boolean | undefined;
|
|
568
|
+
readonly 'red-50'?: string | number | boolean | undefined;
|
|
569
|
+
readonly 'red-60'?: string | number | boolean | undefined;
|
|
570
|
+
readonly transparent?: string | number | boolean | undefined;
|
|
571
|
+
readonly white?: string | number | boolean | undefined;
|
|
572
|
+
readonly 'yellow-20'?: string | number | boolean | undefined;
|
|
573
|
+
readonly 'yellow-60'?: string | number | boolean | undefined;
|
|
574
|
+
readonly 'background-cta-active'?: string | number | boolean | undefined;
|
|
575
|
+
readonly 'background-cta-disabled'?: string | number | boolean | undefined;
|
|
576
|
+
readonly 'background-cta-hover'?: string | number | boolean | undefined;
|
|
577
|
+
readonly 'background-cta-idle'?: string | number | boolean | undefined;
|
|
578
|
+
readonly 'background-danger-active'?: string | number | boolean | undefined;
|
|
579
|
+
readonly 'background-danger-hover'?: string | number | boolean | undefined;
|
|
580
|
+
readonly 'background-danger-idle'?: string | number | boolean | undefined;
|
|
581
|
+
readonly 'background-default-active'?: string | number | boolean | undefined;
|
|
582
|
+
readonly 'background-default-disabled'?: string | number | boolean | undefined;
|
|
583
|
+
readonly 'background-default-hover'?: string | number | boolean | undefined;
|
|
584
|
+
readonly 'background-default-idle'?: string | number | boolean | undefined;
|
|
585
|
+
readonly 'background-default-selected'?: string | number | boolean | undefined;
|
|
586
|
+
readonly 'background-default-selected-active'?: string | number | boolean | undefined;
|
|
587
|
+
readonly 'background-info-idle'?: string | number | boolean | undefined;
|
|
588
|
+
readonly 'background-primary'?: string | number | boolean | undefined;
|
|
589
|
+
readonly 'background-secondary'?: string | number | boolean | undefined;
|
|
590
|
+
readonly 'background-success-idle'?: string | number | boolean | undefined;
|
|
591
|
+
readonly 'background-warning-idle'?: string | number | boolean | undefined;
|
|
592
|
+
readonly 'border-cta-idle'?: string | number | boolean | undefined;
|
|
593
|
+
readonly 'border-default-active'?: string | number | boolean | undefined;
|
|
594
|
+
readonly 'border-default-error'?: string | number | boolean | undefined;
|
|
595
|
+
readonly 'border-default-hover'?: string | number | boolean | undefined;
|
|
596
|
+
readonly 'border-default-idle'?: string | number | boolean | undefined;
|
|
597
|
+
readonly 'border-default-selected'?: string | number | boolean | undefined;
|
|
598
|
+
readonly 'canvas-primary'?: string | number | boolean | undefined;
|
|
599
|
+
readonly 'divider-default'?: string | number | boolean | undefined;
|
|
600
|
+
readonly 'focus-ring-default'?: string | number | boolean | undefined;
|
|
601
|
+
readonly 'font-cta-idle'?: string | number | boolean | undefined;
|
|
602
|
+
readonly 'font-default-active'?: string | number | boolean | undefined;
|
|
603
|
+
readonly 'font-default-disabled'?: string | number | boolean | undefined;
|
|
604
|
+
readonly 'font-default-error'?: string | number | boolean | undefined;
|
|
605
|
+
readonly 'font-default-hover'?: string | number | boolean | undefined;
|
|
606
|
+
readonly 'font-default-idle'?: string | number | boolean | undefined;
|
|
607
|
+
readonly 'font-default-selected'?: string | number | boolean | undefined;
|
|
608
|
+
readonly 'font-default-visited'?: string | number | boolean | undefined;
|
|
609
|
+
readonly 'font-primary'?: string | number | boolean | undefined;
|
|
610
|
+
readonly 'font-secondary'?: string | number | boolean | undefined;
|
|
611
|
+
readonly 'font-tertiary'?: string | number | boolean | undefined;
|
|
612
|
+
readonly 'icon-cta-idle'?: string | number | boolean | undefined;
|
|
613
|
+
readonly 'icon-default'?: string | number | boolean | undefined;
|
|
614
|
+
readonly 'icon-default-active'?: string | number | boolean | undefined;
|
|
615
|
+
readonly 'icon-default-disabled'?: string | number | boolean | undefined;
|
|
616
|
+
readonly 'icon-default-error'?: string | number | boolean | undefined;
|
|
617
|
+
readonly 'icon-default-hover'?: string | number | boolean | undefined;
|
|
618
|
+
readonly 'icon-default-idle'?: string | number | boolean | undefined;
|
|
619
|
+
readonly 'icon-default-selected'?: string | number | boolean | undefined;
|
|
620
|
+
} | undefined;
|
|
621
|
+
'font-sizes'?: {
|
|
622
|
+
readonly 150?: string | number | boolean | undefined;
|
|
623
|
+
readonly 175?: string | number | boolean | undefined;
|
|
624
|
+
readonly 200?: string | number | boolean | undefined;
|
|
625
|
+
readonly 225?: string | number | boolean | undefined;
|
|
626
|
+
readonly 250?: string | number | boolean | undefined;
|
|
627
|
+
readonly 300?: string | number | boolean | undefined;
|
|
628
|
+
readonly 400?: string | number | boolean | undefined;
|
|
629
|
+
readonly 500?: string | number | boolean | undefined;
|
|
630
|
+
readonly 600?: string | number | boolean | undefined;
|
|
631
|
+
readonly 800?: string | number | boolean | undefined;
|
|
632
|
+
readonly 900?: string | number | boolean | undefined;
|
|
633
|
+
} | undefined;
|
|
634
|
+
radii?: {
|
|
635
|
+
readonly none?: string | number | boolean | undefined;
|
|
636
|
+
readonly half?: string | number | boolean | undefined;
|
|
637
|
+
readonly 25?: string | number | boolean | undefined;
|
|
638
|
+
readonly 50?: string | number | boolean | undefined;
|
|
639
|
+
readonly 75?: string | number | boolean | undefined;
|
|
640
|
+
readonly 100?: string | number | boolean | undefined;
|
|
641
|
+
readonly 200?: string | number | boolean | undefined;
|
|
642
|
+
} | undefined;
|
|
643
|
+
shadows?: {
|
|
644
|
+
readonly 50?: string | number | boolean | undefined;
|
|
645
|
+
readonly 100?: string | number | boolean | undefined;
|
|
646
|
+
} | undefined;
|
|
647
|
+
sizes?: {
|
|
648
|
+
readonly number?: string | number | boolean | undefined;
|
|
649
|
+
readonly 'icon-200'?: string | number | boolean | undefined;
|
|
650
|
+
readonly 'icon-300'?: string | number | boolean | undefined;
|
|
651
|
+
readonly 'icon-400'?: string | number | boolean | undefined;
|
|
652
|
+
} | undefined;
|
|
653
|
+
space?: {
|
|
654
|
+
readonly none?: string | number | boolean | undefined;
|
|
655
|
+
readonly 50?: string | number | boolean | undefined;
|
|
656
|
+
readonly 100?: string | number | boolean | undefined;
|
|
657
|
+
readonly 150?: string | number | boolean | undefined;
|
|
658
|
+
readonly 200?: string | number | boolean | undefined;
|
|
659
|
+
readonly 300?: string | number | boolean | undefined;
|
|
660
|
+
readonly 400?: string | number | boolean | undefined;
|
|
661
|
+
readonly 500?: string | number | boolean | undefined;
|
|
662
|
+
readonly 600?: string | number | boolean | undefined;
|
|
663
|
+
readonly 800?: string | number | boolean | undefined;
|
|
664
|
+
readonly 1200?: string | number | boolean | undefined;
|
|
665
|
+
readonly 1600?: string | number | boolean | undefined;
|
|
666
|
+
} | undefined;
|
|
667
|
+
'space-gap'?: {
|
|
668
|
+
readonly none?: string | number | boolean | undefined;
|
|
669
|
+
readonly 50?: string | number | boolean | undefined;
|
|
670
|
+
readonly 100?: string | number | boolean | undefined;
|
|
671
|
+
readonly 200?: string | number | boolean | undefined;
|
|
672
|
+
readonly 300?: string | number | boolean | undefined;
|
|
673
|
+
} | undefined;
|
|
674
|
+
'space-inset'?: {
|
|
675
|
+
readonly none?: string | number | boolean | undefined;
|
|
676
|
+
readonly 50?: string | number | boolean | undefined;
|
|
677
|
+
readonly 100?: string | number | boolean | undefined;
|
|
678
|
+
readonly 150?: string | number | boolean | undefined;
|
|
679
|
+
readonly 200?: string | number | boolean | undefined;
|
|
680
|
+
readonly 300?: string | number | boolean | undefined;
|
|
681
|
+
readonly 400?: string | number | boolean | undefined;
|
|
682
|
+
readonly 600?: string | number | boolean | undefined;
|
|
683
|
+
readonly 800?: string | number | boolean | undefined;
|
|
684
|
+
readonly 1200?: string | number | boolean | undefined;
|
|
685
|
+
readonly 1600?: string | number | boolean | undefined;
|
|
686
|
+
} | undefined;
|
|
687
|
+
'space-offset'?: {
|
|
688
|
+
readonly none?: string | number | boolean | undefined;
|
|
689
|
+
readonly 50?: string | number | boolean | undefined;
|
|
690
|
+
readonly 100?: string | number | boolean | undefined;
|
|
691
|
+
readonly 150?: string | number | boolean | undefined;
|
|
692
|
+
readonly 200?: string | number | boolean | undefined;
|
|
693
|
+
readonly 300?: string | number | boolean | undefined;
|
|
694
|
+
readonly 400?: string | number | boolean | undefined;
|
|
695
|
+
readonly 600?: string | number | boolean | undefined;
|
|
696
|
+
readonly 800?: string | number | boolean | undefined;
|
|
697
|
+
readonly 1200?: string | number | boolean | undefined;
|
|
698
|
+
readonly 1600?: string | number | boolean | undefined;
|
|
699
|
+
readonly 'stacking-none'?: string | number | boolean | undefined;
|
|
700
|
+
readonly 'stacking-100'?: string | number | boolean | undefined;
|
|
701
|
+
readonly 'stacking-200'?: string | number | boolean | undefined;
|
|
702
|
+
readonly 'stacking-300'?: string | number | boolean | undefined;
|
|
703
|
+
readonly 'stacking-400'?: string | number | boolean | undefined;
|
|
704
|
+
readonly 'stacking-500'?: string | number | boolean | undefined;
|
|
705
|
+
readonly 'stacking-800'?: string | number | boolean | undefined;
|
|
706
|
+
} | undefined;
|
|
707
|
+
'z-indices'?: {
|
|
708
|
+
readonly dropdownMenu?: string | number | boolean | undefined;
|
|
709
|
+
readonly popover?: string | number | boolean | undefined;
|
|
710
|
+
readonly tooltip?: string | number | boolean | undefined;
|
|
711
|
+
} | undefined;
|
|
712
|
+
} & {
|
|
713
|
+
[x: string]: {
|
|
714
|
+
[x: string]: string | number | boolean;
|
|
715
|
+
[x: number]: string | number | boolean;
|
|
716
|
+
};
|
|
717
|
+
})>(nameOrScalesArg0: Argument0, nameOrScalesArg1?: Argument1 | undefined) => string & {
|
|
718
|
+
className: string;
|
|
719
|
+
selector: string;
|
|
720
|
+
} & (Argument0 extends string ? _stitches_react_types_stitches.ThemeTokens<Argument1, ""> : _stitches_react_types_stitches.ThemeTokens<Argument0, "">);
|
|
721
|
+
declare const css: <Composers extends (string | _stitches_react_types_util.Function | React.ExoticComponent<any> | React.JSXElementConstructor<any> | {
|
|
722
|
+
[name: string]: unknown;
|
|
723
|
+
})[], CSS = CSSUtil.CSS<{}, {
|
|
724
|
+
'border-widths': {
|
|
725
|
+
readonly none: 0;
|
|
726
|
+
readonly sm: "1px";
|
|
727
|
+
readonly md: "2px";
|
|
728
|
+
readonly lg: "4px";
|
|
729
|
+
};
|
|
730
|
+
colors: {
|
|
731
|
+
readonly black: any;
|
|
732
|
+
readonly 'blue-10': any;
|
|
733
|
+
readonly 'blue-20': any;
|
|
734
|
+
readonly 'blue-50': any;
|
|
735
|
+
readonly 'blue-60': any;
|
|
736
|
+
readonly 'blue-70': any;
|
|
737
|
+
readonly 'blue-80': any;
|
|
738
|
+
readonly 'gray-20': any;
|
|
739
|
+
readonly 'gray-30': any;
|
|
740
|
+
readonly 'green-70': any;
|
|
741
|
+
readonly 'indigo-20': any;
|
|
742
|
+
readonly 'indigo-30': any;
|
|
743
|
+
readonly 'indigo-50': any;
|
|
744
|
+
readonly 'indigo-70': any;
|
|
745
|
+
readonly 'indigo-90': any;
|
|
746
|
+
readonly 'pink-20': any;
|
|
747
|
+
readonly 'pink-50': any;
|
|
748
|
+
readonly 'red-10': any;
|
|
749
|
+
readonly 'red-20': any;
|
|
750
|
+
readonly 'red-30': any;
|
|
751
|
+
readonly 'red-50': any;
|
|
752
|
+
readonly 'red-60': any;
|
|
753
|
+
readonly transparent: any;
|
|
754
|
+
readonly white: any;
|
|
755
|
+
readonly 'yellow-20': any;
|
|
756
|
+
readonly 'yellow-60': any;
|
|
757
|
+
readonly 'background-cta-active'?: any;
|
|
758
|
+
readonly 'background-cta-disabled'?: any;
|
|
759
|
+
readonly 'background-cta-hover'?: any;
|
|
760
|
+
readonly 'background-cta-idle'?: any;
|
|
761
|
+
readonly 'background-danger-active'?: any;
|
|
762
|
+
readonly 'background-danger-hover'?: any;
|
|
763
|
+
readonly 'background-danger-idle'?: any;
|
|
764
|
+
readonly 'background-default-active'?: any;
|
|
765
|
+
readonly 'background-default-disabled'?: any;
|
|
766
|
+
readonly 'background-default-hover'?: any;
|
|
767
|
+
readonly 'background-default-idle'?: any;
|
|
768
|
+
readonly 'background-default-selected'?: any;
|
|
769
|
+
readonly 'background-default-selected-active'?: any;
|
|
770
|
+
readonly 'background-info-idle'?: any;
|
|
771
|
+
readonly 'background-primary'?: any;
|
|
772
|
+
readonly 'background-secondary'?: any;
|
|
773
|
+
readonly 'background-success-idle'?: any;
|
|
774
|
+
readonly 'background-warning-idle'?: any;
|
|
775
|
+
readonly 'border-cta-idle'?: any;
|
|
776
|
+
readonly 'border-default-active'?: any;
|
|
777
|
+
readonly 'border-default-error'?: any;
|
|
778
|
+
readonly 'border-default-hover'?: any;
|
|
779
|
+
readonly 'border-default-idle'?: any;
|
|
780
|
+
readonly 'border-default-selected'?: any;
|
|
781
|
+
readonly 'canvas-primary'?: any;
|
|
782
|
+
readonly 'divider-default'?: any;
|
|
783
|
+
readonly 'focus-ring-default'?: any;
|
|
784
|
+
readonly 'font-cta-idle'?: any;
|
|
785
|
+
readonly 'font-default-active'?: any;
|
|
786
|
+
readonly 'font-default-disabled'?: any;
|
|
787
|
+
readonly 'font-default-error'?: any;
|
|
788
|
+
readonly 'font-default-hover'?: any;
|
|
789
|
+
readonly 'font-default-idle'?: any;
|
|
790
|
+
readonly 'font-default-selected'?: any;
|
|
791
|
+
readonly 'font-default-visited'?: any;
|
|
792
|
+
readonly 'font-primary'?: any;
|
|
793
|
+
readonly 'font-secondary'?: any;
|
|
794
|
+
readonly 'font-tertiary'?: any;
|
|
795
|
+
readonly 'icon-cta-idle'?: any;
|
|
796
|
+
readonly 'icon-default'?: any;
|
|
797
|
+
readonly 'icon-default-active'?: any;
|
|
798
|
+
readonly 'icon-default-disabled'?: any;
|
|
799
|
+
readonly 'icon-default-error'?: any;
|
|
800
|
+
readonly 'icon-default-hover'?: any;
|
|
801
|
+
readonly 'icon-default-idle'?: any;
|
|
802
|
+
readonly 'icon-default-selected'?: any;
|
|
803
|
+
};
|
|
804
|
+
'font-sizes': {
|
|
805
|
+
readonly 150: "0.75rem";
|
|
806
|
+
readonly 175: "0.875rem";
|
|
807
|
+
readonly 200: "1rem";
|
|
808
|
+
readonly 225: "1.125rem";
|
|
809
|
+
readonly 250: "1.25rem";
|
|
810
|
+
readonly 300: "1.5rem";
|
|
811
|
+
readonly 400: "2rem";
|
|
812
|
+
readonly 500: "2.5rem";
|
|
813
|
+
readonly 600: "3rem";
|
|
814
|
+
readonly 800: "4rem";
|
|
815
|
+
readonly 900: "4.5rem";
|
|
816
|
+
};
|
|
817
|
+
radii: {
|
|
818
|
+
readonly none: 0;
|
|
819
|
+
readonly half: "999em";
|
|
820
|
+
readonly 25: "2px";
|
|
821
|
+
readonly 50: "4px";
|
|
822
|
+
readonly 75: "6px";
|
|
823
|
+
readonly 100: "8px";
|
|
824
|
+
readonly 200: "16px";
|
|
825
|
+
};
|
|
826
|
+
shadows: {
|
|
827
|
+
readonly 50: "0 4px 16px #05003812";
|
|
828
|
+
readonly 100: "0 8px 32px #05003808";
|
|
829
|
+
};
|
|
830
|
+
sizes: {
|
|
831
|
+
readonly number: string;
|
|
832
|
+
readonly 'icon-200': "16px";
|
|
833
|
+
readonly 'icon-300': "24px";
|
|
834
|
+
readonly 'icon-400': "32px";
|
|
835
|
+
};
|
|
836
|
+
space: {
|
|
837
|
+
readonly none: 0;
|
|
838
|
+
readonly 50: "4px";
|
|
839
|
+
readonly 100: "8px";
|
|
840
|
+
readonly 150: "12px";
|
|
841
|
+
readonly 200: "16px";
|
|
842
|
+
readonly 300: "24px";
|
|
843
|
+
readonly 400: "32px";
|
|
844
|
+
readonly 500: "64px";
|
|
845
|
+
readonly 600: "48px";
|
|
846
|
+
readonly 800: "64px";
|
|
847
|
+
readonly 1200: "96px";
|
|
848
|
+
readonly 1600: "128px";
|
|
849
|
+
};
|
|
850
|
+
'space-gap': {
|
|
851
|
+
readonly none: any;
|
|
852
|
+
readonly 50: any;
|
|
853
|
+
readonly 100: any;
|
|
854
|
+
readonly 200: any;
|
|
855
|
+
readonly 300: any;
|
|
856
|
+
};
|
|
857
|
+
'space-inset': {
|
|
858
|
+
readonly none: any;
|
|
859
|
+
readonly 50: any;
|
|
860
|
+
readonly 100: any;
|
|
861
|
+
readonly 150: any;
|
|
862
|
+
readonly 200: any;
|
|
863
|
+
readonly 300: any;
|
|
864
|
+
readonly 400: any;
|
|
865
|
+
readonly 600: any;
|
|
866
|
+
readonly 800: any;
|
|
867
|
+
readonly 1200: any;
|
|
868
|
+
readonly 1600: any;
|
|
869
|
+
};
|
|
870
|
+
'space-offset': {
|
|
871
|
+
readonly none: any;
|
|
872
|
+
readonly 50: any;
|
|
873
|
+
readonly 100: any;
|
|
874
|
+
readonly 150: any;
|
|
875
|
+
readonly 200: any;
|
|
876
|
+
readonly 300: any;
|
|
877
|
+
readonly 400: any;
|
|
878
|
+
readonly 600: any;
|
|
879
|
+
readonly 800: any;
|
|
880
|
+
readonly 1200: any;
|
|
881
|
+
readonly 1600: any;
|
|
882
|
+
readonly 'stacking-none': any;
|
|
883
|
+
readonly 'stacking-100': any;
|
|
884
|
+
readonly 'stacking-200': any;
|
|
885
|
+
readonly 'stacking-300': any;
|
|
886
|
+
readonly 'stacking-400': any;
|
|
887
|
+
readonly 'stacking-500': any;
|
|
888
|
+
readonly 'stacking-800': any;
|
|
889
|
+
};
|
|
890
|
+
'z-indices': {
|
|
891
|
+
readonly dropdownMenu: 100;
|
|
892
|
+
readonly popover: 200;
|
|
893
|
+
readonly tooltip: 300;
|
|
894
|
+
};
|
|
895
|
+
}, {
|
|
896
|
+
readonly background: "colors";
|
|
897
|
+
readonly backgroundColor: "colors";
|
|
898
|
+
readonly backgroundImage: "colors";
|
|
899
|
+
readonly blockSize: "sizes";
|
|
900
|
+
readonly border: "colors";
|
|
901
|
+
readonly borderBlock: "colors";
|
|
902
|
+
readonly borderBlockEnd: "colors";
|
|
903
|
+
readonly borderBlockStart: "colors";
|
|
904
|
+
readonly borderBottom: "colors";
|
|
905
|
+
readonly borderBottomColor: "colors";
|
|
906
|
+
readonly borderBottomLeftRadius: "radii";
|
|
907
|
+
readonly borderBottomRightRadius: "radii";
|
|
908
|
+
readonly borderBottomStyle: "border-styles";
|
|
909
|
+
readonly borderBottomWidth: "border-widths";
|
|
910
|
+
readonly borderColor: "colors";
|
|
911
|
+
readonly borderImage: "colors";
|
|
912
|
+
readonly borderInline: "colors";
|
|
913
|
+
readonly borderInlineEnd: "colors";
|
|
914
|
+
readonly borderInlineStart: "colors";
|
|
915
|
+
readonly borderLeft: "colors";
|
|
916
|
+
readonly borderLeftColor: "colors";
|
|
917
|
+
readonly borderLeftStyle: "border-styles";
|
|
918
|
+
readonly borderLeftWidth: "border-widths";
|
|
919
|
+
readonly borderRadius: "radii";
|
|
920
|
+
readonly borderRight: "colors";
|
|
921
|
+
readonly borderRightColor: "colors";
|
|
922
|
+
readonly borderRightStyle: "border-styles";
|
|
923
|
+
readonly borderRightWidth: "border-widths";
|
|
924
|
+
readonly borderStyle: "border-styles";
|
|
925
|
+
readonly borderTop: "colors";
|
|
926
|
+
readonly borderTopColor: "colors";
|
|
927
|
+
readonly borderTopLeftRadius: "radii";
|
|
928
|
+
readonly borderTopRightRadius: "radii";
|
|
929
|
+
readonly borderTopStyle: "border-styles";
|
|
930
|
+
readonly borderTopWidth: "border-widths";
|
|
931
|
+
readonly borderWidth: "border-widths";
|
|
932
|
+
readonly bottom: "space";
|
|
933
|
+
readonly boxShadow: "shadows";
|
|
934
|
+
readonly caretColor: "colors";
|
|
935
|
+
readonly color: "colors";
|
|
936
|
+
readonly columnGap: "space-gap";
|
|
937
|
+
readonly columnRuleColor: "colors";
|
|
938
|
+
readonly fill: "colors";
|
|
939
|
+
readonly flexBasis: "sizes";
|
|
940
|
+
readonly fontFamily: "fonts";
|
|
941
|
+
readonly fontSize: "font-sizes";
|
|
942
|
+
readonly fontWeight: "font-weights";
|
|
943
|
+
readonly gap: "space-gap";
|
|
944
|
+
readonly gridColumnGap: "space-gap";
|
|
945
|
+
readonly gridGap: "space-gap";
|
|
946
|
+
readonly gridRowGap: "space-gap";
|
|
947
|
+
readonly gridTemplateColumns: "sizes";
|
|
948
|
+
readonly gridTemplateRows: "sizes";
|
|
949
|
+
readonly height: "sizes";
|
|
950
|
+
readonly inlineSize: "sizes";
|
|
951
|
+
readonly inset: "space-inset";
|
|
952
|
+
readonly insetBlock: "space-inset";
|
|
953
|
+
readonly insetBlockEnd: "space-inset";
|
|
954
|
+
readonly insetBlockStart: "space-inset";
|
|
955
|
+
readonly insetInline: "space-inset";
|
|
956
|
+
readonly insetInlineEnd: "space-inset";
|
|
957
|
+
readonly insetInlineStart: "space-inset";
|
|
958
|
+
readonly left: "space";
|
|
959
|
+
readonly letterSpacing: "letter-spacings";
|
|
960
|
+
readonly lineHeight: "line-heights";
|
|
961
|
+
readonly margin: "space-offset";
|
|
962
|
+
readonly marginBlock: "space-offset";
|
|
963
|
+
readonly marginBlockEnd: "space-offset";
|
|
964
|
+
readonly marginBlockStart: "space-offset";
|
|
965
|
+
readonly marginBottom: "space-offset";
|
|
966
|
+
readonly marginInline: "space-offset";
|
|
967
|
+
readonly marginInlineEnd: "space-offset";
|
|
968
|
+
readonly marginInlineStart: "space-offset";
|
|
969
|
+
readonly marginLeft: "space-offset";
|
|
970
|
+
readonly marginRight: "space-offset";
|
|
971
|
+
readonly marginTop: "space-offset";
|
|
972
|
+
readonly maxBlockSize: "sizes";
|
|
973
|
+
readonly maxHeight: "sizes";
|
|
974
|
+
readonly maxInlineSize: "sizes";
|
|
975
|
+
readonly maxWidth: "sizes";
|
|
976
|
+
readonly minBlockSize: "sizes";
|
|
977
|
+
readonly minHeight: "sizes";
|
|
978
|
+
readonly minInlineSize: "sizes";
|
|
979
|
+
readonly minWidth: "sizes";
|
|
980
|
+
readonly outline: "colors";
|
|
981
|
+
readonly outlineColor: "colors";
|
|
982
|
+
readonly padding: "space-inset";
|
|
983
|
+
readonly paddingBlock: "space-inset";
|
|
984
|
+
readonly paddingBlockEnd: "space-inset";
|
|
985
|
+
readonly paddingBlockStart: "space-inset";
|
|
986
|
+
readonly paddingBottom: "space-inset";
|
|
987
|
+
readonly paddingInline: "space-inset";
|
|
988
|
+
readonly paddingInlineEnd: "space-inset";
|
|
989
|
+
readonly paddingInlineStart: "space-inset";
|
|
990
|
+
readonly paddingLeft: "space-inset";
|
|
991
|
+
readonly paddingRight: "space-inset";
|
|
992
|
+
readonly paddingTop: "space-inset";
|
|
993
|
+
readonly right: "space";
|
|
994
|
+
readonly rowGap: "space-gap";
|
|
995
|
+
readonly scrollMargin: "space-offset";
|
|
996
|
+
readonly scrollMarginBlock: "space-offset";
|
|
997
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
998
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
999
|
+
readonly scrollMarginBottom: "space-offset";
|
|
1000
|
+
readonly scrollMarginInline: "space-offset";
|
|
1001
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
1002
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
1003
|
+
readonly scrollMarginLeft: "space-offset";
|
|
1004
|
+
readonly scrollMarginRight: "space-offset";
|
|
1005
|
+
readonly scrollMarginTop: "space-offset";
|
|
1006
|
+
readonly scrollPadding: "space-inset";
|
|
1007
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
1008
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1009
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
1010
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
1011
|
+
readonly scrollPaddingInline: "space-inset";
|
|
1012
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1013
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
1014
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
1015
|
+
readonly scrollPaddingRight: "space-inset";
|
|
1016
|
+
readonly scrollPaddingTop: "space-inset";
|
|
1017
|
+
readonly stroke: "colors";
|
|
1018
|
+
readonly textDecorationColor: "colors";
|
|
1019
|
+
readonly textShadow: "shadows";
|
|
1020
|
+
readonly top: "space";
|
|
1021
|
+
readonly transition: "transitions";
|
|
1022
|
+
readonly width: "sizes";
|
|
1023
|
+
readonly zIndex: "z-indices";
|
|
1024
|
+
}, {
|
|
1025
|
+
paddingX: (value: {
|
|
1026
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1027
|
+
}) => {
|
|
1028
|
+
paddingLeft: {
|
|
1029
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1030
|
+
};
|
|
1031
|
+
paddingRight: {
|
|
1032
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1033
|
+
};
|
|
1034
|
+
};
|
|
1035
|
+
paddingY: (value: {
|
|
1036
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1037
|
+
}) => {
|
|
1038
|
+
paddingTop: {
|
|
1039
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1040
|
+
};
|
|
1041
|
+
paddingBottom: {
|
|
1042
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1043
|
+
};
|
|
1044
|
+
};
|
|
1045
|
+
marginX: (value: {
|
|
1046
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1047
|
+
}) => {
|
|
1048
|
+
marginLeft: {
|
|
1049
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1050
|
+
};
|
|
1051
|
+
marginRight: {
|
|
1052
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1053
|
+
};
|
|
1054
|
+
};
|
|
1055
|
+
marginY: (value: {
|
|
1056
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1057
|
+
}) => {
|
|
1058
|
+
marginTop: {
|
|
1059
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1060
|
+
};
|
|
1061
|
+
marginBottom: {
|
|
1062
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1063
|
+
};
|
|
1064
|
+
};
|
|
1065
|
+
}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | _stitches_react_types_util.Function | React.ExoticComponent<any> | React.JSXElementConstructor<any> ? Composers[K] : _stitches_react_types_stitches.RemoveIndex<CSS> & {
|
|
1066
|
+
variants?: {
|
|
1067
|
+
[x: string]: {
|
|
1068
|
+
[x: string]: CSS;
|
|
1069
|
+
[x: number]: CSS;
|
|
1070
|
+
};
|
|
1071
|
+
} | undefined;
|
|
1072
|
+
compoundVariants?: (("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T ? { [Name in keyof T]?: _stitches_react_types_util.String | _stitches_react_types_util.Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : never : _stitches_react_types_util.WideObject) & {
|
|
1073
|
+
css: CSS;
|
|
1074
|
+
})[] | undefined;
|
|
1075
|
+
defaultVariants?: ("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T_1 ? { [Name_1 in keyof T_1]?: _stitches_react_types_util.String | _stitches_react_types_util.Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : never : _stitches_react_types_util.WideObject) | undefined;
|
|
1076
|
+
} & CSS & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "variants" | "compoundVariants" | "defaultVariants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; } : never); }) => _stitches_react_types_styled_component.CssComponent<_stitches_react_types_styled_component.StyledComponentType<Composers>, _stitches_react_types_styled_component.StyledComponentProps<Composers>, {}, CSS>;
|
|
1077
|
+
declare const getCssText: () => string;
|
|
1078
|
+
declare const globalCss: <Styles extends {
|
|
1079
|
+
[K: string]: any;
|
|
1080
|
+
}>(...styles: ({
|
|
1081
|
+
'@import'?: unknown;
|
|
1082
|
+
'@font-face'?: unknown;
|
|
1083
|
+
} & { [K in keyof Styles]: K extends "@import" ? string | string[] : K extends "@font-face" ? CSSUtil.Native.AtRule.FontFace | CSSUtil.Native.AtRule.FontFace[] : K extends `@keyframes ${string}` ? {
|
|
1084
|
+
[x: string]: CSSUtil.CSS<{}, {
|
|
1085
|
+
'border-widths': {
|
|
1086
|
+
readonly none: 0;
|
|
1087
|
+
readonly sm: "1px";
|
|
1088
|
+
readonly md: "2px";
|
|
1089
|
+
readonly lg: "4px";
|
|
1090
|
+
};
|
|
1091
|
+
colors: {
|
|
1092
|
+
readonly black: any;
|
|
1093
|
+
readonly 'blue-10': any;
|
|
1094
|
+
readonly 'blue-20': any;
|
|
1095
|
+
readonly 'blue-50': any;
|
|
1096
|
+
readonly 'blue-60': any;
|
|
1097
|
+
readonly 'blue-70': any;
|
|
1098
|
+
readonly 'blue-80': any;
|
|
1099
|
+
readonly 'gray-20': any;
|
|
1100
|
+
readonly 'gray-30': any;
|
|
1101
|
+
readonly 'green-70': any;
|
|
1102
|
+
readonly 'indigo-20': any;
|
|
1103
|
+
readonly 'indigo-30': any;
|
|
1104
|
+
readonly 'indigo-50': any;
|
|
1105
|
+
readonly 'indigo-70': any;
|
|
1106
|
+
readonly 'indigo-90': any;
|
|
1107
|
+
readonly 'pink-20': any;
|
|
1108
|
+
readonly 'pink-50': any;
|
|
1109
|
+
readonly 'red-10': any;
|
|
1110
|
+
readonly 'red-20': any;
|
|
1111
|
+
readonly 'red-30': any;
|
|
1112
|
+
readonly 'red-50': any;
|
|
1113
|
+
readonly 'red-60': any;
|
|
1114
|
+
readonly transparent: any;
|
|
1115
|
+
readonly white: any;
|
|
1116
|
+
readonly 'yellow-20': any;
|
|
1117
|
+
readonly 'yellow-60': any;
|
|
1118
|
+
readonly 'background-cta-active'?: any;
|
|
1119
|
+
readonly 'background-cta-disabled'?: any;
|
|
1120
|
+
readonly 'background-cta-hover'?: any;
|
|
1121
|
+
readonly 'background-cta-idle'?: any;
|
|
1122
|
+
readonly 'background-danger-active'?: any;
|
|
1123
|
+
readonly 'background-danger-hover'?: any;
|
|
1124
|
+
readonly 'background-danger-idle'?: any;
|
|
1125
|
+
readonly 'background-default-active'?: any;
|
|
1126
|
+
readonly 'background-default-disabled'?: any;
|
|
1127
|
+
readonly 'background-default-hover'?: any;
|
|
1128
|
+
readonly 'background-default-idle'?: any;
|
|
1129
|
+
readonly 'background-default-selected'?: any;
|
|
1130
|
+
readonly 'background-default-selected-active'?: any;
|
|
1131
|
+
readonly 'background-info-idle'?: any;
|
|
1132
|
+
readonly 'background-primary'?: any;
|
|
1133
|
+
readonly 'background-secondary'?: any;
|
|
1134
|
+
readonly 'background-success-idle'?: any;
|
|
1135
|
+
readonly 'background-warning-idle'?: any;
|
|
1136
|
+
readonly 'border-cta-idle'?: any;
|
|
1137
|
+
readonly 'border-default-active'?: any;
|
|
1138
|
+
readonly 'border-default-error'?: any;
|
|
1139
|
+
readonly 'border-default-hover'?: any;
|
|
1140
|
+
readonly 'border-default-idle'?: any;
|
|
1141
|
+
readonly 'border-default-selected'?: any;
|
|
1142
|
+
readonly 'canvas-primary'?: any;
|
|
1143
|
+
readonly 'divider-default'?: any;
|
|
1144
|
+
readonly 'focus-ring-default'?: any;
|
|
1145
|
+
readonly 'font-cta-idle'?: any;
|
|
1146
|
+
readonly 'font-default-active'?: any;
|
|
1147
|
+
readonly 'font-default-disabled'?: any;
|
|
1148
|
+
readonly 'font-default-error'?: any;
|
|
1149
|
+
readonly 'font-default-hover'?: any;
|
|
1150
|
+
readonly 'font-default-idle'?: any;
|
|
1151
|
+
readonly 'font-default-selected'?: any;
|
|
1152
|
+
readonly 'font-default-visited'?: any;
|
|
1153
|
+
readonly 'font-primary'?: any;
|
|
1154
|
+
readonly 'font-secondary'?: any;
|
|
1155
|
+
readonly 'font-tertiary'?: any;
|
|
1156
|
+
readonly 'icon-cta-idle'?: any;
|
|
1157
|
+
readonly 'icon-default'?: any;
|
|
1158
|
+
readonly 'icon-default-active'?: any;
|
|
1159
|
+
readonly 'icon-default-disabled'?: any;
|
|
1160
|
+
readonly 'icon-default-error'?: any;
|
|
1161
|
+
readonly 'icon-default-hover'?: any;
|
|
1162
|
+
readonly 'icon-default-idle'?: any;
|
|
1163
|
+
readonly 'icon-default-selected'?: any;
|
|
1164
|
+
};
|
|
1165
|
+
'font-sizes': {
|
|
1166
|
+
readonly 150: "0.75rem";
|
|
1167
|
+
readonly 175: "0.875rem";
|
|
1168
|
+
readonly 200: "1rem";
|
|
1169
|
+
readonly 225: "1.125rem";
|
|
1170
|
+
readonly 250: "1.25rem";
|
|
1171
|
+
readonly 300: "1.5rem";
|
|
1172
|
+
readonly 400: "2rem";
|
|
1173
|
+
readonly 500: "2.5rem";
|
|
1174
|
+
readonly 600: "3rem";
|
|
1175
|
+
readonly 800: "4rem";
|
|
1176
|
+
readonly 900: "4.5rem";
|
|
1177
|
+
};
|
|
1178
|
+
radii: {
|
|
1179
|
+
readonly none: 0;
|
|
1180
|
+
readonly half: "999em";
|
|
1181
|
+
readonly 25: "2px";
|
|
1182
|
+
readonly 50: "4px";
|
|
1183
|
+
readonly 75: "6px";
|
|
1184
|
+
readonly 100: "8px";
|
|
1185
|
+
readonly 200: "16px";
|
|
1186
|
+
};
|
|
1187
|
+
shadows: {
|
|
1188
|
+
readonly 50: "0 4px 16px #05003812";
|
|
1189
|
+
readonly 100: "0 8px 32px #05003808";
|
|
1190
|
+
};
|
|
1191
|
+
sizes: {
|
|
1192
|
+
readonly number: string;
|
|
1193
|
+
readonly 'icon-200': "16px";
|
|
1194
|
+
readonly 'icon-300': "24px";
|
|
1195
|
+
readonly 'icon-400': "32px";
|
|
1196
|
+
};
|
|
1197
|
+
space: {
|
|
1198
|
+
readonly none: 0;
|
|
1199
|
+
readonly 50: "4px";
|
|
1200
|
+
readonly 100: "8px";
|
|
1201
|
+
readonly 150: "12px";
|
|
1202
|
+
readonly 200: "16px";
|
|
1203
|
+
readonly 300: "24px";
|
|
1204
|
+
readonly 400: "32px";
|
|
1205
|
+
readonly 500: "64px";
|
|
1206
|
+
readonly 600: "48px";
|
|
1207
|
+
readonly 800: "64px";
|
|
1208
|
+
readonly 1200: "96px";
|
|
1209
|
+
readonly 1600: "128px";
|
|
1210
|
+
};
|
|
1211
|
+
'space-gap': {
|
|
1212
|
+
readonly none: any;
|
|
1213
|
+
readonly 50: any;
|
|
1214
|
+
readonly 100: any;
|
|
1215
|
+
readonly 200: any;
|
|
1216
|
+
readonly 300: any;
|
|
1217
|
+
};
|
|
1218
|
+
'space-inset': {
|
|
1219
|
+
readonly none: any;
|
|
1220
|
+
readonly 50: any;
|
|
1221
|
+
readonly 100: any;
|
|
1222
|
+
readonly 150: any;
|
|
1223
|
+
readonly 200: any;
|
|
1224
|
+
readonly 300: any;
|
|
1225
|
+
readonly 400: any;
|
|
1226
|
+
readonly 600: any;
|
|
1227
|
+
readonly 800: any;
|
|
1228
|
+
readonly 1200: any;
|
|
1229
|
+
readonly 1600: any;
|
|
1230
|
+
};
|
|
1231
|
+
'space-offset': {
|
|
1232
|
+
readonly none: any;
|
|
1233
|
+
readonly 50: any;
|
|
1234
|
+
readonly 100: any;
|
|
1235
|
+
readonly 150: any;
|
|
1236
|
+
readonly 200: any;
|
|
1237
|
+
readonly 300: any;
|
|
1238
|
+
readonly 400: any;
|
|
1239
|
+
readonly 600: any;
|
|
1240
|
+
readonly 800: any;
|
|
1241
|
+
readonly 1200: any;
|
|
1242
|
+
readonly 1600: any;
|
|
1243
|
+
readonly 'stacking-none': any;
|
|
1244
|
+
readonly 'stacking-100': any;
|
|
1245
|
+
readonly 'stacking-200': any;
|
|
1246
|
+
readonly 'stacking-300': any;
|
|
1247
|
+
readonly 'stacking-400': any;
|
|
1248
|
+
readonly 'stacking-500': any;
|
|
1249
|
+
readonly 'stacking-800': any;
|
|
1250
|
+
};
|
|
1251
|
+
'z-indices': {
|
|
1252
|
+
readonly dropdownMenu: 100;
|
|
1253
|
+
readonly popover: 200;
|
|
1254
|
+
readonly tooltip: 300;
|
|
1255
|
+
};
|
|
1256
|
+
}, {
|
|
1257
|
+
readonly background: "colors";
|
|
1258
|
+
readonly backgroundColor: "colors";
|
|
1259
|
+
readonly backgroundImage: "colors";
|
|
1260
|
+
readonly blockSize: "sizes";
|
|
1261
|
+
readonly border: "colors";
|
|
1262
|
+
readonly borderBlock: "colors";
|
|
1263
|
+
readonly borderBlockEnd: "colors";
|
|
1264
|
+
readonly borderBlockStart: "colors";
|
|
1265
|
+
readonly borderBottom: "colors";
|
|
1266
|
+
readonly borderBottomColor: "colors";
|
|
1267
|
+
readonly borderBottomLeftRadius: "radii";
|
|
1268
|
+
readonly borderBottomRightRadius: "radii";
|
|
1269
|
+
readonly borderBottomStyle: "border-styles";
|
|
1270
|
+
readonly borderBottomWidth: "border-widths";
|
|
1271
|
+
readonly borderColor: "colors";
|
|
1272
|
+
readonly borderImage: "colors";
|
|
1273
|
+
readonly borderInline: "colors";
|
|
1274
|
+
readonly borderInlineEnd: "colors";
|
|
1275
|
+
readonly borderInlineStart: "colors";
|
|
1276
|
+
readonly borderLeft: "colors";
|
|
1277
|
+
readonly borderLeftColor: "colors";
|
|
1278
|
+
readonly borderLeftStyle: "border-styles";
|
|
1279
|
+
readonly borderLeftWidth: "border-widths";
|
|
1280
|
+
readonly borderRadius: "radii";
|
|
1281
|
+
readonly borderRight: "colors";
|
|
1282
|
+
readonly borderRightColor: "colors";
|
|
1283
|
+
readonly borderRightStyle: "border-styles";
|
|
1284
|
+
readonly borderRightWidth: "border-widths";
|
|
1285
|
+
readonly borderStyle: "border-styles";
|
|
1286
|
+
readonly borderTop: "colors";
|
|
1287
|
+
readonly borderTopColor: "colors";
|
|
1288
|
+
readonly borderTopLeftRadius: "radii";
|
|
1289
|
+
readonly borderTopRightRadius: "radii";
|
|
1290
|
+
readonly borderTopStyle: "border-styles";
|
|
1291
|
+
readonly borderTopWidth: "border-widths";
|
|
1292
|
+
readonly borderWidth: "border-widths";
|
|
1293
|
+
readonly bottom: "space";
|
|
1294
|
+
readonly boxShadow: "shadows";
|
|
1295
|
+
readonly caretColor: "colors";
|
|
1296
|
+
readonly color: "colors";
|
|
1297
|
+
readonly columnGap: "space-gap";
|
|
1298
|
+
readonly columnRuleColor: "colors";
|
|
1299
|
+
readonly fill: "colors";
|
|
1300
|
+
readonly flexBasis: "sizes";
|
|
1301
|
+
readonly fontFamily: "fonts";
|
|
1302
|
+
readonly fontSize: "font-sizes";
|
|
1303
|
+
readonly fontWeight: "font-weights";
|
|
1304
|
+
readonly gap: "space-gap";
|
|
1305
|
+
readonly gridColumnGap: "space-gap";
|
|
1306
|
+
readonly gridGap: "space-gap";
|
|
1307
|
+
readonly gridRowGap: "space-gap";
|
|
1308
|
+
readonly gridTemplateColumns: "sizes";
|
|
1309
|
+
readonly gridTemplateRows: "sizes";
|
|
1310
|
+
readonly height: "sizes";
|
|
1311
|
+
readonly inlineSize: "sizes";
|
|
1312
|
+
readonly inset: "space-inset";
|
|
1313
|
+
readonly insetBlock: "space-inset";
|
|
1314
|
+
readonly insetBlockEnd: "space-inset";
|
|
1315
|
+
readonly insetBlockStart: "space-inset";
|
|
1316
|
+
readonly insetInline: "space-inset";
|
|
1317
|
+
readonly insetInlineEnd: "space-inset";
|
|
1318
|
+
readonly insetInlineStart: "space-inset";
|
|
1319
|
+
readonly left: "space";
|
|
1320
|
+
readonly letterSpacing: "letter-spacings";
|
|
1321
|
+
readonly lineHeight: "line-heights";
|
|
1322
|
+
readonly margin: "space-offset";
|
|
1323
|
+
readonly marginBlock: "space-offset";
|
|
1324
|
+
readonly marginBlockEnd: "space-offset";
|
|
1325
|
+
readonly marginBlockStart: "space-offset";
|
|
1326
|
+
readonly marginBottom: "space-offset";
|
|
1327
|
+
readonly marginInline: "space-offset";
|
|
1328
|
+
readonly marginInlineEnd: "space-offset";
|
|
1329
|
+
readonly marginInlineStart: "space-offset";
|
|
1330
|
+
readonly marginLeft: "space-offset";
|
|
1331
|
+
readonly marginRight: "space-offset";
|
|
1332
|
+
readonly marginTop: "space-offset";
|
|
1333
|
+
readonly maxBlockSize: "sizes";
|
|
1334
|
+
readonly maxHeight: "sizes";
|
|
1335
|
+
readonly maxInlineSize: "sizes";
|
|
1336
|
+
readonly maxWidth: "sizes";
|
|
1337
|
+
readonly minBlockSize: "sizes";
|
|
1338
|
+
readonly minHeight: "sizes";
|
|
1339
|
+
readonly minInlineSize: "sizes";
|
|
1340
|
+
readonly minWidth: "sizes";
|
|
1341
|
+
readonly outline: "colors";
|
|
1342
|
+
readonly outlineColor: "colors";
|
|
1343
|
+
readonly padding: "space-inset";
|
|
1344
|
+
readonly paddingBlock: "space-inset";
|
|
1345
|
+
readonly paddingBlockEnd: "space-inset";
|
|
1346
|
+
readonly paddingBlockStart: "space-inset";
|
|
1347
|
+
readonly paddingBottom: "space-inset";
|
|
1348
|
+
readonly paddingInline: "space-inset";
|
|
1349
|
+
readonly paddingInlineEnd: "space-inset";
|
|
1350
|
+
readonly paddingInlineStart: "space-inset";
|
|
1351
|
+
readonly paddingLeft: "space-inset";
|
|
1352
|
+
readonly paddingRight: "space-inset";
|
|
1353
|
+
readonly paddingTop: "space-inset";
|
|
1354
|
+
readonly right: "space";
|
|
1355
|
+
readonly rowGap: "space-gap";
|
|
1356
|
+
readonly scrollMargin: "space-offset";
|
|
1357
|
+
readonly scrollMarginBlock: "space-offset";
|
|
1358
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
1359
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
1360
|
+
readonly scrollMarginBottom: "space-offset";
|
|
1361
|
+
readonly scrollMarginInline: "space-offset";
|
|
1362
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
1363
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
1364
|
+
readonly scrollMarginLeft: "space-offset";
|
|
1365
|
+
readonly scrollMarginRight: "space-offset";
|
|
1366
|
+
readonly scrollMarginTop: "space-offset";
|
|
1367
|
+
readonly scrollPadding: "space-inset";
|
|
1368
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
1369
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1370
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
1371
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
1372
|
+
readonly scrollPaddingInline: "space-inset";
|
|
1373
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1374
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
1375
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
1376
|
+
readonly scrollPaddingRight: "space-inset";
|
|
1377
|
+
readonly scrollPaddingTop: "space-inset";
|
|
1378
|
+
readonly stroke: "colors";
|
|
1379
|
+
readonly textDecorationColor: "colors";
|
|
1380
|
+
readonly textShadow: "shadows";
|
|
1381
|
+
readonly top: "space";
|
|
1382
|
+
readonly transition: "transitions";
|
|
1383
|
+
readonly width: "sizes";
|
|
1384
|
+
readonly zIndex: "z-indices";
|
|
1385
|
+
}, {
|
|
1386
|
+
paddingX: (value: {
|
|
1387
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1388
|
+
}) => {
|
|
1389
|
+
paddingLeft: {
|
|
1390
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1391
|
+
};
|
|
1392
|
+
paddingRight: {
|
|
1393
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1394
|
+
};
|
|
1395
|
+
};
|
|
1396
|
+
paddingY: (value: {
|
|
1397
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1398
|
+
}) => {
|
|
1399
|
+
paddingTop: {
|
|
1400
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1401
|
+
};
|
|
1402
|
+
paddingBottom: {
|
|
1403
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1404
|
+
};
|
|
1405
|
+
};
|
|
1406
|
+
marginX: (value: {
|
|
1407
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1408
|
+
}) => {
|
|
1409
|
+
marginLeft: {
|
|
1410
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1411
|
+
};
|
|
1412
|
+
marginRight: {
|
|
1413
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1414
|
+
};
|
|
1415
|
+
};
|
|
1416
|
+
marginY: (value: {
|
|
1417
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1418
|
+
}) => {
|
|
1419
|
+
marginTop: {
|
|
1420
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1421
|
+
};
|
|
1422
|
+
marginBottom: {
|
|
1423
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1424
|
+
};
|
|
1425
|
+
};
|
|
1426
|
+
}>;
|
|
1427
|
+
} : K extends `@property ${string}` ? CSSUtil.Native.AtRule.Property : CSSUtil.CSS<{}, {
|
|
1428
|
+
'border-widths': {
|
|
1429
|
+
readonly none: 0;
|
|
1430
|
+
readonly sm: "1px";
|
|
1431
|
+
readonly md: "2px";
|
|
1432
|
+
readonly lg: "4px";
|
|
1433
|
+
};
|
|
1434
|
+
colors: {
|
|
1435
|
+
readonly black: any;
|
|
1436
|
+
readonly 'blue-10': any;
|
|
1437
|
+
readonly 'blue-20': any;
|
|
1438
|
+
readonly 'blue-50': any;
|
|
1439
|
+
readonly 'blue-60': any;
|
|
1440
|
+
readonly 'blue-70': any;
|
|
1441
|
+
readonly 'blue-80': any;
|
|
1442
|
+
readonly 'gray-20': any;
|
|
1443
|
+
readonly 'gray-30': any;
|
|
1444
|
+
readonly 'green-70': any;
|
|
1445
|
+
readonly 'indigo-20': any;
|
|
1446
|
+
readonly 'indigo-30': any;
|
|
1447
|
+
readonly 'indigo-50': any;
|
|
1448
|
+
readonly 'indigo-70': any;
|
|
1449
|
+
readonly 'indigo-90': any;
|
|
1450
|
+
readonly 'pink-20': any;
|
|
1451
|
+
readonly 'pink-50': any;
|
|
1452
|
+
readonly 'red-10': any;
|
|
1453
|
+
readonly 'red-20': any;
|
|
1454
|
+
readonly 'red-30': any;
|
|
1455
|
+
readonly 'red-50': any;
|
|
1456
|
+
readonly 'red-60': any;
|
|
1457
|
+
readonly transparent: any;
|
|
1458
|
+
readonly white: any;
|
|
1459
|
+
readonly 'yellow-20': any;
|
|
1460
|
+
readonly 'yellow-60': any;
|
|
1461
|
+
readonly 'background-cta-active'?: any;
|
|
1462
|
+
readonly 'background-cta-disabled'?: any;
|
|
1463
|
+
readonly 'background-cta-hover'?: any;
|
|
1464
|
+
readonly 'background-cta-idle'?: any;
|
|
1465
|
+
readonly 'background-danger-active'?: any;
|
|
1466
|
+
readonly 'background-danger-hover'?: any;
|
|
1467
|
+
readonly 'background-danger-idle'?: any;
|
|
1468
|
+
readonly 'background-default-active'?: any;
|
|
1469
|
+
readonly 'background-default-disabled'?: any;
|
|
1470
|
+
readonly 'background-default-hover'?: any;
|
|
1471
|
+
readonly 'background-default-idle'?: any;
|
|
1472
|
+
readonly 'background-default-selected'?: any;
|
|
1473
|
+
readonly 'background-default-selected-active'?: any;
|
|
1474
|
+
readonly 'background-info-idle'?: any;
|
|
1475
|
+
readonly 'background-primary'?: any;
|
|
1476
|
+
readonly 'background-secondary'?: any;
|
|
1477
|
+
readonly 'background-success-idle'?: any;
|
|
1478
|
+
readonly 'background-warning-idle'?: any;
|
|
1479
|
+
readonly 'border-cta-idle'?: any;
|
|
1480
|
+
readonly 'border-default-active'?: any;
|
|
1481
|
+
readonly 'border-default-error'?: any;
|
|
1482
|
+
readonly 'border-default-hover'?: any;
|
|
1483
|
+
readonly 'border-default-idle'?: any;
|
|
1484
|
+
readonly 'border-default-selected'?: any;
|
|
1485
|
+
readonly 'canvas-primary'?: any;
|
|
1486
|
+
readonly 'divider-default'?: any;
|
|
1487
|
+
readonly 'focus-ring-default'?: any;
|
|
1488
|
+
readonly 'font-cta-idle'?: any;
|
|
1489
|
+
readonly 'font-default-active'?: any;
|
|
1490
|
+
readonly 'font-default-disabled'?: any;
|
|
1491
|
+
readonly 'font-default-error'?: any;
|
|
1492
|
+
readonly 'font-default-hover'?: any;
|
|
1493
|
+
readonly 'font-default-idle'?: any;
|
|
1494
|
+
readonly 'font-default-selected'?: any;
|
|
1495
|
+
readonly 'font-default-visited'?: any;
|
|
1496
|
+
readonly 'font-primary'?: any;
|
|
1497
|
+
readonly 'font-secondary'?: any;
|
|
1498
|
+
readonly 'font-tertiary'?: any;
|
|
1499
|
+
readonly 'icon-cta-idle'?: any;
|
|
1500
|
+
readonly 'icon-default'?: any;
|
|
1501
|
+
readonly 'icon-default-active'?: any;
|
|
1502
|
+
readonly 'icon-default-disabled'?: any;
|
|
1503
|
+
readonly 'icon-default-error'?: any;
|
|
1504
|
+
readonly 'icon-default-hover'?: any;
|
|
1505
|
+
readonly 'icon-default-idle'?: any;
|
|
1506
|
+
readonly 'icon-default-selected'?: any;
|
|
1507
|
+
};
|
|
1508
|
+
'font-sizes': {
|
|
1509
|
+
readonly 150: "0.75rem";
|
|
1510
|
+
readonly 175: "0.875rem";
|
|
1511
|
+
readonly 200: "1rem";
|
|
1512
|
+
readonly 225: "1.125rem";
|
|
1513
|
+
readonly 250: "1.25rem";
|
|
1514
|
+
readonly 300: "1.5rem";
|
|
1515
|
+
readonly 400: "2rem";
|
|
1516
|
+
readonly 500: "2.5rem";
|
|
1517
|
+
readonly 600: "3rem";
|
|
1518
|
+
readonly 800: "4rem";
|
|
1519
|
+
readonly 900: "4.5rem";
|
|
1520
|
+
};
|
|
1521
|
+
radii: {
|
|
1522
|
+
readonly none: 0;
|
|
1523
|
+
readonly half: "999em";
|
|
1524
|
+
readonly 25: "2px";
|
|
1525
|
+
readonly 50: "4px";
|
|
1526
|
+
readonly 75: "6px";
|
|
1527
|
+
readonly 100: "8px";
|
|
1528
|
+
readonly 200: "16px";
|
|
1529
|
+
};
|
|
1530
|
+
shadows: {
|
|
1531
|
+
readonly 50: "0 4px 16px #05003812";
|
|
1532
|
+
readonly 100: "0 8px 32px #05003808";
|
|
1533
|
+
};
|
|
1534
|
+
sizes: {
|
|
1535
|
+
readonly number: string;
|
|
1536
|
+
readonly 'icon-200': "16px";
|
|
1537
|
+
readonly 'icon-300': "24px";
|
|
1538
|
+
readonly 'icon-400': "32px";
|
|
1539
|
+
};
|
|
1540
|
+
space: {
|
|
1541
|
+
readonly none: 0;
|
|
1542
|
+
readonly 50: "4px";
|
|
1543
|
+
readonly 100: "8px";
|
|
1544
|
+
readonly 150: "12px";
|
|
1545
|
+
readonly 200: "16px";
|
|
1546
|
+
readonly 300: "24px";
|
|
1547
|
+
readonly 400: "32px";
|
|
1548
|
+
readonly 500: "64px";
|
|
1549
|
+
readonly 600: "48px";
|
|
1550
|
+
readonly 800: "64px";
|
|
1551
|
+
readonly 1200: "96px";
|
|
1552
|
+
readonly 1600: "128px";
|
|
1553
|
+
};
|
|
1554
|
+
'space-gap': {
|
|
1555
|
+
readonly none: any;
|
|
1556
|
+
readonly 50: any;
|
|
1557
|
+
readonly 100: any;
|
|
1558
|
+
readonly 200: any;
|
|
1559
|
+
readonly 300: any;
|
|
1560
|
+
};
|
|
1561
|
+
'space-inset': {
|
|
1562
|
+
readonly none: any;
|
|
1563
|
+
readonly 50: any;
|
|
1564
|
+
readonly 100: any;
|
|
1565
|
+
readonly 150: any;
|
|
1566
|
+
readonly 200: any;
|
|
1567
|
+
readonly 300: any;
|
|
1568
|
+
readonly 400: any;
|
|
1569
|
+
readonly 600: any;
|
|
1570
|
+
readonly 800: any;
|
|
1571
|
+
readonly 1200: any;
|
|
1572
|
+
readonly 1600: any;
|
|
1573
|
+
};
|
|
1574
|
+
'space-offset': {
|
|
1575
|
+
readonly none: any;
|
|
1576
|
+
readonly 50: any;
|
|
1577
|
+
readonly 100: any;
|
|
1578
|
+
readonly 150: any;
|
|
1579
|
+
readonly 200: any;
|
|
1580
|
+
readonly 300: any;
|
|
1581
|
+
readonly 400: any;
|
|
1582
|
+
readonly 600: any;
|
|
1583
|
+
readonly 800: any;
|
|
1584
|
+
readonly 1200: any;
|
|
1585
|
+
readonly 1600: any;
|
|
1586
|
+
readonly 'stacking-none': any;
|
|
1587
|
+
readonly 'stacking-100': any;
|
|
1588
|
+
readonly 'stacking-200': any;
|
|
1589
|
+
readonly 'stacking-300': any;
|
|
1590
|
+
readonly 'stacking-400': any;
|
|
1591
|
+
readonly 'stacking-500': any;
|
|
1592
|
+
readonly 'stacking-800': any;
|
|
1593
|
+
};
|
|
1594
|
+
'z-indices': {
|
|
1595
|
+
readonly dropdownMenu: 100;
|
|
1596
|
+
readonly popover: 200;
|
|
1597
|
+
readonly tooltip: 300;
|
|
1598
|
+
};
|
|
1599
|
+
}, {
|
|
1600
|
+
readonly background: "colors";
|
|
1601
|
+
readonly backgroundColor: "colors";
|
|
1602
|
+
readonly backgroundImage: "colors";
|
|
1603
|
+
readonly blockSize: "sizes";
|
|
1604
|
+
readonly border: "colors";
|
|
1605
|
+
readonly borderBlock: "colors";
|
|
1606
|
+
readonly borderBlockEnd: "colors";
|
|
1607
|
+
readonly borderBlockStart: "colors";
|
|
1608
|
+
readonly borderBottom: "colors";
|
|
1609
|
+
readonly borderBottomColor: "colors";
|
|
1610
|
+
readonly borderBottomLeftRadius: "radii";
|
|
1611
|
+
readonly borderBottomRightRadius: "radii";
|
|
1612
|
+
readonly borderBottomStyle: "border-styles";
|
|
1613
|
+
readonly borderBottomWidth: "border-widths";
|
|
1614
|
+
readonly borderColor: "colors";
|
|
1615
|
+
readonly borderImage: "colors";
|
|
1616
|
+
readonly borderInline: "colors";
|
|
1617
|
+
readonly borderInlineEnd: "colors";
|
|
1618
|
+
readonly borderInlineStart: "colors";
|
|
1619
|
+
readonly borderLeft: "colors";
|
|
1620
|
+
readonly borderLeftColor: "colors";
|
|
1621
|
+
readonly borderLeftStyle: "border-styles";
|
|
1622
|
+
readonly borderLeftWidth: "border-widths";
|
|
1623
|
+
readonly borderRadius: "radii";
|
|
1624
|
+
readonly borderRight: "colors";
|
|
1625
|
+
readonly borderRightColor: "colors";
|
|
1626
|
+
readonly borderRightStyle: "border-styles";
|
|
1627
|
+
readonly borderRightWidth: "border-widths";
|
|
1628
|
+
readonly borderStyle: "border-styles";
|
|
1629
|
+
readonly borderTop: "colors";
|
|
1630
|
+
readonly borderTopColor: "colors";
|
|
1631
|
+
readonly borderTopLeftRadius: "radii";
|
|
1632
|
+
readonly borderTopRightRadius: "radii";
|
|
1633
|
+
readonly borderTopStyle: "border-styles";
|
|
1634
|
+
readonly borderTopWidth: "border-widths";
|
|
1635
|
+
readonly borderWidth: "border-widths";
|
|
1636
|
+
readonly bottom: "space";
|
|
1637
|
+
readonly boxShadow: "shadows";
|
|
1638
|
+
readonly caretColor: "colors";
|
|
1639
|
+
readonly color: "colors";
|
|
1640
|
+
readonly columnGap: "space-gap";
|
|
1641
|
+
readonly columnRuleColor: "colors";
|
|
1642
|
+
readonly fill: "colors";
|
|
1643
|
+
readonly flexBasis: "sizes";
|
|
1644
|
+
readonly fontFamily: "fonts";
|
|
1645
|
+
readonly fontSize: "font-sizes";
|
|
1646
|
+
readonly fontWeight: "font-weights";
|
|
1647
|
+
readonly gap: "space-gap";
|
|
1648
|
+
readonly gridColumnGap: "space-gap";
|
|
1649
|
+
readonly gridGap: "space-gap";
|
|
1650
|
+
readonly gridRowGap: "space-gap";
|
|
1651
|
+
readonly gridTemplateColumns: "sizes";
|
|
1652
|
+
readonly gridTemplateRows: "sizes";
|
|
1653
|
+
readonly height: "sizes";
|
|
1654
|
+
readonly inlineSize: "sizes";
|
|
1655
|
+
readonly inset: "space-inset";
|
|
1656
|
+
readonly insetBlock: "space-inset";
|
|
1657
|
+
readonly insetBlockEnd: "space-inset";
|
|
1658
|
+
readonly insetBlockStart: "space-inset";
|
|
1659
|
+
readonly insetInline: "space-inset";
|
|
1660
|
+
readonly insetInlineEnd: "space-inset";
|
|
1661
|
+
readonly insetInlineStart: "space-inset";
|
|
1662
|
+
readonly left: "space";
|
|
1663
|
+
readonly letterSpacing: "letter-spacings";
|
|
1664
|
+
readonly lineHeight: "line-heights";
|
|
1665
|
+
readonly margin: "space-offset";
|
|
1666
|
+
readonly marginBlock: "space-offset";
|
|
1667
|
+
readonly marginBlockEnd: "space-offset";
|
|
1668
|
+
readonly marginBlockStart: "space-offset";
|
|
1669
|
+
readonly marginBottom: "space-offset";
|
|
1670
|
+
readonly marginInline: "space-offset";
|
|
1671
|
+
readonly marginInlineEnd: "space-offset";
|
|
1672
|
+
readonly marginInlineStart: "space-offset";
|
|
1673
|
+
readonly marginLeft: "space-offset";
|
|
1674
|
+
readonly marginRight: "space-offset";
|
|
1675
|
+
readonly marginTop: "space-offset";
|
|
1676
|
+
readonly maxBlockSize: "sizes";
|
|
1677
|
+
readonly maxHeight: "sizes";
|
|
1678
|
+
readonly maxInlineSize: "sizes";
|
|
1679
|
+
readonly maxWidth: "sizes";
|
|
1680
|
+
readonly minBlockSize: "sizes";
|
|
1681
|
+
readonly minHeight: "sizes";
|
|
1682
|
+
readonly minInlineSize: "sizes";
|
|
1683
|
+
readonly minWidth: "sizes";
|
|
1684
|
+
readonly outline: "colors";
|
|
1685
|
+
readonly outlineColor: "colors";
|
|
1686
|
+
readonly padding: "space-inset";
|
|
1687
|
+
readonly paddingBlock: "space-inset";
|
|
1688
|
+
readonly paddingBlockEnd: "space-inset";
|
|
1689
|
+
readonly paddingBlockStart: "space-inset";
|
|
1690
|
+
readonly paddingBottom: "space-inset";
|
|
1691
|
+
readonly paddingInline: "space-inset";
|
|
1692
|
+
readonly paddingInlineEnd: "space-inset";
|
|
1693
|
+
readonly paddingInlineStart: "space-inset";
|
|
1694
|
+
readonly paddingLeft: "space-inset";
|
|
1695
|
+
readonly paddingRight: "space-inset";
|
|
1696
|
+
readonly paddingTop: "space-inset";
|
|
1697
|
+
readonly right: "space";
|
|
1698
|
+
readonly rowGap: "space-gap";
|
|
1699
|
+
readonly scrollMargin: "space-offset";
|
|
1700
|
+
readonly scrollMarginBlock: "space-offset";
|
|
1701
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
1702
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
1703
|
+
readonly scrollMarginBottom: "space-offset";
|
|
1704
|
+
readonly scrollMarginInline: "space-offset";
|
|
1705
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
1706
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
1707
|
+
readonly scrollMarginLeft: "space-offset";
|
|
1708
|
+
readonly scrollMarginRight: "space-offset";
|
|
1709
|
+
readonly scrollMarginTop: "space-offset";
|
|
1710
|
+
readonly scrollPadding: "space-inset";
|
|
1711
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
1712
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1713
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
1714
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
1715
|
+
readonly scrollPaddingInline: "space-inset";
|
|
1716
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1717
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
1718
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
1719
|
+
readonly scrollPaddingRight: "space-inset";
|
|
1720
|
+
readonly scrollPaddingTop: "space-inset";
|
|
1721
|
+
readonly stroke: "colors";
|
|
1722
|
+
readonly textDecorationColor: "colors";
|
|
1723
|
+
readonly textShadow: "shadows";
|
|
1724
|
+
readonly top: "space";
|
|
1725
|
+
readonly transition: "transitions";
|
|
1726
|
+
readonly width: "sizes";
|
|
1727
|
+
readonly zIndex: "z-indices";
|
|
1728
|
+
}, {
|
|
1729
|
+
paddingX: (value: {
|
|
1730
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1731
|
+
}) => {
|
|
1732
|
+
paddingLeft: {
|
|
1733
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1734
|
+
};
|
|
1735
|
+
paddingRight: {
|
|
1736
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1737
|
+
};
|
|
1738
|
+
};
|
|
1739
|
+
paddingY: (value: {
|
|
1740
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1741
|
+
}) => {
|
|
1742
|
+
paddingTop: {
|
|
1743
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1744
|
+
};
|
|
1745
|
+
paddingBottom: {
|
|
1746
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
1747
|
+
};
|
|
1748
|
+
};
|
|
1749
|
+
marginX: (value: {
|
|
1750
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1751
|
+
}) => {
|
|
1752
|
+
marginLeft: {
|
|
1753
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1754
|
+
};
|
|
1755
|
+
marginRight: {
|
|
1756
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1757
|
+
};
|
|
1758
|
+
};
|
|
1759
|
+
marginY: (value: {
|
|
1760
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1761
|
+
}) => {
|
|
1762
|
+
marginTop: {
|
|
1763
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1764
|
+
};
|
|
1765
|
+
marginBottom: {
|
|
1766
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
1767
|
+
};
|
|
1768
|
+
};
|
|
1769
|
+
}>; })[]) => () => string;
|
|
1770
|
+
declare const keyframes: (style: {
|
|
1771
|
+
[offset: string]: CSSUtil.CSS<{}, {
|
|
1772
|
+
'border-widths': {
|
|
1773
|
+
readonly none: 0;
|
|
1774
|
+
readonly sm: "1px";
|
|
1775
|
+
readonly md: "2px";
|
|
1776
|
+
readonly lg: "4px";
|
|
1777
|
+
};
|
|
1778
|
+
colors: {
|
|
1779
|
+
readonly black: any;
|
|
1780
|
+
readonly 'blue-10': any;
|
|
1781
|
+
readonly 'blue-20': any;
|
|
1782
|
+
readonly 'blue-50': any;
|
|
1783
|
+
readonly 'blue-60': any;
|
|
1784
|
+
readonly 'blue-70': any;
|
|
1785
|
+
readonly 'blue-80': any;
|
|
1786
|
+
readonly 'gray-20': any;
|
|
1787
|
+
readonly 'gray-30': any;
|
|
1788
|
+
readonly 'green-70': any;
|
|
1789
|
+
readonly 'indigo-20': any;
|
|
1790
|
+
readonly 'indigo-30': any;
|
|
1791
|
+
readonly 'indigo-50': any;
|
|
1792
|
+
readonly 'indigo-70': any;
|
|
1793
|
+
readonly 'indigo-90': any;
|
|
1794
|
+
readonly 'pink-20': any;
|
|
1795
|
+
readonly 'pink-50': any;
|
|
1796
|
+
readonly 'red-10': any;
|
|
1797
|
+
readonly 'red-20': any;
|
|
1798
|
+
readonly 'red-30': any;
|
|
1799
|
+
readonly 'red-50': any;
|
|
1800
|
+
readonly 'red-60': any;
|
|
1801
|
+
readonly transparent: any;
|
|
1802
|
+
readonly white: any;
|
|
1803
|
+
readonly 'yellow-20': any;
|
|
1804
|
+
readonly 'yellow-60': any;
|
|
1805
|
+
readonly 'background-cta-active'?: any;
|
|
1806
|
+
readonly 'background-cta-disabled'?: any;
|
|
1807
|
+
readonly 'background-cta-hover'?: any;
|
|
1808
|
+
readonly 'background-cta-idle'?: any;
|
|
1809
|
+
readonly 'background-danger-active'?: any;
|
|
1810
|
+
readonly 'background-danger-hover'?: any;
|
|
1811
|
+
readonly 'background-danger-idle'?: any;
|
|
1812
|
+
readonly 'background-default-active'?: any;
|
|
1813
|
+
readonly 'background-default-disabled'?: any;
|
|
1814
|
+
readonly 'background-default-hover'?: any;
|
|
1815
|
+
readonly 'background-default-idle'?: any;
|
|
1816
|
+
readonly 'background-default-selected'?: any;
|
|
1817
|
+
readonly 'background-default-selected-active'?: any;
|
|
1818
|
+
readonly 'background-info-idle'?: any;
|
|
1819
|
+
readonly 'background-primary'?: any;
|
|
1820
|
+
readonly 'background-secondary'?: any;
|
|
1821
|
+
readonly 'background-success-idle'?: any;
|
|
1822
|
+
readonly 'background-warning-idle'?: any;
|
|
1823
|
+
readonly 'border-cta-idle'?: any;
|
|
1824
|
+
readonly 'border-default-active'?: any;
|
|
1825
|
+
readonly 'border-default-error'?: any;
|
|
1826
|
+
readonly 'border-default-hover'?: any;
|
|
1827
|
+
readonly 'border-default-idle'?: any;
|
|
1828
|
+
readonly 'border-default-selected'?: any;
|
|
1829
|
+
readonly 'canvas-primary'?: any;
|
|
1830
|
+
readonly 'divider-default'?: any;
|
|
1831
|
+
readonly 'focus-ring-default'?: any;
|
|
1832
|
+
readonly 'font-cta-idle'?: any;
|
|
1833
|
+
readonly 'font-default-active'?: any;
|
|
1834
|
+
readonly 'font-default-disabled'?: any;
|
|
1835
|
+
readonly 'font-default-error'?: any;
|
|
1836
|
+
readonly 'font-default-hover'?: any;
|
|
1837
|
+
readonly 'font-default-idle'?: any;
|
|
1838
|
+
readonly 'font-default-selected'?: any;
|
|
1839
|
+
readonly 'font-default-visited'?: any;
|
|
1840
|
+
readonly 'font-primary'?: any;
|
|
1841
|
+
readonly 'font-secondary'?: any;
|
|
1842
|
+
readonly 'font-tertiary'?: any;
|
|
1843
|
+
readonly 'icon-cta-idle'?: any;
|
|
1844
|
+
readonly 'icon-default'?: any;
|
|
1845
|
+
readonly 'icon-default-active'?: any;
|
|
1846
|
+
readonly 'icon-default-disabled'?: any;
|
|
1847
|
+
readonly 'icon-default-error'?: any;
|
|
1848
|
+
readonly 'icon-default-hover'?: any;
|
|
1849
|
+
readonly 'icon-default-idle'?: any;
|
|
1850
|
+
readonly 'icon-default-selected'?: any;
|
|
1851
|
+
};
|
|
1852
|
+
'font-sizes': {
|
|
1853
|
+
readonly 150: "0.75rem";
|
|
1854
|
+
readonly 175: "0.875rem";
|
|
1855
|
+
readonly 200: "1rem";
|
|
1856
|
+
readonly 225: "1.125rem";
|
|
1857
|
+
readonly 250: "1.25rem";
|
|
1858
|
+
readonly 300: "1.5rem";
|
|
1859
|
+
readonly 400: "2rem";
|
|
1860
|
+
readonly 500: "2.5rem";
|
|
1861
|
+
readonly 600: "3rem";
|
|
1862
|
+
readonly 800: "4rem";
|
|
1863
|
+
readonly 900: "4.5rem";
|
|
1864
|
+
};
|
|
1865
|
+
radii: {
|
|
1866
|
+
readonly none: 0;
|
|
1867
|
+
readonly half: "999em";
|
|
1868
|
+
readonly 25: "2px";
|
|
1869
|
+
readonly 50: "4px";
|
|
1870
|
+
readonly 75: "6px";
|
|
1871
|
+
readonly 100: "8px";
|
|
1872
|
+
readonly 200: "16px";
|
|
1873
|
+
};
|
|
1874
|
+
shadows: {
|
|
1875
|
+
readonly 50: "0 4px 16px #05003812";
|
|
1876
|
+
readonly 100: "0 8px 32px #05003808";
|
|
1877
|
+
};
|
|
1878
|
+
sizes: {
|
|
1879
|
+
readonly number: string;
|
|
1880
|
+
readonly 'icon-200': "16px";
|
|
1881
|
+
readonly 'icon-300': "24px";
|
|
1882
|
+
readonly 'icon-400': "32px";
|
|
1883
|
+
};
|
|
1884
|
+
space: {
|
|
1885
|
+
readonly none: 0;
|
|
1886
|
+
readonly 50: "4px";
|
|
1887
|
+
readonly 100: "8px";
|
|
1888
|
+
readonly 150: "12px";
|
|
1889
|
+
readonly 200: "16px";
|
|
1890
|
+
readonly 300: "24px";
|
|
1891
|
+
readonly 400: "32px";
|
|
1892
|
+
readonly 500: "64px";
|
|
1893
|
+
readonly 600: "48px";
|
|
1894
|
+
readonly 800: "64px";
|
|
1895
|
+
readonly 1200: "96px";
|
|
1896
|
+
readonly 1600: "128px";
|
|
1897
|
+
};
|
|
1898
|
+
'space-gap': {
|
|
1899
|
+
readonly none: any;
|
|
1900
|
+
readonly 50: any;
|
|
1901
|
+
readonly 100: any;
|
|
1902
|
+
readonly 200: any;
|
|
1903
|
+
readonly 300: any;
|
|
1904
|
+
};
|
|
1905
|
+
'space-inset': {
|
|
1906
|
+
readonly none: any;
|
|
1907
|
+
readonly 50: any;
|
|
1908
|
+
readonly 100: any;
|
|
1909
|
+
readonly 150: any;
|
|
1910
|
+
readonly 200: any;
|
|
1911
|
+
readonly 300: any;
|
|
1912
|
+
readonly 400: any;
|
|
1913
|
+
readonly 600: any;
|
|
1914
|
+
readonly 800: any;
|
|
1915
|
+
readonly 1200: any;
|
|
1916
|
+
readonly 1600: any;
|
|
1917
|
+
};
|
|
1918
|
+
'space-offset': {
|
|
1919
|
+
readonly none: any;
|
|
1920
|
+
readonly 50: any;
|
|
1921
|
+
readonly 100: any;
|
|
1922
|
+
readonly 150: any;
|
|
1923
|
+
readonly 200: any;
|
|
1924
|
+
readonly 300: any;
|
|
1925
|
+
readonly 400: any;
|
|
1926
|
+
readonly 600: any;
|
|
1927
|
+
readonly 800: any;
|
|
1928
|
+
readonly 1200: any;
|
|
1929
|
+
readonly 1600: any;
|
|
1930
|
+
readonly 'stacking-none': any;
|
|
1931
|
+
readonly 'stacking-100': any;
|
|
1932
|
+
readonly 'stacking-200': any;
|
|
1933
|
+
readonly 'stacking-300': any;
|
|
1934
|
+
readonly 'stacking-400': any;
|
|
1935
|
+
readonly 'stacking-500': any;
|
|
1936
|
+
readonly 'stacking-800': any;
|
|
1937
|
+
};
|
|
1938
|
+
'z-indices': {
|
|
1939
|
+
readonly dropdownMenu: 100;
|
|
1940
|
+
readonly popover: 200;
|
|
1941
|
+
readonly tooltip: 300;
|
|
1942
|
+
};
|
|
1943
|
+
}, {
|
|
1944
|
+
readonly background: "colors";
|
|
1945
|
+
readonly backgroundColor: "colors";
|
|
1946
|
+
readonly backgroundImage: "colors";
|
|
1947
|
+
readonly blockSize: "sizes";
|
|
1948
|
+
readonly border: "colors";
|
|
1949
|
+
readonly borderBlock: "colors";
|
|
1950
|
+
readonly borderBlockEnd: "colors";
|
|
1951
|
+
readonly borderBlockStart: "colors";
|
|
1952
|
+
readonly borderBottom: "colors";
|
|
1953
|
+
readonly borderBottomColor: "colors";
|
|
1954
|
+
readonly borderBottomLeftRadius: "radii";
|
|
1955
|
+
readonly borderBottomRightRadius: "radii";
|
|
1956
|
+
readonly borderBottomStyle: "border-styles";
|
|
1957
|
+
readonly borderBottomWidth: "border-widths";
|
|
1958
|
+
readonly borderColor: "colors";
|
|
1959
|
+
readonly borderImage: "colors";
|
|
1960
|
+
readonly borderInline: "colors";
|
|
1961
|
+
readonly borderInlineEnd: "colors";
|
|
1962
|
+
readonly borderInlineStart: "colors";
|
|
1963
|
+
readonly borderLeft: "colors";
|
|
1964
|
+
readonly borderLeftColor: "colors";
|
|
1965
|
+
readonly borderLeftStyle: "border-styles";
|
|
1966
|
+
readonly borderLeftWidth: "border-widths";
|
|
1967
|
+
readonly borderRadius: "radii";
|
|
1968
|
+
readonly borderRight: "colors";
|
|
1969
|
+
readonly borderRightColor: "colors";
|
|
1970
|
+
readonly borderRightStyle: "border-styles";
|
|
1971
|
+
readonly borderRightWidth: "border-widths";
|
|
1972
|
+
readonly borderStyle: "border-styles";
|
|
1973
|
+
readonly borderTop: "colors";
|
|
1974
|
+
readonly borderTopColor: "colors";
|
|
1975
|
+
readonly borderTopLeftRadius: "radii";
|
|
1976
|
+
readonly borderTopRightRadius: "radii";
|
|
1977
|
+
readonly borderTopStyle: "border-styles";
|
|
1978
|
+
readonly borderTopWidth: "border-widths";
|
|
1979
|
+
readonly borderWidth: "border-widths";
|
|
1980
|
+
readonly bottom: "space";
|
|
1981
|
+
readonly boxShadow: "shadows";
|
|
1982
|
+
readonly caretColor: "colors";
|
|
1983
|
+
readonly color: "colors";
|
|
1984
|
+
readonly columnGap: "space-gap";
|
|
1985
|
+
readonly columnRuleColor: "colors";
|
|
1986
|
+
readonly fill: "colors";
|
|
1987
|
+
readonly flexBasis: "sizes";
|
|
1988
|
+
readonly fontFamily: "fonts";
|
|
1989
|
+
readonly fontSize: "font-sizes";
|
|
1990
|
+
readonly fontWeight: "font-weights";
|
|
1991
|
+
readonly gap: "space-gap";
|
|
1992
|
+
readonly gridColumnGap: "space-gap";
|
|
1993
|
+
readonly gridGap: "space-gap";
|
|
1994
|
+
readonly gridRowGap: "space-gap";
|
|
1995
|
+
readonly gridTemplateColumns: "sizes";
|
|
1996
|
+
readonly gridTemplateRows: "sizes";
|
|
1997
|
+
readonly height: "sizes";
|
|
1998
|
+
readonly inlineSize: "sizes";
|
|
1999
|
+
readonly inset: "space-inset";
|
|
2000
|
+
readonly insetBlock: "space-inset";
|
|
2001
|
+
readonly insetBlockEnd: "space-inset";
|
|
2002
|
+
readonly insetBlockStart: "space-inset";
|
|
2003
|
+
readonly insetInline: "space-inset";
|
|
2004
|
+
readonly insetInlineEnd: "space-inset";
|
|
2005
|
+
readonly insetInlineStart: "space-inset";
|
|
2006
|
+
readonly left: "space";
|
|
2007
|
+
readonly letterSpacing: "letter-spacings";
|
|
2008
|
+
readonly lineHeight: "line-heights";
|
|
2009
|
+
readonly margin: "space-offset";
|
|
2010
|
+
readonly marginBlock: "space-offset";
|
|
2011
|
+
readonly marginBlockEnd: "space-offset";
|
|
2012
|
+
readonly marginBlockStart: "space-offset";
|
|
2013
|
+
readonly marginBottom: "space-offset";
|
|
2014
|
+
readonly marginInline: "space-offset";
|
|
2015
|
+
readonly marginInlineEnd: "space-offset";
|
|
2016
|
+
readonly marginInlineStart: "space-offset";
|
|
2017
|
+
readonly marginLeft: "space-offset";
|
|
2018
|
+
readonly marginRight: "space-offset";
|
|
2019
|
+
readonly marginTop: "space-offset";
|
|
2020
|
+
readonly maxBlockSize: "sizes";
|
|
2021
|
+
readonly maxHeight: "sizes";
|
|
2022
|
+
readonly maxInlineSize: "sizes";
|
|
2023
|
+
readonly maxWidth: "sizes";
|
|
2024
|
+
readonly minBlockSize: "sizes";
|
|
2025
|
+
readonly minHeight: "sizes";
|
|
2026
|
+
readonly minInlineSize: "sizes";
|
|
2027
|
+
readonly minWidth: "sizes";
|
|
2028
|
+
readonly outline: "colors";
|
|
2029
|
+
readonly outlineColor: "colors";
|
|
2030
|
+
readonly padding: "space-inset";
|
|
2031
|
+
readonly paddingBlock: "space-inset";
|
|
2032
|
+
readonly paddingBlockEnd: "space-inset";
|
|
2033
|
+
readonly paddingBlockStart: "space-inset";
|
|
2034
|
+
readonly paddingBottom: "space-inset";
|
|
2035
|
+
readonly paddingInline: "space-inset";
|
|
2036
|
+
readonly paddingInlineEnd: "space-inset";
|
|
2037
|
+
readonly paddingInlineStart: "space-inset";
|
|
2038
|
+
readonly paddingLeft: "space-inset";
|
|
2039
|
+
readonly paddingRight: "space-inset";
|
|
2040
|
+
readonly paddingTop: "space-inset";
|
|
2041
|
+
readonly right: "space";
|
|
2042
|
+
readonly rowGap: "space-gap";
|
|
2043
|
+
readonly scrollMargin: "space-offset";
|
|
2044
|
+
readonly scrollMarginBlock: "space-offset";
|
|
2045
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
2046
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
2047
|
+
readonly scrollMarginBottom: "space-offset";
|
|
2048
|
+
readonly scrollMarginInline: "space-offset";
|
|
2049
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
2050
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
2051
|
+
readonly scrollMarginLeft: "space-offset";
|
|
2052
|
+
readonly scrollMarginRight: "space-offset";
|
|
2053
|
+
readonly scrollMarginTop: "space-offset";
|
|
2054
|
+
readonly scrollPadding: "space-inset";
|
|
2055
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
2056
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
2057
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
2058
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
2059
|
+
readonly scrollPaddingInline: "space-inset";
|
|
2060
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
2061
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
2062
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
2063
|
+
readonly scrollPaddingRight: "space-inset";
|
|
2064
|
+
readonly scrollPaddingTop: "space-inset";
|
|
2065
|
+
readonly stroke: "colors";
|
|
2066
|
+
readonly textDecorationColor: "colors";
|
|
2067
|
+
readonly textShadow: "shadows";
|
|
2068
|
+
readonly top: "space";
|
|
2069
|
+
readonly transition: "transitions";
|
|
2070
|
+
readonly width: "sizes";
|
|
2071
|
+
readonly zIndex: "z-indices";
|
|
2072
|
+
}, {
|
|
2073
|
+
paddingX: (value: {
|
|
2074
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
2075
|
+
}) => {
|
|
2076
|
+
paddingLeft: {
|
|
2077
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
2078
|
+
};
|
|
2079
|
+
paddingRight: {
|
|
2080
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
2081
|
+
};
|
|
2082
|
+
};
|
|
2083
|
+
paddingY: (value: {
|
|
2084
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
2085
|
+
}) => {
|
|
2086
|
+
paddingTop: {
|
|
2087
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
2088
|
+
};
|
|
2089
|
+
paddingBottom: {
|
|
2090
|
+
readonly [CSSUtil.$$PropertyValue]: "padding";
|
|
2091
|
+
};
|
|
2092
|
+
};
|
|
2093
|
+
marginX: (value: {
|
|
2094
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
2095
|
+
}) => {
|
|
2096
|
+
marginLeft: {
|
|
2097
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
2098
|
+
};
|
|
2099
|
+
marginRight: {
|
|
2100
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
2101
|
+
};
|
|
2102
|
+
};
|
|
2103
|
+
marginY: (value: {
|
|
2104
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
2105
|
+
}) => {
|
|
2106
|
+
marginTop: {
|
|
2107
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
2108
|
+
};
|
|
2109
|
+
marginBottom: {
|
|
2110
|
+
readonly [CSSUtil.$$PropertyValue]: "margin";
|
|
2111
|
+
};
|
|
2112
|
+
};
|
|
2113
|
+
}>;
|
|
2114
|
+
}) => {
|
|
2115
|
+
(): string;
|
|
2116
|
+
name: string;
|
|
2117
|
+
};
|
|
2118
|
+
declare const prefix: "";
|
|
2119
|
+
declare type FontFace = CSSUtil.Native.AtRule.FontFace;
|
|
2120
|
+
declare const fontFace: (...fonts: FontFace[]) => string;
|
|
2121
|
+
|
|
2122
|
+
declare type ForbiddenProps = 'className' | 'style' | 'as';
|
|
2123
|
+
declare type AllowedProps = 'css' | 'asChild' | 'UNSAFE_style';
|
|
2124
|
+
declare type SafeProps<T> = Omit<T, ForbiddenProps>;
|
|
2125
|
+
declare type CSS = CSS$1<typeof config>;
|
|
2126
|
+
/**
|
|
2127
|
+
* Build a type with all props from a element and Stitches CSS keys
|
|
2128
|
+
* and remove dangerous attributes that could cause styles issues
|
|
2129
|
+
*/
|
|
2130
|
+
declare type StyledComponentProps<Element extends ElementType> = SafeProps<ComponentPropsWithRef<Element>>;
|
|
2131
|
+
/**
|
|
2132
|
+
* Filter out all non-html props and forbidden attributes from the extended component.
|
|
2133
|
+
*
|
|
2134
|
+
* It's useful when the component should not expose props from the extended component.
|
|
2135
|
+
* It will be mostly used with third-party libraries to avoid unwanted props to leak in the public component API.
|
|
2136
|
+
*
|
|
2137
|
+
* For example, if we extend a Radix component, it's not desired to expose all
|
|
2138
|
+
* the Radix props but only the ones declared in the component using it internally.
|
|
2139
|
+
*
|
|
2140
|
+
* const Foo = style(Radix.Primitive, {})
|
|
2141
|
+
* type React.ComponentProps<typeof Foo> // all radix, html and styled props
|
|
2142
|
+
* type StrictComponentProps<typeof Foo> // only html and styled props
|
|
2143
|
+
*/
|
|
2144
|
+
declare type StrictComponentProps<Element extends ElementType> = Omit<StyledComponentProps<Element>, keyof Omit<StyledComponentProps<Element>, keyof OnlyHTMLAttributes<Element> | AllowedProps>>;
|
|
2145
|
+
/**
|
|
2146
|
+
* Get a union type from styled variant
|
|
2147
|
+
*/
|
|
2148
|
+
declare type NonResponsiveVariantProps<Element extends {}, Prop extends keyof VariantProps<Element>> = Extract<VariantProps<Element>[Prop], string | number | boolean>;
|
|
2149
|
+
|
|
2150
|
+
declare const themeMap: {
|
|
2151
|
+
readonly background: "colors";
|
|
2152
|
+
readonly backgroundColor: "colors";
|
|
2153
|
+
readonly backgroundImage: "colors";
|
|
2154
|
+
readonly blockSize: "sizes";
|
|
2155
|
+
readonly border: "colors";
|
|
2156
|
+
readonly borderBlock: "colors";
|
|
2157
|
+
readonly borderBlockEnd: "colors";
|
|
2158
|
+
readonly borderBlockStart: "colors";
|
|
2159
|
+
readonly borderBottom: "colors";
|
|
2160
|
+
readonly borderBottomColor: "colors";
|
|
2161
|
+
readonly borderBottomLeftRadius: "radii";
|
|
2162
|
+
readonly borderBottomRightRadius: "radii";
|
|
2163
|
+
readonly borderBottomStyle: "border-styles";
|
|
2164
|
+
readonly borderBottomWidth: "border-widths";
|
|
2165
|
+
readonly borderColor: "colors";
|
|
2166
|
+
readonly borderImage: "colors";
|
|
2167
|
+
readonly borderInline: "colors";
|
|
2168
|
+
readonly borderInlineEnd: "colors";
|
|
2169
|
+
readonly borderInlineStart: "colors";
|
|
2170
|
+
readonly borderLeft: "colors";
|
|
2171
|
+
readonly borderLeftColor: "colors";
|
|
2172
|
+
readonly borderLeftStyle: "border-styles";
|
|
2173
|
+
readonly borderLeftWidth: "border-widths";
|
|
2174
|
+
readonly borderRadius: "radii";
|
|
2175
|
+
readonly borderRight: "colors";
|
|
2176
|
+
readonly borderRightColor: "colors";
|
|
2177
|
+
readonly borderRightStyle: "border-styles";
|
|
2178
|
+
readonly borderRightWidth: "border-widths";
|
|
2179
|
+
readonly borderStyle: "border-styles";
|
|
2180
|
+
readonly borderTop: "colors";
|
|
2181
|
+
readonly borderTopColor: "colors";
|
|
2182
|
+
readonly borderTopLeftRadius: "radii";
|
|
2183
|
+
readonly borderTopRightRadius: "radii";
|
|
2184
|
+
readonly borderTopStyle: "border-styles";
|
|
2185
|
+
readonly borderTopWidth: "border-widths";
|
|
2186
|
+
readonly borderWidth: "border-widths";
|
|
2187
|
+
readonly bottom: "space";
|
|
2188
|
+
readonly boxShadow: "shadows";
|
|
2189
|
+
readonly caretColor: "colors";
|
|
2190
|
+
readonly color: "colors";
|
|
2191
|
+
readonly columnGap: "space-gap";
|
|
2192
|
+
readonly columnRuleColor: "colors";
|
|
2193
|
+
readonly fill: "colors";
|
|
2194
|
+
readonly flexBasis: "sizes";
|
|
2195
|
+
readonly fontFamily: "fonts";
|
|
2196
|
+
readonly fontSize: "font-sizes";
|
|
2197
|
+
readonly fontWeight: "font-weights";
|
|
2198
|
+
readonly gap: "space-gap";
|
|
2199
|
+
readonly gridColumnGap: "space-gap";
|
|
2200
|
+
readonly gridGap: "space-gap";
|
|
2201
|
+
readonly gridRowGap: "space-gap";
|
|
2202
|
+
readonly gridTemplateColumns: "sizes";
|
|
2203
|
+
readonly gridTemplateRows: "sizes";
|
|
2204
|
+
readonly height: "sizes";
|
|
2205
|
+
readonly inlineSize: "sizes";
|
|
2206
|
+
readonly inset: "space-inset";
|
|
2207
|
+
readonly insetBlock: "space-inset";
|
|
2208
|
+
readonly insetBlockEnd: "space-inset";
|
|
2209
|
+
readonly insetBlockStart: "space-inset";
|
|
2210
|
+
readonly insetInline: "space-inset";
|
|
2211
|
+
readonly insetInlineEnd: "space-inset";
|
|
2212
|
+
readonly insetInlineStart: "space-inset";
|
|
2213
|
+
readonly left: "space";
|
|
2214
|
+
readonly letterSpacing: "letter-spacings";
|
|
2215
|
+
readonly lineHeight: "line-heights";
|
|
2216
|
+
readonly margin: "space-offset";
|
|
2217
|
+
readonly marginBlock: "space-offset";
|
|
2218
|
+
readonly marginBlockEnd: "space-offset";
|
|
2219
|
+
readonly marginBlockStart: "space-offset";
|
|
2220
|
+
readonly marginBottom: "space-offset";
|
|
2221
|
+
readonly marginInline: "space-offset";
|
|
2222
|
+
readonly marginInlineEnd: "space-offset";
|
|
2223
|
+
readonly marginInlineStart: "space-offset";
|
|
2224
|
+
readonly marginLeft: "space-offset";
|
|
2225
|
+
readonly marginRight: "space-offset";
|
|
2226
|
+
readonly marginTop: "space-offset";
|
|
2227
|
+
readonly maxBlockSize: "sizes";
|
|
2228
|
+
readonly maxHeight: "sizes";
|
|
2229
|
+
readonly maxInlineSize: "sizes";
|
|
2230
|
+
readonly maxWidth: "sizes";
|
|
2231
|
+
readonly minBlockSize: "sizes";
|
|
2232
|
+
readonly minHeight: "sizes";
|
|
2233
|
+
readonly minInlineSize: "sizes";
|
|
2234
|
+
readonly minWidth: "sizes";
|
|
2235
|
+
readonly outline: "colors";
|
|
2236
|
+
readonly outlineColor: "colors";
|
|
2237
|
+
readonly padding: "space-inset";
|
|
2238
|
+
readonly paddingBlock: "space-inset";
|
|
2239
|
+
readonly paddingBlockEnd: "space-inset";
|
|
2240
|
+
readonly paddingBlockStart: "space-inset";
|
|
2241
|
+
readonly paddingBottom: "space-inset";
|
|
2242
|
+
readonly paddingInline: "space-inset";
|
|
2243
|
+
readonly paddingInlineEnd: "space-inset";
|
|
2244
|
+
readonly paddingInlineStart: "space-inset";
|
|
2245
|
+
readonly paddingLeft: "space-inset";
|
|
2246
|
+
readonly paddingRight: "space-inset";
|
|
2247
|
+
readonly paddingTop: "space-inset";
|
|
2248
|
+
readonly right: "space";
|
|
2249
|
+
readonly rowGap: "space-gap";
|
|
2250
|
+
readonly scrollMargin: "space-offset";
|
|
2251
|
+
readonly scrollMarginBlock: "space-offset";
|
|
2252
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
2253
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
2254
|
+
readonly scrollMarginBottom: "space-offset";
|
|
2255
|
+
readonly scrollMarginInline: "space-offset";
|
|
2256
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
2257
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
2258
|
+
readonly scrollMarginLeft: "space-offset";
|
|
2259
|
+
readonly scrollMarginRight: "space-offset";
|
|
2260
|
+
readonly scrollMarginTop: "space-offset";
|
|
2261
|
+
readonly scrollPadding: "space-inset";
|
|
2262
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
2263
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
2264
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
2265
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
2266
|
+
readonly scrollPaddingInline: "space-inset";
|
|
2267
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
2268
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
2269
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
2270
|
+
readonly scrollPaddingRight: "space-inset";
|
|
2271
|
+
readonly scrollPaddingTop: "space-inset";
|
|
2272
|
+
readonly stroke: "colors";
|
|
2273
|
+
readonly textDecorationColor: "colors";
|
|
2274
|
+
readonly textShadow: "shadows";
|
|
2275
|
+
readonly top: "space";
|
|
2276
|
+
readonly transition: "transitions";
|
|
2277
|
+
readonly width: "sizes";
|
|
2278
|
+
readonly zIndex: "z-indices";
|
|
2279
|
+
};
|
|
2280
|
+
declare type ThemeMap = typeof themeMap;
|
|
2281
|
+
|
|
2282
|
+
interface Theme {
|
|
2283
|
+
'border-widths': typeof Tokens.borderWidths;
|
|
2284
|
+
colors: typeof Tokens.colors;
|
|
2285
|
+
'font-sizes': typeof Tokens.fontSizes;
|
|
2286
|
+
radii: typeof Tokens.radii;
|
|
2287
|
+
shadows: typeof Tokens.shadows;
|
|
2288
|
+
sizes: typeof Tokens.sizes;
|
|
2289
|
+
space: typeof Tokens.space;
|
|
2290
|
+
'space-gap': typeof Tokens.spaceGap;
|
|
2291
|
+
'space-inset': typeof Tokens.spaceInset;
|
|
2292
|
+
'space-offset': typeof Tokens.spaceOffset;
|
|
2293
|
+
'z-indices': typeof Tokens.zIndices;
|
|
2294
|
+
}
|
|
2295
|
+
declare const theme: Theme;
|
|
2296
|
+
|
|
2297
|
+
declare function setMedia<Media extends {} = {}>(media: ConfigType.Media<Media>): void;
|
|
2298
|
+
declare function setCssUtils<Utils extends {} = {}>(utils: ConfigType.Utils<Utils>): void;
|
|
2299
|
+
|
|
2300
|
+
declare const AS_ERROR = "Polymorphism via `as` prop is not available in styled components.";
|
|
2301
|
+
declare const STYLING_ATTRS_ERROR = "The `className` and `style` attributes are not avaialable in styled components.";
|
|
2302
|
+
declare type Variants<T> = 'variants' extends keyof T ? {
|
|
2303
|
+
[Name in keyof T['variants']]?: _stitches_react_types_util.Widen<keyof T['variants'][Name]> | _stitches_react_types_util.String;
|
|
2304
|
+
} : _stitches_react_types_util.WideObject;
|
|
2305
|
+
declare type Styles<Composers> = Composers extends string | ComponentType<any> | _stitches_react_types_util.Function ? Composers : RemoveIndex<CSS> & {
|
|
2306
|
+
variants?: {
|
|
2307
|
+
[Name in string]: {
|
|
2308
|
+
[Pair in number | string]: CSS;
|
|
2309
|
+
};
|
|
2310
|
+
};
|
|
2311
|
+
compoundVariants?: Array<Variants<Composers> & {
|
|
2312
|
+
css: CSS;
|
|
2313
|
+
}>;
|
|
2314
|
+
defaultVariants?: Variants<Composers>;
|
|
2315
|
+
} & CSS & {
|
|
2316
|
+
[K in keyof Composers]: K extends 'compoundVariants' | 'defaultVariants' | 'variants' ? unknown : K extends keyof CSS ? CSS[K] : unknown;
|
|
2317
|
+
};
|
|
2318
|
+
interface StitchesInternals<Type extends keyof JSX.IntrinsicElements | React__default.ComponentType<any> | _stitches_react_types_util.Function, Props extends {}, Media extends typeof config.media> {
|
|
2319
|
+
className: string;
|
|
2320
|
+
selector: string;
|
|
2321
|
+
[$$StyledComponentType]: Type;
|
|
2322
|
+
[$$StyledComponentProps]: Props;
|
|
2323
|
+
[$$StyledComponentMedia]: Media;
|
|
2324
|
+
}
|
|
2325
|
+
interface CustomStylesProps {
|
|
2326
|
+
css?: CSS;
|
|
2327
|
+
UNSAFE_style?: CSS;
|
|
2328
|
+
}
|
|
2329
|
+
declare const styled: <Element_1 extends _stitches_react_types_util.Function | keyof JSX.IntrinsicElements | React__default.ComponentType<any> = "span", Composers extends string | _stitches_react_types_util.Function | React__default.ExoticComponent<any> | React__default.JSXElementConstructor<any> | {
|
|
2330
|
+
[name: string]: unknown;
|
|
2331
|
+
} = {}>(element: Element_1, composers?: Styles<Composers> | undefined) => React__default.ForwardRefExoticComponent<React__default.PropsWithoutRef<Omit<StyledComponentProps$1<[Composers]>, keyof (typeof $$StyledComponentProps extends keyof Composers ? Composers[keyof Composers & typeof $$StyledComponentProps] : Composers extends {
|
|
2332
|
+
variants: {
|
|
2333
|
+
[name: string]: unknown;
|
|
2334
|
+
};
|
|
2335
|
+
} ? Composers["variants"] extends infer T ? { [K in keyof T]?: _stitches_react_types_util.Widen<keyof Composers["variants"][K]> | undefined; } : never : {})> & TransformProps<StyledComponentProps$1<[Composers]>, {}> & StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<Element_1, {}, {}, CSSUtil.CSS<{}, {
|
|
2336
|
+
'border-widths': {
|
|
2337
|
+
readonly none: 0;
|
|
2338
|
+
readonly sm: "1px";
|
|
2339
|
+
readonly md: "2px";
|
|
2340
|
+
readonly lg: "4px";
|
|
2341
|
+
};
|
|
2342
|
+
colors: {
|
|
2343
|
+
readonly black: any;
|
|
2344
|
+
readonly 'blue-10': any;
|
|
2345
|
+
readonly 'blue-20': any;
|
|
2346
|
+
readonly 'blue-50': any;
|
|
2347
|
+
readonly 'blue-60': any;
|
|
2348
|
+
readonly 'blue-70': any;
|
|
2349
|
+
readonly 'blue-80': any;
|
|
2350
|
+
readonly 'gray-20': any;
|
|
2351
|
+
readonly 'gray-30': any;
|
|
2352
|
+
readonly 'green-70': any;
|
|
2353
|
+
readonly 'indigo-20': any;
|
|
2354
|
+
readonly 'indigo-30': any;
|
|
2355
|
+
readonly 'indigo-50': any;
|
|
2356
|
+
readonly 'indigo-70': any;
|
|
2357
|
+
readonly 'indigo-90': any;
|
|
2358
|
+
readonly 'pink-20': any;
|
|
2359
|
+
readonly 'pink-50': any;
|
|
2360
|
+
readonly 'red-10': any;
|
|
2361
|
+
readonly 'red-20': any;
|
|
2362
|
+
readonly 'red-30': any;
|
|
2363
|
+
readonly 'red-50': any;
|
|
2364
|
+
readonly 'red-60': any;
|
|
2365
|
+
readonly transparent: any;
|
|
2366
|
+
readonly white: any;
|
|
2367
|
+
readonly 'yellow-20': any;
|
|
2368
|
+
readonly 'yellow-60': any;
|
|
2369
|
+
readonly 'background-cta-active'?: any;
|
|
2370
|
+
readonly 'background-cta-disabled'?: any;
|
|
2371
|
+
readonly 'background-cta-hover'?: any;
|
|
2372
|
+
readonly 'background-cta-idle'?: any;
|
|
2373
|
+
readonly 'background-danger-active'?: any;
|
|
2374
|
+
readonly 'background-danger-hover'?: any;
|
|
2375
|
+
readonly 'background-danger-idle'?: any;
|
|
2376
|
+
readonly 'background-default-active'?: any;
|
|
2377
|
+
readonly 'background-default-disabled'?: any;
|
|
2378
|
+
readonly 'background-default-hover'?: any;
|
|
2379
|
+
readonly 'background-default-idle'?: any;
|
|
2380
|
+
readonly 'background-default-selected'?: any;
|
|
2381
|
+
readonly 'background-default-selected-active'?: any;
|
|
2382
|
+
readonly 'background-info-idle'?: any;
|
|
2383
|
+
readonly 'background-primary'?: any;
|
|
2384
|
+
readonly 'background-secondary'?: any;
|
|
2385
|
+
readonly 'background-success-idle'?: any;
|
|
2386
|
+
readonly 'background-warning-idle'?: any;
|
|
2387
|
+
readonly 'border-cta-idle'?: any;
|
|
2388
|
+
readonly 'border-default-active'?: any;
|
|
2389
|
+
readonly 'border-default-error'?: any;
|
|
2390
|
+
readonly 'border-default-hover'?: any;
|
|
2391
|
+
readonly 'border-default-idle'?: any;
|
|
2392
|
+
readonly 'border-default-selected'?: any;
|
|
2393
|
+
readonly 'canvas-primary'?: any;
|
|
2394
|
+
readonly 'divider-default'?: any;
|
|
2395
|
+
readonly 'focus-ring-default'?: any;
|
|
2396
|
+
readonly 'font-cta-idle'?: any;
|
|
2397
|
+
readonly 'font-default-active'?: any;
|
|
2398
|
+
readonly 'font-default-disabled'?: any;
|
|
2399
|
+
readonly 'font-default-error'?: any;
|
|
2400
|
+
readonly 'font-default-hover'?: any;
|
|
2401
|
+
readonly 'font-default-idle'?: any;
|
|
2402
|
+
readonly 'font-default-selected'?: any;
|
|
2403
|
+
readonly 'font-default-visited'?: any;
|
|
2404
|
+
readonly 'font-primary'?: any;
|
|
2405
|
+
readonly 'font-secondary'?: any;
|
|
2406
|
+
readonly 'font-tertiary'?: any;
|
|
2407
|
+
readonly 'icon-cta-idle'?: any;
|
|
2408
|
+
readonly 'icon-default'?: any;
|
|
2409
|
+
readonly 'icon-default-active'?: any;
|
|
2410
|
+
readonly 'icon-default-disabled'?: any;
|
|
2411
|
+
readonly 'icon-default-error'?: any;
|
|
2412
|
+
readonly 'icon-default-hover'?: any;
|
|
2413
|
+
readonly 'icon-default-idle'?: any;
|
|
2414
|
+
readonly 'icon-default-selected'?: any;
|
|
2415
|
+
};
|
|
2416
|
+
'font-sizes': {
|
|
2417
|
+
readonly 150: "0.75rem";
|
|
2418
|
+
readonly 175: "0.875rem";
|
|
2419
|
+
readonly 200: "1rem";
|
|
2420
|
+
readonly 225: "1.125rem";
|
|
2421
|
+
readonly 250: "1.25rem";
|
|
2422
|
+
readonly 300: "1.5rem";
|
|
2423
|
+
readonly 400: "2rem";
|
|
2424
|
+
readonly 500: "2.5rem";
|
|
2425
|
+
readonly 600: "3rem";
|
|
2426
|
+
readonly 800: "4rem";
|
|
2427
|
+
readonly 900: "4.5rem";
|
|
2428
|
+
};
|
|
2429
|
+
radii: {
|
|
2430
|
+
readonly none: 0;
|
|
2431
|
+
readonly half: "999em";
|
|
2432
|
+
readonly 25: "2px";
|
|
2433
|
+
readonly 50: "4px";
|
|
2434
|
+
readonly 75: "6px";
|
|
2435
|
+
readonly 100: "8px";
|
|
2436
|
+
readonly 200: "16px";
|
|
2437
|
+
};
|
|
2438
|
+
shadows: {
|
|
2439
|
+
readonly 50: "0 4px 16px #05003812";
|
|
2440
|
+
readonly 100: "0 8px 32px #05003808";
|
|
2441
|
+
};
|
|
2442
|
+
sizes: {
|
|
2443
|
+
readonly number: string;
|
|
2444
|
+
readonly 'icon-200': "16px";
|
|
2445
|
+
readonly 'icon-300': "24px";
|
|
2446
|
+
readonly 'icon-400': "32px";
|
|
2447
|
+
};
|
|
2448
|
+
space: {
|
|
2449
|
+
readonly none: 0;
|
|
2450
|
+
readonly 50: "4px";
|
|
2451
|
+
readonly 100: "8px";
|
|
2452
|
+
readonly 150: "12px";
|
|
2453
|
+
readonly 200: "16px";
|
|
2454
|
+
readonly 300: "24px";
|
|
2455
|
+
readonly 400: "32px";
|
|
2456
|
+
readonly 500: "64px";
|
|
2457
|
+
readonly 600: "48px";
|
|
2458
|
+
readonly 800: "64px";
|
|
2459
|
+
readonly 1200: "96px";
|
|
2460
|
+
readonly 1600: "128px";
|
|
2461
|
+
};
|
|
2462
|
+
'space-gap': {
|
|
2463
|
+
readonly none: any;
|
|
2464
|
+
readonly 50: any;
|
|
2465
|
+
readonly 100: any;
|
|
2466
|
+
readonly 200: any;
|
|
2467
|
+
readonly 300: any;
|
|
2468
|
+
};
|
|
2469
|
+
'space-inset': {
|
|
2470
|
+
readonly none: any;
|
|
2471
|
+
readonly 50: any;
|
|
2472
|
+
readonly 100: any;
|
|
2473
|
+
readonly 150: any;
|
|
2474
|
+
readonly 200: any;
|
|
2475
|
+
readonly 300: any;
|
|
2476
|
+
readonly 400: any;
|
|
2477
|
+
readonly 600: any;
|
|
2478
|
+
readonly 800: any;
|
|
2479
|
+
readonly 1200: any;
|
|
2480
|
+
readonly 1600: any;
|
|
2481
|
+
};
|
|
2482
|
+
'space-offset': {
|
|
2483
|
+
readonly none: any;
|
|
2484
|
+
readonly 50: any;
|
|
2485
|
+
readonly 100: any;
|
|
2486
|
+
readonly 150: any;
|
|
2487
|
+
readonly 200: any;
|
|
2488
|
+
readonly 300: any;
|
|
2489
|
+
readonly 400: any;
|
|
2490
|
+
readonly 600: any;
|
|
2491
|
+
readonly 800: any;
|
|
2492
|
+
readonly 1200: any;
|
|
2493
|
+
readonly 1600: any;
|
|
2494
|
+
readonly 'stacking-none': any;
|
|
2495
|
+
readonly 'stacking-100': any;
|
|
2496
|
+
readonly 'stacking-200': any;
|
|
2497
|
+
readonly 'stacking-300': any;
|
|
2498
|
+
readonly 'stacking-400': any;
|
|
2499
|
+
readonly 'stacking-500': any;
|
|
2500
|
+
readonly 'stacking-800': any;
|
|
2501
|
+
};
|
|
2502
|
+
'z-indices': {
|
|
2503
|
+
readonly dropdownMenu: 100;
|
|
2504
|
+
readonly popover: 200;
|
|
2505
|
+
readonly tooltip: 300;
|
|
2506
|
+
};
|
|
2507
|
+
}, {
|
|
2508
|
+
readonly background: "colors";
|
|
2509
|
+
readonly backgroundColor: "colors";
|
|
2510
|
+
readonly backgroundImage: "colors";
|
|
2511
|
+
readonly blockSize: "sizes";
|
|
2512
|
+
readonly border: "colors";
|
|
2513
|
+
readonly borderBlock: "colors";
|
|
2514
|
+
readonly borderBlockEnd: "colors";
|
|
2515
|
+
readonly borderBlockStart: "colors";
|
|
2516
|
+
readonly borderBottom: "colors";
|
|
2517
|
+
readonly borderBottomColor: "colors";
|
|
2518
|
+
readonly borderBottomLeftRadius: "radii";
|
|
2519
|
+
readonly borderBottomRightRadius: "radii";
|
|
2520
|
+
readonly borderBottomStyle: "border-styles";
|
|
2521
|
+
readonly borderBottomWidth: "border-widths";
|
|
2522
|
+
readonly borderColor: "colors";
|
|
2523
|
+
readonly borderImage: "colors";
|
|
2524
|
+
readonly borderInline: "colors";
|
|
2525
|
+
readonly borderInlineEnd: "colors";
|
|
2526
|
+
readonly borderInlineStart: "colors";
|
|
2527
|
+
readonly borderLeft: "colors";
|
|
2528
|
+
readonly borderLeftColor: "colors";
|
|
2529
|
+
readonly borderLeftStyle: "border-styles";
|
|
2530
|
+
readonly borderLeftWidth: "border-widths";
|
|
2531
|
+
readonly borderRadius: "radii";
|
|
2532
|
+
readonly borderRight: "colors";
|
|
2533
|
+
readonly borderRightColor: "colors";
|
|
2534
|
+
readonly borderRightStyle: "border-styles";
|
|
2535
|
+
readonly borderRightWidth: "border-widths";
|
|
2536
|
+
readonly borderStyle: "border-styles";
|
|
2537
|
+
readonly borderTop: "colors";
|
|
2538
|
+
readonly borderTopColor: "colors";
|
|
2539
|
+
readonly borderTopLeftRadius: "radii";
|
|
2540
|
+
readonly borderTopRightRadius: "radii";
|
|
2541
|
+
readonly borderTopStyle: "border-styles";
|
|
2542
|
+
readonly borderTopWidth: "border-widths";
|
|
2543
|
+
readonly borderWidth: "border-widths";
|
|
2544
|
+
readonly bottom: "space";
|
|
2545
|
+
readonly boxShadow: "shadows";
|
|
2546
|
+
readonly caretColor: "colors";
|
|
2547
|
+
readonly color: "colors";
|
|
2548
|
+
readonly columnGap: "space-gap";
|
|
2549
|
+
readonly columnRuleColor: "colors";
|
|
2550
|
+
readonly fill: "colors";
|
|
2551
|
+
readonly flexBasis: "sizes";
|
|
2552
|
+
readonly fontFamily: "fonts";
|
|
2553
|
+
readonly fontSize: "font-sizes";
|
|
2554
|
+
readonly fontWeight: "font-weights";
|
|
2555
|
+
readonly gap: "space-gap";
|
|
2556
|
+
readonly gridColumnGap: "space-gap";
|
|
2557
|
+
readonly gridGap: "space-gap";
|
|
2558
|
+
readonly gridRowGap: "space-gap";
|
|
2559
|
+
readonly gridTemplateColumns: "sizes";
|
|
2560
|
+
readonly gridTemplateRows: "sizes";
|
|
2561
|
+
readonly height: "sizes";
|
|
2562
|
+
readonly inlineSize: "sizes";
|
|
2563
|
+
readonly inset: "space-inset";
|
|
2564
|
+
readonly insetBlock: "space-inset";
|
|
2565
|
+
readonly insetBlockEnd: "space-inset";
|
|
2566
|
+
readonly insetBlockStart: "space-inset";
|
|
2567
|
+
readonly insetInline: "space-inset";
|
|
2568
|
+
readonly insetInlineEnd: "space-inset";
|
|
2569
|
+
readonly insetInlineStart: "space-inset";
|
|
2570
|
+
readonly left: "space";
|
|
2571
|
+
readonly letterSpacing: "letter-spacings";
|
|
2572
|
+
readonly lineHeight: "line-heights";
|
|
2573
|
+
readonly margin: "space-offset";
|
|
2574
|
+
readonly marginBlock: "space-offset";
|
|
2575
|
+
readonly marginBlockEnd: "space-offset";
|
|
2576
|
+
readonly marginBlockStart: "space-offset";
|
|
2577
|
+
readonly marginBottom: "space-offset";
|
|
2578
|
+
readonly marginInline: "space-offset";
|
|
2579
|
+
readonly marginInlineEnd: "space-offset";
|
|
2580
|
+
readonly marginInlineStart: "space-offset";
|
|
2581
|
+
readonly marginLeft: "space-offset";
|
|
2582
|
+
readonly marginRight: "space-offset";
|
|
2583
|
+
readonly marginTop: "space-offset";
|
|
2584
|
+
readonly maxBlockSize: "sizes";
|
|
2585
|
+
readonly maxHeight: "sizes";
|
|
2586
|
+
readonly maxInlineSize: "sizes";
|
|
2587
|
+
readonly maxWidth: "sizes";
|
|
2588
|
+
readonly minBlockSize: "sizes";
|
|
2589
|
+
readonly minHeight: "sizes";
|
|
2590
|
+
readonly minInlineSize: "sizes";
|
|
2591
|
+
readonly minWidth: "sizes";
|
|
2592
|
+
readonly outline: "colors";
|
|
2593
|
+
readonly outlineColor: "colors";
|
|
2594
|
+
readonly padding: "space-inset";
|
|
2595
|
+
readonly paddingBlock: "space-inset";
|
|
2596
|
+
readonly paddingBlockEnd: "space-inset";
|
|
2597
|
+
readonly paddingBlockStart: "space-inset";
|
|
2598
|
+
readonly paddingBottom: "space-inset";
|
|
2599
|
+
readonly paddingInline: "space-inset";
|
|
2600
|
+
readonly paddingInlineEnd: "space-inset";
|
|
2601
|
+
readonly paddingInlineStart: "space-inset";
|
|
2602
|
+
readonly paddingLeft: "space-inset";
|
|
2603
|
+
readonly paddingRight: "space-inset";
|
|
2604
|
+
readonly paddingTop: "space-inset";
|
|
2605
|
+
readonly right: "space";
|
|
2606
|
+
readonly rowGap: "space-gap";
|
|
2607
|
+
readonly scrollMargin: "space-offset";
|
|
2608
|
+
readonly scrollMarginBlock: "space-offset";
|
|
2609
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
2610
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
2611
|
+
readonly scrollMarginBottom: "space-offset";
|
|
2612
|
+
readonly scrollMarginInline: "space-offset";
|
|
2613
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
2614
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
2615
|
+
readonly scrollMarginLeft: "space-offset";
|
|
2616
|
+
readonly scrollMarginRight: "space-offset";
|
|
2617
|
+
readonly scrollMarginTop: "space-offset";
|
|
2618
|
+
readonly scrollPadding: "space-inset";
|
|
2619
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
2620
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
2621
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
2622
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
2623
|
+
readonly scrollPaddingInline: "space-inset";
|
|
2624
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
2625
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
2626
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
2627
|
+
readonly scrollPaddingRight: "space-inset";
|
|
2628
|
+
readonly scrollPaddingTop: "space-inset";
|
|
2629
|
+
readonly stroke: "colors";
|
|
2630
|
+
readonly textDecorationColor: "colors";
|
|
2631
|
+
readonly textShadow: "shadows";
|
|
2632
|
+
readonly top: "space";
|
|
2633
|
+
readonly transition: "transitions";
|
|
2634
|
+
readonly width: "sizes";
|
|
2635
|
+
readonly zIndex: "z-indices";
|
|
2636
|
+
}, {
|
|
2637
|
+
paddingX: (value: {
|
|
2638
|
+
readonly [$$PropertyValue]: "padding";
|
|
2639
|
+
}) => {
|
|
2640
|
+
paddingLeft: {
|
|
2641
|
+
readonly [$$PropertyValue]: "padding";
|
|
2642
|
+
};
|
|
2643
|
+
paddingRight: {
|
|
2644
|
+
readonly [$$PropertyValue]: "padding";
|
|
2645
|
+
};
|
|
2646
|
+
};
|
|
2647
|
+
paddingY: (value: {
|
|
2648
|
+
readonly [$$PropertyValue]: "padding";
|
|
2649
|
+
}) => {
|
|
2650
|
+
paddingTop: {
|
|
2651
|
+
readonly [$$PropertyValue]: "padding";
|
|
2652
|
+
};
|
|
2653
|
+
paddingBottom: {
|
|
2654
|
+
readonly [$$PropertyValue]: "padding";
|
|
2655
|
+
};
|
|
2656
|
+
};
|
|
2657
|
+
marginX: (value: {
|
|
2658
|
+
readonly [$$PropertyValue]: "margin";
|
|
2659
|
+
}) => {
|
|
2660
|
+
marginLeft: {
|
|
2661
|
+
readonly [$$PropertyValue]: "margin";
|
|
2662
|
+
};
|
|
2663
|
+
marginRight: {
|
|
2664
|
+
readonly [$$PropertyValue]: "margin";
|
|
2665
|
+
};
|
|
2666
|
+
};
|
|
2667
|
+
marginY: (value: {
|
|
2668
|
+
readonly [$$PropertyValue]: "margin";
|
|
2669
|
+
}) => {
|
|
2670
|
+
marginTop: {
|
|
2671
|
+
readonly [$$PropertyValue]: "margin";
|
|
2672
|
+
};
|
|
2673
|
+
marginBottom: {
|
|
2674
|
+
readonly [$$PropertyValue]: "margin";
|
|
2675
|
+
};
|
|
2676
|
+
};
|
|
2677
|
+
}>>> & CustomStylesProps> & React__default.RefAttributes<React__default.ElementRef<_stitches_react_types_styled_component.StyledComponent<Element_1, {}, {}, CSSUtil.CSS<{}, {
|
|
2678
|
+
'border-widths': {
|
|
2679
|
+
readonly none: 0;
|
|
2680
|
+
readonly sm: "1px";
|
|
2681
|
+
readonly md: "2px";
|
|
2682
|
+
readonly lg: "4px";
|
|
2683
|
+
};
|
|
2684
|
+
colors: {
|
|
2685
|
+
readonly black: any;
|
|
2686
|
+
readonly 'blue-10': any;
|
|
2687
|
+
readonly 'blue-20': any;
|
|
2688
|
+
readonly 'blue-50': any;
|
|
2689
|
+
readonly 'blue-60': any;
|
|
2690
|
+
readonly 'blue-70': any;
|
|
2691
|
+
readonly 'blue-80': any;
|
|
2692
|
+
readonly 'gray-20': any;
|
|
2693
|
+
readonly 'gray-30': any;
|
|
2694
|
+
readonly 'green-70': any;
|
|
2695
|
+
readonly 'indigo-20': any;
|
|
2696
|
+
readonly 'indigo-30': any;
|
|
2697
|
+
readonly 'indigo-50': any;
|
|
2698
|
+
readonly 'indigo-70': any;
|
|
2699
|
+
readonly 'indigo-90': any;
|
|
2700
|
+
readonly 'pink-20': any;
|
|
2701
|
+
readonly 'pink-50': any;
|
|
2702
|
+
readonly 'red-10': any;
|
|
2703
|
+
readonly 'red-20': any;
|
|
2704
|
+
readonly 'red-30': any;
|
|
2705
|
+
readonly 'red-50': any;
|
|
2706
|
+
readonly 'red-60': any;
|
|
2707
|
+
readonly transparent: any;
|
|
2708
|
+
readonly white: any;
|
|
2709
|
+
readonly 'yellow-20': any;
|
|
2710
|
+
readonly 'yellow-60': any;
|
|
2711
|
+
readonly 'background-cta-active'?: any;
|
|
2712
|
+
readonly 'background-cta-disabled'?: any;
|
|
2713
|
+
readonly 'background-cta-hover'?: any;
|
|
2714
|
+
readonly 'background-cta-idle'?: any;
|
|
2715
|
+
readonly 'background-danger-active'?: any;
|
|
2716
|
+
readonly 'background-danger-hover'?: any;
|
|
2717
|
+
readonly 'background-danger-idle'?: any;
|
|
2718
|
+
readonly 'background-default-active'?: any;
|
|
2719
|
+
readonly 'background-default-disabled'?: any;
|
|
2720
|
+
readonly 'background-default-hover'?: any;
|
|
2721
|
+
readonly 'background-default-idle'?: any;
|
|
2722
|
+
readonly 'background-default-selected'?: any;
|
|
2723
|
+
readonly 'background-default-selected-active'?: any;
|
|
2724
|
+
readonly 'background-info-idle'?: any;
|
|
2725
|
+
readonly 'background-primary'?: any;
|
|
2726
|
+
readonly 'background-secondary'?: any;
|
|
2727
|
+
readonly 'background-success-idle'?: any;
|
|
2728
|
+
readonly 'background-warning-idle'?: any;
|
|
2729
|
+
readonly 'border-cta-idle'?: any;
|
|
2730
|
+
readonly 'border-default-active'?: any;
|
|
2731
|
+
readonly 'border-default-error'?: any;
|
|
2732
|
+
readonly 'border-default-hover'?: any;
|
|
2733
|
+
readonly 'border-default-idle'?: any;
|
|
2734
|
+
readonly 'border-default-selected'?: any;
|
|
2735
|
+
readonly 'canvas-primary'?: any;
|
|
2736
|
+
readonly 'divider-default'?: any;
|
|
2737
|
+
readonly 'focus-ring-default'?: any;
|
|
2738
|
+
readonly 'font-cta-idle'?: any;
|
|
2739
|
+
readonly 'font-default-active'?: any;
|
|
2740
|
+
readonly 'font-default-disabled'?: any;
|
|
2741
|
+
readonly 'font-default-error'?: any;
|
|
2742
|
+
readonly 'font-default-hover'?: any;
|
|
2743
|
+
readonly 'font-default-idle'?: any;
|
|
2744
|
+
readonly 'font-default-selected'?: any;
|
|
2745
|
+
readonly 'font-default-visited'?: any;
|
|
2746
|
+
readonly 'font-primary'?: any;
|
|
2747
|
+
readonly 'font-secondary'?: any;
|
|
2748
|
+
readonly 'font-tertiary'?: any;
|
|
2749
|
+
readonly 'icon-cta-idle'?: any;
|
|
2750
|
+
readonly 'icon-default'?: any;
|
|
2751
|
+
readonly 'icon-default-active'?: any;
|
|
2752
|
+
readonly 'icon-default-disabled'?: any;
|
|
2753
|
+
readonly 'icon-default-error'?: any;
|
|
2754
|
+
readonly 'icon-default-hover'?: any;
|
|
2755
|
+
readonly 'icon-default-idle'?: any;
|
|
2756
|
+
readonly 'icon-default-selected'?: any;
|
|
2757
|
+
};
|
|
2758
|
+
'font-sizes': {
|
|
2759
|
+
readonly 150: "0.75rem";
|
|
2760
|
+
readonly 175: "0.875rem";
|
|
2761
|
+
readonly 200: "1rem";
|
|
2762
|
+
readonly 225: "1.125rem";
|
|
2763
|
+
readonly 250: "1.25rem";
|
|
2764
|
+
readonly 300: "1.5rem";
|
|
2765
|
+
readonly 400: "2rem";
|
|
2766
|
+
readonly 500: "2.5rem";
|
|
2767
|
+
readonly 600: "3rem";
|
|
2768
|
+
readonly 800: "4rem";
|
|
2769
|
+
readonly 900: "4.5rem";
|
|
2770
|
+
};
|
|
2771
|
+
radii: {
|
|
2772
|
+
readonly none: 0;
|
|
2773
|
+
readonly half: "999em";
|
|
2774
|
+
readonly 25: "2px";
|
|
2775
|
+
readonly 50: "4px";
|
|
2776
|
+
readonly 75: "6px";
|
|
2777
|
+
readonly 100: "8px";
|
|
2778
|
+
readonly 200: "16px";
|
|
2779
|
+
};
|
|
2780
|
+
shadows: {
|
|
2781
|
+
readonly 50: "0 4px 16px #05003812";
|
|
2782
|
+
readonly 100: "0 8px 32px #05003808";
|
|
2783
|
+
};
|
|
2784
|
+
sizes: {
|
|
2785
|
+
readonly number: string;
|
|
2786
|
+
readonly 'icon-200': "16px";
|
|
2787
|
+
readonly 'icon-300': "24px";
|
|
2788
|
+
readonly 'icon-400': "32px";
|
|
2789
|
+
};
|
|
2790
|
+
space: {
|
|
2791
|
+
readonly none: 0;
|
|
2792
|
+
readonly 50: "4px";
|
|
2793
|
+
readonly 100: "8px";
|
|
2794
|
+
readonly 150: "12px";
|
|
2795
|
+
readonly 200: "16px";
|
|
2796
|
+
readonly 300: "24px";
|
|
2797
|
+
readonly 400: "32px";
|
|
2798
|
+
readonly 500: "64px";
|
|
2799
|
+
readonly 600: "48px";
|
|
2800
|
+
readonly 800: "64px";
|
|
2801
|
+
readonly 1200: "96px";
|
|
2802
|
+
readonly 1600: "128px";
|
|
2803
|
+
};
|
|
2804
|
+
'space-gap': {
|
|
2805
|
+
readonly none: any;
|
|
2806
|
+
readonly 50: any;
|
|
2807
|
+
readonly 100: any;
|
|
2808
|
+
readonly 200: any;
|
|
2809
|
+
readonly 300: any;
|
|
2810
|
+
};
|
|
2811
|
+
'space-inset': {
|
|
2812
|
+
readonly none: any;
|
|
2813
|
+
readonly 50: any;
|
|
2814
|
+
readonly 100: any;
|
|
2815
|
+
readonly 150: any;
|
|
2816
|
+
readonly 200: any;
|
|
2817
|
+
readonly 300: any;
|
|
2818
|
+
readonly 400: any;
|
|
2819
|
+
readonly 600: any;
|
|
2820
|
+
readonly 800: any;
|
|
2821
|
+
readonly 1200: any;
|
|
2822
|
+
readonly 1600: any;
|
|
2823
|
+
};
|
|
2824
|
+
'space-offset': {
|
|
2825
|
+
readonly none: any;
|
|
2826
|
+
readonly 50: any;
|
|
2827
|
+
readonly 100: any;
|
|
2828
|
+
readonly 150: any;
|
|
2829
|
+
readonly 200: any;
|
|
2830
|
+
readonly 300: any;
|
|
2831
|
+
readonly 400: any;
|
|
2832
|
+
readonly 600: any;
|
|
2833
|
+
readonly 800: any;
|
|
2834
|
+
readonly 1200: any;
|
|
2835
|
+
readonly 1600: any;
|
|
2836
|
+
readonly 'stacking-none': any;
|
|
2837
|
+
readonly 'stacking-100': any;
|
|
2838
|
+
readonly 'stacking-200': any;
|
|
2839
|
+
readonly 'stacking-300': any;
|
|
2840
|
+
readonly 'stacking-400': any;
|
|
2841
|
+
readonly 'stacking-500': any;
|
|
2842
|
+
readonly 'stacking-800': any;
|
|
2843
|
+
};
|
|
2844
|
+
'z-indices': {
|
|
2845
|
+
readonly dropdownMenu: 100;
|
|
2846
|
+
readonly popover: 200;
|
|
2847
|
+
readonly tooltip: 300;
|
|
2848
|
+
};
|
|
2849
|
+
}, {
|
|
2850
|
+
readonly background: "colors";
|
|
2851
|
+
readonly backgroundColor: "colors";
|
|
2852
|
+
readonly backgroundImage: "colors";
|
|
2853
|
+
readonly blockSize: "sizes";
|
|
2854
|
+
readonly border: "colors";
|
|
2855
|
+
readonly borderBlock: "colors";
|
|
2856
|
+
readonly borderBlockEnd: "colors";
|
|
2857
|
+
readonly borderBlockStart: "colors";
|
|
2858
|
+
readonly borderBottom: "colors";
|
|
2859
|
+
readonly borderBottomColor: "colors";
|
|
2860
|
+
readonly borderBottomLeftRadius: "radii";
|
|
2861
|
+
readonly borderBottomRightRadius: "radii";
|
|
2862
|
+
readonly borderBottomStyle: "border-styles";
|
|
2863
|
+
readonly borderBottomWidth: "border-widths";
|
|
2864
|
+
readonly borderColor: "colors";
|
|
2865
|
+
readonly borderImage: "colors";
|
|
2866
|
+
readonly borderInline: "colors";
|
|
2867
|
+
readonly borderInlineEnd: "colors";
|
|
2868
|
+
readonly borderInlineStart: "colors";
|
|
2869
|
+
readonly borderLeft: "colors";
|
|
2870
|
+
readonly borderLeftColor: "colors";
|
|
2871
|
+
readonly borderLeftStyle: "border-styles";
|
|
2872
|
+
readonly borderLeftWidth: "border-widths";
|
|
2873
|
+
readonly borderRadius: "radii";
|
|
2874
|
+
readonly borderRight: "colors";
|
|
2875
|
+
readonly borderRightColor: "colors";
|
|
2876
|
+
readonly borderRightStyle: "border-styles";
|
|
2877
|
+
readonly borderRightWidth: "border-widths";
|
|
2878
|
+
readonly borderStyle: "border-styles";
|
|
2879
|
+
readonly borderTop: "colors";
|
|
2880
|
+
readonly borderTopColor: "colors";
|
|
2881
|
+
readonly borderTopLeftRadius: "radii";
|
|
2882
|
+
readonly borderTopRightRadius: "radii";
|
|
2883
|
+
readonly borderTopStyle: "border-styles";
|
|
2884
|
+
readonly borderTopWidth: "border-widths";
|
|
2885
|
+
readonly borderWidth: "border-widths";
|
|
2886
|
+
readonly bottom: "space";
|
|
2887
|
+
readonly boxShadow: "shadows";
|
|
2888
|
+
readonly caretColor: "colors";
|
|
2889
|
+
readonly color: "colors";
|
|
2890
|
+
readonly columnGap: "space-gap";
|
|
2891
|
+
readonly columnRuleColor: "colors";
|
|
2892
|
+
readonly fill: "colors";
|
|
2893
|
+
readonly flexBasis: "sizes";
|
|
2894
|
+
readonly fontFamily: "fonts";
|
|
2895
|
+
readonly fontSize: "font-sizes";
|
|
2896
|
+
readonly fontWeight: "font-weights";
|
|
2897
|
+
readonly gap: "space-gap";
|
|
2898
|
+
readonly gridColumnGap: "space-gap";
|
|
2899
|
+
readonly gridGap: "space-gap";
|
|
2900
|
+
readonly gridRowGap: "space-gap";
|
|
2901
|
+
readonly gridTemplateColumns: "sizes";
|
|
2902
|
+
readonly gridTemplateRows: "sizes";
|
|
2903
|
+
readonly height: "sizes";
|
|
2904
|
+
readonly inlineSize: "sizes";
|
|
2905
|
+
readonly inset: "space-inset";
|
|
2906
|
+
readonly insetBlock: "space-inset";
|
|
2907
|
+
readonly insetBlockEnd: "space-inset";
|
|
2908
|
+
readonly insetBlockStart: "space-inset";
|
|
2909
|
+
readonly insetInline: "space-inset";
|
|
2910
|
+
readonly insetInlineEnd: "space-inset";
|
|
2911
|
+
readonly insetInlineStart: "space-inset";
|
|
2912
|
+
readonly left: "space";
|
|
2913
|
+
readonly letterSpacing: "letter-spacings";
|
|
2914
|
+
readonly lineHeight: "line-heights";
|
|
2915
|
+
readonly margin: "space-offset";
|
|
2916
|
+
readonly marginBlock: "space-offset";
|
|
2917
|
+
readonly marginBlockEnd: "space-offset";
|
|
2918
|
+
readonly marginBlockStart: "space-offset";
|
|
2919
|
+
readonly marginBottom: "space-offset";
|
|
2920
|
+
readonly marginInline: "space-offset";
|
|
2921
|
+
readonly marginInlineEnd: "space-offset";
|
|
2922
|
+
readonly marginInlineStart: "space-offset";
|
|
2923
|
+
readonly marginLeft: "space-offset";
|
|
2924
|
+
readonly marginRight: "space-offset";
|
|
2925
|
+
readonly marginTop: "space-offset";
|
|
2926
|
+
readonly maxBlockSize: "sizes";
|
|
2927
|
+
readonly maxHeight: "sizes";
|
|
2928
|
+
readonly maxInlineSize: "sizes";
|
|
2929
|
+
readonly maxWidth: "sizes";
|
|
2930
|
+
readonly minBlockSize: "sizes";
|
|
2931
|
+
readonly minHeight: "sizes";
|
|
2932
|
+
readonly minInlineSize: "sizes";
|
|
2933
|
+
readonly minWidth: "sizes";
|
|
2934
|
+
readonly outline: "colors";
|
|
2935
|
+
readonly outlineColor: "colors";
|
|
2936
|
+
readonly padding: "space-inset";
|
|
2937
|
+
readonly paddingBlock: "space-inset";
|
|
2938
|
+
readonly paddingBlockEnd: "space-inset";
|
|
2939
|
+
readonly paddingBlockStart: "space-inset";
|
|
2940
|
+
readonly paddingBottom: "space-inset";
|
|
2941
|
+
readonly paddingInline: "space-inset";
|
|
2942
|
+
readonly paddingInlineEnd: "space-inset";
|
|
2943
|
+
readonly paddingInlineStart: "space-inset";
|
|
2944
|
+
readonly paddingLeft: "space-inset";
|
|
2945
|
+
readonly paddingRight: "space-inset";
|
|
2946
|
+
readonly paddingTop: "space-inset";
|
|
2947
|
+
readonly right: "space";
|
|
2948
|
+
readonly rowGap: "space-gap";
|
|
2949
|
+
readonly scrollMargin: "space-offset";
|
|
2950
|
+
readonly scrollMarginBlock: "space-offset";
|
|
2951
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
2952
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
2953
|
+
readonly scrollMarginBottom: "space-offset";
|
|
2954
|
+
readonly scrollMarginInline: "space-offset";
|
|
2955
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
2956
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
2957
|
+
readonly scrollMarginLeft: "space-offset";
|
|
2958
|
+
readonly scrollMarginRight: "space-offset";
|
|
2959
|
+
readonly scrollMarginTop: "space-offset";
|
|
2960
|
+
readonly scrollPadding: "space-inset";
|
|
2961
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
2962
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
2963
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
2964
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
2965
|
+
readonly scrollPaddingInline: "space-inset";
|
|
2966
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
2967
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
2968
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
2969
|
+
readonly scrollPaddingRight: "space-inset";
|
|
2970
|
+
readonly scrollPaddingTop: "space-inset";
|
|
2971
|
+
readonly stroke: "colors";
|
|
2972
|
+
readonly textDecorationColor: "colors";
|
|
2973
|
+
readonly textShadow: "shadows";
|
|
2974
|
+
readonly top: "space";
|
|
2975
|
+
readonly transition: "transitions";
|
|
2976
|
+
readonly width: "sizes";
|
|
2977
|
+
readonly zIndex: "z-indices";
|
|
2978
|
+
}, {
|
|
2979
|
+
paddingX: (value: {
|
|
2980
|
+
readonly [$$PropertyValue]: "padding";
|
|
2981
|
+
}) => {
|
|
2982
|
+
paddingLeft: {
|
|
2983
|
+
readonly [$$PropertyValue]: "padding";
|
|
2984
|
+
};
|
|
2985
|
+
paddingRight: {
|
|
2986
|
+
readonly [$$PropertyValue]: "padding";
|
|
2987
|
+
};
|
|
2988
|
+
};
|
|
2989
|
+
paddingY: (value: {
|
|
2990
|
+
readonly [$$PropertyValue]: "padding";
|
|
2991
|
+
}) => {
|
|
2992
|
+
paddingTop: {
|
|
2993
|
+
readonly [$$PropertyValue]: "padding";
|
|
2994
|
+
};
|
|
2995
|
+
paddingBottom: {
|
|
2996
|
+
readonly [$$PropertyValue]: "padding";
|
|
2997
|
+
};
|
|
2998
|
+
};
|
|
2999
|
+
marginX: (value: {
|
|
3000
|
+
readonly [$$PropertyValue]: "margin";
|
|
3001
|
+
}) => {
|
|
3002
|
+
marginLeft: {
|
|
3003
|
+
readonly [$$PropertyValue]: "margin";
|
|
3004
|
+
};
|
|
3005
|
+
marginRight: {
|
|
3006
|
+
readonly [$$PropertyValue]: "margin";
|
|
3007
|
+
};
|
|
3008
|
+
};
|
|
3009
|
+
marginY: (value: {
|
|
3010
|
+
readonly [$$PropertyValue]: "margin";
|
|
3011
|
+
}) => {
|
|
3012
|
+
marginTop: {
|
|
3013
|
+
readonly [$$PropertyValue]: "margin";
|
|
3014
|
+
};
|
|
3015
|
+
marginBottom: {
|
|
3016
|
+
readonly [$$PropertyValue]: "margin";
|
|
3017
|
+
};
|
|
3018
|
+
};
|
|
3019
|
+
}>>>>> & StitchesInternals<Element_1, StyledComponentProps$1<[Composers]>, {}>;
|
|
3020
|
+
|
|
3021
|
+
export { AS_ERROR, AllowedProps, prefix as CLASS_PREFIX, CSS, CustomStylesProps, FontFace, ForbiddenProps, NonResponsiveVariantProps, STYLING_ATTRS_ERROR, SafeProps, StitchesInternals, StrictComponentProps, StyledComponentProps, Theme, ThemeMap, createTheme, css, fontFace, getCssText, globalCss, keyframes, setCssUtils, setMedia, styled, theme, themeMap };
|