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