@mirohq/design-system-typography 0.4.4 → 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 -1458
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1,506 +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 borderStyle: "border-styles";
|
|
349
|
-
readonly borderTop: "colors";
|
|
350
|
-
readonly borderTopColor: "colors";
|
|
351
|
-
readonly borderTopLeftRadius: "radii";
|
|
352
|
-
readonly borderTopRightRadius: "radii";
|
|
353
|
-
readonly borderTopStyle: "border-styles";
|
|
354
|
-
readonly borderTopWidth: "border-widths";
|
|
355
|
-
readonly borderWidth: "border-widths";
|
|
356
|
-
readonly bottom: "space";
|
|
357
|
-
readonly boxShadow: "shadows";
|
|
358
|
-
readonly caretColor: "colors";
|
|
359
|
-
readonly color: "colors";
|
|
360
|
-
readonly columnGap: "space-gap";
|
|
361
|
-
readonly columnRuleColor: "colors";
|
|
362
|
-
readonly fill: "colors";
|
|
363
|
-
readonly flexBasis: "sizes";
|
|
364
|
-
readonly fontFamily: "fonts";
|
|
365
|
-
readonly fontSize: "font-sizes";
|
|
366
|
-
readonly fontWeight: "font-weights";
|
|
367
|
-
readonly gap: "space-gap";
|
|
368
|
-
readonly gridColumnGap: "space-gap";
|
|
369
|
-
readonly gridGap: "space-gap";
|
|
370
|
-
readonly gridRowGap: "space-gap";
|
|
371
|
-
readonly gridTemplateColumns: "sizes";
|
|
372
|
-
readonly gridTemplateRows: "sizes";
|
|
373
|
-
readonly height: "sizes";
|
|
374
|
-
readonly inlineSize: "sizes";
|
|
375
|
-
readonly inset: "space-inset";
|
|
376
|
-
readonly insetBlock: "space-inset";
|
|
377
|
-
readonly insetBlockEnd: "space-inset";
|
|
378
|
-
readonly insetBlockStart: "space-inset";
|
|
379
|
-
readonly insetInline: "space-inset";
|
|
380
|
-
readonly insetInlineEnd: "space-inset";
|
|
381
|
-
readonly insetInlineStart: "space-inset";
|
|
382
|
-
readonly left: "space";
|
|
383
|
-
readonly letterSpacing: "letter-spacings";
|
|
384
|
-
readonly lineHeight: "line-heights";
|
|
385
|
-
readonly margin: "space-offset";
|
|
386
|
-
readonly marginBlock: "space-offset";
|
|
387
|
-
readonly marginBlockEnd: "space-offset";
|
|
388
|
-
readonly marginBlockStart: "space-offset";
|
|
389
|
-
readonly marginBottom: "space-offset";
|
|
390
|
-
readonly marginInline: "space-offset";
|
|
391
|
-
readonly marginInlineEnd: "space-offset";
|
|
392
|
-
readonly marginInlineStart: "space-offset";
|
|
393
|
-
readonly marginLeft: "space-offset";
|
|
394
|
-
readonly marginRight: "space-offset";
|
|
395
|
-
readonly marginTop: "space-offset";
|
|
396
|
-
readonly maxBlockSize: "sizes";
|
|
397
|
-
readonly maxHeight: "sizes";
|
|
398
|
-
readonly maxInlineSize: "sizes";
|
|
399
|
-
readonly maxWidth: "sizes";
|
|
400
|
-
readonly minBlockSize: "sizes";
|
|
401
|
-
readonly minHeight: "sizes";
|
|
402
|
-
readonly minInlineSize: "sizes";
|
|
403
|
-
readonly minWidth: "sizes";
|
|
404
|
-
readonly outline: "colors";
|
|
405
|
-
readonly outlineColor: "colors";
|
|
406
|
-
readonly padding: "space-inset";
|
|
407
|
-
readonly paddingBlock: "space-inset";
|
|
408
|
-
readonly paddingBlockEnd: "space-inset";
|
|
409
|
-
readonly paddingBlockStart: "space-inset";
|
|
410
|
-
readonly paddingBottom: "space-inset";
|
|
411
|
-
readonly paddingInline: "space-inset";
|
|
412
|
-
readonly paddingInlineEnd: "space-inset";
|
|
413
|
-
readonly paddingInlineStart: "space-inset";
|
|
414
|
-
readonly paddingLeft: "space-inset";
|
|
415
|
-
readonly paddingRight: "space-inset";
|
|
416
|
-
readonly paddingTop: "space-inset";
|
|
417
|
-
readonly right: "space";
|
|
418
|
-
readonly rowGap: "space-gap";
|
|
419
|
-
readonly scrollMargin: "space-offset";
|
|
420
|
-
readonly scrollMarginBlock: "space-offset";
|
|
421
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
422
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
423
|
-
readonly scrollMarginBottom: "space-offset";
|
|
424
|
-
readonly scrollMarginInline: "space-offset";
|
|
425
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
426
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
427
|
-
readonly scrollMarginLeft: "space-offset";
|
|
428
|
-
readonly scrollMarginRight: "space-offset";
|
|
429
|
-
readonly scrollMarginTop: "space-offset";
|
|
430
|
-
readonly scrollPadding: "space-inset";
|
|
431
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
432
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
433
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
434
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
435
|
-
readonly scrollPaddingInline: "space-inset";
|
|
436
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
437
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
438
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
439
|
-
readonly scrollPaddingRight: "space-inset";
|
|
440
|
-
readonly scrollPaddingTop: "space-inset";
|
|
441
|
-
readonly stroke: "colors";
|
|
442
|
-
readonly strokeWidth: "stroke-width";
|
|
443
|
-
readonly textDecorationColor: "colors";
|
|
444
|
-
readonly textShadow: "shadows";
|
|
445
|
-
readonly top: "space";
|
|
446
|
-
readonly transition: "transitions";
|
|
447
|
-
readonly width: "sizes";
|
|
448
|
-
readonly zIndex: "z-indices";
|
|
449
|
-
}, {
|
|
450
|
-
paddingX: (value: {
|
|
452
|
+
};
|
|
453
|
+
paddingY: (value: {
|
|
454
|
+
readonly [$$PropertyValue]: "padding";
|
|
455
|
+
}) => {
|
|
456
|
+
paddingTop: {
|
|
451
457
|
readonly [$$PropertyValue]: "padding";
|
|
452
|
-
}) => {
|
|
453
|
-
paddingLeft: {
|
|
454
|
-
readonly [$$PropertyValue]: "padding";
|
|
455
|
-
};
|
|
456
|
-
paddingRight: {
|
|
457
|
-
readonly [$$PropertyValue]: "padding";
|
|
458
|
-
};
|
|
459
458
|
};
|
|
460
|
-
|
|
459
|
+
paddingBottom: {
|
|
461
460
|
readonly [$$PropertyValue]: "padding";
|
|
462
|
-
}) => {
|
|
463
|
-
paddingTop: {
|
|
464
|
-
readonly [$$PropertyValue]: "padding";
|
|
465
|
-
};
|
|
466
|
-
paddingBottom: {
|
|
467
|
-
readonly [$$PropertyValue]: "padding";
|
|
468
|
-
};
|
|
469
461
|
};
|
|
470
|
-
|
|
462
|
+
};
|
|
463
|
+
marginX: (value: {
|
|
464
|
+
readonly [$$PropertyValue]: "margin";
|
|
465
|
+
}) => {
|
|
466
|
+
marginLeft: {
|
|
471
467
|
readonly [$$PropertyValue]: "margin";
|
|
472
|
-
}) => {
|
|
473
|
-
marginLeft: {
|
|
474
|
-
readonly [$$PropertyValue]: "margin";
|
|
475
|
-
};
|
|
476
|
-
marginRight: {
|
|
477
|
-
readonly [$$PropertyValue]: "margin";
|
|
478
|
-
};
|
|
479
468
|
};
|
|
480
|
-
|
|
469
|
+
marginRight: {
|
|
481
470
|
readonly [$$PropertyValue]: "margin";
|
|
482
|
-
}) => {
|
|
483
|
-
marginTop: {
|
|
484
|
-
readonly [$$PropertyValue]: "margin";
|
|
485
|
-
};
|
|
486
|
-
marginBottom: {
|
|
487
|
-
readonly [$$PropertyValue]: "margin";
|
|
488
|
-
};
|
|
489
471
|
};
|
|
490
|
-
|
|
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: {
|
|
491
490
|
readonly [$$PropertyValue]: "width";
|
|
492
|
-
}) => {
|
|
493
|
-
width: {
|
|
494
|
-
readonly [$$PropertyValue]: "width";
|
|
495
|
-
};
|
|
496
|
-
height: {
|
|
497
|
-
readonly [$$PropertyValue]: "width";
|
|
498
|
-
};
|
|
499
491
|
};
|
|
500
|
-
}
|
|
501
|
-
}> & {
|
|
502
|
-
|
|
503
|
-
} & _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">>, {
|
|
504
496
|
level?: 1 | 4 | "1" | 2 | 3 | "4" | "2" | "3" | undefined;
|
|
505
497
|
}, {}>;
|
|
506
498
|
declare type StyledHeadingProps = ComponentPropsWithRef<typeof H1>;
|
|
@@ -519,504 +511,495 @@ interface HeadingProps extends StyledHeadingProps {
|
|
|
519
511
|
}
|
|
520
512
|
declare const Heading: react__default.ForwardRefExoticComponent<Omit<HeadingProps, "ref"> & react__default.RefAttributes<HTMLHeadingElement>>;
|
|
521
513
|
|
|
522
|
-
declare const StyledText: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
523
|
-
|
|
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
|
-
|
|
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";
|
|
828
954
|
};
|
|
829
|
-
|
|
830
|
-
readonly
|
|
831
|
-
readonly select: 200;
|
|
832
|
-
readonly popover: 300;
|
|
833
|
-
readonly tooltip: 400;
|
|
955
|
+
paddingRight: {
|
|
956
|
+
readonly [$$PropertyValue]: "padding";
|
|
834
957
|
};
|
|
835
|
-
}
|
|
836
|
-
|
|
837
|
-
readonly
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
readonly border: "colors";
|
|
841
|
-
readonly borderBlock: "colors";
|
|
842
|
-
readonly borderBlockEnd: "colors";
|
|
843
|
-
readonly borderBlockStart: "colors";
|
|
844
|
-
readonly borderBottom: "colors";
|
|
845
|
-
readonly borderBottomColor: "colors";
|
|
846
|
-
readonly borderBottomLeftRadius: "radii";
|
|
847
|
-
readonly borderBottomRightRadius: "radii";
|
|
848
|
-
readonly borderBottomStyle: "border-styles";
|
|
849
|
-
readonly borderBottomWidth: "border-widths";
|
|
850
|
-
readonly borderColor: "colors";
|
|
851
|
-
readonly borderImage: "colors";
|
|
852
|
-
readonly borderInline: "colors";
|
|
853
|
-
readonly borderInlineEnd: "colors";
|
|
854
|
-
readonly borderInlineStart: "colors";
|
|
855
|
-
readonly borderLeft: "colors";
|
|
856
|
-
readonly borderLeftColor: "colors";
|
|
857
|
-
readonly borderLeftStyle: "border-styles";
|
|
858
|
-
readonly borderLeftWidth: "border-widths";
|
|
859
|
-
readonly borderRadius: "radii";
|
|
860
|
-
readonly borderRight: "colors";
|
|
861
|
-
readonly borderRightColor: "colors";
|
|
862
|
-
readonly borderRightStyle: "border-styles";
|
|
863
|
-
readonly borderRightWidth: "border-widths";
|
|
864
|
-
readonly borderStyle: "border-styles";
|
|
865
|
-
readonly borderTop: "colors";
|
|
866
|
-
readonly borderTopColor: "colors";
|
|
867
|
-
readonly borderTopLeftRadius: "radii";
|
|
868
|
-
readonly borderTopRightRadius: "radii";
|
|
869
|
-
readonly borderTopStyle: "border-styles";
|
|
870
|
-
readonly borderTopWidth: "border-widths";
|
|
871
|
-
readonly borderWidth: "border-widths";
|
|
872
|
-
readonly bottom: "space";
|
|
873
|
-
readonly boxShadow: "shadows";
|
|
874
|
-
readonly caretColor: "colors";
|
|
875
|
-
readonly color: "colors";
|
|
876
|
-
readonly columnGap: "space-gap";
|
|
877
|
-
readonly columnRuleColor: "colors";
|
|
878
|
-
readonly fill: "colors";
|
|
879
|
-
readonly flexBasis: "sizes";
|
|
880
|
-
readonly fontFamily: "fonts";
|
|
881
|
-
readonly fontSize: "font-sizes";
|
|
882
|
-
readonly fontWeight: "font-weights";
|
|
883
|
-
readonly gap: "space-gap";
|
|
884
|
-
readonly gridColumnGap: "space-gap";
|
|
885
|
-
readonly gridGap: "space-gap";
|
|
886
|
-
readonly gridRowGap: "space-gap";
|
|
887
|
-
readonly gridTemplateColumns: "sizes";
|
|
888
|
-
readonly gridTemplateRows: "sizes";
|
|
889
|
-
readonly height: "sizes";
|
|
890
|
-
readonly inlineSize: "sizes";
|
|
891
|
-
readonly inset: "space-inset";
|
|
892
|
-
readonly insetBlock: "space-inset";
|
|
893
|
-
readonly insetBlockEnd: "space-inset";
|
|
894
|
-
readonly insetBlockStart: "space-inset";
|
|
895
|
-
readonly insetInline: "space-inset";
|
|
896
|
-
readonly insetInlineEnd: "space-inset";
|
|
897
|
-
readonly insetInlineStart: "space-inset";
|
|
898
|
-
readonly left: "space";
|
|
899
|
-
readonly letterSpacing: "letter-spacings";
|
|
900
|
-
readonly lineHeight: "line-heights";
|
|
901
|
-
readonly margin: "space-offset";
|
|
902
|
-
readonly marginBlock: "space-offset";
|
|
903
|
-
readonly marginBlockEnd: "space-offset";
|
|
904
|
-
readonly marginBlockStart: "space-offset";
|
|
905
|
-
readonly marginBottom: "space-offset";
|
|
906
|
-
readonly marginInline: "space-offset";
|
|
907
|
-
readonly marginInlineEnd: "space-offset";
|
|
908
|
-
readonly marginInlineStart: "space-offset";
|
|
909
|
-
readonly marginLeft: "space-offset";
|
|
910
|
-
readonly marginRight: "space-offset";
|
|
911
|
-
readonly marginTop: "space-offset";
|
|
912
|
-
readonly maxBlockSize: "sizes";
|
|
913
|
-
readonly maxHeight: "sizes";
|
|
914
|
-
readonly maxInlineSize: "sizes";
|
|
915
|
-
readonly maxWidth: "sizes";
|
|
916
|
-
readonly minBlockSize: "sizes";
|
|
917
|
-
readonly minHeight: "sizes";
|
|
918
|
-
readonly minInlineSize: "sizes";
|
|
919
|
-
readonly minWidth: "sizes";
|
|
920
|
-
readonly outline: "colors";
|
|
921
|
-
readonly outlineColor: "colors";
|
|
922
|
-
readonly padding: "space-inset";
|
|
923
|
-
readonly paddingBlock: "space-inset";
|
|
924
|
-
readonly paddingBlockEnd: "space-inset";
|
|
925
|
-
readonly paddingBlockStart: "space-inset";
|
|
926
|
-
readonly paddingBottom: "space-inset";
|
|
927
|
-
readonly paddingInline: "space-inset";
|
|
928
|
-
readonly paddingInlineEnd: "space-inset";
|
|
929
|
-
readonly paddingInlineStart: "space-inset";
|
|
930
|
-
readonly paddingLeft: "space-inset";
|
|
931
|
-
readonly paddingRight: "space-inset";
|
|
932
|
-
readonly paddingTop: "space-inset";
|
|
933
|
-
readonly right: "space";
|
|
934
|
-
readonly rowGap: "space-gap";
|
|
935
|
-
readonly scrollMargin: "space-offset";
|
|
936
|
-
readonly scrollMarginBlock: "space-offset";
|
|
937
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
938
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
939
|
-
readonly scrollMarginBottom: "space-offset";
|
|
940
|
-
readonly scrollMarginInline: "space-offset";
|
|
941
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
942
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
943
|
-
readonly scrollMarginLeft: "space-offset";
|
|
944
|
-
readonly scrollMarginRight: "space-offset";
|
|
945
|
-
readonly scrollMarginTop: "space-offset";
|
|
946
|
-
readonly scrollPadding: "space-inset";
|
|
947
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
948
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
949
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
950
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
951
|
-
readonly scrollPaddingInline: "space-inset";
|
|
952
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
953
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
954
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
955
|
-
readonly scrollPaddingRight: "space-inset";
|
|
956
|
-
readonly scrollPaddingTop: "space-inset";
|
|
957
|
-
readonly stroke: "colors";
|
|
958
|
-
readonly strokeWidth: "stroke-width";
|
|
959
|
-
readonly textDecorationColor: "colors";
|
|
960
|
-
readonly textShadow: "shadows";
|
|
961
|
-
readonly top: "space";
|
|
962
|
-
readonly transition: "transitions";
|
|
963
|
-
readonly width: "sizes";
|
|
964
|
-
readonly zIndex: "z-indices";
|
|
965
|
-
}, {
|
|
966
|
-
paddingX: (value: {
|
|
958
|
+
};
|
|
959
|
+
paddingY: (value: {
|
|
960
|
+
readonly [$$PropertyValue]: "padding";
|
|
961
|
+
}) => {
|
|
962
|
+
paddingTop: {
|
|
967
963
|
readonly [$$PropertyValue]: "padding";
|
|
968
|
-
}) => {
|
|
969
|
-
paddingLeft: {
|
|
970
|
-
readonly [$$PropertyValue]: "padding";
|
|
971
|
-
};
|
|
972
|
-
paddingRight: {
|
|
973
|
-
readonly [$$PropertyValue]: "padding";
|
|
974
|
-
};
|
|
975
964
|
};
|
|
976
|
-
|
|
965
|
+
paddingBottom: {
|
|
977
966
|
readonly [$$PropertyValue]: "padding";
|
|
978
|
-
}) => {
|
|
979
|
-
paddingTop: {
|
|
980
|
-
readonly [$$PropertyValue]: "padding";
|
|
981
|
-
};
|
|
982
|
-
paddingBottom: {
|
|
983
|
-
readonly [$$PropertyValue]: "padding";
|
|
984
|
-
};
|
|
985
967
|
};
|
|
986
|
-
|
|
968
|
+
};
|
|
969
|
+
marginX: (value: {
|
|
970
|
+
readonly [$$PropertyValue]: "margin";
|
|
971
|
+
}) => {
|
|
972
|
+
marginLeft: {
|
|
987
973
|
readonly [$$PropertyValue]: "margin";
|
|
988
|
-
}) => {
|
|
989
|
-
marginLeft: {
|
|
990
|
-
readonly [$$PropertyValue]: "margin";
|
|
991
|
-
};
|
|
992
|
-
marginRight: {
|
|
993
|
-
readonly [$$PropertyValue]: "margin";
|
|
994
|
-
};
|
|
995
974
|
};
|
|
996
|
-
|
|
975
|
+
marginRight: {
|
|
997
976
|
readonly [$$PropertyValue]: "margin";
|
|
998
|
-
}) => {
|
|
999
|
-
marginTop: {
|
|
1000
|
-
readonly [$$PropertyValue]: "margin";
|
|
1001
|
-
};
|
|
1002
|
-
marginBottom: {
|
|
1003
|
-
readonly [$$PropertyValue]: "margin";
|
|
1004
|
-
};
|
|
1005
977
|
};
|
|
1006
|
-
|
|
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: {
|
|
1007
993
|
readonly [$$PropertyValue]: "width";
|
|
1008
|
-
}) => {
|
|
1009
|
-
width: {
|
|
1010
|
-
readonly [$$PropertyValue]: "width";
|
|
1011
|
-
};
|
|
1012
|
-
height: {
|
|
1013
|
-
readonly [$$PropertyValue]: "width";
|
|
1014
|
-
};
|
|
1015
994
|
};
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
}
|
|
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">>, {
|
|
1020
1003
|
size?: "small" | "normal" | "mini" | undefined;
|
|
1021
1004
|
weight?: "bold" | "normal" | undefined;
|
|
1022
1005
|
}, {}>;
|
|
@@ -1038,504 +1021,495 @@ interface TextProps extends StyledTextProps {
|
|
|
1038
1021
|
}
|
|
1039
1022
|
declare const Text: react__default.ForwardRefExoticComponent<Omit<TextProps, "ref"> & react__default.RefAttributes<HTMLSpanElement>>;
|
|
1040
1023
|
|
|
1041
|
-
declare const StyledParagraph: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
1042
|
-
|
|
1043
|
-
|
|
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
|
-
|
|
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";
|
|
1347
1464
|
};
|
|
1348
|
-
|
|
1349
|
-
readonly
|
|
1350
|
-
readonly select: 200;
|
|
1351
|
-
readonly popover: 300;
|
|
1352
|
-
readonly tooltip: 400;
|
|
1465
|
+
paddingRight: {
|
|
1466
|
+
readonly [$$PropertyValue]: "padding";
|
|
1353
1467
|
};
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
readonly
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
readonly border: "colors";
|
|
1360
|
-
readonly borderBlock: "colors";
|
|
1361
|
-
readonly borderBlockEnd: "colors";
|
|
1362
|
-
readonly borderBlockStart: "colors";
|
|
1363
|
-
readonly borderBottom: "colors";
|
|
1364
|
-
readonly borderBottomColor: "colors";
|
|
1365
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1366
|
-
readonly borderBottomRightRadius: "radii";
|
|
1367
|
-
readonly borderBottomStyle: "border-styles";
|
|
1368
|
-
readonly borderBottomWidth: "border-widths";
|
|
1369
|
-
readonly borderColor: "colors";
|
|
1370
|
-
readonly borderImage: "colors";
|
|
1371
|
-
readonly borderInline: "colors";
|
|
1372
|
-
readonly borderInlineEnd: "colors";
|
|
1373
|
-
readonly borderInlineStart: "colors";
|
|
1374
|
-
readonly borderLeft: "colors";
|
|
1375
|
-
readonly borderLeftColor: "colors";
|
|
1376
|
-
readonly borderLeftStyle: "border-styles";
|
|
1377
|
-
readonly borderLeftWidth: "border-widths";
|
|
1378
|
-
readonly borderRadius: "radii";
|
|
1379
|
-
readonly borderRight: "colors";
|
|
1380
|
-
readonly borderRightColor: "colors";
|
|
1381
|
-
readonly borderRightStyle: "border-styles";
|
|
1382
|
-
readonly borderRightWidth: "border-widths";
|
|
1383
|
-
readonly borderStyle: "border-styles";
|
|
1384
|
-
readonly borderTop: "colors";
|
|
1385
|
-
readonly borderTopColor: "colors";
|
|
1386
|
-
readonly borderTopLeftRadius: "radii";
|
|
1387
|
-
readonly borderTopRightRadius: "radii";
|
|
1388
|
-
readonly borderTopStyle: "border-styles";
|
|
1389
|
-
readonly borderTopWidth: "border-widths";
|
|
1390
|
-
readonly borderWidth: "border-widths";
|
|
1391
|
-
readonly bottom: "space";
|
|
1392
|
-
readonly boxShadow: "shadows";
|
|
1393
|
-
readonly caretColor: "colors";
|
|
1394
|
-
readonly color: "colors";
|
|
1395
|
-
readonly columnGap: "space-gap";
|
|
1396
|
-
readonly columnRuleColor: "colors";
|
|
1397
|
-
readonly fill: "colors";
|
|
1398
|
-
readonly flexBasis: "sizes";
|
|
1399
|
-
readonly fontFamily: "fonts";
|
|
1400
|
-
readonly fontSize: "font-sizes";
|
|
1401
|
-
readonly fontWeight: "font-weights";
|
|
1402
|
-
readonly gap: "space-gap";
|
|
1403
|
-
readonly gridColumnGap: "space-gap";
|
|
1404
|
-
readonly gridGap: "space-gap";
|
|
1405
|
-
readonly gridRowGap: "space-gap";
|
|
1406
|
-
readonly gridTemplateColumns: "sizes";
|
|
1407
|
-
readonly gridTemplateRows: "sizes";
|
|
1408
|
-
readonly height: "sizes";
|
|
1409
|
-
readonly inlineSize: "sizes";
|
|
1410
|
-
readonly inset: "space-inset";
|
|
1411
|
-
readonly insetBlock: "space-inset";
|
|
1412
|
-
readonly insetBlockEnd: "space-inset";
|
|
1413
|
-
readonly insetBlockStart: "space-inset";
|
|
1414
|
-
readonly insetInline: "space-inset";
|
|
1415
|
-
readonly insetInlineEnd: "space-inset";
|
|
1416
|
-
readonly insetInlineStart: "space-inset";
|
|
1417
|
-
readonly left: "space";
|
|
1418
|
-
readonly letterSpacing: "letter-spacings";
|
|
1419
|
-
readonly lineHeight: "line-heights";
|
|
1420
|
-
readonly margin: "space-offset";
|
|
1421
|
-
readonly marginBlock: "space-offset";
|
|
1422
|
-
readonly marginBlockEnd: "space-offset";
|
|
1423
|
-
readonly marginBlockStart: "space-offset";
|
|
1424
|
-
readonly marginBottom: "space-offset";
|
|
1425
|
-
readonly marginInline: "space-offset";
|
|
1426
|
-
readonly marginInlineEnd: "space-offset";
|
|
1427
|
-
readonly marginInlineStart: "space-offset";
|
|
1428
|
-
readonly marginLeft: "space-offset";
|
|
1429
|
-
readonly marginRight: "space-offset";
|
|
1430
|
-
readonly marginTop: "space-offset";
|
|
1431
|
-
readonly maxBlockSize: "sizes";
|
|
1432
|
-
readonly maxHeight: "sizes";
|
|
1433
|
-
readonly maxInlineSize: "sizes";
|
|
1434
|
-
readonly maxWidth: "sizes";
|
|
1435
|
-
readonly minBlockSize: "sizes";
|
|
1436
|
-
readonly minHeight: "sizes";
|
|
1437
|
-
readonly minInlineSize: "sizes";
|
|
1438
|
-
readonly minWidth: "sizes";
|
|
1439
|
-
readonly outline: "colors";
|
|
1440
|
-
readonly outlineColor: "colors";
|
|
1441
|
-
readonly padding: "space-inset";
|
|
1442
|
-
readonly paddingBlock: "space-inset";
|
|
1443
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1444
|
-
readonly paddingBlockStart: "space-inset";
|
|
1445
|
-
readonly paddingBottom: "space-inset";
|
|
1446
|
-
readonly paddingInline: "space-inset";
|
|
1447
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1448
|
-
readonly paddingInlineStart: "space-inset";
|
|
1449
|
-
readonly paddingLeft: "space-inset";
|
|
1450
|
-
readonly paddingRight: "space-inset";
|
|
1451
|
-
readonly paddingTop: "space-inset";
|
|
1452
|
-
readonly right: "space";
|
|
1453
|
-
readonly rowGap: "space-gap";
|
|
1454
|
-
readonly scrollMargin: "space-offset";
|
|
1455
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1456
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1457
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1458
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1459
|
-
readonly scrollMarginInline: "space-offset";
|
|
1460
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1461
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1462
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1463
|
-
readonly scrollMarginRight: "space-offset";
|
|
1464
|
-
readonly scrollMarginTop: "space-offset";
|
|
1465
|
-
readonly scrollPadding: "space-inset";
|
|
1466
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1467
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1468
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1469
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1470
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1471
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1472
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1473
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1474
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1475
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1476
|
-
readonly stroke: "colors";
|
|
1477
|
-
readonly strokeWidth: "stroke-width";
|
|
1478
|
-
readonly textDecorationColor: "colors";
|
|
1479
|
-
readonly textShadow: "shadows";
|
|
1480
|
-
readonly top: "space";
|
|
1481
|
-
readonly transition: "transitions";
|
|
1482
|
-
readonly width: "sizes";
|
|
1483
|
-
readonly zIndex: "z-indices";
|
|
1484
|
-
}, {
|
|
1485
|
-
paddingX: (value: {
|
|
1468
|
+
};
|
|
1469
|
+
paddingY: (value: {
|
|
1470
|
+
readonly [$$PropertyValue]: "padding";
|
|
1471
|
+
}) => {
|
|
1472
|
+
paddingTop: {
|
|
1486
1473
|
readonly [$$PropertyValue]: "padding";
|
|
1487
|
-
}) => {
|
|
1488
|
-
paddingLeft: {
|
|
1489
|
-
readonly [$$PropertyValue]: "padding";
|
|
1490
|
-
};
|
|
1491
|
-
paddingRight: {
|
|
1492
|
-
readonly [$$PropertyValue]: "padding";
|
|
1493
|
-
};
|
|
1494
1474
|
};
|
|
1495
|
-
|
|
1475
|
+
paddingBottom: {
|
|
1496
1476
|
readonly [$$PropertyValue]: "padding";
|
|
1497
|
-
}) => {
|
|
1498
|
-
paddingTop: {
|
|
1499
|
-
readonly [$$PropertyValue]: "padding";
|
|
1500
|
-
};
|
|
1501
|
-
paddingBottom: {
|
|
1502
|
-
readonly [$$PropertyValue]: "padding";
|
|
1503
|
-
};
|
|
1504
1477
|
};
|
|
1505
|
-
|
|
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: {
|
|
1506
1493
|
readonly [$$PropertyValue]: "margin";
|
|
1507
|
-
}) => {
|
|
1508
|
-
marginLeft: {
|
|
1509
|
-
readonly [$$PropertyValue]: "margin";
|
|
1510
|
-
};
|
|
1511
|
-
marginRight: {
|
|
1512
|
-
readonly [$$PropertyValue]: "margin";
|
|
1513
|
-
};
|
|
1514
1494
|
};
|
|
1515
|
-
|
|
1495
|
+
marginBottom: {
|
|
1516
1496
|
readonly [$$PropertyValue]: "margin";
|
|
1517
|
-
}) => {
|
|
1518
|
-
marginTop: {
|
|
1519
|
-
readonly [$$PropertyValue]: "margin";
|
|
1520
|
-
};
|
|
1521
|
-
marginBottom: {
|
|
1522
|
-
readonly [$$PropertyValue]: "margin";
|
|
1523
|
-
};
|
|
1524
1497
|
};
|
|
1525
|
-
|
|
1498
|
+
};
|
|
1499
|
+
square: (value: {
|
|
1500
|
+
readonly [$$PropertyValue]: "width";
|
|
1501
|
+
}) => {
|
|
1502
|
+
width: {
|
|
1526
1503
|
readonly [$$PropertyValue]: "width";
|
|
1527
|
-
}) => {
|
|
1528
|
-
width: {
|
|
1529
|
-
readonly [$$PropertyValue]: "width";
|
|
1530
|
-
};
|
|
1531
|
-
height: {
|
|
1532
|
-
readonly [$$PropertyValue]: "width";
|
|
1533
|
-
};
|
|
1534
1504
|
};
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
}
|
|
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">>, {
|
|
1539
1513
|
size?: "small" | "normal" | "mini" | undefined;
|
|
1540
1514
|
weight?: "bold" | "normal" | undefined;
|
|
1541
1515
|
}, {}>;
|