@mirohq/design-system-typography 0.4.5 → 0.4.6
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 +1432 -1461
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1,507 +1,498 @@
|
|
|
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';
|
|
4
3
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
5
|
-
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
6
4
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
5
|
+
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
6
|
+
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
7
7
|
|
|
8
|
-
declare const H1: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
'
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
8
|
+
declare const H1: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"h1">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
9
|
+
'border-widths': {
|
|
10
|
+
readonly none: 0;
|
|
11
|
+
readonly sm: "1px";
|
|
12
|
+
readonly md: "2px";
|
|
13
|
+
readonly lg: "4px";
|
|
14
|
+
};
|
|
15
|
+
colors: {
|
|
16
|
+
readonly black: any;
|
|
17
|
+
readonly 'blue-100': any;
|
|
18
|
+
readonly 'blue-200': any;
|
|
19
|
+
readonly 'blue-300': any;
|
|
20
|
+
readonly 'blue-400': any;
|
|
21
|
+
readonly 'blue-500': any;
|
|
22
|
+
readonly 'blue-600': any;
|
|
23
|
+
readonly 'blue-700': any;
|
|
24
|
+
readonly 'blue-800': any;
|
|
25
|
+
readonly 'blue-900': any;
|
|
26
|
+
readonly 'blue-1000': any;
|
|
27
|
+
readonly 'gray-100': any;
|
|
28
|
+
readonly 'gray-200': any;
|
|
29
|
+
readonly 'gray-300': any;
|
|
30
|
+
readonly 'gray-400': any;
|
|
31
|
+
readonly 'gray-500': any;
|
|
32
|
+
readonly 'gray-600': any;
|
|
33
|
+
readonly 'gray-700': any;
|
|
34
|
+
readonly 'gray-800': any;
|
|
35
|
+
readonly 'gray-900': any;
|
|
36
|
+
readonly 'green-100': any;
|
|
37
|
+
readonly 'green-200': any;
|
|
38
|
+
readonly 'green-300': any;
|
|
39
|
+
readonly 'green-400': any;
|
|
40
|
+
readonly 'green-500': any;
|
|
41
|
+
readonly 'green-600': any;
|
|
42
|
+
readonly 'green-700': any;
|
|
43
|
+
readonly 'green-800': any;
|
|
44
|
+
readonly 'green-900': any;
|
|
45
|
+
readonly 'indigo-100': any;
|
|
46
|
+
readonly 'indigo-200': any;
|
|
47
|
+
readonly 'indigo-300': any;
|
|
48
|
+
readonly 'indigo-400': any;
|
|
49
|
+
readonly 'indigo-500': any;
|
|
50
|
+
readonly 'indigo-600': any;
|
|
51
|
+
readonly 'indigo-700': any;
|
|
52
|
+
readonly 'indigo-800': any;
|
|
53
|
+
readonly 'indigo-900': any;
|
|
54
|
+
readonly 'red-100': any;
|
|
55
|
+
readonly 'red-200': any;
|
|
56
|
+
readonly 'red-300': any;
|
|
57
|
+
readonly 'red-400': any;
|
|
58
|
+
readonly 'red-500': any;
|
|
59
|
+
readonly 'red-600': any;
|
|
60
|
+
readonly 'red-700': any;
|
|
61
|
+
readonly 'red-800': any;
|
|
62
|
+
readonly 'red-900': any;
|
|
63
|
+
readonly transparent: any;
|
|
64
|
+
readonly white: any;
|
|
65
|
+
readonly 'yellow-100': any;
|
|
66
|
+
readonly 'yellow-200': any;
|
|
67
|
+
readonly 'yellow-300': any;
|
|
68
|
+
readonly 'yellow-400': any;
|
|
69
|
+
readonly 'yellow-500': any;
|
|
70
|
+
readonly 'yellow-600': any;
|
|
71
|
+
readonly 'yellow-700': any;
|
|
72
|
+
readonly 'yellow-800': any;
|
|
73
|
+
readonly 'yellow-900': any;
|
|
74
|
+
"background-alpha-active"?: any;
|
|
75
|
+
"background-alpha-hover"?: any;
|
|
76
|
+
"background-danger-prominent"?: any;
|
|
77
|
+
"background-danger-prominent-active"?: any;
|
|
78
|
+
"background-danger-prominent-hover"?: any;
|
|
79
|
+
"background-danger-subtle"?: any;
|
|
80
|
+
"background-danger-subtle-active"?: any;
|
|
81
|
+
"background-danger-subtle-hover"?: any;
|
|
82
|
+
"background-neutrals"?: any;
|
|
83
|
+
"background-neutrals-active"?: any;
|
|
84
|
+
"background-neutrals-container"?: any;
|
|
85
|
+
"background-neutrals-controls-disabled"?: any;
|
|
86
|
+
"background-neutrals-disabled"?: any;
|
|
87
|
+
"background-neutrals-hover"?: any;
|
|
88
|
+
"background-neutrals-inactive"?: any;
|
|
89
|
+
"background-neutrals-inactive-hover"?: any;
|
|
90
|
+
"background-neutrals-inverted"?: any;
|
|
91
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
92
|
+
"background-neutrals-page"?: any;
|
|
93
|
+
"background-neutrals-page-subtle"?: any;
|
|
94
|
+
"background-neutrals-scrolls"?: any;
|
|
95
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
96
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
97
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
98
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
99
|
+
"background-neutrals-subtle"?: any;
|
|
100
|
+
"background-neutrals-subtle-active"?: any;
|
|
101
|
+
"background-neutrals-subtle-hover"?: any;
|
|
102
|
+
"background-primary-prominent"?: any;
|
|
103
|
+
"background-primary-prominent-active"?: any;
|
|
104
|
+
"background-primary-prominent-expanded"?: any;
|
|
105
|
+
"background-primary-prominent-hover"?: any;
|
|
106
|
+
"background-primary-prominent-pressed"?: any;
|
|
107
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
108
|
+
"background-primary-prominent-selected"?: any;
|
|
109
|
+
"background-primary-subtle"?: any;
|
|
110
|
+
"background-primary-subtle-active"?: any;
|
|
111
|
+
"background-primary-subtle-expanded"?: any;
|
|
112
|
+
"background-primary-subtle-hover"?: any;
|
|
113
|
+
"background-primary-subtle-pressed"?: any;
|
|
114
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
115
|
+
"background-primary-subtle-selected"?: any;
|
|
116
|
+
"background-success"?: any;
|
|
117
|
+
"background-success-prominent"?: any;
|
|
118
|
+
"background-success-prominent-active"?: any;
|
|
119
|
+
"background-success-prominent-hover"?: any;
|
|
120
|
+
"background-warning-prominent"?: any;
|
|
121
|
+
"background-warning-subtle"?: any;
|
|
122
|
+
"border-danger"?: any;
|
|
123
|
+
"border-danger-active"?: any;
|
|
124
|
+
"border-danger-hover"?: any;
|
|
125
|
+
"border-focus-inner"?: any;
|
|
126
|
+
"border-focus-middle"?: any;
|
|
127
|
+
"border-focus-outer"?: any;
|
|
128
|
+
"border-neutrals"?: any;
|
|
129
|
+
"border-neutrals-active"?: any;
|
|
130
|
+
"border-neutrals-controls"?: any;
|
|
131
|
+
"border-neutrals-controls-disabled"?: any;
|
|
132
|
+
"border-neutrals-disabled"?: any;
|
|
133
|
+
"border-neutrals-hover"?: any;
|
|
134
|
+
"border-neutrals-inverted"?: any;
|
|
135
|
+
"border-neutrals-subtle"?: any;
|
|
136
|
+
"border-neutrals-text"?: any;
|
|
137
|
+
"border-neutrals-text-active"?: any;
|
|
138
|
+
"border-neutrals-text-hover"?: any;
|
|
139
|
+
"border-neutrals-text-subtle"?: any;
|
|
140
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
141
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
142
|
+
"border-neutrals-transparent"?: any;
|
|
143
|
+
"border-primary"?: any;
|
|
144
|
+
"border-primary-active"?: any;
|
|
145
|
+
"border-primary-hover"?: any;
|
|
146
|
+
"border-primary-inverted"?: any;
|
|
147
|
+
"border-success"?: any;
|
|
148
|
+
"border-success-active"?: any;
|
|
149
|
+
"border-success-hover"?: any;
|
|
150
|
+
"border-warning"?: any;
|
|
151
|
+
"icon-danger"?: any;
|
|
152
|
+
"icon-danger-active"?: any;
|
|
153
|
+
"icon-danger-hover"?: any;
|
|
154
|
+
"icon-danger-inverted"?: any;
|
|
155
|
+
"icon-neutrals"?: any;
|
|
156
|
+
"icon-neutrals-disabled"?: any;
|
|
157
|
+
"icon-neutrals-inactive"?: any;
|
|
158
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
159
|
+
"icon-neutrals-inverted"?: any;
|
|
160
|
+
"icon-neutrals-search"?: any;
|
|
161
|
+
"icon-neutrals-subtle"?: any;
|
|
162
|
+
"icon-neutrals-text"?: any;
|
|
163
|
+
"icon-primary"?: any;
|
|
164
|
+
"icon-primary-active"?: any;
|
|
165
|
+
"icon-primary-hover"?: any;
|
|
166
|
+
"icon-primary-inverted"?: any;
|
|
167
|
+
"icon-primary-selected"?: any;
|
|
168
|
+
"icon-success"?: any;
|
|
169
|
+
"icon-success-active"?: any;
|
|
170
|
+
"icon-success-hover"?: any;
|
|
171
|
+
"icon-success-inverted"?: any;
|
|
172
|
+
"icon-warning"?: any;
|
|
173
|
+
"icon-warning-prominent"?: any;
|
|
174
|
+
"icon-warning-subtle"?: any;
|
|
175
|
+
"text-danger"?: any;
|
|
176
|
+
"text-danger-active"?: any;
|
|
177
|
+
"text-danger-hover"?: any;
|
|
178
|
+
"text-danger-inverted"?: any;
|
|
179
|
+
"text-neutrals"?: any;
|
|
180
|
+
"text-neutrals-active"?: any;
|
|
181
|
+
"text-neutrals-disabled"?: any;
|
|
182
|
+
"text-neutrals-hover"?: any;
|
|
183
|
+
"text-neutrals-inverted"?: any;
|
|
184
|
+
"text-neutrals-placeholder"?: any;
|
|
185
|
+
"text-neutrals-placeholder-only"?: any;
|
|
186
|
+
"text-neutrals-subtle"?: any;
|
|
187
|
+
"text-neutrals-subtle-active"?: any;
|
|
188
|
+
"text-neutrals-subtle-hover"?: any;
|
|
189
|
+
"text-primary"?: any;
|
|
190
|
+
"text-primary-active"?: any;
|
|
191
|
+
"text-primary-hover"?: any;
|
|
192
|
+
"text-primary-inverted"?: any;
|
|
193
|
+
"text-primary-inverted-subtle"?: any;
|
|
194
|
+
"text-primary-selected"?: any;
|
|
195
|
+
"text-success"?: any;
|
|
196
|
+
"text-success-active"?: any;
|
|
197
|
+
"text-success-hover"?: any;
|
|
198
|
+
"text-success-inverted"?: any;
|
|
199
|
+
"text-warning"?: any;
|
|
200
|
+
"text-warning-subtle"?: any;
|
|
201
|
+
};
|
|
202
|
+
'font-sizes': {
|
|
203
|
+
readonly 150: "0.75rem";
|
|
204
|
+
readonly 175: "0.875rem";
|
|
205
|
+
readonly 200: "1rem";
|
|
206
|
+
readonly 225: "1.125rem";
|
|
207
|
+
readonly 250: "1.25rem";
|
|
208
|
+
readonly 300: "1.5rem";
|
|
209
|
+
readonly 400: "2rem";
|
|
210
|
+
readonly 500: "2.5rem";
|
|
211
|
+
readonly 600: "3rem";
|
|
212
|
+
readonly 800: "4rem";
|
|
213
|
+
readonly 900: "4.5rem";
|
|
214
|
+
};
|
|
215
|
+
fonts: {
|
|
216
|
+
readonly heading: "Roobert, sans-serif";
|
|
217
|
+
readonly body: "Open Sans, sans-serif";
|
|
218
|
+
};
|
|
219
|
+
radii: {
|
|
220
|
+
readonly none: 0;
|
|
221
|
+
readonly half: "999em";
|
|
222
|
+
readonly 25: "2px";
|
|
223
|
+
readonly 50: "4px";
|
|
224
|
+
readonly 75: "6px";
|
|
225
|
+
readonly 100: "8px";
|
|
226
|
+
readonly 200: "16px";
|
|
227
|
+
};
|
|
228
|
+
shadows: {
|
|
229
|
+
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";
|
|
230
|
+
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";
|
|
231
|
+
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";
|
|
232
|
+
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";
|
|
233
|
+
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
234
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
235
|
+
};
|
|
236
|
+
sizes: {
|
|
237
|
+
readonly number: string;
|
|
238
|
+
readonly 'icon-200': "16px";
|
|
239
|
+
readonly 'icon-300': "24px";
|
|
240
|
+
readonly 'icon-400': "32px";
|
|
241
|
+
};
|
|
242
|
+
space: {
|
|
243
|
+
readonly 0: "0px";
|
|
244
|
+
readonly 25: "2px";
|
|
245
|
+
readonly 50: "4px";
|
|
246
|
+
readonly 100: "8px";
|
|
247
|
+
readonly 150: "12px";
|
|
248
|
+
readonly 200: "16px";
|
|
249
|
+
readonly 300: "24px";
|
|
250
|
+
readonly 400: "32px";
|
|
251
|
+
readonly 500: "40px";
|
|
252
|
+
readonly 600: "48px";
|
|
253
|
+
readonly 700: "56px";
|
|
254
|
+
readonly 800: "64px";
|
|
255
|
+
readonly 1200: "96px";
|
|
256
|
+
readonly 1600: "128px";
|
|
257
|
+
};
|
|
258
|
+
'space-gap': {
|
|
259
|
+
readonly 0: any;
|
|
260
|
+
readonly 50: any;
|
|
261
|
+
readonly 100: any;
|
|
262
|
+
readonly 200: any;
|
|
263
|
+
readonly 300: any;
|
|
264
|
+
};
|
|
265
|
+
'space-inset': {
|
|
266
|
+
readonly 0: any;
|
|
267
|
+
readonly 50: any;
|
|
268
|
+
readonly 100: any;
|
|
269
|
+
readonly 150: any;
|
|
270
|
+
readonly 200: any;
|
|
271
|
+
readonly 300: any;
|
|
272
|
+
readonly 400: any;
|
|
273
|
+
readonly 500: any;
|
|
274
|
+
readonly 600: any;
|
|
275
|
+
readonly 700: any;
|
|
276
|
+
readonly 800: any;
|
|
277
|
+
readonly 1200: any;
|
|
278
|
+
readonly 1600: any;
|
|
279
|
+
};
|
|
280
|
+
'space-offset': {
|
|
281
|
+
readonly 0: any;
|
|
282
|
+
readonly 50: any;
|
|
283
|
+
readonly 100: any;
|
|
284
|
+
readonly 150: any;
|
|
285
|
+
readonly 200: any;
|
|
286
|
+
readonly 300: any;
|
|
287
|
+
readonly 400: any;
|
|
288
|
+
readonly 600: any;
|
|
289
|
+
readonly 800: any;
|
|
290
|
+
readonly 1200: any;
|
|
291
|
+
readonly 1600: any;
|
|
292
|
+
readonly 'stacking-0': any;
|
|
293
|
+
readonly 'stacking-100': any;
|
|
294
|
+
readonly 'stacking-200': any;
|
|
295
|
+
readonly 'stacking-300': any;
|
|
296
|
+
readonly 'stacking-400': any;
|
|
297
|
+
readonly 'stacking-500': any;
|
|
298
|
+
readonly 'stacking-800': any;
|
|
299
|
+
};
|
|
300
|
+
'stroke-width': {
|
|
301
|
+
readonly thin: "1.5px";
|
|
302
|
+
readonly normal: "2px";
|
|
303
|
+
readonly bold: "4px";
|
|
304
|
+
};
|
|
305
|
+
'z-indices': {
|
|
306
|
+
readonly dropdownMenu: 100;
|
|
307
|
+
readonly select: 200;
|
|
308
|
+
readonly popover: 300;
|
|
309
|
+
readonly tooltip: 400;
|
|
310
|
+
};
|
|
311
|
+
}, {
|
|
312
|
+
readonly background: "colors";
|
|
313
|
+
readonly backgroundColor: "colors";
|
|
314
|
+
readonly backgroundImage: "colors";
|
|
315
|
+
readonly blockSize: "sizes";
|
|
316
|
+
readonly border: "colors";
|
|
317
|
+
readonly borderBlock: "colors";
|
|
318
|
+
readonly borderBlockEnd: "colors";
|
|
319
|
+
readonly borderBlockStart: "colors";
|
|
320
|
+
readonly borderBottom: "colors";
|
|
321
|
+
readonly borderBottomColor: "colors";
|
|
322
|
+
readonly borderBottomLeftRadius: "radii";
|
|
323
|
+
readonly borderBottomRightRadius: "radii";
|
|
324
|
+
readonly borderBottomStyle: "border-styles";
|
|
325
|
+
readonly borderBottomWidth: "border-widths";
|
|
326
|
+
readonly borderColor: "colors";
|
|
327
|
+
readonly borderImage: "colors";
|
|
328
|
+
readonly borderInline: "colors";
|
|
329
|
+
readonly borderInlineEnd: "colors";
|
|
330
|
+
readonly borderInlineStart: "colors";
|
|
331
|
+
readonly borderLeft: "colors";
|
|
332
|
+
readonly borderLeftColor: "colors";
|
|
333
|
+
readonly borderLeftStyle: "border-styles";
|
|
334
|
+
readonly borderLeftWidth: "border-widths";
|
|
335
|
+
readonly borderRadius: "radii";
|
|
336
|
+
readonly borderRight: "colors";
|
|
337
|
+
readonly borderRightColor: "colors";
|
|
338
|
+
readonly borderRightStyle: "border-styles";
|
|
339
|
+
readonly borderRightWidth: "border-widths";
|
|
340
|
+
readonly borderSpacing: "space-offset";
|
|
341
|
+
readonly borderStyle: "border-styles";
|
|
342
|
+
readonly borderTop: "colors";
|
|
343
|
+
readonly borderTopColor: "colors";
|
|
344
|
+
readonly borderTopLeftRadius: "radii";
|
|
345
|
+
readonly borderTopRightRadius: "radii";
|
|
346
|
+
readonly borderTopStyle: "border-styles";
|
|
347
|
+
readonly borderTopWidth: "border-widths";
|
|
348
|
+
readonly borderWidth: "border-widths";
|
|
349
|
+
readonly bottom: "space";
|
|
350
|
+
readonly boxShadow: "shadows";
|
|
351
|
+
readonly caretColor: "colors";
|
|
352
|
+
readonly color: "colors";
|
|
353
|
+
readonly columnGap: "space-gap";
|
|
354
|
+
readonly columnRuleColor: "colors";
|
|
355
|
+
readonly fill: "colors";
|
|
356
|
+
readonly flexBasis: "sizes";
|
|
357
|
+
readonly fontFamily: "fonts";
|
|
358
|
+
readonly fontSize: "font-sizes";
|
|
359
|
+
readonly fontWeight: "font-weights";
|
|
360
|
+
readonly gap: "space-gap";
|
|
361
|
+
readonly gridColumnGap: "space-gap";
|
|
362
|
+
readonly gridGap: "space-gap";
|
|
363
|
+
readonly gridRowGap: "space-gap";
|
|
364
|
+
readonly gridTemplateColumns: "sizes";
|
|
365
|
+
readonly gridTemplateRows: "sizes";
|
|
366
|
+
readonly height: "sizes";
|
|
367
|
+
readonly inlineSize: "sizes";
|
|
368
|
+
readonly inset: "space-inset";
|
|
369
|
+
readonly insetBlock: "space-inset";
|
|
370
|
+
readonly insetBlockEnd: "space-inset";
|
|
371
|
+
readonly insetBlockStart: "space-inset";
|
|
372
|
+
readonly insetInline: "space-inset";
|
|
373
|
+
readonly insetInlineEnd: "space-inset";
|
|
374
|
+
readonly insetInlineStart: "space-inset";
|
|
375
|
+
readonly left: "space";
|
|
376
|
+
readonly letterSpacing: "letter-spacings";
|
|
377
|
+
readonly lineHeight: "line-heights";
|
|
378
|
+
readonly margin: "space-offset";
|
|
379
|
+
readonly marginBlock: "space-offset";
|
|
380
|
+
readonly marginBlockEnd: "space-offset";
|
|
381
|
+
readonly marginBlockStart: "space-offset";
|
|
382
|
+
readonly marginBottom: "space-offset";
|
|
383
|
+
readonly marginInline: "space-offset";
|
|
384
|
+
readonly marginInlineEnd: "space-offset";
|
|
385
|
+
readonly marginInlineStart: "space-offset";
|
|
386
|
+
readonly marginLeft: "space-offset";
|
|
387
|
+
readonly marginRight: "space-offset";
|
|
388
|
+
readonly marginTop: "space-offset";
|
|
389
|
+
readonly maxBlockSize: "sizes";
|
|
390
|
+
readonly maxHeight: "sizes";
|
|
391
|
+
readonly maxInlineSize: "sizes";
|
|
392
|
+
readonly maxWidth: "sizes";
|
|
393
|
+
readonly minBlockSize: "sizes";
|
|
394
|
+
readonly minHeight: "sizes";
|
|
395
|
+
readonly minInlineSize: "sizes";
|
|
396
|
+
readonly minWidth: "sizes";
|
|
397
|
+
readonly outline: "colors";
|
|
398
|
+
readonly outlineColor: "colors";
|
|
399
|
+
readonly padding: "space-inset";
|
|
400
|
+
readonly paddingBlock: "space-inset";
|
|
401
|
+
readonly paddingBlockEnd: "space-inset";
|
|
402
|
+
readonly paddingBlockStart: "space-inset";
|
|
403
|
+
readonly paddingBottom: "space-inset";
|
|
404
|
+
readonly paddingInline: "space-inset";
|
|
405
|
+
readonly paddingInlineEnd: "space-inset";
|
|
406
|
+
readonly paddingInlineStart: "space-inset";
|
|
407
|
+
readonly paddingLeft: "space-inset";
|
|
408
|
+
readonly paddingRight: "space-inset";
|
|
409
|
+
readonly paddingTop: "space-inset";
|
|
410
|
+
readonly right: "space";
|
|
411
|
+
readonly rowGap: "space-gap";
|
|
412
|
+
readonly scrollMargin: "space-offset";
|
|
413
|
+
readonly scrollMarginBlock: "space-offset";
|
|
414
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
415
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
416
|
+
readonly scrollMarginBottom: "space-offset";
|
|
417
|
+
readonly scrollMarginInline: "space-offset";
|
|
418
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
419
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
420
|
+
readonly scrollMarginLeft: "space-offset";
|
|
421
|
+
readonly scrollMarginRight: "space-offset";
|
|
422
|
+
readonly scrollMarginTop: "space-offset";
|
|
423
|
+
readonly scrollPadding: "space-inset";
|
|
424
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
425
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
426
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
427
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
428
|
+
readonly scrollPaddingInline: "space-inset";
|
|
429
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
430
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
431
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
432
|
+
readonly scrollPaddingRight: "space-inset";
|
|
433
|
+
readonly scrollPaddingTop: "space-inset";
|
|
434
|
+
readonly stroke: "colors";
|
|
435
|
+
readonly strokeWidth: "stroke-width";
|
|
436
|
+
readonly textDecorationColor: "colors";
|
|
437
|
+
readonly textShadow: "shadows";
|
|
438
|
+
readonly top: "space";
|
|
439
|
+
readonly transition: "transitions";
|
|
440
|
+
readonly width: "sizes";
|
|
441
|
+
readonly zIndex: "z-indices";
|
|
442
|
+
}, {
|
|
443
|
+
paddingX: (value: {
|
|
444
|
+
readonly [$$PropertyValue]: "padding";
|
|
445
|
+
}) => {
|
|
446
|
+
paddingLeft: {
|
|
447
|
+
readonly [$$PropertyValue]: "padding";
|
|
312
448
|
};
|
|
313
|
-
|
|
314
|
-
readonly
|
|
315
|
-
readonly select: 200;
|
|
316
|
-
readonly popover: 300;
|
|
317
|
-
readonly tooltip: 400;
|
|
449
|
+
paddingRight: {
|
|
450
|
+
readonly [$$PropertyValue]: "padding";
|
|
318
451
|
};
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
readonly
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
readonly border: "colors";
|
|
325
|
-
readonly borderBlock: "colors";
|
|
326
|
-
readonly borderBlockEnd: "colors";
|
|
327
|
-
readonly borderBlockStart: "colors";
|
|
328
|
-
readonly borderBottom: "colors";
|
|
329
|
-
readonly borderBottomColor: "colors";
|
|
330
|
-
readonly borderBottomLeftRadius: "radii";
|
|
331
|
-
readonly borderBottomRightRadius: "radii";
|
|
332
|
-
readonly borderBottomStyle: "border-styles";
|
|
333
|
-
readonly borderBottomWidth: "border-widths";
|
|
334
|
-
readonly borderColor: "colors";
|
|
335
|
-
readonly borderImage: "colors";
|
|
336
|
-
readonly borderInline: "colors";
|
|
337
|
-
readonly borderInlineEnd: "colors";
|
|
338
|
-
readonly borderInlineStart: "colors";
|
|
339
|
-
readonly borderLeft: "colors";
|
|
340
|
-
readonly borderLeftColor: "colors";
|
|
341
|
-
readonly borderLeftStyle: "border-styles";
|
|
342
|
-
readonly borderLeftWidth: "border-widths";
|
|
343
|
-
readonly borderRadius: "radii";
|
|
344
|
-
readonly borderRight: "colors";
|
|
345
|
-
readonly borderRightColor: "colors";
|
|
346
|
-
readonly borderRightStyle: "border-styles";
|
|
347
|
-
readonly borderRightWidth: "border-widths";
|
|
348
|
-
readonly borderSpacing: "space-offset";
|
|
349
|
-
readonly borderStyle: "border-styles";
|
|
350
|
-
readonly borderTop: "colors";
|
|
351
|
-
readonly borderTopColor: "colors";
|
|
352
|
-
readonly borderTopLeftRadius: "radii";
|
|
353
|
-
readonly borderTopRightRadius: "radii";
|
|
354
|
-
readonly borderTopStyle: "border-styles";
|
|
355
|
-
readonly borderTopWidth: "border-widths";
|
|
356
|
-
readonly borderWidth: "border-widths";
|
|
357
|
-
readonly bottom: "space";
|
|
358
|
-
readonly boxShadow: "shadows";
|
|
359
|
-
readonly caretColor: "colors";
|
|
360
|
-
readonly color: "colors";
|
|
361
|
-
readonly columnGap: "space-gap";
|
|
362
|
-
readonly columnRuleColor: "colors";
|
|
363
|
-
readonly fill: "colors";
|
|
364
|
-
readonly flexBasis: "sizes";
|
|
365
|
-
readonly fontFamily: "fonts";
|
|
366
|
-
readonly fontSize: "font-sizes";
|
|
367
|
-
readonly fontWeight: "font-weights";
|
|
368
|
-
readonly gap: "space-gap";
|
|
369
|
-
readonly gridColumnGap: "space-gap";
|
|
370
|
-
readonly gridGap: "space-gap";
|
|
371
|
-
readonly gridRowGap: "space-gap";
|
|
372
|
-
readonly gridTemplateColumns: "sizes";
|
|
373
|
-
readonly gridTemplateRows: "sizes";
|
|
374
|
-
readonly height: "sizes";
|
|
375
|
-
readonly inlineSize: "sizes";
|
|
376
|
-
readonly inset: "space-inset";
|
|
377
|
-
readonly insetBlock: "space-inset";
|
|
378
|
-
readonly insetBlockEnd: "space-inset";
|
|
379
|
-
readonly insetBlockStart: "space-inset";
|
|
380
|
-
readonly insetInline: "space-inset";
|
|
381
|
-
readonly insetInlineEnd: "space-inset";
|
|
382
|
-
readonly insetInlineStart: "space-inset";
|
|
383
|
-
readonly left: "space";
|
|
384
|
-
readonly letterSpacing: "letter-spacings";
|
|
385
|
-
readonly lineHeight: "line-heights";
|
|
386
|
-
readonly margin: "space-offset";
|
|
387
|
-
readonly marginBlock: "space-offset";
|
|
388
|
-
readonly marginBlockEnd: "space-offset";
|
|
389
|
-
readonly marginBlockStart: "space-offset";
|
|
390
|
-
readonly marginBottom: "space-offset";
|
|
391
|
-
readonly marginInline: "space-offset";
|
|
392
|
-
readonly marginInlineEnd: "space-offset";
|
|
393
|
-
readonly marginInlineStart: "space-offset";
|
|
394
|
-
readonly marginLeft: "space-offset";
|
|
395
|
-
readonly marginRight: "space-offset";
|
|
396
|
-
readonly marginTop: "space-offset";
|
|
397
|
-
readonly maxBlockSize: "sizes";
|
|
398
|
-
readonly maxHeight: "sizes";
|
|
399
|
-
readonly maxInlineSize: "sizes";
|
|
400
|
-
readonly maxWidth: "sizes";
|
|
401
|
-
readonly minBlockSize: "sizes";
|
|
402
|
-
readonly minHeight: "sizes";
|
|
403
|
-
readonly minInlineSize: "sizes";
|
|
404
|
-
readonly minWidth: "sizes";
|
|
405
|
-
readonly outline: "colors";
|
|
406
|
-
readonly outlineColor: "colors";
|
|
407
|
-
readonly padding: "space-inset";
|
|
408
|
-
readonly paddingBlock: "space-inset";
|
|
409
|
-
readonly paddingBlockEnd: "space-inset";
|
|
410
|
-
readonly paddingBlockStart: "space-inset";
|
|
411
|
-
readonly paddingBottom: "space-inset";
|
|
412
|
-
readonly paddingInline: "space-inset";
|
|
413
|
-
readonly paddingInlineEnd: "space-inset";
|
|
414
|
-
readonly paddingInlineStart: "space-inset";
|
|
415
|
-
readonly paddingLeft: "space-inset";
|
|
416
|
-
readonly paddingRight: "space-inset";
|
|
417
|
-
readonly paddingTop: "space-inset";
|
|
418
|
-
readonly right: "space";
|
|
419
|
-
readonly rowGap: "space-gap";
|
|
420
|
-
readonly scrollMargin: "space-offset";
|
|
421
|
-
readonly scrollMarginBlock: "space-offset";
|
|
422
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
423
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
424
|
-
readonly scrollMarginBottom: "space-offset";
|
|
425
|
-
readonly scrollMarginInline: "space-offset";
|
|
426
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
427
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
428
|
-
readonly scrollMarginLeft: "space-offset";
|
|
429
|
-
readonly scrollMarginRight: "space-offset";
|
|
430
|
-
readonly scrollMarginTop: "space-offset";
|
|
431
|
-
readonly scrollPadding: "space-inset";
|
|
432
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
433
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
434
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
435
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
436
|
-
readonly scrollPaddingInline: "space-inset";
|
|
437
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
438
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
439
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
440
|
-
readonly scrollPaddingRight: "space-inset";
|
|
441
|
-
readonly scrollPaddingTop: "space-inset";
|
|
442
|
-
readonly stroke: "colors";
|
|
443
|
-
readonly strokeWidth: "stroke-width";
|
|
444
|
-
readonly textDecorationColor: "colors";
|
|
445
|
-
readonly textShadow: "shadows";
|
|
446
|
-
readonly top: "space";
|
|
447
|
-
readonly transition: "transitions";
|
|
448
|
-
readonly width: "sizes";
|
|
449
|
-
readonly zIndex: "z-indices";
|
|
450
|
-
}, {
|
|
451
|
-
paddingX: (value: {
|
|
452
|
+
};
|
|
453
|
+
paddingY: (value: {
|
|
454
|
+
readonly [$$PropertyValue]: "padding";
|
|
455
|
+
}) => {
|
|
456
|
+
paddingTop: {
|
|
452
457
|
readonly [$$PropertyValue]: "padding";
|
|
453
|
-
}) => {
|
|
454
|
-
paddingLeft: {
|
|
455
|
-
readonly [$$PropertyValue]: "padding";
|
|
456
|
-
};
|
|
457
|
-
paddingRight: {
|
|
458
|
-
readonly [$$PropertyValue]: "padding";
|
|
459
|
-
};
|
|
460
458
|
};
|
|
461
|
-
|
|
459
|
+
paddingBottom: {
|
|
462
460
|
readonly [$$PropertyValue]: "padding";
|
|
463
|
-
}) => {
|
|
464
|
-
paddingTop: {
|
|
465
|
-
readonly [$$PropertyValue]: "padding";
|
|
466
|
-
};
|
|
467
|
-
paddingBottom: {
|
|
468
|
-
readonly [$$PropertyValue]: "padding";
|
|
469
|
-
};
|
|
470
461
|
};
|
|
471
|
-
|
|
462
|
+
};
|
|
463
|
+
marginX: (value: {
|
|
464
|
+
readonly [$$PropertyValue]: "margin";
|
|
465
|
+
}) => {
|
|
466
|
+
marginLeft: {
|
|
472
467
|
readonly [$$PropertyValue]: "margin";
|
|
473
|
-
}) => {
|
|
474
|
-
marginLeft: {
|
|
475
|
-
readonly [$$PropertyValue]: "margin";
|
|
476
|
-
};
|
|
477
|
-
marginRight: {
|
|
478
|
-
readonly [$$PropertyValue]: "margin";
|
|
479
|
-
};
|
|
480
468
|
};
|
|
481
|
-
|
|
469
|
+
marginRight: {
|
|
482
470
|
readonly [$$PropertyValue]: "margin";
|
|
483
|
-
}) => {
|
|
484
|
-
marginTop: {
|
|
485
|
-
readonly [$$PropertyValue]: "margin";
|
|
486
|
-
};
|
|
487
|
-
marginBottom: {
|
|
488
|
-
readonly [$$PropertyValue]: "margin";
|
|
489
|
-
};
|
|
490
471
|
};
|
|
491
|
-
|
|
472
|
+
};
|
|
473
|
+
marginY: (value: {
|
|
474
|
+
readonly [$$PropertyValue]: "margin";
|
|
475
|
+
}) => {
|
|
476
|
+
marginTop: {
|
|
477
|
+
readonly [$$PropertyValue]: "margin";
|
|
478
|
+
};
|
|
479
|
+
marginBottom: {
|
|
480
|
+
readonly [$$PropertyValue]: "margin";
|
|
481
|
+
};
|
|
482
|
+
};
|
|
483
|
+
square: (value: {
|
|
484
|
+
readonly [$$PropertyValue]: "width";
|
|
485
|
+
}) => {
|
|
486
|
+
width: {
|
|
487
|
+
readonly [$$PropertyValue]: "width";
|
|
488
|
+
};
|
|
489
|
+
height: {
|
|
492
490
|
readonly [$$PropertyValue]: "width";
|
|
493
|
-
}) => {
|
|
494
|
-
width: {
|
|
495
|
-
readonly [$$PropertyValue]: "width";
|
|
496
|
-
};
|
|
497
|
-
height: {
|
|
498
|
-
readonly [$$PropertyValue]: "width";
|
|
499
|
-
};
|
|
500
491
|
};
|
|
501
|
-
}
|
|
502
|
-
}> & {
|
|
503
|
-
|
|
504
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLHeadingElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"h1">>, {
|
|
492
|
+
};
|
|
493
|
+
}>>>, "level"> & _stitches_react_types_styled_component.TransformProps<{
|
|
494
|
+
level?: 1 | 4 | "1" | 2 | 3 | "4" | "2" | "3" | undefined;
|
|
495
|
+
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLHeadingElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"h1">>, {
|
|
505
496
|
level?: 1 | 4 | "1" | 2 | 3 | "4" | "2" | "3" | undefined;
|
|
506
497
|
}, {}>;
|
|
507
498
|
declare type StyledHeadingProps = ComponentPropsWithRef<typeof H1>;
|
|
@@ -520,505 +511,495 @@ interface HeadingProps extends StyledHeadingProps {
|
|
|
520
511
|
}
|
|
521
512
|
declare const Heading: react__default.ForwardRefExoticComponent<Omit<HeadingProps, "ref"> & react__default.RefAttributes<HTMLHeadingElement>>;
|
|
522
513
|
|
|
523
|
-
declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
'
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
514
|
+
declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"span">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
515
|
+
'border-widths': {
|
|
516
|
+
readonly none: 0;
|
|
517
|
+
readonly sm: "1px";
|
|
518
|
+
readonly md: "2px";
|
|
519
|
+
readonly lg: "4px";
|
|
520
|
+
};
|
|
521
|
+
colors: {
|
|
522
|
+
readonly black: any;
|
|
523
|
+
readonly 'blue-100': any;
|
|
524
|
+
readonly 'blue-200': any;
|
|
525
|
+
readonly 'blue-300': any;
|
|
526
|
+
readonly 'blue-400': any;
|
|
527
|
+
readonly 'blue-500': any;
|
|
528
|
+
readonly 'blue-600': any;
|
|
529
|
+
readonly 'blue-700': any;
|
|
530
|
+
readonly 'blue-800': any;
|
|
531
|
+
readonly 'blue-900': any;
|
|
532
|
+
readonly 'blue-1000': any;
|
|
533
|
+
readonly 'gray-100': any;
|
|
534
|
+
readonly 'gray-200': any;
|
|
535
|
+
readonly 'gray-300': any;
|
|
536
|
+
readonly 'gray-400': any;
|
|
537
|
+
readonly 'gray-500': any;
|
|
538
|
+
readonly 'gray-600': any;
|
|
539
|
+
readonly 'gray-700': any;
|
|
540
|
+
readonly 'gray-800': any;
|
|
541
|
+
readonly 'gray-900': any;
|
|
542
|
+
readonly 'green-100': any;
|
|
543
|
+
readonly 'green-200': any;
|
|
544
|
+
readonly 'green-300': any;
|
|
545
|
+
readonly 'green-400': any;
|
|
546
|
+
readonly 'green-500': any;
|
|
547
|
+
readonly 'green-600': any;
|
|
548
|
+
readonly 'green-700': any;
|
|
549
|
+
readonly 'green-800': any;
|
|
550
|
+
readonly 'green-900': any;
|
|
551
|
+
readonly 'indigo-100': any;
|
|
552
|
+
readonly 'indigo-200': any;
|
|
553
|
+
readonly 'indigo-300': any;
|
|
554
|
+
readonly 'indigo-400': any;
|
|
555
|
+
readonly 'indigo-500': any;
|
|
556
|
+
readonly 'indigo-600': any;
|
|
557
|
+
readonly 'indigo-700': any;
|
|
558
|
+
readonly 'indigo-800': any;
|
|
559
|
+
readonly 'indigo-900': any;
|
|
560
|
+
readonly 'red-100': any;
|
|
561
|
+
readonly 'red-200': any;
|
|
562
|
+
readonly 'red-300': any;
|
|
563
|
+
readonly 'red-400': any;
|
|
564
|
+
readonly 'red-500': any;
|
|
565
|
+
readonly 'red-600': any;
|
|
566
|
+
readonly 'red-700': any;
|
|
567
|
+
readonly 'red-800': any;
|
|
568
|
+
readonly 'red-900': any;
|
|
569
|
+
readonly transparent: any;
|
|
570
|
+
readonly white: any;
|
|
571
|
+
readonly 'yellow-100': any;
|
|
572
|
+
readonly 'yellow-200': any;
|
|
573
|
+
readonly 'yellow-300': any;
|
|
574
|
+
readonly 'yellow-400': any;
|
|
575
|
+
readonly 'yellow-500': any;
|
|
576
|
+
readonly 'yellow-600': any;
|
|
577
|
+
readonly 'yellow-700': any;
|
|
578
|
+
readonly 'yellow-800': any;
|
|
579
|
+
readonly 'yellow-900': any;
|
|
580
|
+
"background-alpha-active"?: any;
|
|
581
|
+
"background-alpha-hover"?: any;
|
|
582
|
+
"background-danger-prominent"?: any;
|
|
583
|
+
"background-danger-prominent-active"?: any;
|
|
584
|
+
"background-danger-prominent-hover"?: any;
|
|
585
|
+
"background-danger-subtle"?: any;
|
|
586
|
+
"background-danger-subtle-active"?: any;
|
|
587
|
+
"background-danger-subtle-hover"?: any;
|
|
588
|
+
"background-neutrals"?: any;
|
|
589
|
+
"background-neutrals-active"?: any;
|
|
590
|
+
"background-neutrals-container"?: any;
|
|
591
|
+
"background-neutrals-controls-disabled"?: any;
|
|
592
|
+
"background-neutrals-disabled"?: any;
|
|
593
|
+
"background-neutrals-hover"?: any;
|
|
594
|
+
"background-neutrals-inactive"?: any;
|
|
595
|
+
"background-neutrals-inactive-hover"?: any;
|
|
596
|
+
"background-neutrals-inverted"?: any;
|
|
597
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
598
|
+
"background-neutrals-page"?: any;
|
|
599
|
+
"background-neutrals-page-subtle"?: any;
|
|
600
|
+
"background-neutrals-scrolls"?: any;
|
|
601
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
602
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
603
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
604
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
605
|
+
"background-neutrals-subtle"?: any;
|
|
606
|
+
"background-neutrals-subtle-active"?: any;
|
|
607
|
+
"background-neutrals-subtle-hover"?: any;
|
|
608
|
+
"background-primary-prominent"?: any;
|
|
609
|
+
"background-primary-prominent-active"?: any;
|
|
610
|
+
"background-primary-prominent-expanded"?: any;
|
|
611
|
+
"background-primary-prominent-hover"?: any;
|
|
612
|
+
"background-primary-prominent-pressed"?: any;
|
|
613
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
614
|
+
"background-primary-prominent-selected"?: any;
|
|
615
|
+
"background-primary-subtle"?: any;
|
|
616
|
+
"background-primary-subtle-active"?: any;
|
|
617
|
+
"background-primary-subtle-expanded"?: any;
|
|
618
|
+
"background-primary-subtle-hover"?: any;
|
|
619
|
+
"background-primary-subtle-pressed"?: any;
|
|
620
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
621
|
+
"background-primary-subtle-selected"?: any;
|
|
622
|
+
"background-success"?: any;
|
|
623
|
+
"background-success-prominent"?: any;
|
|
624
|
+
"background-success-prominent-active"?: any;
|
|
625
|
+
"background-success-prominent-hover"?: any;
|
|
626
|
+
"background-warning-prominent"?: any;
|
|
627
|
+
"background-warning-subtle"?: any;
|
|
628
|
+
"border-danger"?: any;
|
|
629
|
+
"border-danger-active"?: any;
|
|
630
|
+
"border-danger-hover"?: any;
|
|
631
|
+
"border-focus-inner"?: any;
|
|
632
|
+
"border-focus-middle"?: any;
|
|
633
|
+
"border-focus-outer"?: any;
|
|
634
|
+
"border-neutrals"?: any;
|
|
635
|
+
"border-neutrals-active"?: any;
|
|
636
|
+
"border-neutrals-controls"?: any;
|
|
637
|
+
"border-neutrals-controls-disabled"?: any;
|
|
638
|
+
"border-neutrals-disabled"?: any;
|
|
639
|
+
"border-neutrals-hover"?: any;
|
|
640
|
+
"border-neutrals-inverted"?: any;
|
|
641
|
+
"border-neutrals-subtle"?: any;
|
|
642
|
+
"border-neutrals-text"?: any;
|
|
643
|
+
"border-neutrals-text-active"?: any;
|
|
644
|
+
"border-neutrals-text-hover"?: any;
|
|
645
|
+
"border-neutrals-text-subtle"?: any;
|
|
646
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
647
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
648
|
+
"border-neutrals-transparent"?: any;
|
|
649
|
+
"border-primary"?: any;
|
|
650
|
+
"border-primary-active"?: any;
|
|
651
|
+
"border-primary-hover"?: any;
|
|
652
|
+
"border-primary-inverted"?: any;
|
|
653
|
+
"border-success"?: any;
|
|
654
|
+
"border-success-active"?: any;
|
|
655
|
+
"border-success-hover"?: any;
|
|
656
|
+
"border-warning"?: any;
|
|
657
|
+
"icon-danger"?: any;
|
|
658
|
+
"icon-danger-active"?: any;
|
|
659
|
+
"icon-danger-hover"?: any;
|
|
660
|
+
"icon-danger-inverted"?: any;
|
|
661
|
+
"icon-neutrals"?: any;
|
|
662
|
+
"icon-neutrals-disabled"?: any;
|
|
663
|
+
"icon-neutrals-inactive"?: any;
|
|
664
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
665
|
+
"icon-neutrals-inverted"?: any;
|
|
666
|
+
"icon-neutrals-search"?: any;
|
|
667
|
+
"icon-neutrals-subtle"?: any;
|
|
668
|
+
"icon-neutrals-text"?: any;
|
|
669
|
+
"icon-primary"?: any;
|
|
670
|
+
"icon-primary-active"?: any;
|
|
671
|
+
"icon-primary-hover"?: any;
|
|
672
|
+
"icon-primary-inverted"?: any;
|
|
673
|
+
"icon-primary-selected"?: any;
|
|
674
|
+
"icon-success"?: any;
|
|
675
|
+
"icon-success-active"?: any;
|
|
676
|
+
"icon-success-hover"?: any;
|
|
677
|
+
"icon-success-inverted"?: any;
|
|
678
|
+
"icon-warning"?: any;
|
|
679
|
+
"icon-warning-prominent"?: any;
|
|
680
|
+
"icon-warning-subtle"?: any;
|
|
681
|
+
"text-danger"?: any;
|
|
682
|
+
"text-danger-active"?: any;
|
|
683
|
+
"text-danger-hover"?: any;
|
|
684
|
+
"text-danger-inverted"?: any;
|
|
685
|
+
"text-neutrals"?: any;
|
|
686
|
+
"text-neutrals-active"?: any;
|
|
687
|
+
"text-neutrals-disabled"?: any;
|
|
688
|
+
"text-neutrals-hover"?: any;
|
|
689
|
+
"text-neutrals-inverted"?: any;
|
|
690
|
+
"text-neutrals-placeholder"?: any;
|
|
691
|
+
"text-neutrals-placeholder-only"?: any;
|
|
692
|
+
"text-neutrals-subtle"?: any;
|
|
693
|
+
"text-neutrals-subtle-active"?: any;
|
|
694
|
+
"text-neutrals-subtle-hover"?: any;
|
|
695
|
+
"text-primary"?: any;
|
|
696
|
+
"text-primary-active"?: any;
|
|
697
|
+
"text-primary-hover"?: any;
|
|
698
|
+
"text-primary-inverted"?: any;
|
|
699
|
+
"text-primary-inverted-subtle"?: any;
|
|
700
|
+
"text-primary-selected"?: any;
|
|
701
|
+
"text-success"?: any;
|
|
702
|
+
"text-success-active"?: any;
|
|
703
|
+
"text-success-hover"?: any;
|
|
704
|
+
"text-success-inverted"?: any;
|
|
705
|
+
"text-warning"?: any;
|
|
706
|
+
"text-warning-subtle"?: any;
|
|
707
|
+
};
|
|
708
|
+
'font-sizes': {
|
|
709
|
+
readonly 150: "0.75rem";
|
|
710
|
+
readonly 175: "0.875rem";
|
|
711
|
+
readonly 200: "1rem";
|
|
712
|
+
readonly 225: "1.125rem";
|
|
713
|
+
readonly 250: "1.25rem";
|
|
714
|
+
readonly 300: "1.5rem";
|
|
715
|
+
readonly 400: "2rem";
|
|
716
|
+
readonly 500: "2.5rem";
|
|
717
|
+
readonly 600: "3rem";
|
|
718
|
+
readonly 800: "4rem";
|
|
719
|
+
readonly 900: "4.5rem";
|
|
720
|
+
};
|
|
721
|
+
fonts: {
|
|
722
|
+
readonly heading: "Roobert, sans-serif";
|
|
723
|
+
readonly body: "Open Sans, sans-serif";
|
|
724
|
+
};
|
|
725
|
+
radii: {
|
|
726
|
+
readonly none: 0;
|
|
727
|
+
readonly half: "999em";
|
|
728
|
+
readonly 25: "2px";
|
|
729
|
+
readonly 50: "4px";
|
|
730
|
+
readonly 75: "6px";
|
|
731
|
+
readonly 100: "8px";
|
|
732
|
+
readonly 200: "16px";
|
|
733
|
+
};
|
|
734
|
+
shadows: {
|
|
735
|
+
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";
|
|
736
|
+
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";
|
|
737
|
+
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";
|
|
738
|
+
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";
|
|
739
|
+
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
740
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
741
|
+
};
|
|
742
|
+
sizes: {
|
|
743
|
+
readonly number: string;
|
|
744
|
+
readonly 'icon-200': "16px";
|
|
745
|
+
readonly 'icon-300': "24px";
|
|
746
|
+
readonly 'icon-400': "32px";
|
|
747
|
+
};
|
|
748
|
+
space: {
|
|
749
|
+
readonly 0: "0px";
|
|
750
|
+
readonly 25: "2px";
|
|
751
|
+
readonly 50: "4px";
|
|
752
|
+
readonly 100: "8px";
|
|
753
|
+
readonly 150: "12px";
|
|
754
|
+
readonly 200: "16px";
|
|
755
|
+
readonly 300: "24px";
|
|
756
|
+
readonly 400: "32px";
|
|
757
|
+
readonly 500: "40px";
|
|
758
|
+
readonly 600: "48px";
|
|
759
|
+
readonly 700: "56px";
|
|
760
|
+
readonly 800: "64px";
|
|
761
|
+
readonly 1200: "96px";
|
|
762
|
+
readonly 1600: "128px";
|
|
763
|
+
};
|
|
764
|
+
'space-gap': {
|
|
765
|
+
readonly 0: any;
|
|
766
|
+
readonly 50: any;
|
|
767
|
+
readonly 100: any;
|
|
768
|
+
readonly 200: any;
|
|
769
|
+
readonly 300: any;
|
|
770
|
+
};
|
|
771
|
+
'space-inset': {
|
|
772
|
+
readonly 0: any;
|
|
773
|
+
readonly 50: any;
|
|
774
|
+
readonly 100: any;
|
|
775
|
+
readonly 150: any;
|
|
776
|
+
readonly 200: any;
|
|
777
|
+
readonly 300: any;
|
|
778
|
+
readonly 400: any;
|
|
779
|
+
readonly 500: any;
|
|
780
|
+
readonly 600: any;
|
|
781
|
+
readonly 700: any;
|
|
782
|
+
readonly 800: any;
|
|
783
|
+
readonly 1200: any;
|
|
784
|
+
readonly 1600: any;
|
|
785
|
+
};
|
|
786
|
+
'space-offset': {
|
|
787
|
+
readonly 0: any;
|
|
788
|
+
readonly 50: any;
|
|
789
|
+
readonly 100: any;
|
|
790
|
+
readonly 150: any;
|
|
791
|
+
readonly 200: any;
|
|
792
|
+
readonly 300: any;
|
|
793
|
+
readonly 400: any;
|
|
794
|
+
readonly 600: any;
|
|
795
|
+
readonly 800: any;
|
|
796
|
+
readonly 1200: any;
|
|
797
|
+
readonly 1600: any;
|
|
798
|
+
readonly 'stacking-0': any;
|
|
799
|
+
readonly 'stacking-100': any;
|
|
800
|
+
readonly 'stacking-200': any;
|
|
801
|
+
readonly 'stacking-300': any;
|
|
802
|
+
readonly 'stacking-400': any;
|
|
803
|
+
readonly 'stacking-500': any;
|
|
804
|
+
readonly 'stacking-800': any;
|
|
805
|
+
};
|
|
806
|
+
'stroke-width': {
|
|
807
|
+
readonly thin: "1.5px";
|
|
808
|
+
readonly normal: "2px";
|
|
809
|
+
readonly bold: "4px";
|
|
810
|
+
};
|
|
811
|
+
'z-indices': {
|
|
812
|
+
readonly dropdownMenu: 100;
|
|
813
|
+
readonly select: 200;
|
|
814
|
+
readonly popover: 300;
|
|
815
|
+
readonly tooltip: 400;
|
|
816
|
+
};
|
|
817
|
+
}, {
|
|
818
|
+
readonly background: "colors";
|
|
819
|
+
readonly backgroundColor: "colors";
|
|
820
|
+
readonly backgroundImage: "colors";
|
|
821
|
+
readonly blockSize: "sizes";
|
|
822
|
+
readonly border: "colors";
|
|
823
|
+
readonly borderBlock: "colors";
|
|
824
|
+
readonly borderBlockEnd: "colors";
|
|
825
|
+
readonly borderBlockStart: "colors";
|
|
826
|
+
readonly borderBottom: "colors";
|
|
827
|
+
readonly borderBottomColor: "colors";
|
|
828
|
+
readonly borderBottomLeftRadius: "radii";
|
|
829
|
+
readonly borderBottomRightRadius: "radii";
|
|
830
|
+
readonly borderBottomStyle: "border-styles";
|
|
831
|
+
readonly borderBottomWidth: "border-widths";
|
|
832
|
+
readonly borderColor: "colors";
|
|
833
|
+
readonly borderImage: "colors";
|
|
834
|
+
readonly borderInline: "colors";
|
|
835
|
+
readonly borderInlineEnd: "colors";
|
|
836
|
+
readonly borderInlineStart: "colors";
|
|
837
|
+
readonly borderLeft: "colors";
|
|
838
|
+
readonly borderLeftColor: "colors";
|
|
839
|
+
readonly borderLeftStyle: "border-styles";
|
|
840
|
+
readonly borderLeftWidth: "border-widths";
|
|
841
|
+
readonly borderRadius: "radii";
|
|
842
|
+
readonly borderRight: "colors";
|
|
843
|
+
readonly borderRightColor: "colors";
|
|
844
|
+
readonly borderRightStyle: "border-styles";
|
|
845
|
+
readonly borderRightWidth: "border-widths";
|
|
846
|
+
readonly borderSpacing: "space-offset";
|
|
847
|
+
readonly borderStyle: "border-styles";
|
|
848
|
+
readonly borderTop: "colors";
|
|
849
|
+
readonly borderTopColor: "colors";
|
|
850
|
+
readonly borderTopLeftRadius: "radii";
|
|
851
|
+
readonly borderTopRightRadius: "radii";
|
|
852
|
+
readonly borderTopStyle: "border-styles";
|
|
853
|
+
readonly borderTopWidth: "border-widths";
|
|
854
|
+
readonly borderWidth: "border-widths";
|
|
855
|
+
readonly bottom: "space";
|
|
856
|
+
readonly boxShadow: "shadows";
|
|
857
|
+
readonly caretColor: "colors";
|
|
858
|
+
readonly color: "colors";
|
|
859
|
+
readonly columnGap: "space-gap";
|
|
860
|
+
readonly columnRuleColor: "colors";
|
|
861
|
+
readonly fill: "colors";
|
|
862
|
+
readonly flexBasis: "sizes";
|
|
863
|
+
readonly fontFamily: "fonts";
|
|
864
|
+
readonly fontSize: "font-sizes";
|
|
865
|
+
readonly fontWeight: "font-weights";
|
|
866
|
+
readonly gap: "space-gap";
|
|
867
|
+
readonly gridColumnGap: "space-gap";
|
|
868
|
+
readonly gridGap: "space-gap";
|
|
869
|
+
readonly gridRowGap: "space-gap";
|
|
870
|
+
readonly gridTemplateColumns: "sizes";
|
|
871
|
+
readonly gridTemplateRows: "sizes";
|
|
872
|
+
readonly height: "sizes";
|
|
873
|
+
readonly inlineSize: "sizes";
|
|
874
|
+
readonly inset: "space-inset";
|
|
875
|
+
readonly insetBlock: "space-inset";
|
|
876
|
+
readonly insetBlockEnd: "space-inset";
|
|
877
|
+
readonly insetBlockStart: "space-inset";
|
|
878
|
+
readonly insetInline: "space-inset";
|
|
879
|
+
readonly insetInlineEnd: "space-inset";
|
|
880
|
+
readonly insetInlineStart: "space-inset";
|
|
881
|
+
readonly left: "space";
|
|
882
|
+
readonly letterSpacing: "letter-spacings";
|
|
883
|
+
readonly lineHeight: "line-heights";
|
|
884
|
+
readonly margin: "space-offset";
|
|
885
|
+
readonly marginBlock: "space-offset";
|
|
886
|
+
readonly marginBlockEnd: "space-offset";
|
|
887
|
+
readonly marginBlockStart: "space-offset";
|
|
888
|
+
readonly marginBottom: "space-offset";
|
|
889
|
+
readonly marginInline: "space-offset";
|
|
890
|
+
readonly marginInlineEnd: "space-offset";
|
|
891
|
+
readonly marginInlineStart: "space-offset";
|
|
892
|
+
readonly marginLeft: "space-offset";
|
|
893
|
+
readonly marginRight: "space-offset";
|
|
894
|
+
readonly marginTop: "space-offset";
|
|
895
|
+
readonly maxBlockSize: "sizes";
|
|
896
|
+
readonly maxHeight: "sizes";
|
|
897
|
+
readonly maxInlineSize: "sizes";
|
|
898
|
+
readonly maxWidth: "sizes";
|
|
899
|
+
readonly minBlockSize: "sizes";
|
|
900
|
+
readonly minHeight: "sizes";
|
|
901
|
+
readonly minInlineSize: "sizes";
|
|
902
|
+
readonly minWidth: "sizes";
|
|
903
|
+
readonly outline: "colors";
|
|
904
|
+
readonly outlineColor: "colors";
|
|
905
|
+
readonly padding: "space-inset";
|
|
906
|
+
readonly paddingBlock: "space-inset";
|
|
907
|
+
readonly paddingBlockEnd: "space-inset";
|
|
908
|
+
readonly paddingBlockStart: "space-inset";
|
|
909
|
+
readonly paddingBottom: "space-inset";
|
|
910
|
+
readonly paddingInline: "space-inset";
|
|
911
|
+
readonly paddingInlineEnd: "space-inset";
|
|
912
|
+
readonly paddingInlineStart: "space-inset";
|
|
913
|
+
readonly paddingLeft: "space-inset";
|
|
914
|
+
readonly paddingRight: "space-inset";
|
|
915
|
+
readonly paddingTop: "space-inset";
|
|
916
|
+
readonly right: "space";
|
|
917
|
+
readonly rowGap: "space-gap";
|
|
918
|
+
readonly scrollMargin: "space-offset";
|
|
919
|
+
readonly scrollMarginBlock: "space-offset";
|
|
920
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
921
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
922
|
+
readonly scrollMarginBottom: "space-offset";
|
|
923
|
+
readonly scrollMarginInline: "space-offset";
|
|
924
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
925
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
926
|
+
readonly scrollMarginLeft: "space-offset";
|
|
927
|
+
readonly scrollMarginRight: "space-offset";
|
|
928
|
+
readonly scrollMarginTop: "space-offset";
|
|
929
|
+
readonly scrollPadding: "space-inset";
|
|
930
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
931
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
932
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
933
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
934
|
+
readonly scrollPaddingInline: "space-inset";
|
|
935
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
936
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
937
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
938
|
+
readonly scrollPaddingRight: "space-inset";
|
|
939
|
+
readonly scrollPaddingTop: "space-inset";
|
|
940
|
+
readonly stroke: "colors";
|
|
941
|
+
readonly strokeWidth: "stroke-width";
|
|
942
|
+
readonly textDecorationColor: "colors";
|
|
943
|
+
readonly textShadow: "shadows";
|
|
944
|
+
readonly top: "space";
|
|
945
|
+
readonly transition: "transitions";
|
|
946
|
+
readonly width: "sizes";
|
|
947
|
+
readonly zIndex: "z-indices";
|
|
948
|
+
}, {
|
|
949
|
+
paddingX: (value: {
|
|
950
|
+
readonly [$$PropertyValue]: "padding";
|
|
951
|
+
}) => {
|
|
952
|
+
paddingLeft: {
|
|
953
|
+
readonly [$$PropertyValue]: "padding";
|
|
829
954
|
};
|
|
830
|
-
|
|
831
|
-
readonly
|
|
832
|
-
readonly select: 200;
|
|
833
|
-
readonly popover: 300;
|
|
834
|
-
readonly tooltip: 400;
|
|
955
|
+
paddingRight: {
|
|
956
|
+
readonly [$$PropertyValue]: "padding";
|
|
835
957
|
};
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
readonly
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
readonly border: "colors";
|
|
842
|
-
readonly borderBlock: "colors";
|
|
843
|
-
readonly borderBlockEnd: "colors";
|
|
844
|
-
readonly borderBlockStart: "colors";
|
|
845
|
-
readonly borderBottom: "colors";
|
|
846
|
-
readonly borderBottomColor: "colors";
|
|
847
|
-
readonly borderBottomLeftRadius: "radii";
|
|
848
|
-
readonly borderBottomRightRadius: "radii";
|
|
849
|
-
readonly borderBottomStyle: "border-styles";
|
|
850
|
-
readonly borderBottomWidth: "border-widths";
|
|
851
|
-
readonly borderColor: "colors";
|
|
852
|
-
readonly borderImage: "colors";
|
|
853
|
-
readonly borderInline: "colors";
|
|
854
|
-
readonly borderInlineEnd: "colors";
|
|
855
|
-
readonly borderInlineStart: "colors";
|
|
856
|
-
readonly borderLeft: "colors";
|
|
857
|
-
readonly borderLeftColor: "colors";
|
|
858
|
-
readonly borderLeftStyle: "border-styles";
|
|
859
|
-
readonly borderLeftWidth: "border-widths";
|
|
860
|
-
readonly borderRadius: "radii";
|
|
861
|
-
readonly borderRight: "colors";
|
|
862
|
-
readonly borderRightColor: "colors";
|
|
863
|
-
readonly borderRightStyle: "border-styles";
|
|
864
|
-
readonly borderRightWidth: "border-widths";
|
|
865
|
-
readonly borderSpacing: "space-offset";
|
|
866
|
-
readonly borderStyle: "border-styles";
|
|
867
|
-
readonly borderTop: "colors";
|
|
868
|
-
readonly borderTopColor: "colors";
|
|
869
|
-
readonly borderTopLeftRadius: "radii";
|
|
870
|
-
readonly borderTopRightRadius: "radii";
|
|
871
|
-
readonly borderTopStyle: "border-styles";
|
|
872
|
-
readonly borderTopWidth: "border-widths";
|
|
873
|
-
readonly borderWidth: "border-widths";
|
|
874
|
-
readonly bottom: "space";
|
|
875
|
-
readonly boxShadow: "shadows";
|
|
876
|
-
readonly caretColor: "colors";
|
|
877
|
-
readonly color: "colors";
|
|
878
|
-
readonly columnGap: "space-gap";
|
|
879
|
-
readonly columnRuleColor: "colors";
|
|
880
|
-
readonly fill: "colors";
|
|
881
|
-
readonly flexBasis: "sizes";
|
|
882
|
-
readonly fontFamily: "fonts";
|
|
883
|
-
readonly fontSize: "font-sizes";
|
|
884
|
-
readonly fontWeight: "font-weights";
|
|
885
|
-
readonly gap: "space-gap";
|
|
886
|
-
readonly gridColumnGap: "space-gap";
|
|
887
|
-
readonly gridGap: "space-gap";
|
|
888
|
-
readonly gridRowGap: "space-gap";
|
|
889
|
-
readonly gridTemplateColumns: "sizes";
|
|
890
|
-
readonly gridTemplateRows: "sizes";
|
|
891
|
-
readonly height: "sizes";
|
|
892
|
-
readonly inlineSize: "sizes";
|
|
893
|
-
readonly inset: "space-inset";
|
|
894
|
-
readonly insetBlock: "space-inset";
|
|
895
|
-
readonly insetBlockEnd: "space-inset";
|
|
896
|
-
readonly insetBlockStart: "space-inset";
|
|
897
|
-
readonly insetInline: "space-inset";
|
|
898
|
-
readonly insetInlineEnd: "space-inset";
|
|
899
|
-
readonly insetInlineStart: "space-inset";
|
|
900
|
-
readonly left: "space";
|
|
901
|
-
readonly letterSpacing: "letter-spacings";
|
|
902
|
-
readonly lineHeight: "line-heights";
|
|
903
|
-
readonly margin: "space-offset";
|
|
904
|
-
readonly marginBlock: "space-offset";
|
|
905
|
-
readonly marginBlockEnd: "space-offset";
|
|
906
|
-
readonly marginBlockStart: "space-offset";
|
|
907
|
-
readonly marginBottom: "space-offset";
|
|
908
|
-
readonly marginInline: "space-offset";
|
|
909
|
-
readonly marginInlineEnd: "space-offset";
|
|
910
|
-
readonly marginInlineStart: "space-offset";
|
|
911
|
-
readonly marginLeft: "space-offset";
|
|
912
|
-
readonly marginRight: "space-offset";
|
|
913
|
-
readonly marginTop: "space-offset";
|
|
914
|
-
readonly maxBlockSize: "sizes";
|
|
915
|
-
readonly maxHeight: "sizes";
|
|
916
|
-
readonly maxInlineSize: "sizes";
|
|
917
|
-
readonly maxWidth: "sizes";
|
|
918
|
-
readonly minBlockSize: "sizes";
|
|
919
|
-
readonly minHeight: "sizes";
|
|
920
|
-
readonly minInlineSize: "sizes";
|
|
921
|
-
readonly minWidth: "sizes";
|
|
922
|
-
readonly outline: "colors";
|
|
923
|
-
readonly outlineColor: "colors";
|
|
924
|
-
readonly padding: "space-inset";
|
|
925
|
-
readonly paddingBlock: "space-inset";
|
|
926
|
-
readonly paddingBlockEnd: "space-inset";
|
|
927
|
-
readonly paddingBlockStart: "space-inset";
|
|
928
|
-
readonly paddingBottom: "space-inset";
|
|
929
|
-
readonly paddingInline: "space-inset";
|
|
930
|
-
readonly paddingInlineEnd: "space-inset";
|
|
931
|
-
readonly paddingInlineStart: "space-inset";
|
|
932
|
-
readonly paddingLeft: "space-inset";
|
|
933
|
-
readonly paddingRight: "space-inset";
|
|
934
|
-
readonly paddingTop: "space-inset";
|
|
935
|
-
readonly right: "space";
|
|
936
|
-
readonly rowGap: "space-gap";
|
|
937
|
-
readonly scrollMargin: "space-offset";
|
|
938
|
-
readonly scrollMarginBlock: "space-offset";
|
|
939
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
940
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
941
|
-
readonly scrollMarginBottom: "space-offset";
|
|
942
|
-
readonly scrollMarginInline: "space-offset";
|
|
943
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
944
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
945
|
-
readonly scrollMarginLeft: "space-offset";
|
|
946
|
-
readonly scrollMarginRight: "space-offset";
|
|
947
|
-
readonly scrollMarginTop: "space-offset";
|
|
948
|
-
readonly scrollPadding: "space-inset";
|
|
949
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
950
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
951
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
952
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
953
|
-
readonly scrollPaddingInline: "space-inset";
|
|
954
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
955
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
956
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
957
|
-
readonly scrollPaddingRight: "space-inset";
|
|
958
|
-
readonly scrollPaddingTop: "space-inset";
|
|
959
|
-
readonly stroke: "colors";
|
|
960
|
-
readonly strokeWidth: "stroke-width";
|
|
961
|
-
readonly textDecorationColor: "colors";
|
|
962
|
-
readonly textShadow: "shadows";
|
|
963
|
-
readonly top: "space";
|
|
964
|
-
readonly transition: "transitions";
|
|
965
|
-
readonly width: "sizes";
|
|
966
|
-
readonly zIndex: "z-indices";
|
|
967
|
-
}, {
|
|
968
|
-
paddingX: (value: {
|
|
958
|
+
};
|
|
959
|
+
paddingY: (value: {
|
|
960
|
+
readonly [$$PropertyValue]: "padding";
|
|
961
|
+
}) => {
|
|
962
|
+
paddingTop: {
|
|
969
963
|
readonly [$$PropertyValue]: "padding";
|
|
970
|
-
}) => {
|
|
971
|
-
paddingLeft: {
|
|
972
|
-
readonly [$$PropertyValue]: "padding";
|
|
973
|
-
};
|
|
974
|
-
paddingRight: {
|
|
975
|
-
readonly [$$PropertyValue]: "padding";
|
|
976
|
-
};
|
|
977
964
|
};
|
|
978
|
-
|
|
965
|
+
paddingBottom: {
|
|
979
966
|
readonly [$$PropertyValue]: "padding";
|
|
980
|
-
}) => {
|
|
981
|
-
paddingTop: {
|
|
982
|
-
readonly [$$PropertyValue]: "padding";
|
|
983
|
-
};
|
|
984
|
-
paddingBottom: {
|
|
985
|
-
readonly [$$PropertyValue]: "padding";
|
|
986
|
-
};
|
|
987
967
|
};
|
|
988
|
-
|
|
968
|
+
};
|
|
969
|
+
marginX: (value: {
|
|
970
|
+
readonly [$$PropertyValue]: "margin";
|
|
971
|
+
}) => {
|
|
972
|
+
marginLeft: {
|
|
989
973
|
readonly [$$PropertyValue]: "margin";
|
|
990
|
-
}) => {
|
|
991
|
-
marginLeft: {
|
|
992
|
-
readonly [$$PropertyValue]: "margin";
|
|
993
|
-
};
|
|
994
|
-
marginRight: {
|
|
995
|
-
readonly [$$PropertyValue]: "margin";
|
|
996
|
-
};
|
|
997
974
|
};
|
|
998
|
-
|
|
975
|
+
marginRight: {
|
|
999
976
|
readonly [$$PropertyValue]: "margin";
|
|
1000
|
-
}) => {
|
|
1001
|
-
marginTop: {
|
|
1002
|
-
readonly [$$PropertyValue]: "margin";
|
|
1003
|
-
};
|
|
1004
|
-
marginBottom: {
|
|
1005
|
-
readonly [$$PropertyValue]: "margin";
|
|
1006
|
-
};
|
|
1007
977
|
};
|
|
1008
|
-
|
|
978
|
+
};
|
|
979
|
+
marginY: (value: {
|
|
980
|
+
readonly [$$PropertyValue]: "margin";
|
|
981
|
+
}) => {
|
|
982
|
+
marginTop: {
|
|
983
|
+
readonly [$$PropertyValue]: "margin";
|
|
984
|
+
};
|
|
985
|
+
marginBottom: {
|
|
986
|
+
readonly [$$PropertyValue]: "margin";
|
|
987
|
+
};
|
|
988
|
+
};
|
|
989
|
+
square: (value: {
|
|
990
|
+
readonly [$$PropertyValue]: "width";
|
|
991
|
+
}) => {
|
|
992
|
+
width: {
|
|
1009
993
|
readonly [$$PropertyValue]: "width";
|
|
1010
|
-
}) => {
|
|
1011
|
-
width: {
|
|
1012
|
-
readonly [$$PropertyValue]: "width";
|
|
1013
|
-
};
|
|
1014
|
-
height: {
|
|
1015
|
-
readonly [$$PropertyValue]: "width";
|
|
1016
|
-
};
|
|
1017
994
|
};
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
}
|
|
995
|
+
height: {
|
|
996
|
+
readonly [$$PropertyValue]: "width";
|
|
997
|
+
};
|
|
998
|
+
};
|
|
999
|
+
}>>>, "size" | "weight"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1000
|
+
size?: "small" | "normal" | "mini" | undefined;
|
|
1001
|
+
weight?: "bold" | "normal" | undefined;
|
|
1002
|
+
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLSpanElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"span">>, {
|
|
1022
1003
|
size?: "small" | "normal" | "mini" | undefined;
|
|
1023
1004
|
weight?: "bold" | "normal" | undefined;
|
|
1024
1005
|
}, {}>;
|
|
@@ -1040,505 +1021,495 @@ interface TextProps extends StyledTextProps {
|
|
|
1040
1021
|
}
|
|
1041
1022
|
declare const Text: react__default.ForwardRefExoticComponent<Omit<TextProps, "ref"> & react__default.RefAttributes<HTMLSpanElement>>;
|
|
1042
1023
|
|
|
1043
|
-
declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
'
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1024
|
+
declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"p">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
1025
|
+
'border-widths': {
|
|
1026
|
+
readonly none: 0;
|
|
1027
|
+
readonly sm: "1px";
|
|
1028
|
+
readonly md: "2px";
|
|
1029
|
+
readonly lg: "4px";
|
|
1030
|
+
};
|
|
1031
|
+
colors: {
|
|
1032
|
+
readonly black: any;
|
|
1033
|
+
readonly 'blue-100': any;
|
|
1034
|
+
readonly 'blue-200': any;
|
|
1035
|
+
readonly 'blue-300': any;
|
|
1036
|
+
readonly 'blue-400': any;
|
|
1037
|
+
readonly 'blue-500': any;
|
|
1038
|
+
readonly 'blue-600': any;
|
|
1039
|
+
readonly 'blue-700': any;
|
|
1040
|
+
readonly 'blue-800': any;
|
|
1041
|
+
readonly 'blue-900': any;
|
|
1042
|
+
readonly 'blue-1000': any;
|
|
1043
|
+
readonly 'gray-100': any;
|
|
1044
|
+
readonly 'gray-200': any;
|
|
1045
|
+
readonly 'gray-300': any;
|
|
1046
|
+
readonly 'gray-400': any;
|
|
1047
|
+
readonly 'gray-500': any;
|
|
1048
|
+
readonly 'gray-600': any;
|
|
1049
|
+
readonly 'gray-700': any;
|
|
1050
|
+
readonly 'gray-800': any;
|
|
1051
|
+
readonly 'gray-900': any;
|
|
1052
|
+
readonly 'green-100': any;
|
|
1053
|
+
readonly 'green-200': any;
|
|
1054
|
+
readonly 'green-300': any;
|
|
1055
|
+
readonly 'green-400': any;
|
|
1056
|
+
readonly 'green-500': any;
|
|
1057
|
+
readonly 'green-600': any;
|
|
1058
|
+
readonly 'green-700': any;
|
|
1059
|
+
readonly 'green-800': any;
|
|
1060
|
+
readonly 'green-900': any;
|
|
1061
|
+
readonly 'indigo-100': any;
|
|
1062
|
+
readonly 'indigo-200': any;
|
|
1063
|
+
readonly 'indigo-300': any;
|
|
1064
|
+
readonly 'indigo-400': any;
|
|
1065
|
+
readonly 'indigo-500': any;
|
|
1066
|
+
readonly 'indigo-600': any;
|
|
1067
|
+
readonly 'indigo-700': any;
|
|
1068
|
+
readonly 'indigo-800': any;
|
|
1069
|
+
readonly 'indigo-900': any;
|
|
1070
|
+
readonly 'red-100': any;
|
|
1071
|
+
readonly 'red-200': any;
|
|
1072
|
+
readonly 'red-300': any;
|
|
1073
|
+
readonly 'red-400': any;
|
|
1074
|
+
readonly 'red-500': any;
|
|
1075
|
+
readonly 'red-600': any;
|
|
1076
|
+
readonly 'red-700': any;
|
|
1077
|
+
readonly 'red-800': any;
|
|
1078
|
+
readonly 'red-900': any;
|
|
1079
|
+
readonly transparent: any;
|
|
1080
|
+
readonly white: any;
|
|
1081
|
+
readonly 'yellow-100': any;
|
|
1082
|
+
readonly 'yellow-200': any;
|
|
1083
|
+
readonly 'yellow-300': any;
|
|
1084
|
+
readonly 'yellow-400': any;
|
|
1085
|
+
readonly 'yellow-500': any;
|
|
1086
|
+
readonly 'yellow-600': any;
|
|
1087
|
+
readonly 'yellow-700': any;
|
|
1088
|
+
readonly 'yellow-800': any;
|
|
1089
|
+
readonly 'yellow-900': any;
|
|
1090
|
+
"background-alpha-active"?: any;
|
|
1091
|
+
"background-alpha-hover"?: any;
|
|
1092
|
+
"background-danger-prominent"?: any;
|
|
1093
|
+
"background-danger-prominent-active"?: any;
|
|
1094
|
+
"background-danger-prominent-hover"?: any;
|
|
1095
|
+
"background-danger-subtle"?: any;
|
|
1096
|
+
"background-danger-subtle-active"?: any;
|
|
1097
|
+
"background-danger-subtle-hover"?: any;
|
|
1098
|
+
"background-neutrals"?: any;
|
|
1099
|
+
"background-neutrals-active"?: any;
|
|
1100
|
+
"background-neutrals-container"?: any;
|
|
1101
|
+
"background-neutrals-controls-disabled"?: any;
|
|
1102
|
+
"background-neutrals-disabled"?: any;
|
|
1103
|
+
"background-neutrals-hover"?: any;
|
|
1104
|
+
"background-neutrals-inactive"?: any;
|
|
1105
|
+
"background-neutrals-inactive-hover"?: any;
|
|
1106
|
+
"background-neutrals-inverted"?: any;
|
|
1107
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
1108
|
+
"background-neutrals-page"?: any;
|
|
1109
|
+
"background-neutrals-page-subtle"?: any;
|
|
1110
|
+
"background-neutrals-scrolls"?: any;
|
|
1111
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
1112
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
1113
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
1114
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
1115
|
+
"background-neutrals-subtle"?: any;
|
|
1116
|
+
"background-neutrals-subtle-active"?: any;
|
|
1117
|
+
"background-neutrals-subtle-hover"?: any;
|
|
1118
|
+
"background-primary-prominent"?: any;
|
|
1119
|
+
"background-primary-prominent-active"?: any;
|
|
1120
|
+
"background-primary-prominent-expanded"?: any;
|
|
1121
|
+
"background-primary-prominent-hover"?: any;
|
|
1122
|
+
"background-primary-prominent-pressed"?: any;
|
|
1123
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
1124
|
+
"background-primary-prominent-selected"?: any;
|
|
1125
|
+
"background-primary-subtle"?: any;
|
|
1126
|
+
"background-primary-subtle-active"?: any;
|
|
1127
|
+
"background-primary-subtle-expanded"?: any;
|
|
1128
|
+
"background-primary-subtle-hover"?: any;
|
|
1129
|
+
"background-primary-subtle-pressed"?: any;
|
|
1130
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
1131
|
+
"background-primary-subtle-selected"?: any;
|
|
1132
|
+
"background-success"?: any;
|
|
1133
|
+
"background-success-prominent"?: any;
|
|
1134
|
+
"background-success-prominent-active"?: any;
|
|
1135
|
+
"background-success-prominent-hover"?: any;
|
|
1136
|
+
"background-warning-prominent"?: any;
|
|
1137
|
+
"background-warning-subtle"?: any;
|
|
1138
|
+
"border-danger"?: any;
|
|
1139
|
+
"border-danger-active"?: any;
|
|
1140
|
+
"border-danger-hover"?: any;
|
|
1141
|
+
"border-focus-inner"?: any;
|
|
1142
|
+
"border-focus-middle"?: any;
|
|
1143
|
+
"border-focus-outer"?: any;
|
|
1144
|
+
"border-neutrals"?: any;
|
|
1145
|
+
"border-neutrals-active"?: any;
|
|
1146
|
+
"border-neutrals-controls"?: any;
|
|
1147
|
+
"border-neutrals-controls-disabled"?: any;
|
|
1148
|
+
"border-neutrals-disabled"?: any;
|
|
1149
|
+
"border-neutrals-hover"?: any;
|
|
1150
|
+
"border-neutrals-inverted"?: any;
|
|
1151
|
+
"border-neutrals-subtle"?: any;
|
|
1152
|
+
"border-neutrals-text"?: any;
|
|
1153
|
+
"border-neutrals-text-active"?: any;
|
|
1154
|
+
"border-neutrals-text-hover"?: any;
|
|
1155
|
+
"border-neutrals-text-subtle"?: any;
|
|
1156
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
1157
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
1158
|
+
"border-neutrals-transparent"?: any;
|
|
1159
|
+
"border-primary"?: any;
|
|
1160
|
+
"border-primary-active"?: any;
|
|
1161
|
+
"border-primary-hover"?: any;
|
|
1162
|
+
"border-primary-inverted"?: any;
|
|
1163
|
+
"border-success"?: any;
|
|
1164
|
+
"border-success-active"?: any;
|
|
1165
|
+
"border-success-hover"?: any;
|
|
1166
|
+
"border-warning"?: any;
|
|
1167
|
+
"icon-danger"?: any;
|
|
1168
|
+
"icon-danger-active"?: any;
|
|
1169
|
+
"icon-danger-hover"?: any;
|
|
1170
|
+
"icon-danger-inverted"?: any;
|
|
1171
|
+
"icon-neutrals"?: any;
|
|
1172
|
+
"icon-neutrals-disabled"?: any;
|
|
1173
|
+
"icon-neutrals-inactive"?: any;
|
|
1174
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
1175
|
+
"icon-neutrals-inverted"?: any;
|
|
1176
|
+
"icon-neutrals-search"?: any;
|
|
1177
|
+
"icon-neutrals-subtle"?: any;
|
|
1178
|
+
"icon-neutrals-text"?: any;
|
|
1179
|
+
"icon-primary"?: any;
|
|
1180
|
+
"icon-primary-active"?: any;
|
|
1181
|
+
"icon-primary-hover"?: any;
|
|
1182
|
+
"icon-primary-inverted"?: any;
|
|
1183
|
+
"icon-primary-selected"?: any;
|
|
1184
|
+
"icon-success"?: any;
|
|
1185
|
+
"icon-success-active"?: any;
|
|
1186
|
+
"icon-success-hover"?: any;
|
|
1187
|
+
"icon-success-inverted"?: any;
|
|
1188
|
+
"icon-warning"?: any;
|
|
1189
|
+
"icon-warning-prominent"?: any;
|
|
1190
|
+
"icon-warning-subtle"?: any;
|
|
1191
|
+
"text-danger"?: any;
|
|
1192
|
+
"text-danger-active"?: any;
|
|
1193
|
+
"text-danger-hover"?: any;
|
|
1194
|
+
"text-danger-inverted"?: any;
|
|
1195
|
+
"text-neutrals"?: any;
|
|
1196
|
+
"text-neutrals-active"?: any;
|
|
1197
|
+
"text-neutrals-disabled"?: any;
|
|
1198
|
+
"text-neutrals-hover"?: any;
|
|
1199
|
+
"text-neutrals-inverted"?: any;
|
|
1200
|
+
"text-neutrals-placeholder"?: any;
|
|
1201
|
+
"text-neutrals-placeholder-only"?: any;
|
|
1202
|
+
"text-neutrals-subtle"?: any;
|
|
1203
|
+
"text-neutrals-subtle-active"?: any;
|
|
1204
|
+
"text-neutrals-subtle-hover"?: any;
|
|
1205
|
+
"text-primary"?: any;
|
|
1206
|
+
"text-primary-active"?: any;
|
|
1207
|
+
"text-primary-hover"?: any;
|
|
1208
|
+
"text-primary-inverted"?: any;
|
|
1209
|
+
"text-primary-inverted-subtle"?: any;
|
|
1210
|
+
"text-primary-selected"?: any;
|
|
1211
|
+
"text-success"?: any;
|
|
1212
|
+
"text-success-active"?: any;
|
|
1213
|
+
"text-success-hover"?: any;
|
|
1214
|
+
"text-success-inverted"?: any;
|
|
1215
|
+
"text-warning"?: any;
|
|
1216
|
+
"text-warning-subtle"?: any;
|
|
1217
|
+
};
|
|
1218
|
+
'font-sizes': {
|
|
1219
|
+
readonly 150: "0.75rem";
|
|
1220
|
+
readonly 175: "0.875rem";
|
|
1221
|
+
readonly 200: "1rem";
|
|
1222
|
+
readonly 225: "1.125rem";
|
|
1223
|
+
readonly 250: "1.25rem";
|
|
1224
|
+
readonly 300: "1.5rem";
|
|
1225
|
+
readonly 400: "2rem";
|
|
1226
|
+
readonly 500: "2.5rem";
|
|
1227
|
+
readonly 600: "3rem";
|
|
1228
|
+
readonly 800: "4rem";
|
|
1229
|
+
readonly 900: "4.5rem";
|
|
1230
|
+
};
|
|
1231
|
+
fonts: {
|
|
1232
|
+
readonly heading: "Roobert, sans-serif";
|
|
1233
|
+
readonly body: "Open Sans, sans-serif";
|
|
1234
|
+
};
|
|
1235
|
+
radii: {
|
|
1236
|
+
readonly none: 0;
|
|
1237
|
+
readonly half: "999em";
|
|
1238
|
+
readonly 25: "2px";
|
|
1239
|
+
readonly 50: "4px";
|
|
1240
|
+
readonly 75: "6px";
|
|
1241
|
+
readonly 100: "8px";
|
|
1242
|
+
readonly 200: "16px";
|
|
1243
|
+
};
|
|
1244
|
+
shadows: {
|
|
1245
|
+
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";
|
|
1246
|
+
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";
|
|
1247
|
+
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";
|
|
1248
|
+
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";
|
|
1249
|
+
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
1250
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
1251
|
+
};
|
|
1252
|
+
sizes: {
|
|
1253
|
+
readonly number: string;
|
|
1254
|
+
readonly 'icon-200': "16px";
|
|
1255
|
+
readonly 'icon-300': "24px";
|
|
1256
|
+
readonly 'icon-400': "32px";
|
|
1257
|
+
};
|
|
1258
|
+
space: {
|
|
1259
|
+
readonly 0: "0px";
|
|
1260
|
+
readonly 25: "2px";
|
|
1261
|
+
readonly 50: "4px";
|
|
1262
|
+
readonly 100: "8px";
|
|
1263
|
+
readonly 150: "12px";
|
|
1264
|
+
readonly 200: "16px";
|
|
1265
|
+
readonly 300: "24px";
|
|
1266
|
+
readonly 400: "32px";
|
|
1267
|
+
readonly 500: "40px";
|
|
1268
|
+
readonly 600: "48px";
|
|
1269
|
+
readonly 700: "56px";
|
|
1270
|
+
readonly 800: "64px";
|
|
1271
|
+
readonly 1200: "96px";
|
|
1272
|
+
readonly 1600: "128px";
|
|
1273
|
+
};
|
|
1274
|
+
'space-gap': {
|
|
1275
|
+
readonly 0: any;
|
|
1276
|
+
readonly 50: any;
|
|
1277
|
+
readonly 100: any;
|
|
1278
|
+
readonly 200: any;
|
|
1279
|
+
readonly 300: any;
|
|
1280
|
+
};
|
|
1281
|
+
'space-inset': {
|
|
1282
|
+
readonly 0: any;
|
|
1283
|
+
readonly 50: any;
|
|
1284
|
+
readonly 100: any;
|
|
1285
|
+
readonly 150: any;
|
|
1286
|
+
readonly 200: any;
|
|
1287
|
+
readonly 300: any;
|
|
1288
|
+
readonly 400: any;
|
|
1289
|
+
readonly 500: any;
|
|
1290
|
+
readonly 600: any;
|
|
1291
|
+
readonly 700: any;
|
|
1292
|
+
readonly 800: any;
|
|
1293
|
+
readonly 1200: any;
|
|
1294
|
+
readonly 1600: any;
|
|
1295
|
+
};
|
|
1296
|
+
'space-offset': {
|
|
1297
|
+
readonly 0: any;
|
|
1298
|
+
readonly 50: any;
|
|
1299
|
+
readonly 100: any;
|
|
1300
|
+
readonly 150: any;
|
|
1301
|
+
readonly 200: any;
|
|
1302
|
+
readonly 300: any;
|
|
1303
|
+
readonly 400: any;
|
|
1304
|
+
readonly 600: any;
|
|
1305
|
+
readonly 800: any;
|
|
1306
|
+
readonly 1200: any;
|
|
1307
|
+
readonly 1600: any;
|
|
1308
|
+
readonly 'stacking-0': any;
|
|
1309
|
+
readonly 'stacking-100': any;
|
|
1310
|
+
readonly 'stacking-200': any;
|
|
1311
|
+
readonly 'stacking-300': any;
|
|
1312
|
+
readonly 'stacking-400': any;
|
|
1313
|
+
readonly 'stacking-500': any;
|
|
1314
|
+
readonly 'stacking-800': any;
|
|
1315
|
+
};
|
|
1316
|
+
'stroke-width': {
|
|
1317
|
+
readonly thin: "1.5px";
|
|
1318
|
+
readonly normal: "2px";
|
|
1319
|
+
readonly bold: "4px";
|
|
1320
|
+
};
|
|
1321
|
+
'z-indices': {
|
|
1322
|
+
readonly dropdownMenu: 100;
|
|
1323
|
+
readonly select: 200;
|
|
1324
|
+
readonly popover: 300;
|
|
1325
|
+
readonly tooltip: 400;
|
|
1326
|
+
};
|
|
1327
|
+
}, {
|
|
1328
|
+
readonly background: "colors";
|
|
1329
|
+
readonly backgroundColor: "colors";
|
|
1330
|
+
readonly backgroundImage: "colors";
|
|
1331
|
+
readonly blockSize: "sizes";
|
|
1332
|
+
readonly border: "colors";
|
|
1333
|
+
readonly borderBlock: "colors";
|
|
1334
|
+
readonly borderBlockEnd: "colors";
|
|
1335
|
+
readonly borderBlockStart: "colors";
|
|
1336
|
+
readonly borderBottom: "colors";
|
|
1337
|
+
readonly borderBottomColor: "colors";
|
|
1338
|
+
readonly borderBottomLeftRadius: "radii";
|
|
1339
|
+
readonly borderBottomRightRadius: "radii";
|
|
1340
|
+
readonly borderBottomStyle: "border-styles";
|
|
1341
|
+
readonly borderBottomWidth: "border-widths";
|
|
1342
|
+
readonly borderColor: "colors";
|
|
1343
|
+
readonly borderImage: "colors";
|
|
1344
|
+
readonly borderInline: "colors";
|
|
1345
|
+
readonly borderInlineEnd: "colors";
|
|
1346
|
+
readonly borderInlineStart: "colors";
|
|
1347
|
+
readonly borderLeft: "colors";
|
|
1348
|
+
readonly borderLeftColor: "colors";
|
|
1349
|
+
readonly borderLeftStyle: "border-styles";
|
|
1350
|
+
readonly borderLeftWidth: "border-widths";
|
|
1351
|
+
readonly borderRadius: "radii";
|
|
1352
|
+
readonly borderRight: "colors";
|
|
1353
|
+
readonly borderRightColor: "colors";
|
|
1354
|
+
readonly borderRightStyle: "border-styles";
|
|
1355
|
+
readonly borderRightWidth: "border-widths";
|
|
1356
|
+
readonly borderSpacing: "space-offset";
|
|
1357
|
+
readonly borderStyle: "border-styles";
|
|
1358
|
+
readonly borderTop: "colors";
|
|
1359
|
+
readonly borderTopColor: "colors";
|
|
1360
|
+
readonly borderTopLeftRadius: "radii";
|
|
1361
|
+
readonly borderTopRightRadius: "radii";
|
|
1362
|
+
readonly borderTopStyle: "border-styles";
|
|
1363
|
+
readonly borderTopWidth: "border-widths";
|
|
1364
|
+
readonly borderWidth: "border-widths";
|
|
1365
|
+
readonly bottom: "space";
|
|
1366
|
+
readonly boxShadow: "shadows";
|
|
1367
|
+
readonly caretColor: "colors";
|
|
1368
|
+
readonly color: "colors";
|
|
1369
|
+
readonly columnGap: "space-gap";
|
|
1370
|
+
readonly columnRuleColor: "colors";
|
|
1371
|
+
readonly fill: "colors";
|
|
1372
|
+
readonly flexBasis: "sizes";
|
|
1373
|
+
readonly fontFamily: "fonts";
|
|
1374
|
+
readonly fontSize: "font-sizes";
|
|
1375
|
+
readonly fontWeight: "font-weights";
|
|
1376
|
+
readonly gap: "space-gap";
|
|
1377
|
+
readonly gridColumnGap: "space-gap";
|
|
1378
|
+
readonly gridGap: "space-gap";
|
|
1379
|
+
readonly gridRowGap: "space-gap";
|
|
1380
|
+
readonly gridTemplateColumns: "sizes";
|
|
1381
|
+
readonly gridTemplateRows: "sizes";
|
|
1382
|
+
readonly height: "sizes";
|
|
1383
|
+
readonly inlineSize: "sizes";
|
|
1384
|
+
readonly inset: "space-inset";
|
|
1385
|
+
readonly insetBlock: "space-inset";
|
|
1386
|
+
readonly insetBlockEnd: "space-inset";
|
|
1387
|
+
readonly insetBlockStart: "space-inset";
|
|
1388
|
+
readonly insetInline: "space-inset";
|
|
1389
|
+
readonly insetInlineEnd: "space-inset";
|
|
1390
|
+
readonly insetInlineStart: "space-inset";
|
|
1391
|
+
readonly left: "space";
|
|
1392
|
+
readonly letterSpacing: "letter-spacings";
|
|
1393
|
+
readonly lineHeight: "line-heights";
|
|
1394
|
+
readonly margin: "space-offset";
|
|
1395
|
+
readonly marginBlock: "space-offset";
|
|
1396
|
+
readonly marginBlockEnd: "space-offset";
|
|
1397
|
+
readonly marginBlockStart: "space-offset";
|
|
1398
|
+
readonly marginBottom: "space-offset";
|
|
1399
|
+
readonly marginInline: "space-offset";
|
|
1400
|
+
readonly marginInlineEnd: "space-offset";
|
|
1401
|
+
readonly marginInlineStart: "space-offset";
|
|
1402
|
+
readonly marginLeft: "space-offset";
|
|
1403
|
+
readonly marginRight: "space-offset";
|
|
1404
|
+
readonly marginTop: "space-offset";
|
|
1405
|
+
readonly maxBlockSize: "sizes";
|
|
1406
|
+
readonly maxHeight: "sizes";
|
|
1407
|
+
readonly maxInlineSize: "sizes";
|
|
1408
|
+
readonly maxWidth: "sizes";
|
|
1409
|
+
readonly minBlockSize: "sizes";
|
|
1410
|
+
readonly minHeight: "sizes";
|
|
1411
|
+
readonly minInlineSize: "sizes";
|
|
1412
|
+
readonly minWidth: "sizes";
|
|
1413
|
+
readonly outline: "colors";
|
|
1414
|
+
readonly outlineColor: "colors";
|
|
1415
|
+
readonly padding: "space-inset";
|
|
1416
|
+
readonly paddingBlock: "space-inset";
|
|
1417
|
+
readonly paddingBlockEnd: "space-inset";
|
|
1418
|
+
readonly paddingBlockStart: "space-inset";
|
|
1419
|
+
readonly paddingBottom: "space-inset";
|
|
1420
|
+
readonly paddingInline: "space-inset";
|
|
1421
|
+
readonly paddingInlineEnd: "space-inset";
|
|
1422
|
+
readonly paddingInlineStart: "space-inset";
|
|
1423
|
+
readonly paddingLeft: "space-inset";
|
|
1424
|
+
readonly paddingRight: "space-inset";
|
|
1425
|
+
readonly paddingTop: "space-inset";
|
|
1426
|
+
readonly right: "space";
|
|
1427
|
+
readonly rowGap: "space-gap";
|
|
1428
|
+
readonly scrollMargin: "space-offset";
|
|
1429
|
+
readonly scrollMarginBlock: "space-offset";
|
|
1430
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
1431
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
1432
|
+
readonly scrollMarginBottom: "space-offset";
|
|
1433
|
+
readonly scrollMarginInline: "space-offset";
|
|
1434
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
1435
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
1436
|
+
readonly scrollMarginLeft: "space-offset";
|
|
1437
|
+
readonly scrollMarginRight: "space-offset";
|
|
1438
|
+
readonly scrollMarginTop: "space-offset";
|
|
1439
|
+
readonly scrollPadding: "space-inset";
|
|
1440
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
1441
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1442
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
1443
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
1444
|
+
readonly scrollPaddingInline: "space-inset";
|
|
1445
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1446
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
1447
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
1448
|
+
readonly scrollPaddingRight: "space-inset";
|
|
1449
|
+
readonly scrollPaddingTop: "space-inset";
|
|
1450
|
+
readonly stroke: "colors";
|
|
1451
|
+
readonly strokeWidth: "stroke-width";
|
|
1452
|
+
readonly textDecorationColor: "colors";
|
|
1453
|
+
readonly textShadow: "shadows";
|
|
1454
|
+
readonly top: "space";
|
|
1455
|
+
readonly transition: "transitions";
|
|
1456
|
+
readonly width: "sizes";
|
|
1457
|
+
readonly zIndex: "z-indices";
|
|
1458
|
+
}, {
|
|
1459
|
+
paddingX: (value: {
|
|
1460
|
+
readonly [$$PropertyValue]: "padding";
|
|
1461
|
+
}) => {
|
|
1462
|
+
paddingLeft: {
|
|
1463
|
+
readonly [$$PropertyValue]: "padding";
|
|
1349
1464
|
};
|
|
1350
|
-
|
|
1351
|
-
readonly
|
|
1352
|
-
readonly select: 200;
|
|
1353
|
-
readonly popover: 300;
|
|
1354
|
-
readonly tooltip: 400;
|
|
1465
|
+
paddingRight: {
|
|
1466
|
+
readonly [$$PropertyValue]: "padding";
|
|
1355
1467
|
};
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
|
-
readonly
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
readonly border: "colors";
|
|
1362
|
-
readonly borderBlock: "colors";
|
|
1363
|
-
readonly borderBlockEnd: "colors";
|
|
1364
|
-
readonly borderBlockStart: "colors";
|
|
1365
|
-
readonly borderBottom: "colors";
|
|
1366
|
-
readonly borderBottomColor: "colors";
|
|
1367
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1368
|
-
readonly borderBottomRightRadius: "radii";
|
|
1369
|
-
readonly borderBottomStyle: "border-styles";
|
|
1370
|
-
readonly borderBottomWidth: "border-widths";
|
|
1371
|
-
readonly borderColor: "colors";
|
|
1372
|
-
readonly borderImage: "colors";
|
|
1373
|
-
readonly borderInline: "colors";
|
|
1374
|
-
readonly borderInlineEnd: "colors";
|
|
1375
|
-
readonly borderInlineStart: "colors";
|
|
1376
|
-
readonly borderLeft: "colors";
|
|
1377
|
-
readonly borderLeftColor: "colors";
|
|
1378
|
-
readonly borderLeftStyle: "border-styles";
|
|
1379
|
-
readonly borderLeftWidth: "border-widths";
|
|
1380
|
-
readonly borderRadius: "radii";
|
|
1381
|
-
readonly borderRight: "colors";
|
|
1382
|
-
readonly borderRightColor: "colors";
|
|
1383
|
-
readonly borderRightStyle: "border-styles";
|
|
1384
|
-
readonly borderRightWidth: "border-widths";
|
|
1385
|
-
readonly borderSpacing: "space-offset";
|
|
1386
|
-
readonly borderStyle: "border-styles";
|
|
1387
|
-
readonly borderTop: "colors";
|
|
1388
|
-
readonly borderTopColor: "colors";
|
|
1389
|
-
readonly borderTopLeftRadius: "radii";
|
|
1390
|
-
readonly borderTopRightRadius: "radii";
|
|
1391
|
-
readonly borderTopStyle: "border-styles";
|
|
1392
|
-
readonly borderTopWidth: "border-widths";
|
|
1393
|
-
readonly borderWidth: "border-widths";
|
|
1394
|
-
readonly bottom: "space";
|
|
1395
|
-
readonly boxShadow: "shadows";
|
|
1396
|
-
readonly caretColor: "colors";
|
|
1397
|
-
readonly color: "colors";
|
|
1398
|
-
readonly columnGap: "space-gap";
|
|
1399
|
-
readonly columnRuleColor: "colors";
|
|
1400
|
-
readonly fill: "colors";
|
|
1401
|
-
readonly flexBasis: "sizes";
|
|
1402
|
-
readonly fontFamily: "fonts";
|
|
1403
|
-
readonly fontSize: "font-sizes";
|
|
1404
|
-
readonly fontWeight: "font-weights";
|
|
1405
|
-
readonly gap: "space-gap";
|
|
1406
|
-
readonly gridColumnGap: "space-gap";
|
|
1407
|
-
readonly gridGap: "space-gap";
|
|
1408
|
-
readonly gridRowGap: "space-gap";
|
|
1409
|
-
readonly gridTemplateColumns: "sizes";
|
|
1410
|
-
readonly gridTemplateRows: "sizes";
|
|
1411
|
-
readonly height: "sizes";
|
|
1412
|
-
readonly inlineSize: "sizes";
|
|
1413
|
-
readonly inset: "space-inset";
|
|
1414
|
-
readonly insetBlock: "space-inset";
|
|
1415
|
-
readonly insetBlockEnd: "space-inset";
|
|
1416
|
-
readonly insetBlockStart: "space-inset";
|
|
1417
|
-
readonly insetInline: "space-inset";
|
|
1418
|
-
readonly insetInlineEnd: "space-inset";
|
|
1419
|
-
readonly insetInlineStart: "space-inset";
|
|
1420
|
-
readonly left: "space";
|
|
1421
|
-
readonly letterSpacing: "letter-spacings";
|
|
1422
|
-
readonly lineHeight: "line-heights";
|
|
1423
|
-
readonly margin: "space-offset";
|
|
1424
|
-
readonly marginBlock: "space-offset";
|
|
1425
|
-
readonly marginBlockEnd: "space-offset";
|
|
1426
|
-
readonly marginBlockStart: "space-offset";
|
|
1427
|
-
readonly marginBottom: "space-offset";
|
|
1428
|
-
readonly marginInline: "space-offset";
|
|
1429
|
-
readonly marginInlineEnd: "space-offset";
|
|
1430
|
-
readonly marginInlineStart: "space-offset";
|
|
1431
|
-
readonly marginLeft: "space-offset";
|
|
1432
|
-
readonly marginRight: "space-offset";
|
|
1433
|
-
readonly marginTop: "space-offset";
|
|
1434
|
-
readonly maxBlockSize: "sizes";
|
|
1435
|
-
readonly maxHeight: "sizes";
|
|
1436
|
-
readonly maxInlineSize: "sizes";
|
|
1437
|
-
readonly maxWidth: "sizes";
|
|
1438
|
-
readonly minBlockSize: "sizes";
|
|
1439
|
-
readonly minHeight: "sizes";
|
|
1440
|
-
readonly minInlineSize: "sizes";
|
|
1441
|
-
readonly minWidth: "sizes";
|
|
1442
|
-
readonly outline: "colors";
|
|
1443
|
-
readonly outlineColor: "colors";
|
|
1444
|
-
readonly padding: "space-inset";
|
|
1445
|
-
readonly paddingBlock: "space-inset";
|
|
1446
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1447
|
-
readonly paddingBlockStart: "space-inset";
|
|
1448
|
-
readonly paddingBottom: "space-inset";
|
|
1449
|
-
readonly paddingInline: "space-inset";
|
|
1450
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1451
|
-
readonly paddingInlineStart: "space-inset";
|
|
1452
|
-
readonly paddingLeft: "space-inset";
|
|
1453
|
-
readonly paddingRight: "space-inset";
|
|
1454
|
-
readonly paddingTop: "space-inset";
|
|
1455
|
-
readonly right: "space";
|
|
1456
|
-
readonly rowGap: "space-gap";
|
|
1457
|
-
readonly scrollMargin: "space-offset";
|
|
1458
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1459
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1460
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1461
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1462
|
-
readonly scrollMarginInline: "space-offset";
|
|
1463
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1464
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1465
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1466
|
-
readonly scrollMarginRight: "space-offset";
|
|
1467
|
-
readonly scrollMarginTop: "space-offset";
|
|
1468
|
-
readonly scrollPadding: "space-inset";
|
|
1469
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1470
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1471
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1472
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1473
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1474
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1475
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1476
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1477
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1478
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1479
|
-
readonly stroke: "colors";
|
|
1480
|
-
readonly strokeWidth: "stroke-width";
|
|
1481
|
-
readonly textDecorationColor: "colors";
|
|
1482
|
-
readonly textShadow: "shadows";
|
|
1483
|
-
readonly top: "space";
|
|
1484
|
-
readonly transition: "transitions";
|
|
1485
|
-
readonly width: "sizes";
|
|
1486
|
-
readonly zIndex: "z-indices";
|
|
1487
|
-
}, {
|
|
1488
|
-
paddingX: (value: {
|
|
1468
|
+
};
|
|
1469
|
+
paddingY: (value: {
|
|
1470
|
+
readonly [$$PropertyValue]: "padding";
|
|
1471
|
+
}) => {
|
|
1472
|
+
paddingTop: {
|
|
1489
1473
|
readonly [$$PropertyValue]: "padding";
|
|
1490
|
-
}) => {
|
|
1491
|
-
paddingLeft: {
|
|
1492
|
-
readonly [$$PropertyValue]: "padding";
|
|
1493
|
-
};
|
|
1494
|
-
paddingRight: {
|
|
1495
|
-
readonly [$$PropertyValue]: "padding";
|
|
1496
|
-
};
|
|
1497
1474
|
};
|
|
1498
|
-
|
|
1475
|
+
paddingBottom: {
|
|
1499
1476
|
readonly [$$PropertyValue]: "padding";
|
|
1500
|
-
}) => {
|
|
1501
|
-
paddingTop: {
|
|
1502
|
-
readonly [$$PropertyValue]: "padding";
|
|
1503
|
-
};
|
|
1504
|
-
paddingBottom: {
|
|
1505
|
-
readonly [$$PropertyValue]: "padding";
|
|
1506
|
-
};
|
|
1507
1477
|
};
|
|
1508
|
-
|
|
1478
|
+
};
|
|
1479
|
+
marginX: (value: {
|
|
1480
|
+
readonly [$$PropertyValue]: "margin";
|
|
1481
|
+
}) => {
|
|
1482
|
+
marginLeft: {
|
|
1483
|
+
readonly [$$PropertyValue]: "margin";
|
|
1484
|
+
};
|
|
1485
|
+
marginRight: {
|
|
1486
|
+
readonly [$$PropertyValue]: "margin";
|
|
1487
|
+
};
|
|
1488
|
+
};
|
|
1489
|
+
marginY: (value: {
|
|
1490
|
+
readonly [$$PropertyValue]: "margin";
|
|
1491
|
+
}) => {
|
|
1492
|
+
marginTop: {
|
|
1509
1493
|
readonly [$$PropertyValue]: "margin";
|
|
1510
|
-
}) => {
|
|
1511
|
-
marginLeft: {
|
|
1512
|
-
readonly [$$PropertyValue]: "margin";
|
|
1513
|
-
};
|
|
1514
|
-
marginRight: {
|
|
1515
|
-
readonly [$$PropertyValue]: "margin";
|
|
1516
|
-
};
|
|
1517
1494
|
};
|
|
1518
|
-
|
|
1495
|
+
marginBottom: {
|
|
1519
1496
|
readonly [$$PropertyValue]: "margin";
|
|
1520
|
-
}) => {
|
|
1521
|
-
marginTop: {
|
|
1522
|
-
readonly [$$PropertyValue]: "margin";
|
|
1523
|
-
};
|
|
1524
|
-
marginBottom: {
|
|
1525
|
-
readonly [$$PropertyValue]: "margin";
|
|
1526
|
-
};
|
|
1527
1497
|
};
|
|
1528
|
-
|
|
1498
|
+
};
|
|
1499
|
+
square: (value: {
|
|
1500
|
+
readonly [$$PropertyValue]: "width";
|
|
1501
|
+
}) => {
|
|
1502
|
+
width: {
|
|
1529
1503
|
readonly [$$PropertyValue]: "width";
|
|
1530
|
-
}) => {
|
|
1531
|
-
width: {
|
|
1532
|
-
readonly [$$PropertyValue]: "width";
|
|
1533
|
-
};
|
|
1534
|
-
height: {
|
|
1535
|
-
readonly [$$PropertyValue]: "width";
|
|
1536
|
-
};
|
|
1537
1504
|
};
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
}
|
|
1505
|
+
height: {
|
|
1506
|
+
readonly [$$PropertyValue]: "width";
|
|
1507
|
+
};
|
|
1508
|
+
};
|
|
1509
|
+
}>>>, "size" | "weight"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1510
|
+
size?: "small" | "normal" | "mini" | undefined;
|
|
1511
|
+
weight?: "bold" | "normal" | undefined;
|
|
1512
|
+
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLParagraphElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"p">>, {
|
|
1542
1513
|
size?: "small" | "normal" | "mini" | undefined;
|
|
1543
1514
|
weight?: "bold" | "normal" | undefined;
|
|
1544
1515
|
}, {}>;
|