@mirohq/design-system-typography 0.2.5 → 0.2.7
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/types.d.ts +855 -837
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1,442 +1,451 @@
|
|
|
1
1
|
import * as react from 'react';
|
|
2
2
|
import react__default, { ComponentPropsWithRef } from 'react';
|
|
3
|
+
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
3
4
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
4
5
|
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
5
|
-
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
6
6
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
7
7
|
|
|
8
8
|
declare const H1: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
9
|
-
level?: 1 | 4 |
|
|
9
|
+
level?: 1 | 4 | "1" | 2 | 3 | "4" | "2" | "3" | undefined;
|
|
10
10
|
}, "level"> & _stitches_react_types_styled_component.TransformProps<{
|
|
11
|
-
level?: 1 | 4 |
|
|
12
|
-
}, {}> & _mirohq_design_system_stitches.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
readonly 'blue-400': any;
|
|
24
|
-
readonly 'blue-500': any;
|
|
25
|
-
readonly 'blue-600': any;
|
|
26
|
-
readonly 'blue-700': any;
|
|
27
|
-
readonly 'blue-800': any;
|
|
28
|
-
readonly 'blue-900': any;
|
|
29
|
-
readonly 'blue-1000': any;
|
|
30
|
-
readonly 'gray-100': any;
|
|
31
|
-
readonly 'gray-200': any;
|
|
32
|
-
readonly 'gray-300': any;
|
|
33
|
-
readonly 'gray-400': any;
|
|
34
|
-
readonly 'gray-500': any;
|
|
35
|
-
readonly 'gray-600': any;
|
|
36
|
-
readonly 'gray-700': any;
|
|
37
|
-
readonly 'gray-800': any;
|
|
38
|
-
readonly 'gray-900': any;
|
|
39
|
-
readonly 'indigo-100': any;
|
|
40
|
-
readonly 'indigo-200': any;
|
|
41
|
-
readonly 'indigo-300': any;
|
|
42
|
-
readonly 'indigo-400': any;
|
|
43
|
-
readonly 'indigo-500': any;
|
|
44
|
-
readonly 'indigo-600': any;
|
|
45
|
-
readonly 'indigo-700': any;
|
|
46
|
-
readonly 'indigo-800': any;
|
|
47
|
-
readonly 'indigo-900': any;
|
|
48
|
-
readonly 'red-100': any;
|
|
49
|
-
readonly 'red-200': any;
|
|
50
|
-
readonly 'red-300': any;
|
|
51
|
-
readonly 'red-400': any;
|
|
52
|
-
readonly 'red-500': any;
|
|
53
|
-
readonly 'red-600': any;
|
|
54
|
-
readonly 'red-700': any;
|
|
55
|
-
readonly 'red-800': any;
|
|
56
|
-
readonly 'red-900': any;
|
|
57
|
-
readonly 'yellow-100': any;
|
|
58
|
-
readonly 'yellow-200': any;
|
|
59
|
-
readonly 'yellow-300': any;
|
|
60
|
-
readonly 'yellow-400': any;
|
|
61
|
-
readonly 'yellow-500': any;
|
|
62
|
-
readonly 'yellow-600': any;
|
|
63
|
-
readonly 'yellow-700': any;
|
|
64
|
-
readonly 'yellow-800': any;
|
|
65
|
-
readonly 'yellow-900': any;
|
|
66
|
-
readonly 'green-100': any;
|
|
67
|
-
readonly 'green-200': any;
|
|
68
|
-
readonly 'green-300': any;
|
|
69
|
-
readonly 'green-400': any;
|
|
70
|
-
readonly 'green-500': any;
|
|
71
|
-
readonly 'green-600': any;
|
|
72
|
-
readonly 'green-700': any;
|
|
73
|
-
readonly 'green-800': any;
|
|
74
|
-
readonly 'green-900': any;
|
|
75
|
-
readonly black: any;
|
|
76
|
-
readonly white: any;
|
|
77
|
-
readonly transparent: any;
|
|
78
|
-
readonly 'background-neutrals'?: any;
|
|
79
|
-
readonly 'background-neutrals-body'?: any;
|
|
80
|
-
readonly 'background-neutrals-container'?: any;
|
|
81
|
-
readonly 'background-neutrals-inverted'?: any;
|
|
82
|
-
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
83
|
-
readonly 'background-neutrals-subtle'?: any;
|
|
84
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
85
|
-
readonly 'background-neutrals-subtle-active'?: any;
|
|
86
|
-
readonly 'background-neutrals-disabled'?: any;
|
|
87
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
88
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
89
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
90
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
91
|
-
readonly 'background-primary-prominent'?: any;
|
|
92
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
93
|
-
readonly 'background-primary-prominent-active'?: any;
|
|
94
|
-
readonly 'background-primary-prominent-selected'?: any;
|
|
95
|
-
readonly 'background-primary-subtle'?: any;
|
|
96
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
97
|
-
readonly 'background-primary-subtle-active'?: any;
|
|
98
|
-
readonly 'background-primary-subtle-selected'?: any;
|
|
99
|
-
readonly 'background-danger-prominent'?: any;
|
|
100
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
101
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
102
|
-
readonly 'background-danger'?: any;
|
|
103
|
-
readonly 'background-danger-hover'?: any;
|
|
104
|
-
readonly 'background-success'?: any;
|
|
105
|
-
readonly 'background-warning-subtle'?: any;
|
|
106
|
-
readonly 'background-warning-prominent'?: any;
|
|
107
|
-
readonly 'text-neutrals-inverted'?: any;
|
|
108
|
-
readonly 'text-neutrals'?: any;
|
|
109
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
110
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
111
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
112
|
-
readonly 'text-neutrals-disabled'?: any;
|
|
113
|
-
readonly 'text-primary-inverted'?: any;
|
|
114
|
-
readonly 'text-primary'?: any;
|
|
115
|
-
readonly 'text-primary-hover'?: any;
|
|
116
|
-
readonly 'text-primary-active'?: any;
|
|
117
|
-
readonly 'text-primary-selected'?: any;
|
|
118
|
-
readonly 'text-primary-inverted-subtle'?: any;
|
|
119
|
-
readonly 'text-danger-inverted'?: any;
|
|
120
|
-
readonly 'text-danger'?: any;
|
|
121
|
-
readonly 'text-danger-hover'?: any;
|
|
122
|
-
readonly 'text-danger-active'?: any;
|
|
123
|
-
readonly 'text-success'?: any;
|
|
124
|
-
readonly 'text-warning'?: any;
|
|
125
|
-
readonly 'icon-neutrals-inverted'?: any;
|
|
126
|
-
readonly 'icon-neutrals'?: any;
|
|
127
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
128
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
129
|
-
readonly 'icon-neutrals-disabled'?: any;
|
|
130
|
-
readonly 'icon-neutrals-search'?: any;
|
|
131
|
-
readonly 'icon-neutrals-inactive'?: any;
|
|
132
|
-
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
133
|
-
readonly 'icon-primary-inverted'?: any;
|
|
134
|
-
readonly 'icon-primary'?: any;
|
|
135
|
-
readonly 'icon-primary-hover'?: any;
|
|
136
|
-
readonly 'icon-primary-active'?: any;
|
|
137
|
-
readonly 'icon-primary-selected'?: any;
|
|
138
|
-
readonly 'icon-danger-inverted'?: any;
|
|
139
|
-
readonly 'icon-danger'?: any;
|
|
140
|
-
readonly 'icon-danger-hover'?: any;
|
|
141
|
-
readonly 'icon-danger-active'?: any;
|
|
142
|
-
readonly 'icon-success-inverted'?: any;
|
|
143
|
-
readonly 'icon-success'?: any;
|
|
144
|
-
readonly 'icon-warning'?: any;
|
|
145
|
-
readonly 'border-focus-outer'?: any;
|
|
146
|
-
readonly 'border-focus-middle'?: any;
|
|
147
|
-
readonly 'border-focus-inner'?: any;
|
|
148
|
-
readonly 'border-neutrals'?: any;
|
|
149
|
-
readonly 'border-neutrals-hover'?: any;
|
|
150
|
-
readonly 'border-neutrals-active'?: any;
|
|
151
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
152
|
-
readonly 'border-neutrals-controls'?: any;
|
|
153
|
-
readonly 'border-neutrals-controls-disabled'?: any;
|
|
154
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
155
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
156
|
-
readonly 'border-primary'?: any;
|
|
157
|
-
readonly 'border-primary-hover'?: any;
|
|
158
|
-
readonly 'border-primary-active'?: any;
|
|
159
|
-
readonly 'border-primary-inverted'?: any;
|
|
160
|
-
readonly 'border-danger'?: any;
|
|
161
|
-
readonly 'border-success'?: any;
|
|
162
|
-
readonly 'border-warning'?: any;
|
|
163
|
-
};
|
|
164
|
-
'font-sizes': {
|
|
165
|
-
readonly 150: "0.75rem";
|
|
166
|
-
readonly 175: "0.875rem";
|
|
167
|
-
readonly 200: "1rem";
|
|
168
|
-
readonly 225: "1.125rem";
|
|
169
|
-
readonly 250: "1.25rem";
|
|
170
|
-
readonly 300: "1.5rem";
|
|
171
|
-
readonly 400: "2rem";
|
|
172
|
-
readonly 500: "2.5rem";
|
|
173
|
-
readonly 600: "3rem";
|
|
174
|
-
readonly 800: "4rem";
|
|
175
|
-
readonly 900: "4.5rem";
|
|
176
|
-
};
|
|
177
|
-
radii: {
|
|
178
|
-
readonly none: 0;
|
|
179
|
-
readonly half: "999em";
|
|
180
|
-
readonly 25: "2px";
|
|
181
|
-
readonly 50: "4px";
|
|
182
|
-
readonly 75: "6px";
|
|
183
|
-
readonly 100: "8px";
|
|
184
|
-
readonly 200: "16px";
|
|
185
|
-
};
|
|
186
|
-
shadows: {
|
|
187
|
-
readonly 50: "0 4px 16px #05003812";
|
|
188
|
-
readonly 100: "0 8px 32px #05003808";
|
|
189
|
-
readonly 'focus-small': "0 0 0 2px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
190
|
-
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
191
|
-
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
192
|
-
};
|
|
193
|
-
sizes: {
|
|
194
|
-
readonly number: string;
|
|
195
|
-
readonly 'icon-200': "16px";
|
|
196
|
-
readonly 'icon-300': "24px";
|
|
197
|
-
readonly 'icon-400': "32px";
|
|
198
|
-
};
|
|
199
|
-
space: {
|
|
200
|
-
readonly none: 0;
|
|
201
|
-
readonly 50: "4px";
|
|
202
|
-
readonly 100: "8px";
|
|
203
|
-
readonly 150: "12px";
|
|
204
|
-
readonly 200: "16px";
|
|
205
|
-
readonly 300: "24px";
|
|
206
|
-
readonly 400: "32px";
|
|
207
|
-
readonly 500: "64px";
|
|
208
|
-
readonly 600: "48px";
|
|
209
|
-
readonly 800: "64px";
|
|
210
|
-
readonly 1200: "96px";
|
|
211
|
-
readonly 1600: "128px";
|
|
212
|
-
};
|
|
213
|
-
'space-gap': {
|
|
214
|
-
readonly none: any;
|
|
215
|
-
readonly 50: any;
|
|
216
|
-
readonly 100: any;
|
|
217
|
-
readonly 200: any;
|
|
218
|
-
readonly 300: any;
|
|
219
|
-
};
|
|
220
|
-
'space-inset': {
|
|
221
|
-
readonly none: any;
|
|
222
|
-
readonly 50: any;
|
|
223
|
-
readonly 100: any;
|
|
224
|
-
readonly 150: any;
|
|
225
|
-
readonly 200: any;
|
|
226
|
-
readonly 300: any;
|
|
227
|
-
readonly 400: any;
|
|
228
|
-
readonly 600: any;
|
|
229
|
-
readonly 800: any;
|
|
230
|
-
readonly 1200: any;
|
|
231
|
-
readonly 1600: any;
|
|
232
|
-
};
|
|
233
|
-
'space-offset': {
|
|
234
|
-
readonly none: any;
|
|
235
|
-
readonly 50: any;
|
|
236
|
-
readonly 100: any;
|
|
237
|
-
readonly 150: any;
|
|
238
|
-
readonly 200: any;
|
|
239
|
-
readonly 300: any;
|
|
240
|
-
readonly 400: any;
|
|
241
|
-
readonly 600: any;
|
|
242
|
-
readonly 800: any;
|
|
243
|
-
readonly 1200: any;
|
|
244
|
-
readonly 1600: any;
|
|
245
|
-
readonly 'stacking-none': any;
|
|
246
|
-
readonly 'stacking-100': any;
|
|
247
|
-
readonly 'stacking-200': any;
|
|
248
|
-
readonly 'stacking-300': any;
|
|
249
|
-
readonly 'stacking-400': any;
|
|
250
|
-
readonly 'stacking-500': any;
|
|
251
|
-
readonly 'stacking-800': any;
|
|
252
|
-
};
|
|
253
|
-
'z-indices': {
|
|
254
|
-
readonly dropdownMenu: 100;
|
|
255
|
-
readonly popover: 200;
|
|
256
|
-
readonly tooltip: 300;
|
|
257
|
-
};
|
|
258
|
-
}, {
|
|
259
|
-
readonly background: "colors";
|
|
260
|
-
readonly backgroundColor: "colors";
|
|
261
|
-
readonly backgroundImage: "colors";
|
|
262
|
-
readonly blockSize: "sizes";
|
|
263
|
-
readonly border: "colors";
|
|
264
|
-
readonly borderBlock: "colors";
|
|
265
|
-
readonly borderBlockEnd: "colors";
|
|
266
|
-
readonly borderBlockStart: "colors";
|
|
267
|
-
readonly borderBottom: "colors";
|
|
268
|
-
readonly borderBottomColor: "colors";
|
|
269
|
-
readonly borderBottomLeftRadius: "radii";
|
|
270
|
-
readonly borderBottomRightRadius: "radii";
|
|
271
|
-
readonly borderBottomStyle: "border-styles";
|
|
272
|
-
readonly borderBottomWidth: "border-widths";
|
|
273
|
-
readonly borderColor: "colors";
|
|
274
|
-
readonly borderImage: "colors";
|
|
275
|
-
readonly borderInline: "colors";
|
|
276
|
-
readonly borderInlineEnd: "colors";
|
|
277
|
-
readonly borderInlineStart: "colors";
|
|
278
|
-
readonly borderLeft: "colors";
|
|
279
|
-
readonly borderLeftColor: "colors";
|
|
280
|
-
readonly borderLeftStyle: "border-styles";
|
|
281
|
-
readonly borderLeftWidth: "border-widths";
|
|
282
|
-
readonly borderRadius: "radii";
|
|
283
|
-
readonly borderRight: "colors";
|
|
284
|
-
readonly borderRightColor: "colors";
|
|
285
|
-
readonly borderRightStyle: "border-styles";
|
|
286
|
-
readonly borderRightWidth: "border-widths";
|
|
287
|
-
readonly borderStyle: "border-styles";
|
|
288
|
-
readonly borderTop: "colors";
|
|
289
|
-
readonly borderTopColor: "colors";
|
|
290
|
-
readonly borderTopLeftRadius: "radii";
|
|
291
|
-
readonly borderTopRightRadius: "radii";
|
|
292
|
-
readonly borderTopStyle: "border-styles";
|
|
293
|
-
readonly borderTopWidth: "border-widths";
|
|
294
|
-
readonly borderWidth: "border-widths";
|
|
295
|
-
readonly bottom: "space";
|
|
296
|
-
readonly boxShadow: "shadows";
|
|
297
|
-
readonly caretColor: "colors";
|
|
298
|
-
readonly color: "colors";
|
|
299
|
-
readonly columnGap: "space-gap";
|
|
300
|
-
readonly columnRuleColor: "colors";
|
|
301
|
-
readonly fill: "colors";
|
|
302
|
-
readonly flexBasis: "sizes";
|
|
303
|
-
readonly fontFamily: "fonts";
|
|
304
|
-
readonly fontSize: "font-sizes";
|
|
305
|
-
readonly fontWeight: "font-weights";
|
|
306
|
-
readonly gap: "space-gap";
|
|
307
|
-
readonly gridColumnGap: "space-gap";
|
|
308
|
-
readonly gridGap: "space-gap";
|
|
309
|
-
readonly gridRowGap: "space-gap";
|
|
310
|
-
readonly gridTemplateColumns: "sizes";
|
|
311
|
-
readonly gridTemplateRows: "sizes";
|
|
312
|
-
readonly height: "sizes";
|
|
313
|
-
readonly inlineSize: "sizes";
|
|
314
|
-
readonly inset: "space-inset";
|
|
315
|
-
readonly insetBlock: "space-inset";
|
|
316
|
-
readonly insetBlockEnd: "space-inset";
|
|
317
|
-
readonly insetBlockStart: "space-inset";
|
|
318
|
-
readonly insetInline: "space-inset";
|
|
319
|
-
readonly insetInlineEnd: "space-inset";
|
|
320
|
-
readonly insetInlineStart: "space-inset";
|
|
321
|
-
readonly left: "space";
|
|
322
|
-
readonly letterSpacing: "letter-spacings";
|
|
323
|
-
readonly lineHeight: "line-heights";
|
|
324
|
-
readonly margin: "space-offset";
|
|
325
|
-
readonly marginBlock: "space-offset";
|
|
326
|
-
readonly marginBlockEnd: "space-offset";
|
|
327
|
-
readonly marginBlockStart: "space-offset";
|
|
328
|
-
readonly marginBottom: "space-offset";
|
|
329
|
-
readonly marginInline: "space-offset";
|
|
330
|
-
readonly marginInlineEnd: "space-offset";
|
|
331
|
-
readonly marginInlineStart: "space-offset";
|
|
332
|
-
readonly marginLeft: "space-offset";
|
|
333
|
-
readonly marginRight: "space-offset";
|
|
334
|
-
readonly marginTop: "space-offset";
|
|
335
|
-
readonly maxBlockSize: "sizes";
|
|
336
|
-
readonly maxHeight: "sizes";
|
|
337
|
-
readonly maxInlineSize: "sizes";
|
|
338
|
-
readonly maxWidth: "sizes";
|
|
339
|
-
readonly minBlockSize: "sizes";
|
|
340
|
-
readonly minHeight: "sizes";
|
|
341
|
-
readonly minInlineSize: "sizes";
|
|
342
|
-
readonly minWidth: "sizes";
|
|
343
|
-
readonly outline: "colors";
|
|
344
|
-
readonly outlineColor: "colors";
|
|
345
|
-
readonly padding: "space-inset";
|
|
346
|
-
readonly paddingBlock: "space-inset";
|
|
347
|
-
readonly paddingBlockEnd: "space-inset";
|
|
348
|
-
readonly paddingBlockStart: "space-inset";
|
|
349
|
-
readonly paddingBottom: "space-inset";
|
|
350
|
-
readonly paddingInline: "space-inset";
|
|
351
|
-
readonly paddingInlineEnd: "space-inset";
|
|
352
|
-
readonly paddingInlineStart: "space-inset";
|
|
353
|
-
readonly paddingLeft: "space-inset";
|
|
354
|
-
readonly paddingRight: "space-inset";
|
|
355
|
-
readonly paddingTop: "space-inset";
|
|
356
|
-
readonly right: "space";
|
|
357
|
-
readonly rowGap: "space-gap";
|
|
358
|
-
readonly scrollMargin: "space-offset";
|
|
359
|
-
readonly scrollMarginBlock: "space-offset";
|
|
360
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
361
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
362
|
-
readonly scrollMarginBottom: "space-offset";
|
|
363
|
-
readonly scrollMarginInline: "space-offset";
|
|
364
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
365
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
366
|
-
readonly scrollMarginLeft: "space-offset";
|
|
367
|
-
readonly scrollMarginRight: "space-offset";
|
|
368
|
-
readonly scrollMarginTop: "space-offset";
|
|
369
|
-
readonly scrollPadding: "space-inset";
|
|
370
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
371
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
372
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
373
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
374
|
-
readonly scrollPaddingInline: "space-inset";
|
|
375
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
376
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
377
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
378
|
-
readonly scrollPaddingRight: "space-inset";
|
|
379
|
-
readonly scrollPaddingTop: "space-inset";
|
|
380
|
-
readonly stroke: "colors";
|
|
381
|
-
readonly textDecorationColor: "colors";
|
|
382
|
-
readonly textShadow: "shadows";
|
|
383
|
-
readonly top: "space";
|
|
384
|
-
readonly transition: "transitions";
|
|
385
|
-
readonly width: "sizes";
|
|
386
|
-
readonly zIndex: "z-indices";
|
|
387
|
-
}, {
|
|
388
|
-
paddingX: (value: {
|
|
389
|
-
readonly [$$PropertyValue]: "padding";
|
|
390
|
-
}) => {
|
|
391
|
-
paddingLeft: {
|
|
392
|
-
readonly [$$PropertyValue]: "padding";
|
|
11
|
+
level?: 1 | 4 | "1" | 2 | 3 | "4" | "2" | "3" | undefined;
|
|
12
|
+
}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof react.HTMLAttributes<HTMLHeadingElement>> & {
|
|
13
|
+
ref?: ((instance: HTMLHeadingElement | null) => void) | react.RefObject<HTMLHeadingElement> | null | undefined;
|
|
14
|
+
} & {
|
|
15
|
+
asChild?: boolean | undefined;
|
|
16
|
+
}, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
17
|
+
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
18
|
+
'border-widths': {
|
|
19
|
+
readonly none: 0;
|
|
20
|
+
readonly sm: "1px";
|
|
21
|
+
readonly md: "2px";
|
|
22
|
+
readonly lg: "4px";
|
|
393
23
|
};
|
|
394
|
-
|
|
395
|
-
readonly
|
|
24
|
+
colors: {
|
|
25
|
+
readonly 'blue-100': any;
|
|
26
|
+
readonly 'blue-200': any;
|
|
27
|
+
readonly 'blue-300': any;
|
|
28
|
+
readonly 'blue-400': any;
|
|
29
|
+
readonly 'blue-500': any;
|
|
30
|
+
readonly 'blue-600': any;
|
|
31
|
+
readonly 'blue-700': any;
|
|
32
|
+
readonly 'blue-800': any;
|
|
33
|
+
readonly 'blue-900': any;
|
|
34
|
+
readonly 'blue-1000': any;
|
|
35
|
+
readonly 'gray-100': any;
|
|
36
|
+
readonly 'gray-200': any;
|
|
37
|
+
readonly 'gray-300': any;
|
|
38
|
+
readonly 'gray-400': any;
|
|
39
|
+
readonly 'gray-500': any;
|
|
40
|
+
readonly 'gray-600': any;
|
|
41
|
+
readonly 'gray-700': any;
|
|
42
|
+
readonly 'gray-800': any;
|
|
43
|
+
readonly 'gray-900': any;
|
|
44
|
+
readonly 'indigo-100': any;
|
|
45
|
+
readonly 'indigo-200': any;
|
|
46
|
+
readonly 'indigo-300': any;
|
|
47
|
+
readonly 'indigo-400': any;
|
|
48
|
+
readonly 'indigo-500': any;
|
|
49
|
+
readonly 'indigo-600': any;
|
|
50
|
+
readonly 'indigo-700': any;
|
|
51
|
+
readonly 'indigo-800': any;
|
|
52
|
+
readonly 'indigo-900': any;
|
|
53
|
+
readonly 'red-100': any;
|
|
54
|
+
readonly 'red-200': any;
|
|
55
|
+
readonly 'red-300': any;
|
|
56
|
+
readonly 'red-400': any;
|
|
57
|
+
readonly 'red-500': any;
|
|
58
|
+
readonly 'red-600': any;
|
|
59
|
+
readonly 'red-700': any;
|
|
60
|
+
readonly 'red-800': any;
|
|
61
|
+
readonly 'red-900': any;
|
|
62
|
+
readonly 'yellow-100': any;
|
|
63
|
+
readonly 'yellow-200': any;
|
|
64
|
+
readonly 'yellow-300': any;
|
|
65
|
+
readonly 'yellow-400': any;
|
|
66
|
+
readonly 'yellow-500': any;
|
|
67
|
+
readonly 'yellow-600': any;
|
|
68
|
+
readonly 'yellow-700': any;
|
|
69
|
+
readonly 'yellow-800': any;
|
|
70
|
+
readonly 'yellow-900': any;
|
|
71
|
+
readonly 'green-100': any;
|
|
72
|
+
readonly 'green-200': any;
|
|
73
|
+
readonly 'green-300': any;
|
|
74
|
+
readonly 'green-400': any;
|
|
75
|
+
readonly 'green-500': any;
|
|
76
|
+
readonly 'green-600': any;
|
|
77
|
+
readonly 'green-700': any;
|
|
78
|
+
readonly 'green-800': any;
|
|
79
|
+
readonly 'green-900': any;
|
|
80
|
+
readonly black: any;
|
|
81
|
+
readonly white: any;
|
|
82
|
+
readonly transparent: any;
|
|
83
|
+
readonly 'background-neutrals'?: any;
|
|
84
|
+
readonly 'background-neutrals-body'?: any;
|
|
85
|
+
readonly 'background-neutrals-container'?: any;
|
|
86
|
+
readonly 'background-neutrals-inverted'?: any;
|
|
87
|
+
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
88
|
+
readonly 'background-neutrals-subtle'?: any;
|
|
89
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
90
|
+
readonly 'background-neutrals-subtle-active'?: any;
|
|
91
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
92
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
93
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
94
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
95
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
96
|
+
readonly 'background-primary-prominent'?: any;
|
|
97
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
98
|
+
readonly 'background-primary-prominent-active'?: any;
|
|
99
|
+
readonly 'background-primary-prominent-selected'?: any;
|
|
100
|
+
readonly 'background-primary-subtle'?: any;
|
|
101
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
102
|
+
readonly 'background-primary-subtle-active'?: any;
|
|
103
|
+
readonly 'background-primary-subtle-selected'?: any;
|
|
104
|
+
readonly 'background-danger-prominent'?: any;
|
|
105
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
106
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
107
|
+
readonly 'background-danger'?: any;
|
|
108
|
+
readonly 'background-danger-hover'?: any;
|
|
109
|
+
readonly 'background-success'?: any;
|
|
110
|
+
readonly 'background-warning-subtle'?: any;
|
|
111
|
+
readonly 'background-warning-prominent'?: any;
|
|
112
|
+
readonly 'text-neutrals-inverted'?: any;
|
|
113
|
+
readonly 'text-neutrals'?: any;
|
|
114
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
115
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
116
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
117
|
+
readonly 'text-neutrals-disabled'?: any;
|
|
118
|
+
readonly 'text-primary-inverted'?: any;
|
|
119
|
+
readonly 'text-primary'?: any;
|
|
120
|
+
readonly 'text-primary-hover'?: any;
|
|
121
|
+
readonly 'text-primary-active'?: any;
|
|
122
|
+
readonly 'text-primary-selected'?: any;
|
|
123
|
+
readonly 'text-primary-inverted-subtle'?: any;
|
|
124
|
+
readonly 'text-danger-inverted'?: any;
|
|
125
|
+
readonly 'text-danger'?: any;
|
|
126
|
+
readonly 'text-danger-hover'?: any;
|
|
127
|
+
readonly 'text-danger-active'?: any;
|
|
128
|
+
readonly 'text-success'?: any;
|
|
129
|
+
readonly 'text-warning'?: any;
|
|
130
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
131
|
+
readonly 'icon-neutrals'?: any;
|
|
132
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
133
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
134
|
+
readonly 'icon-neutrals-disabled'?: any;
|
|
135
|
+
readonly 'icon-neutrals-search'?: any;
|
|
136
|
+
readonly 'icon-neutrals-inactive'?: any;
|
|
137
|
+
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
138
|
+
readonly 'icon-primary-inverted'?: any;
|
|
139
|
+
readonly 'icon-primary'?: any;
|
|
140
|
+
readonly 'icon-primary-hover'?: any;
|
|
141
|
+
readonly 'icon-primary-active'?: any;
|
|
142
|
+
readonly 'icon-primary-selected'?: any;
|
|
143
|
+
readonly 'icon-danger-inverted'?: any;
|
|
144
|
+
readonly 'icon-danger'?: any;
|
|
145
|
+
readonly 'icon-danger-hover'?: any;
|
|
146
|
+
readonly 'icon-danger-active'?: any;
|
|
147
|
+
readonly 'icon-success-inverted'?: any;
|
|
148
|
+
readonly 'icon-success'?: any;
|
|
149
|
+
readonly 'icon-warning'?: any;
|
|
150
|
+
readonly 'border-focus-outer'?: any;
|
|
151
|
+
readonly 'border-focus-middle'?: any;
|
|
152
|
+
readonly 'border-focus-inner'?: any;
|
|
153
|
+
readonly 'border-neutrals'?: any;
|
|
154
|
+
readonly 'border-neutrals-hover'?: any;
|
|
155
|
+
readonly 'border-neutrals-active'?: any;
|
|
156
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
157
|
+
readonly 'border-neutrals-controls'?: any;
|
|
158
|
+
readonly 'border-neutrals-controls-disabled'?: any;
|
|
159
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
160
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
161
|
+
readonly 'border-primary'?: any;
|
|
162
|
+
readonly 'border-primary-hover'?: any;
|
|
163
|
+
readonly 'border-primary-active'?: any;
|
|
164
|
+
readonly 'border-primary-inverted'?: any;
|
|
165
|
+
readonly 'border-danger'?: any;
|
|
166
|
+
readonly 'border-success'?: any;
|
|
167
|
+
readonly 'border-warning'?: any;
|
|
396
168
|
};
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
readonly
|
|
169
|
+
'font-sizes': {
|
|
170
|
+
readonly 150: "0.75rem";
|
|
171
|
+
readonly 175: "0.875rem";
|
|
172
|
+
readonly 200: "1rem";
|
|
173
|
+
readonly 225: "1.125rem";
|
|
174
|
+
readonly 250: "1.25rem";
|
|
175
|
+
readonly 300: "1.5rem";
|
|
176
|
+
readonly 400: "2rem";
|
|
177
|
+
readonly 500: "2.5rem";
|
|
178
|
+
readonly 600: "3rem";
|
|
179
|
+
readonly 800: "4rem";
|
|
180
|
+
readonly 900: "4.5rem";
|
|
403
181
|
};
|
|
404
|
-
|
|
405
|
-
readonly
|
|
182
|
+
radii: {
|
|
183
|
+
readonly none: 0;
|
|
184
|
+
readonly half: "999em";
|
|
185
|
+
readonly 25: "2px";
|
|
186
|
+
readonly 50: "4px";
|
|
187
|
+
readonly 75: "6px";
|
|
188
|
+
readonly 100: "8px";
|
|
189
|
+
readonly 200: "16px";
|
|
406
190
|
};
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
readonly
|
|
191
|
+
shadows: {
|
|
192
|
+
readonly 50: "0 4px 16px #05003812";
|
|
193
|
+
readonly 100: "0 8px 32px #05003808";
|
|
194
|
+
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
195
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
196
|
+
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
197
|
+
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
413
198
|
};
|
|
414
|
-
|
|
415
|
-
readonly
|
|
199
|
+
sizes: {
|
|
200
|
+
readonly number: string;
|
|
201
|
+
readonly 'icon-200': "16px";
|
|
202
|
+
readonly 'icon-300': "24px";
|
|
203
|
+
readonly 'icon-400': "32px";
|
|
416
204
|
};
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
readonly
|
|
205
|
+
space: {
|
|
206
|
+
readonly none: 0;
|
|
207
|
+
readonly 50: "4px";
|
|
208
|
+
readonly 100: "8px";
|
|
209
|
+
readonly 150: "12px";
|
|
210
|
+
readonly 200: "16px";
|
|
211
|
+
readonly 300: "24px";
|
|
212
|
+
readonly 400: "32px";
|
|
213
|
+
readonly 500: "64px";
|
|
214
|
+
readonly 600: "48px";
|
|
215
|
+
readonly 800: "64px";
|
|
216
|
+
readonly 1200: "96px";
|
|
217
|
+
readonly 1600: "128px";
|
|
423
218
|
};
|
|
424
|
-
|
|
219
|
+
'space-gap': {
|
|
220
|
+
readonly none: any;
|
|
221
|
+
readonly 50: any;
|
|
222
|
+
readonly 100: any;
|
|
223
|
+
readonly 200: any;
|
|
224
|
+
readonly 300: any;
|
|
225
|
+
};
|
|
226
|
+
'space-inset': {
|
|
227
|
+
readonly none: any;
|
|
228
|
+
readonly 50: any;
|
|
229
|
+
readonly 100: any;
|
|
230
|
+
readonly 150: any;
|
|
231
|
+
readonly 200: any;
|
|
232
|
+
readonly 300: any;
|
|
233
|
+
readonly 400: any;
|
|
234
|
+
readonly 600: any;
|
|
235
|
+
readonly 800: any;
|
|
236
|
+
readonly 1200: any;
|
|
237
|
+
readonly 1600: any;
|
|
238
|
+
};
|
|
239
|
+
'space-offset': {
|
|
240
|
+
readonly none: any;
|
|
241
|
+
readonly 50: any;
|
|
242
|
+
readonly 100: any;
|
|
243
|
+
readonly 150: any;
|
|
244
|
+
readonly 200: any;
|
|
245
|
+
readonly 300: any;
|
|
246
|
+
readonly 400: any;
|
|
247
|
+
readonly 600: any;
|
|
248
|
+
readonly 800: any;
|
|
249
|
+
readonly 1200: any;
|
|
250
|
+
readonly 1600: any;
|
|
251
|
+
readonly 'stacking-none': any;
|
|
252
|
+
readonly 'stacking-100': any;
|
|
253
|
+
readonly 'stacking-200': any;
|
|
254
|
+
readonly 'stacking-300': any;
|
|
255
|
+
readonly 'stacking-400': any;
|
|
256
|
+
readonly 'stacking-500': any;
|
|
257
|
+
readonly 'stacking-800': any;
|
|
258
|
+
};
|
|
259
|
+
'z-indices': {
|
|
260
|
+
readonly dropdownMenu: 100;
|
|
261
|
+
readonly popover: 200;
|
|
262
|
+
readonly tooltip: 300;
|
|
263
|
+
};
|
|
264
|
+
}, {
|
|
265
|
+
readonly background: "colors";
|
|
266
|
+
readonly backgroundColor: "colors";
|
|
267
|
+
readonly backgroundImage: "colors";
|
|
268
|
+
readonly blockSize: "sizes";
|
|
269
|
+
readonly border: "colors";
|
|
270
|
+
readonly borderBlock: "colors";
|
|
271
|
+
readonly borderBlockEnd: "colors";
|
|
272
|
+
readonly borderBlockStart: "colors";
|
|
273
|
+
readonly borderBottom: "colors";
|
|
274
|
+
readonly borderBottomColor: "colors";
|
|
275
|
+
readonly borderBottomLeftRadius: "radii";
|
|
276
|
+
readonly borderBottomRightRadius: "radii";
|
|
277
|
+
readonly borderBottomStyle: "border-styles";
|
|
278
|
+
readonly borderBottomWidth: "border-widths";
|
|
279
|
+
readonly borderColor: "colors";
|
|
280
|
+
readonly borderImage: "colors";
|
|
281
|
+
readonly borderInline: "colors";
|
|
282
|
+
readonly borderInlineEnd: "colors";
|
|
283
|
+
readonly borderInlineStart: "colors";
|
|
284
|
+
readonly borderLeft: "colors";
|
|
285
|
+
readonly borderLeftColor: "colors";
|
|
286
|
+
readonly borderLeftStyle: "border-styles";
|
|
287
|
+
readonly borderLeftWidth: "border-widths";
|
|
288
|
+
readonly borderRadius: "radii";
|
|
289
|
+
readonly borderRight: "colors";
|
|
290
|
+
readonly borderRightColor: "colors";
|
|
291
|
+
readonly borderRightStyle: "border-styles";
|
|
292
|
+
readonly borderRightWidth: "border-widths";
|
|
293
|
+
readonly borderStyle: "border-styles";
|
|
294
|
+
readonly borderTop: "colors";
|
|
295
|
+
readonly borderTopColor: "colors";
|
|
296
|
+
readonly borderTopLeftRadius: "radii";
|
|
297
|
+
readonly borderTopRightRadius: "radii";
|
|
298
|
+
readonly borderTopStyle: "border-styles";
|
|
299
|
+
readonly borderTopWidth: "border-widths";
|
|
300
|
+
readonly borderWidth: "border-widths";
|
|
301
|
+
readonly bottom: "space";
|
|
302
|
+
readonly boxShadow: "shadows";
|
|
303
|
+
readonly caretColor: "colors";
|
|
304
|
+
readonly color: "colors";
|
|
305
|
+
readonly columnGap: "space-gap";
|
|
306
|
+
readonly columnRuleColor: "colors";
|
|
307
|
+
readonly fill: "colors";
|
|
308
|
+
readonly flexBasis: "sizes";
|
|
309
|
+
readonly fontFamily: "fonts";
|
|
310
|
+
readonly fontSize: "font-sizes";
|
|
311
|
+
readonly fontWeight: "font-weights";
|
|
312
|
+
readonly gap: "space-gap";
|
|
313
|
+
readonly gridColumnGap: "space-gap";
|
|
314
|
+
readonly gridGap: "space-gap";
|
|
315
|
+
readonly gridRowGap: "space-gap";
|
|
316
|
+
readonly gridTemplateColumns: "sizes";
|
|
317
|
+
readonly gridTemplateRows: "sizes";
|
|
318
|
+
readonly height: "sizes";
|
|
319
|
+
readonly inlineSize: "sizes";
|
|
320
|
+
readonly inset: "space-inset";
|
|
321
|
+
readonly insetBlock: "space-inset";
|
|
322
|
+
readonly insetBlockEnd: "space-inset";
|
|
323
|
+
readonly insetBlockStart: "space-inset";
|
|
324
|
+
readonly insetInline: "space-inset";
|
|
325
|
+
readonly insetInlineEnd: "space-inset";
|
|
326
|
+
readonly insetInlineStart: "space-inset";
|
|
327
|
+
readonly left: "space";
|
|
328
|
+
readonly letterSpacing: "letter-spacings";
|
|
329
|
+
readonly lineHeight: "line-heights";
|
|
330
|
+
readonly margin: "space-offset";
|
|
331
|
+
readonly marginBlock: "space-offset";
|
|
332
|
+
readonly marginBlockEnd: "space-offset";
|
|
333
|
+
readonly marginBlockStart: "space-offset";
|
|
334
|
+
readonly marginBottom: "space-offset";
|
|
335
|
+
readonly marginInline: "space-offset";
|
|
336
|
+
readonly marginInlineEnd: "space-offset";
|
|
337
|
+
readonly marginInlineStart: "space-offset";
|
|
338
|
+
readonly marginLeft: "space-offset";
|
|
339
|
+
readonly marginRight: "space-offset";
|
|
340
|
+
readonly marginTop: "space-offset";
|
|
341
|
+
readonly maxBlockSize: "sizes";
|
|
342
|
+
readonly maxHeight: "sizes";
|
|
343
|
+
readonly maxInlineSize: "sizes";
|
|
344
|
+
readonly maxWidth: "sizes";
|
|
345
|
+
readonly minBlockSize: "sizes";
|
|
346
|
+
readonly minHeight: "sizes";
|
|
347
|
+
readonly minInlineSize: "sizes";
|
|
348
|
+
readonly minWidth: "sizes";
|
|
349
|
+
readonly outline: "colors";
|
|
350
|
+
readonly outlineColor: "colors";
|
|
351
|
+
readonly padding: "space-inset";
|
|
352
|
+
readonly paddingBlock: "space-inset";
|
|
353
|
+
readonly paddingBlockEnd: "space-inset";
|
|
354
|
+
readonly paddingBlockStart: "space-inset";
|
|
355
|
+
readonly paddingBottom: "space-inset";
|
|
356
|
+
readonly paddingInline: "space-inset";
|
|
357
|
+
readonly paddingInlineEnd: "space-inset";
|
|
358
|
+
readonly paddingInlineStart: "space-inset";
|
|
359
|
+
readonly paddingLeft: "space-inset";
|
|
360
|
+
readonly paddingRight: "space-inset";
|
|
361
|
+
readonly paddingTop: "space-inset";
|
|
362
|
+
readonly right: "space";
|
|
363
|
+
readonly rowGap: "space-gap";
|
|
364
|
+
readonly scrollMargin: "space-offset";
|
|
365
|
+
readonly scrollMarginBlock: "space-offset";
|
|
366
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
367
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
368
|
+
readonly scrollMarginBottom: "space-offset";
|
|
369
|
+
readonly scrollMarginInline: "space-offset";
|
|
370
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
371
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
372
|
+
readonly scrollMarginLeft: "space-offset";
|
|
373
|
+
readonly scrollMarginRight: "space-offset";
|
|
374
|
+
readonly scrollMarginTop: "space-offset";
|
|
375
|
+
readonly scrollPadding: "space-inset";
|
|
376
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
377
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
378
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
379
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
380
|
+
readonly scrollPaddingInline: "space-inset";
|
|
381
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
382
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
383
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
384
|
+
readonly scrollPaddingRight: "space-inset";
|
|
385
|
+
readonly scrollPaddingTop: "space-inset";
|
|
386
|
+
readonly stroke: "colors";
|
|
387
|
+
readonly textDecorationColor: "colors";
|
|
388
|
+
readonly textShadow: "shadows";
|
|
389
|
+
readonly top: "space";
|
|
390
|
+
readonly transition: "transitions";
|
|
391
|
+
readonly width: "sizes";
|
|
392
|
+
readonly zIndex: "z-indices";
|
|
393
|
+
}, {
|
|
394
|
+
paddingX: (value: {
|
|
395
|
+
readonly [$$PropertyValue]: "padding";
|
|
396
|
+
}) => {
|
|
397
|
+
paddingLeft: {
|
|
398
|
+
readonly [$$PropertyValue]: "padding";
|
|
399
|
+
};
|
|
400
|
+
paddingRight: {
|
|
401
|
+
readonly [$$PropertyValue]: "padding";
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
paddingY: (value: {
|
|
405
|
+
readonly [$$PropertyValue]: "padding";
|
|
406
|
+
}) => {
|
|
407
|
+
paddingTop: {
|
|
408
|
+
readonly [$$PropertyValue]: "padding";
|
|
409
|
+
};
|
|
410
|
+
paddingBottom: {
|
|
411
|
+
readonly [$$PropertyValue]: "padding";
|
|
412
|
+
};
|
|
413
|
+
};
|
|
414
|
+
marginX: (value: {
|
|
425
415
|
readonly [$$PropertyValue]: "margin";
|
|
416
|
+
}) => {
|
|
417
|
+
marginLeft: {
|
|
418
|
+
readonly [$$PropertyValue]: "margin";
|
|
419
|
+
};
|
|
420
|
+
marginRight: {
|
|
421
|
+
readonly [$$PropertyValue]: "margin";
|
|
422
|
+
};
|
|
426
423
|
};
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
424
|
+
marginY: (value: {
|
|
425
|
+
readonly [$$PropertyValue]: "margin";
|
|
426
|
+
}) => {
|
|
427
|
+
marginTop: {
|
|
428
|
+
readonly [$$PropertyValue]: "margin";
|
|
429
|
+
};
|
|
430
|
+
marginBottom: {
|
|
431
|
+
readonly [$$PropertyValue]: "margin";
|
|
432
|
+
};
|
|
433
433
|
};
|
|
434
|
-
|
|
434
|
+
square: (value: {
|
|
435
435
|
readonly [$$PropertyValue]: "width";
|
|
436
|
+
}) => {
|
|
437
|
+
width: {
|
|
438
|
+
readonly [$$PropertyValue]: "width";
|
|
439
|
+
};
|
|
440
|
+
height: {
|
|
441
|
+
readonly [$$PropertyValue]: "width";
|
|
442
|
+
};
|
|
436
443
|
};
|
|
437
|
-
};
|
|
438
|
-
}
|
|
439
|
-
|
|
444
|
+
}> | undefined;
|
|
445
|
+
}> & {
|
|
446
|
+
children?: react.ReactNode;
|
|
447
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "level"> & react.RefAttributes<HTMLHeadingElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"h1">>, {
|
|
448
|
+
level?: 1 | 4 | "1" | 2 | 3 | "4" | "2" | "3" | undefined;
|
|
440
449
|
}, {}>;
|
|
441
450
|
declare type StyledHeadingProps = ComponentPropsWithRef<typeof H1>;
|
|
442
451
|
|
|
@@ -452,7 +461,7 @@ interface HeadingProps extends StyledHeadingProps {
|
|
|
452
461
|
*/
|
|
453
462
|
styledAs?: Tags;
|
|
454
463
|
}
|
|
455
|
-
declare const Heading: react__default.ForwardRefExoticComponent<Pick<HeadingProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "
|
|
464
|
+
declare const Heading: react__default.ForwardRefExoticComponent<Pick<HeadingProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "level" | "styledAs"> & react__default.RefAttributes<HTMLHeadingElement>>;
|
|
456
465
|
|
|
457
466
|
declare const StyledText: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
458
467
|
size?: "small" | "normal" | "mini" | undefined;
|
|
@@ -460,433 +469,442 @@ declare const StyledText: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
460
469
|
}, "size" | "weight"> & _stitches_react_types_styled_component.TransformProps<{
|
|
461
470
|
size?: "small" | "normal" | "mini" | undefined;
|
|
462
471
|
weight?: "bold" | "normal" | undefined;
|
|
463
|
-
}, {}> & _mirohq_design_system_stitches.
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
readonly 'blue-400': any;
|
|
475
|
-
readonly 'blue-500': any;
|
|
476
|
-
readonly 'blue-600': any;
|
|
477
|
-
readonly 'blue-700': any;
|
|
478
|
-
readonly 'blue-800': any;
|
|
479
|
-
readonly 'blue-900': any;
|
|
480
|
-
readonly 'blue-1000': any;
|
|
481
|
-
readonly 'gray-100': any;
|
|
482
|
-
readonly 'gray-200': any;
|
|
483
|
-
readonly 'gray-300': any;
|
|
484
|
-
readonly 'gray-400': any;
|
|
485
|
-
readonly 'gray-500': any;
|
|
486
|
-
readonly 'gray-600': any;
|
|
487
|
-
readonly 'gray-700': any;
|
|
488
|
-
readonly 'gray-800': any;
|
|
489
|
-
readonly 'gray-900': any;
|
|
490
|
-
readonly 'indigo-100': any;
|
|
491
|
-
readonly 'indigo-200': any;
|
|
492
|
-
readonly 'indigo-300': any;
|
|
493
|
-
readonly 'indigo-400': any;
|
|
494
|
-
readonly 'indigo-500': any;
|
|
495
|
-
readonly 'indigo-600': any;
|
|
496
|
-
readonly 'indigo-700': any;
|
|
497
|
-
readonly 'indigo-800': any;
|
|
498
|
-
readonly 'indigo-900': any;
|
|
499
|
-
readonly 'red-100': any;
|
|
500
|
-
readonly 'red-200': any;
|
|
501
|
-
readonly 'red-300': any;
|
|
502
|
-
readonly 'red-400': any;
|
|
503
|
-
readonly 'red-500': any;
|
|
504
|
-
readonly 'red-600': any;
|
|
505
|
-
readonly 'red-700': any;
|
|
506
|
-
readonly 'red-800': any;
|
|
507
|
-
readonly 'red-900': any;
|
|
508
|
-
readonly 'yellow-100': any;
|
|
509
|
-
readonly 'yellow-200': any;
|
|
510
|
-
readonly 'yellow-300': any;
|
|
511
|
-
readonly 'yellow-400': any;
|
|
512
|
-
readonly 'yellow-500': any;
|
|
513
|
-
readonly 'yellow-600': any;
|
|
514
|
-
readonly 'yellow-700': any;
|
|
515
|
-
readonly 'yellow-800': any;
|
|
516
|
-
readonly 'yellow-900': any;
|
|
517
|
-
readonly 'green-100': any;
|
|
518
|
-
readonly 'green-200': any;
|
|
519
|
-
readonly 'green-300': any;
|
|
520
|
-
readonly 'green-400': any;
|
|
521
|
-
readonly 'green-500': any;
|
|
522
|
-
readonly 'green-600': any;
|
|
523
|
-
readonly 'green-700': any;
|
|
524
|
-
readonly 'green-800': any;
|
|
525
|
-
readonly 'green-900': any;
|
|
526
|
-
readonly black: any;
|
|
527
|
-
readonly white: any;
|
|
528
|
-
readonly transparent: any;
|
|
529
|
-
readonly 'background-neutrals'?: any;
|
|
530
|
-
readonly 'background-neutrals-body'?: any;
|
|
531
|
-
readonly 'background-neutrals-container'?: any;
|
|
532
|
-
readonly 'background-neutrals-inverted'?: any;
|
|
533
|
-
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
534
|
-
readonly 'background-neutrals-subtle'?: any;
|
|
535
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
536
|
-
readonly 'background-neutrals-subtle-active'?: any;
|
|
537
|
-
readonly 'background-neutrals-disabled'?: any;
|
|
538
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
539
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
540
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
541
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
542
|
-
readonly 'background-primary-prominent'?: any;
|
|
543
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
544
|
-
readonly 'background-primary-prominent-active'?: any;
|
|
545
|
-
readonly 'background-primary-prominent-selected'?: any;
|
|
546
|
-
readonly 'background-primary-subtle'?: any;
|
|
547
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
548
|
-
readonly 'background-primary-subtle-active'?: any;
|
|
549
|
-
readonly 'background-primary-subtle-selected'?: any;
|
|
550
|
-
readonly 'background-danger-prominent'?: any;
|
|
551
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
552
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
553
|
-
readonly 'background-danger'?: any;
|
|
554
|
-
readonly 'background-danger-hover'?: any;
|
|
555
|
-
readonly 'background-success'?: any;
|
|
556
|
-
readonly 'background-warning-subtle'?: any;
|
|
557
|
-
readonly 'background-warning-prominent'?: any;
|
|
558
|
-
readonly 'text-neutrals-inverted'?: any;
|
|
559
|
-
readonly 'text-neutrals'?: any;
|
|
560
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
561
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
562
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
563
|
-
readonly 'text-neutrals-disabled'?: any;
|
|
564
|
-
readonly 'text-primary-inverted'?: any;
|
|
565
|
-
readonly 'text-primary'?: any;
|
|
566
|
-
readonly 'text-primary-hover'?: any;
|
|
567
|
-
readonly 'text-primary-active'?: any;
|
|
568
|
-
readonly 'text-primary-selected'?: any;
|
|
569
|
-
readonly 'text-primary-inverted-subtle'?: any;
|
|
570
|
-
readonly 'text-danger-inverted'?: any;
|
|
571
|
-
readonly 'text-danger'?: any;
|
|
572
|
-
readonly 'text-danger-hover'?: any;
|
|
573
|
-
readonly 'text-danger-active'?: any;
|
|
574
|
-
readonly 'text-success'?: any;
|
|
575
|
-
readonly 'text-warning'?: any;
|
|
576
|
-
readonly 'icon-neutrals-inverted'?: any;
|
|
577
|
-
readonly 'icon-neutrals'?: any;
|
|
578
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
579
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
580
|
-
readonly 'icon-neutrals-disabled'?: any;
|
|
581
|
-
readonly 'icon-neutrals-search'?: any;
|
|
582
|
-
readonly 'icon-neutrals-inactive'?: any;
|
|
583
|
-
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
584
|
-
readonly 'icon-primary-inverted'?: any;
|
|
585
|
-
readonly 'icon-primary'?: any;
|
|
586
|
-
readonly 'icon-primary-hover'?: any;
|
|
587
|
-
readonly 'icon-primary-active'?: any;
|
|
588
|
-
readonly 'icon-primary-selected'?: any;
|
|
589
|
-
readonly 'icon-danger-inverted'?: any;
|
|
590
|
-
readonly 'icon-danger'?: any;
|
|
591
|
-
readonly 'icon-danger-hover'?: any;
|
|
592
|
-
readonly 'icon-danger-active'?: any;
|
|
593
|
-
readonly 'icon-success-inverted'?: any;
|
|
594
|
-
readonly 'icon-success'?: any;
|
|
595
|
-
readonly 'icon-warning'?: any;
|
|
596
|
-
readonly 'border-focus-outer'?: any;
|
|
597
|
-
readonly 'border-focus-middle'?: any;
|
|
598
|
-
readonly 'border-focus-inner'?: any;
|
|
599
|
-
readonly 'border-neutrals'?: any;
|
|
600
|
-
readonly 'border-neutrals-hover'?: any;
|
|
601
|
-
readonly 'border-neutrals-active'?: any;
|
|
602
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
603
|
-
readonly 'border-neutrals-controls'?: any;
|
|
604
|
-
readonly 'border-neutrals-controls-disabled'?: any;
|
|
605
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
606
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
607
|
-
readonly 'border-primary'?: any;
|
|
608
|
-
readonly 'border-primary-hover'?: any;
|
|
609
|
-
readonly 'border-primary-active'?: any;
|
|
610
|
-
readonly 'border-primary-inverted'?: any;
|
|
611
|
-
readonly 'border-danger'?: any;
|
|
612
|
-
readonly 'border-success'?: any;
|
|
613
|
-
readonly 'border-warning'?: any;
|
|
614
|
-
};
|
|
615
|
-
'font-sizes': {
|
|
616
|
-
readonly 150: "0.75rem";
|
|
617
|
-
readonly 175: "0.875rem";
|
|
618
|
-
readonly 200: "1rem";
|
|
619
|
-
readonly 225: "1.125rem";
|
|
620
|
-
readonly 250: "1.25rem";
|
|
621
|
-
readonly 300: "1.5rem";
|
|
622
|
-
readonly 400: "2rem";
|
|
623
|
-
readonly 500: "2.5rem";
|
|
624
|
-
readonly 600: "3rem";
|
|
625
|
-
readonly 800: "4rem";
|
|
626
|
-
readonly 900: "4.5rem";
|
|
627
|
-
};
|
|
628
|
-
radii: {
|
|
629
|
-
readonly none: 0;
|
|
630
|
-
readonly half: "999em";
|
|
631
|
-
readonly 25: "2px";
|
|
632
|
-
readonly 50: "4px";
|
|
633
|
-
readonly 75: "6px";
|
|
634
|
-
readonly 100: "8px";
|
|
635
|
-
readonly 200: "16px";
|
|
636
|
-
};
|
|
637
|
-
shadows: {
|
|
638
|
-
readonly 50: "0 4px 16px #05003812";
|
|
639
|
-
readonly 100: "0 8px 32px #05003808";
|
|
640
|
-
readonly 'focus-small': "0 0 0 2px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
641
|
-
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
642
|
-
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
643
|
-
};
|
|
644
|
-
sizes: {
|
|
645
|
-
readonly number: string;
|
|
646
|
-
readonly 'icon-200': "16px";
|
|
647
|
-
readonly 'icon-300': "24px";
|
|
648
|
-
readonly 'icon-400': "32px";
|
|
649
|
-
};
|
|
650
|
-
space: {
|
|
651
|
-
readonly none: 0;
|
|
652
|
-
readonly 50: "4px";
|
|
653
|
-
readonly 100: "8px";
|
|
654
|
-
readonly 150: "12px";
|
|
655
|
-
readonly 200: "16px";
|
|
656
|
-
readonly 300: "24px";
|
|
657
|
-
readonly 400: "32px";
|
|
658
|
-
readonly 500: "64px";
|
|
659
|
-
readonly 600: "48px";
|
|
660
|
-
readonly 800: "64px";
|
|
661
|
-
readonly 1200: "96px";
|
|
662
|
-
readonly 1600: "128px";
|
|
663
|
-
};
|
|
664
|
-
'space-gap': {
|
|
665
|
-
readonly none: any;
|
|
666
|
-
readonly 50: any;
|
|
667
|
-
readonly 100: any;
|
|
668
|
-
readonly 200: any;
|
|
669
|
-
readonly 300: any;
|
|
670
|
-
};
|
|
671
|
-
'space-inset': {
|
|
672
|
-
readonly none: any;
|
|
673
|
-
readonly 50: any;
|
|
674
|
-
readonly 100: any;
|
|
675
|
-
readonly 150: any;
|
|
676
|
-
readonly 200: any;
|
|
677
|
-
readonly 300: any;
|
|
678
|
-
readonly 400: any;
|
|
679
|
-
readonly 600: any;
|
|
680
|
-
readonly 800: any;
|
|
681
|
-
readonly 1200: any;
|
|
682
|
-
readonly 1600: any;
|
|
683
|
-
};
|
|
684
|
-
'space-offset': {
|
|
685
|
-
readonly none: any;
|
|
686
|
-
readonly 50: any;
|
|
687
|
-
readonly 100: any;
|
|
688
|
-
readonly 150: any;
|
|
689
|
-
readonly 200: any;
|
|
690
|
-
readonly 300: any;
|
|
691
|
-
readonly 400: any;
|
|
692
|
-
readonly 600: any;
|
|
693
|
-
readonly 800: any;
|
|
694
|
-
readonly 1200: any;
|
|
695
|
-
readonly 1600: any;
|
|
696
|
-
readonly 'stacking-none': any;
|
|
697
|
-
readonly 'stacking-100': any;
|
|
698
|
-
readonly 'stacking-200': any;
|
|
699
|
-
readonly 'stacking-300': any;
|
|
700
|
-
readonly 'stacking-400': any;
|
|
701
|
-
readonly 'stacking-500': any;
|
|
702
|
-
readonly 'stacking-800': any;
|
|
703
|
-
};
|
|
704
|
-
'z-indices': {
|
|
705
|
-
readonly dropdownMenu: 100;
|
|
706
|
-
readonly popover: 200;
|
|
707
|
-
readonly tooltip: 300;
|
|
708
|
-
};
|
|
709
|
-
}, {
|
|
710
|
-
readonly background: "colors";
|
|
711
|
-
readonly backgroundColor: "colors";
|
|
712
|
-
readonly backgroundImage: "colors";
|
|
713
|
-
readonly blockSize: "sizes";
|
|
714
|
-
readonly border: "colors";
|
|
715
|
-
readonly borderBlock: "colors";
|
|
716
|
-
readonly borderBlockEnd: "colors";
|
|
717
|
-
readonly borderBlockStart: "colors";
|
|
718
|
-
readonly borderBottom: "colors";
|
|
719
|
-
readonly borderBottomColor: "colors";
|
|
720
|
-
readonly borderBottomLeftRadius: "radii";
|
|
721
|
-
readonly borderBottomRightRadius: "radii";
|
|
722
|
-
readonly borderBottomStyle: "border-styles";
|
|
723
|
-
readonly borderBottomWidth: "border-widths";
|
|
724
|
-
readonly borderColor: "colors";
|
|
725
|
-
readonly borderImage: "colors";
|
|
726
|
-
readonly borderInline: "colors";
|
|
727
|
-
readonly borderInlineEnd: "colors";
|
|
728
|
-
readonly borderInlineStart: "colors";
|
|
729
|
-
readonly borderLeft: "colors";
|
|
730
|
-
readonly borderLeftColor: "colors";
|
|
731
|
-
readonly borderLeftStyle: "border-styles";
|
|
732
|
-
readonly borderLeftWidth: "border-widths";
|
|
733
|
-
readonly borderRadius: "radii";
|
|
734
|
-
readonly borderRight: "colors";
|
|
735
|
-
readonly borderRightColor: "colors";
|
|
736
|
-
readonly borderRightStyle: "border-styles";
|
|
737
|
-
readonly borderRightWidth: "border-widths";
|
|
738
|
-
readonly borderStyle: "border-styles";
|
|
739
|
-
readonly borderTop: "colors";
|
|
740
|
-
readonly borderTopColor: "colors";
|
|
741
|
-
readonly borderTopLeftRadius: "radii";
|
|
742
|
-
readonly borderTopRightRadius: "radii";
|
|
743
|
-
readonly borderTopStyle: "border-styles";
|
|
744
|
-
readonly borderTopWidth: "border-widths";
|
|
745
|
-
readonly borderWidth: "border-widths";
|
|
746
|
-
readonly bottom: "space";
|
|
747
|
-
readonly boxShadow: "shadows";
|
|
748
|
-
readonly caretColor: "colors";
|
|
749
|
-
readonly color: "colors";
|
|
750
|
-
readonly columnGap: "space-gap";
|
|
751
|
-
readonly columnRuleColor: "colors";
|
|
752
|
-
readonly fill: "colors";
|
|
753
|
-
readonly flexBasis: "sizes";
|
|
754
|
-
readonly fontFamily: "fonts";
|
|
755
|
-
readonly fontSize: "font-sizes";
|
|
756
|
-
readonly fontWeight: "font-weights";
|
|
757
|
-
readonly gap: "space-gap";
|
|
758
|
-
readonly gridColumnGap: "space-gap";
|
|
759
|
-
readonly gridGap: "space-gap";
|
|
760
|
-
readonly gridRowGap: "space-gap";
|
|
761
|
-
readonly gridTemplateColumns: "sizes";
|
|
762
|
-
readonly gridTemplateRows: "sizes";
|
|
763
|
-
readonly height: "sizes";
|
|
764
|
-
readonly inlineSize: "sizes";
|
|
765
|
-
readonly inset: "space-inset";
|
|
766
|
-
readonly insetBlock: "space-inset";
|
|
767
|
-
readonly insetBlockEnd: "space-inset";
|
|
768
|
-
readonly insetBlockStart: "space-inset";
|
|
769
|
-
readonly insetInline: "space-inset";
|
|
770
|
-
readonly insetInlineEnd: "space-inset";
|
|
771
|
-
readonly insetInlineStart: "space-inset";
|
|
772
|
-
readonly left: "space";
|
|
773
|
-
readonly letterSpacing: "letter-spacings";
|
|
774
|
-
readonly lineHeight: "line-heights";
|
|
775
|
-
readonly margin: "space-offset";
|
|
776
|
-
readonly marginBlock: "space-offset";
|
|
777
|
-
readonly marginBlockEnd: "space-offset";
|
|
778
|
-
readonly marginBlockStart: "space-offset";
|
|
779
|
-
readonly marginBottom: "space-offset";
|
|
780
|
-
readonly marginInline: "space-offset";
|
|
781
|
-
readonly marginInlineEnd: "space-offset";
|
|
782
|
-
readonly marginInlineStart: "space-offset";
|
|
783
|
-
readonly marginLeft: "space-offset";
|
|
784
|
-
readonly marginRight: "space-offset";
|
|
785
|
-
readonly marginTop: "space-offset";
|
|
786
|
-
readonly maxBlockSize: "sizes";
|
|
787
|
-
readonly maxHeight: "sizes";
|
|
788
|
-
readonly maxInlineSize: "sizes";
|
|
789
|
-
readonly maxWidth: "sizes";
|
|
790
|
-
readonly minBlockSize: "sizes";
|
|
791
|
-
readonly minHeight: "sizes";
|
|
792
|
-
readonly minInlineSize: "sizes";
|
|
793
|
-
readonly minWidth: "sizes";
|
|
794
|
-
readonly outline: "colors";
|
|
795
|
-
readonly outlineColor: "colors";
|
|
796
|
-
readonly padding: "space-inset";
|
|
797
|
-
readonly paddingBlock: "space-inset";
|
|
798
|
-
readonly paddingBlockEnd: "space-inset";
|
|
799
|
-
readonly paddingBlockStart: "space-inset";
|
|
800
|
-
readonly paddingBottom: "space-inset";
|
|
801
|
-
readonly paddingInline: "space-inset";
|
|
802
|
-
readonly paddingInlineEnd: "space-inset";
|
|
803
|
-
readonly paddingInlineStart: "space-inset";
|
|
804
|
-
readonly paddingLeft: "space-inset";
|
|
805
|
-
readonly paddingRight: "space-inset";
|
|
806
|
-
readonly paddingTop: "space-inset";
|
|
807
|
-
readonly right: "space";
|
|
808
|
-
readonly rowGap: "space-gap";
|
|
809
|
-
readonly scrollMargin: "space-offset";
|
|
810
|
-
readonly scrollMarginBlock: "space-offset";
|
|
811
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
812
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
813
|
-
readonly scrollMarginBottom: "space-offset";
|
|
814
|
-
readonly scrollMarginInline: "space-offset";
|
|
815
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
816
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
817
|
-
readonly scrollMarginLeft: "space-offset";
|
|
818
|
-
readonly scrollMarginRight: "space-offset";
|
|
819
|
-
readonly scrollMarginTop: "space-offset";
|
|
820
|
-
readonly scrollPadding: "space-inset";
|
|
821
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
822
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
823
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
824
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
825
|
-
readonly scrollPaddingInline: "space-inset";
|
|
826
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
827
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
828
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
829
|
-
readonly scrollPaddingRight: "space-inset";
|
|
830
|
-
readonly scrollPaddingTop: "space-inset";
|
|
831
|
-
readonly stroke: "colors";
|
|
832
|
-
readonly textDecorationColor: "colors";
|
|
833
|
-
readonly textShadow: "shadows";
|
|
834
|
-
readonly top: "space";
|
|
835
|
-
readonly transition: "transitions";
|
|
836
|
-
readonly width: "sizes";
|
|
837
|
-
readonly zIndex: "z-indices";
|
|
838
|
-
}, {
|
|
839
|
-
paddingX: (value: {
|
|
840
|
-
readonly [$$PropertyValue]: "padding";
|
|
841
|
-
}) => {
|
|
842
|
-
paddingLeft: {
|
|
843
|
-
readonly [$$PropertyValue]: "padding";
|
|
472
|
+
}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.DetailedHTMLProps<react.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof react.HTMLAttributes<HTMLSpanElement>> & {
|
|
473
|
+
ref?: ((instance: HTMLSpanElement | null) => void) | react.RefObject<HTMLSpanElement> | null | undefined;
|
|
474
|
+
} & {
|
|
475
|
+
asChild?: boolean | undefined;
|
|
476
|
+
}, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
477
|
+
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
478
|
+
'border-widths': {
|
|
479
|
+
readonly none: 0;
|
|
480
|
+
readonly sm: "1px";
|
|
481
|
+
readonly md: "2px";
|
|
482
|
+
readonly lg: "4px";
|
|
844
483
|
};
|
|
845
|
-
|
|
846
|
-
readonly
|
|
484
|
+
colors: {
|
|
485
|
+
readonly 'blue-100': any;
|
|
486
|
+
readonly 'blue-200': any;
|
|
487
|
+
readonly 'blue-300': any;
|
|
488
|
+
readonly 'blue-400': any;
|
|
489
|
+
readonly 'blue-500': any;
|
|
490
|
+
readonly 'blue-600': any;
|
|
491
|
+
readonly 'blue-700': any;
|
|
492
|
+
readonly 'blue-800': any;
|
|
493
|
+
readonly 'blue-900': any;
|
|
494
|
+
readonly 'blue-1000': any;
|
|
495
|
+
readonly 'gray-100': any;
|
|
496
|
+
readonly 'gray-200': any;
|
|
497
|
+
readonly 'gray-300': any;
|
|
498
|
+
readonly 'gray-400': any;
|
|
499
|
+
readonly 'gray-500': any;
|
|
500
|
+
readonly 'gray-600': any;
|
|
501
|
+
readonly 'gray-700': any;
|
|
502
|
+
readonly 'gray-800': any;
|
|
503
|
+
readonly 'gray-900': any;
|
|
504
|
+
readonly 'indigo-100': any;
|
|
505
|
+
readonly 'indigo-200': any;
|
|
506
|
+
readonly 'indigo-300': any;
|
|
507
|
+
readonly 'indigo-400': any;
|
|
508
|
+
readonly 'indigo-500': any;
|
|
509
|
+
readonly 'indigo-600': any;
|
|
510
|
+
readonly 'indigo-700': any;
|
|
511
|
+
readonly 'indigo-800': any;
|
|
512
|
+
readonly 'indigo-900': any;
|
|
513
|
+
readonly 'red-100': any;
|
|
514
|
+
readonly 'red-200': any;
|
|
515
|
+
readonly 'red-300': any;
|
|
516
|
+
readonly 'red-400': any;
|
|
517
|
+
readonly 'red-500': any;
|
|
518
|
+
readonly 'red-600': any;
|
|
519
|
+
readonly 'red-700': any;
|
|
520
|
+
readonly 'red-800': any;
|
|
521
|
+
readonly 'red-900': any;
|
|
522
|
+
readonly 'yellow-100': any;
|
|
523
|
+
readonly 'yellow-200': any;
|
|
524
|
+
readonly 'yellow-300': any;
|
|
525
|
+
readonly 'yellow-400': any;
|
|
526
|
+
readonly 'yellow-500': any;
|
|
527
|
+
readonly 'yellow-600': any;
|
|
528
|
+
readonly 'yellow-700': any;
|
|
529
|
+
readonly 'yellow-800': any;
|
|
530
|
+
readonly 'yellow-900': any;
|
|
531
|
+
readonly 'green-100': any;
|
|
532
|
+
readonly 'green-200': any;
|
|
533
|
+
readonly 'green-300': any;
|
|
534
|
+
readonly 'green-400': any;
|
|
535
|
+
readonly 'green-500': any;
|
|
536
|
+
readonly 'green-600': any;
|
|
537
|
+
readonly 'green-700': any;
|
|
538
|
+
readonly 'green-800': any;
|
|
539
|
+
readonly 'green-900': any;
|
|
540
|
+
readonly black: any;
|
|
541
|
+
readonly white: any;
|
|
542
|
+
readonly transparent: any;
|
|
543
|
+
readonly 'background-neutrals'?: any;
|
|
544
|
+
readonly 'background-neutrals-body'?: any;
|
|
545
|
+
readonly 'background-neutrals-container'?: any;
|
|
546
|
+
readonly 'background-neutrals-inverted'?: any;
|
|
547
|
+
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
548
|
+
readonly 'background-neutrals-subtle'?: any;
|
|
549
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
550
|
+
readonly 'background-neutrals-subtle-active'?: any;
|
|
551
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
552
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
553
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
554
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
555
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
556
|
+
readonly 'background-primary-prominent'?: any;
|
|
557
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
558
|
+
readonly 'background-primary-prominent-active'?: any;
|
|
559
|
+
readonly 'background-primary-prominent-selected'?: any;
|
|
560
|
+
readonly 'background-primary-subtle'?: any;
|
|
561
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
562
|
+
readonly 'background-primary-subtle-active'?: any;
|
|
563
|
+
readonly 'background-primary-subtle-selected'?: any;
|
|
564
|
+
readonly 'background-danger-prominent'?: any;
|
|
565
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
566
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
567
|
+
readonly 'background-danger'?: any;
|
|
568
|
+
readonly 'background-danger-hover'?: any;
|
|
569
|
+
readonly 'background-success'?: any;
|
|
570
|
+
readonly 'background-warning-subtle'?: any;
|
|
571
|
+
readonly 'background-warning-prominent'?: any;
|
|
572
|
+
readonly 'text-neutrals-inverted'?: any;
|
|
573
|
+
readonly 'text-neutrals'?: any;
|
|
574
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
575
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
576
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
577
|
+
readonly 'text-neutrals-disabled'?: any;
|
|
578
|
+
readonly 'text-primary-inverted'?: any;
|
|
579
|
+
readonly 'text-primary'?: any;
|
|
580
|
+
readonly 'text-primary-hover'?: any;
|
|
581
|
+
readonly 'text-primary-active'?: any;
|
|
582
|
+
readonly 'text-primary-selected'?: any;
|
|
583
|
+
readonly 'text-primary-inverted-subtle'?: any;
|
|
584
|
+
readonly 'text-danger-inverted'?: any;
|
|
585
|
+
readonly 'text-danger'?: any;
|
|
586
|
+
readonly 'text-danger-hover'?: any;
|
|
587
|
+
readonly 'text-danger-active'?: any;
|
|
588
|
+
readonly 'text-success'?: any;
|
|
589
|
+
readonly 'text-warning'?: any;
|
|
590
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
591
|
+
readonly 'icon-neutrals'?: any;
|
|
592
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
593
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
594
|
+
readonly 'icon-neutrals-disabled'?: any;
|
|
595
|
+
readonly 'icon-neutrals-search'?: any;
|
|
596
|
+
readonly 'icon-neutrals-inactive'?: any;
|
|
597
|
+
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
598
|
+
readonly 'icon-primary-inverted'?: any;
|
|
599
|
+
readonly 'icon-primary'?: any;
|
|
600
|
+
readonly 'icon-primary-hover'?: any;
|
|
601
|
+
readonly 'icon-primary-active'?: any;
|
|
602
|
+
readonly 'icon-primary-selected'?: any;
|
|
603
|
+
readonly 'icon-danger-inverted'?: any;
|
|
604
|
+
readonly 'icon-danger'?: any;
|
|
605
|
+
readonly 'icon-danger-hover'?: any;
|
|
606
|
+
readonly 'icon-danger-active'?: any;
|
|
607
|
+
readonly 'icon-success-inverted'?: any;
|
|
608
|
+
readonly 'icon-success'?: any;
|
|
609
|
+
readonly 'icon-warning'?: any;
|
|
610
|
+
readonly 'border-focus-outer'?: any;
|
|
611
|
+
readonly 'border-focus-middle'?: any;
|
|
612
|
+
readonly 'border-focus-inner'?: any;
|
|
613
|
+
readonly 'border-neutrals'?: any;
|
|
614
|
+
readonly 'border-neutrals-hover'?: any;
|
|
615
|
+
readonly 'border-neutrals-active'?: any;
|
|
616
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
617
|
+
readonly 'border-neutrals-controls'?: any;
|
|
618
|
+
readonly 'border-neutrals-controls-disabled'?: any;
|
|
619
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
620
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
621
|
+
readonly 'border-primary'?: any;
|
|
622
|
+
readonly 'border-primary-hover'?: any;
|
|
623
|
+
readonly 'border-primary-active'?: any;
|
|
624
|
+
readonly 'border-primary-inverted'?: any;
|
|
625
|
+
readonly 'border-danger'?: any;
|
|
626
|
+
readonly 'border-success'?: any;
|
|
627
|
+
readonly 'border-warning'?: any;
|
|
847
628
|
};
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
readonly
|
|
629
|
+
'font-sizes': {
|
|
630
|
+
readonly 150: "0.75rem";
|
|
631
|
+
readonly 175: "0.875rem";
|
|
632
|
+
readonly 200: "1rem";
|
|
633
|
+
readonly 225: "1.125rem";
|
|
634
|
+
readonly 250: "1.25rem";
|
|
635
|
+
readonly 300: "1.5rem";
|
|
636
|
+
readonly 400: "2rem";
|
|
637
|
+
readonly 500: "2.5rem";
|
|
638
|
+
readonly 600: "3rem";
|
|
639
|
+
readonly 800: "4rem";
|
|
640
|
+
readonly 900: "4.5rem";
|
|
854
641
|
};
|
|
855
|
-
|
|
856
|
-
readonly
|
|
642
|
+
radii: {
|
|
643
|
+
readonly none: 0;
|
|
644
|
+
readonly half: "999em";
|
|
645
|
+
readonly 25: "2px";
|
|
646
|
+
readonly 50: "4px";
|
|
647
|
+
readonly 75: "6px";
|
|
648
|
+
readonly 100: "8px";
|
|
649
|
+
readonly 200: "16px";
|
|
857
650
|
};
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
readonly
|
|
651
|
+
shadows: {
|
|
652
|
+
readonly 50: "0 4px 16px #05003812";
|
|
653
|
+
readonly 100: "0 8px 32px #05003808";
|
|
654
|
+
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
655
|
+
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
656
|
+
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
657
|
+
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
864
658
|
};
|
|
865
|
-
|
|
866
|
-
readonly
|
|
659
|
+
sizes: {
|
|
660
|
+
readonly number: string;
|
|
661
|
+
readonly 'icon-200': "16px";
|
|
662
|
+
readonly 'icon-300': "24px";
|
|
663
|
+
readonly 'icon-400': "32px";
|
|
867
664
|
};
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
readonly
|
|
665
|
+
space: {
|
|
666
|
+
readonly none: 0;
|
|
667
|
+
readonly 50: "4px";
|
|
668
|
+
readonly 100: "8px";
|
|
669
|
+
readonly 150: "12px";
|
|
670
|
+
readonly 200: "16px";
|
|
671
|
+
readonly 300: "24px";
|
|
672
|
+
readonly 400: "32px";
|
|
673
|
+
readonly 500: "64px";
|
|
674
|
+
readonly 600: "48px";
|
|
675
|
+
readonly 800: "64px";
|
|
676
|
+
readonly 1200: "96px";
|
|
677
|
+
readonly 1600: "128px";
|
|
678
|
+
};
|
|
679
|
+
'space-gap': {
|
|
680
|
+
readonly none: any;
|
|
681
|
+
readonly 50: any;
|
|
682
|
+
readonly 100: any;
|
|
683
|
+
readonly 200: any;
|
|
684
|
+
readonly 300: any;
|
|
874
685
|
};
|
|
875
|
-
|
|
686
|
+
'space-inset': {
|
|
687
|
+
readonly none: any;
|
|
688
|
+
readonly 50: any;
|
|
689
|
+
readonly 100: any;
|
|
690
|
+
readonly 150: any;
|
|
691
|
+
readonly 200: any;
|
|
692
|
+
readonly 300: any;
|
|
693
|
+
readonly 400: any;
|
|
694
|
+
readonly 600: any;
|
|
695
|
+
readonly 800: any;
|
|
696
|
+
readonly 1200: any;
|
|
697
|
+
readonly 1600: any;
|
|
698
|
+
};
|
|
699
|
+
'space-offset': {
|
|
700
|
+
readonly none: any;
|
|
701
|
+
readonly 50: any;
|
|
702
|
+
readonly 100: any;
|
|
703
|
+
readonly 150: any;
|
|
704
|
+
readonly 200: any;
|
|
705
|
+
readonly 300: any;
|
|
706
|
+
readonly 400: any;
|
|
707
|
+
readonly 600: any;
|
|
708
|
+
readonly 800: any;
|
|
709
|
+
readonly 1200: any;
|
|
710
|
+
readonly 1600: any;
|
|
711
|
+
readonly 'stacking-none': any;
|
|
712
|
+
readonly 'stacking-100': any;
|
|
713
|
+
readonly 'stacking-200': any;
|
|
714
|
+
readonly 'stacking-300': any;
|
|
715
|
+
readonly 'stacking-400': any;
|
|
716
|
+
readonly 'stacking-500': any;
|
|
717
|
+
readonly 'stacking-800': any;
|
|
718
|
+
};
|
|
719
|
+
'z-indices': {
|
|
720
|
+
readonly dropdownMenu: 100;
|
|
721
|
+
readonly popover: 200;
|
|
722
|
+
readonly tooltip: 300;
|
|
723
|
+
};
|
|
724
|
+
}, {
|
|
725
|
+
readonly background: "colors";
|
|
726
|
+
readonly backgroundColor: "colors";
|
|
727
|
+
readonly backgroundImage: "colors";
|
|
728
|
+
readonly blockSize: "sizes";
|
|
729
|
+
readonly border: "colors";
|
|
730
|
+
readonly borderBlock: "colors";
|
|
731
|
+
readonly borderBlockEnd: "colors";
|
|
732
|
+
readonly borderBlockStart: "colors";
|
|
733
|
+
readonly borderBottom: "colors";
|
|
734
|
+
readonly borderBottomColor: "colors";
|
|
735
|
+
readonly borderBottomLeftRadius: "radii";
|
|
736
|
+
readonly borderBottomRightRadius: "radii";
|
|
737
|
+
readonly borderBottomStyle: "border-styles";
|
|
738
|
+
readonly borderBottomWidth: "border-widths";
|
|
739
|
+
readonly borderColor: "colors";
|
|
740
|
+
readonly borderImage: "colors";
|
|
741
|
+
readonly borderInline: "colors";
|
|
742
|
+
readonly borderInlineEnd: "colors";
|
|
743
|
+
readonly borderInlineStart: "colors";
|
|
744
|
+
readonly borderLeft: "colors";
|
|
745
|
+
readonly borderLeftColor: "colors";
|
|
746
|
+
readonly borderLeftStyle: "border-styles";
|
|
747
|
+
readonly borderLeftWidth: "border-widths";
|
|
748
|
+
readonly borderRadius: "radii";
|
|
749
|
+
readonly borderRight: "colors";
|
|
750
|
+
readonly borderRightColor: "colors";
|
|
751
|
+
readonly borderRightStyle: "border-styles";
|
|
752
|
+
readonly borderRightWidth: "border-widths";
|
|
753
|
+
readonly borderStyle: "border-styles";
|
|
754
|
+
readonly borderTop: "colors";
|
|
755
|
+
readonly borderTopColor: "colors";
|
|
756
|
+
readonly borderTopLeftRadius: "radii";
|
|
757
|
+
readonly borderTopRightRadius: "radii";
|
|
758
|
+
readonly borderTopStyle: "border-styles";
|
|
759
|
+
readonly borderTopWidth: "border-widths";
|
|
760
|
+
readonly borderWidth: "border-widths";
|
|
761
|
+
readonly bottom: "space";
|
|
762
|
+
readonly boxShadow: "shadows";
|
|
763
|
+
readonly caretColor: "colors";
|
|
764
|
+
readonly color: "colors";
|
|
765
|
+
readonly columnGap: "space-gap";
|
|
766
|
+
readonly columnRuleColor: "colors";
|
|
767
|
+
readonly fill: "colors";
|
|
768
|
+
readonly flexBasis: "sizes";
|
|
769
|
+
readonly fontFamily: "fonts";
|
|
770
|
+
readonly fontSize: "font-sizes";
|
|
771
|
+
readonly fontWeight: "font-weights";
|
|
772
|
+
readonly gap: "space-gap";
|
|
773
|
+
readonly gridColumnGap: "space-gap";
|
|
774
|
+
readonly gridGap: "space-gap";
|
|
775
|
+
readonly gridRowGap: "space-gap";
|
|
776
|
+
readonly gridTemplateColumns: "sizes";
|
|
777
|
+
readonly gridTemplateRows: "sizes";
|
|
778
|
+
readonly height: "sizes";
|
|
779
|
+
readonly inlineSize: "sizes";
|
|
780
|
+
readonly inset: "space-inset";
|
|
781
|
+
readonly insetBlock: "space-inset";
|
|
782
|
+
readonly insetBlockEnd: "space-inset";
|
|
783
|
+
readonly insetBlockStart: "space-inset";
|
|
784
|
+
readonly insetInline: "space-inset";
|
|
785
|
+
readonly insetInlineEnd: "space-inset";
|
|
786
|
+
readonly insetInlineStart: "space-inset";
|
|
787
|
+
readonly left: "space";
|
|
788
|
+
readonly letterSpacing: "letter-spacings";
|
|
789
|
+
readonly lineHeight: "line-heights";
|
|
790
|
+
readonly margin: "space-offset";
|
|
791
|
+
readonly marginBlock: "space-offset";
|
|
792
|
+
readonly marginBlockEnd: "space-offset";
|
|
793
|
+
readonly marginBlockStart: "space-offset";
|
|
794
|
+
readonly marginBottom: "space-offset";
|
|
795
|
+
readonly marginInline: "space-offset";
|
|
796
|
+
readonly marginInlineEnd: "space-offset";
|
|
797
|
+
readonly marginInlineStart: "space-offset";
|
|
798
|
+
readonly marginLeft: "space-offset";
|
|
799
|
+
readonly marginRight: "space-offset";
|
|
800
|
+
readonly marginTop: "space-offset";
|
|
801
|
+
readonly maxBlockSize: "sizes";
|
|
802
|
+
readonly maxHeight: "sizes";
|
|
803
|
+
readonly maxInlineSize: "sizes";
|
|
804
|
+
readonly maxWidth: "sizes";
|
|
805
|
+
readonly minBlockSize: "sizes";
|
|
806
|
+
readonly minHeight: "sizes";
|
|
807
|
+
readonly minInlineSize: "sizes";
|
|
808
|
+
readonly minWidth: "sizes";
|
|
809
|
+
readonly outline: "colors";
|
|
810
|
+
readonly outlineColor: "colors";
|
|
811
|
+
readonly padding: "space-inset";
|
|
812
|
+
readonly paddingBlock: "space-inset";
|
|
813
|
+
readonly paddingBlockEnd: "space-inset";
|
|
814
|
+
readonly paddingBlockStart: "space-inset";
|
|
815
|
+
readonly paddingBottom: "space-inset";
|
|
816
|
+
readonly paddingInline: "space-inset";
|
|
817
|
+
readonly paddingInlineEnd: "space-inset";
|
|
818
|
+
readonly paddingInlineStart: "space-inset";
|
|
819
|
+
readonly paddingLeft: "space-inset";
|
|
820
|
+
readonly paddingRight: "space-inset";
|
|
821
|
+
readonly paddingTop: "space-inset";
|
|
822
|
+
readonly right: "space";
|
|
823
|
+
readonly rowGap: "space-gap";
|
|
824
|
+
readonly scrollMargin: "space-offset";
|
|
825
|
+
readonly scrollMarginBlock: "space-offset";
|
|
826
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
827
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
828
|
+
readonly scrollMarginBottom: "space-offset";
|
|
829
|
+
readonly scrollMarginInline: "space-offset";
|
|
830
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
831
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
832
|
+
readonly scrollMarginLeft: "space-offset";
|
|
833
|
+
readonly scrollMarginRight: "space-offset";
|
|
834
|
+
readonly scrollMarginTop: "space-offset";
|
|
835
|
+
readonly scrollPadding: "space-inset";
|
|
836
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
837
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
838
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
839
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
840
|
+
readonly scrollPaddingInline: "space-inset";
|
|
841
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
842
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
843
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
844
|
+
readonly scrollPaddingRight: "space-inset";
|
|
845
|
+
readonly scrollPaddingTop: "space-inset";
|
|
846
|
+
readonly stroke: "colors";
|
|
847
|
+
readonly textDecorationColor: "colors";
|
|
848
|
+
readonly textShadow: "shadows";
|
|
849
|
+
readonly top: "space";
|
|
850
|
+
readonly transition: "transitions";
|
|
851
|
+
readonly width: "sizes";
|
|
852
|
+
readonly zIndex: "z-indices";
|
|
853
|
+
}, {
|
|
854
|
+
paddingX: (value: {
|
|
855
|
+
readonly [$$PropertyValue]: "padding";
|
|
856
|
+
}) => {
|
|
857
|
+
paddingLeft: {
|
|
858
|
+
readonly [$$PropertyValue]: "padding";
|
|
859
|
+
};
|
|
860
|
+
paddingRight: {
|
|
861
|
+
readonly [$$PropertyValue]: "padding";
|
|
862
|
+
};
|
|
863
|
+
};
|
|
864
|
+
paddingY: (value: {
|
|
865
|
+
readonly [$$PropertyValue]: "padding";
|
|
866
|
+
}) => {
|
|
867
|
+
paddingTop: {
|
|
868
|
+
readonly [$$PropertyValue]: "padding";
|
|
869
|
+
};
|
|
870
|
+
paddingBottom: {
|
|
871
|
+
readonly [$$PropertyValue]: "padding";
|
|
872
|
+
};
|
|
873
|
+
};
|
|
874
|
+
marginX: (value: {
|
|
876
875
|
readonly [$$PropertyValue]: "margin";
|
|
876
|
+
}) => {
|
|
877
|
+
marginLeft: {
|
|
878
|
+
readonly [$$PropertyValue]: "margin";
|
|
879
|
+
};
|
|
880
|
+
marginRight: {
|
|
881
|
+
readonly [$$PropertyValue]: "margin";
|
|
882
|
+
};
|
|
877
883
|
};
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
+
marginY: (value: {
|
|
885
|
+
readonly [$$PropertyValue]: "margin";
|
|
886
|
+
}) => {
|
|
887
|
+
marginTop: {
|
|
888
|
+
readonly [$$PropertyValue]: "margin";
|
|
889
|
+
};
|
|
890
|
+
marginBottom: {
|
|
891
|
+
readonly [$$PropertyValue]: "margin";
|
|
892
|
+
};
|
|
884
893
|
};
|
|
885
|
-
|
|
894
|
+
square: (value: {
|
|
886
895
|
readonly [$$PropertyValue]: "width";
|
|
896
|
+
}) => {
|
|
897
|
+
width: {
|
|
898
|
+
readonly [$$PropertyValue]: "width";
|
|
899
|
+
};
|
|
900
|
+
height: {
|
|
901
|
+
readonly [$$PropertyValue]: "width";
|
|
902
|
+
};
|
|
887
903
|
};
|
|
888
|
-
};
|
|
889
|
-
}
|
|
904
|
+
}> | undefined;
|
|
905
|
+
}> & {
|
|
906
|
+
children?: react.ReactNode;
|
|
907
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "size" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "weight" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLSpanElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"span">>, {
|
|
890
908
|
size?: "small" | "normal" | "mini" | undefined;
|
|
891
909
|
weight?: "bold" | "normal" | undefined;
|
|
892
910
|
}, {}>;
|
|
@@ -906,7 +924,7 @@ interface TextProps extends StyledTextProps {
|
|
|
906
924
|
*/
|
|
907
925
|
weight?: StyledTextProps['weight'];
|
|
908
926
|
}
|
|
909
|
-
declare const Text: react__default.ForwardRefExoticComponent<Pick<TextProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "slot" | "title" | "placeholder" | "size" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "
|
|
927
|
+
declare const Text: react__default.ForwardRefExoticComponent<Pick<TextProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "placeholder" | "size" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "weight"> & react__default.RefAttributes<HTMLSpanElement>>;
|
|
910
928
|
|
|
911
929
|
interface ParagraphProps extends TextProps {
|
|
912
930
|
/**
|
|
@@ -922,6 +940,6 @@ interface ParagraphProps extends TextProps {
|
|
|
922
940
|
*/
|
|
923
941
|
weight?: TextProps['weight'];
|
|
924
942
|
}
|
|
925
|
-
declare const Paragraph: react__default.ForwardRefExoticComponent<Pick<ParagraphProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "slot" | "title" | "placeholder" | "size" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "
|
|
943
|
+
declare const Paragraph: react__default.ForwardRefExoticComponent<Pick<ParagraphProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "placeholder" | "size" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "weight"> & react__default.RefAttributes<HTMLSpanElement>>;
|
|
926
944
|
|
|
927
945
|
export { Heading, HeadingProps, Paragraph, ParagraphProps, Text, TextProps };
|