@mirohq/design-system-toolbar 2.4.6 → 2.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +1903 -1917
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -2,1003 +2,993 @@ import * as react from 'react';
|
|
|
2
2
|
import react__default, { AnchorHTMLAttributes } from 'react';
|
|
3
3
|
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
4
4
|
import { StrictComponentProps } from '@mirohq/design-system-stitches';
|
|
5
|
+
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
5
6
|
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
6
7
|
import * as _radix_ui_react_toolbar from '@radix-ui/react-toolbar';
|
|
7
|
-
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
8
8
|
import { HoverEvents } from '@react-types/shared';
|
|
9
9
|
|
|
10
|
-
declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
10
|
+
declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
11
|
+
'border-widths': {
|
|
12
|
+
readonly none: 0;
|
|
13
|
+
readonly sm: "1px";
|
|
14
|
+
readonly md: "2px";
|
|
15
|
+
readonly lg: "4px";
|
|
16
|
+
};
|
|
17
|
+
colors: {
|
|
18
|
+
readonly black: any;
|
|
19
|
+
readonly 'blue-100': any;
|
|
20
|
+
readonly 'blue-200': any;
|
|
21
|
+
readonly 'blue-300': any;
|
|
22
|
+
readonly 'blue-400': any;
|
|
23
|
+
readonly 'blue-500': any;
|
|
24
|
+
readonly 'blue-600': any;
|
|
25
|
+
readonly 'blue-700': any;
|
|
26
|
+
readonly 'blue-800': any;
|
|
27
|
+
readonly 'blue-900': any;
|
|
28
|
+
readonly 'blue-1000': any;
|
|
29
|
+
readonly 'gray-100': any;
|
|
30
|
+
readonly 'gray-200': any;
|
|
31
|
+
readonly 'gray-300': any;
|
|
32
|
+
readonly 'gray-400': any;
|
|
33
|
+
readonly 'gray-500': any;
|
|
34
|
+
readonly 'gray-600': any;
|
|
35
|
+
readonly 'gray-700': any;
|
|
36
|
+
readonly 'gray-800': any;
|
|
37
|
+
readonly 'gray-900': any;
|
|
38
|
+
readonly 'green-100': any;
|
|
39
|
+
readonly 'green-200': any;
|
|
40
|
+
readonly 'green-300': any;
|
|
41
|
+
readonly 'green-400': any;
|
|
42
|
+
readonly 'green-500': any;
|
|
43
|
+
readonly 'green-600': any;
|
|
44
|
+
readonly 'green-700': any;
|
|
45
|
+
readonly 'green-800': any;
|
|
46
|
+
readonly 'green-900': any;
|
|
47
|
+
readonly 'indigo-100': any;
|
|
48
|
+
readonly 'indigo-200': any;
|
|
49
|
+
readonly 'indigo-300': any;
|
|
50
|
+
readonly 'indigo-400': any;
|
|
51
|
+
readonly 'indigo-500': any;
|
|
52
|
+
readonly 'indigo-600': any;
|
|
53
|
+
readonly 'indigo-700': any;
|
|
54
|
+
readonly 'indigo-800': any;
|
|
55
|
+
readonly 'indigo-900': any;
|
|
56
|
+
readonly 'red-100': any;
|
|
57
|
+
readonly 'red-200': any;
|
|
58
|
+
readonly 'red-300': any;
|
|
59
|
+
readonly 'red-400': any;
|
|
60
|
+
readonly 'red-500': any;
|
|
61
|
+
readonly 'red-600': any;
|
|
62
|
+
readonly 'red-700': any;
|
|
63
|
+
readonly 'red-800': any;
|
|
64
|
+
readonly 'red-900': any;
|
|
65
|
+
readonly transparent: any;
|
|
66
|
+
readonly white: any;
|
|
67
|
+
readonly 'yellow-100': any;
|
|
68
|
+
readonly 'yellow-200': any;
|
|
69
|
+
readonly 'yellow-300': any;
|
|
70
|
+
readonly 'yellow-400': any;
|
|
71
|
+
readonly 'yellow-500': any;
|
|
72
|
+
readonly 'yellow-600': any;
|
|
73
|
+
readonly 'yellow-700': any;
|
|
74
|
+
readonly 'yellow-800': any;
|
|
75
|
+
readonly 'yellow-900': any;
|
|
76
|
+
"background-alpha-active"?: any;
|
|
77
|
+
"background-alpha-hover"?: any;
|
|
78
|
+
"background-danger-prominent"?: any;
|
|
79
|
+
"background-danger-prominent-active"?: any;
|
|
80
|
+
"background-danger-prominent-hover"?: any;
|
|
81
|
+
"background-danger-subtle"?: any;
|
|
82
|
+
"background-danger-subtle-active"?: any;
|
|
83
|
+
"background-danger-subtle-hover"?: any;
|
|
84
|
+
"background-neutrals"?: any;
|
|
85
|
+
"background-neutrals-active"?: any;
|
|
86
|
+
"background-neutrals-container"?: any;
|
|
87
|
+
"background-neutrals-controls-disabled"?: any;
|
|
88
|
+
"background-neutrals-disabled"?: any;
|
|
89
|
+
"background-neutrals-hover"?: any;
|
|
90
|
+
"background-neutrals-inactive"?: any;
|
|
91
|
+
"background-neutrals-inactive-hover"?: any;
|
|
92
|
+
"background-neutrals-inverted"?: any;
|
|
93
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
94
|
+
"background-neutrals-page"?: any;
|
|
95
|
+
"background-neutrals-page-subtle"?: any;
|
|
96
|
+
"background-neutrals-scrolls"?: any;
|
|
97
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
98
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
99
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
100
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
101
|
+
"background-neutrals-subtle"?: any;
|
|
102
|
+
"background-neutrals-subtle-active"?: any;
|
|
103
|
+
"background-neutrals-subtle-hover"?: any;
|
|
104
|
+
"background-primary-prominent"?: any;
|
|
105
|
+
"background-primary-prominent-active"?: any;
|
|
106
|
+
"background-primary-prominent-expanded"?: any;
|
|
107
|
+
"background-primary-prominent-hover"?: any;
|
|
108
|
+
"background-primary-prominent-pressed"?: any;
|
|
109
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
110
|
+
"background-primary-prominent-selected"?: any;
|
|
111
|
+
"background-primary-subtle"?: any;
|
|
112
|
+
"background-primary-subtle-active"?: any;
|
|
113
|
+
"background-primary-subtle-expanded"?: any;
|
|
114
|
+
"background-primary-subtle-hover"?: any;
|
|
115
|
+
"background-primary-subtle-pressed"?: any;
|
|
116
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
117
|
+
"background-primary-subtle-selected"?: any;
|
|
118
|
+
"background-success"?: any;
|
|
119
|
+
"background-success-prominent"?: any;
|
|
120
|
+
"background-success-prominent-active"?: any;
|
|
121
|
+
"background-success-prominent-hover"?: any;
|
|
122
|
+
"background-warning-prominent"?: any;
|
|
123
|
+
"background-warning-subtle"?: any;
|
|
124
|
+
"border-danger"?: any;
|
|
125
|
+
"border-danger-active"?: any;
|
|
126
|
+
"border-danger-hover"?: any;
|
|
127
|
+
"border-focus-inner"?: any;
|
|
128
|
+
"border-focus-middle"?: any;
|
|
129
|
+
"border-focus-outer"?: any;
|
|
130
|
+
"border-neutrals"?: any;
|
|
131
|
+
"border-neutrals-active"?: any;
|
|
132
|
+
"border-neutrals-controls"?: any;
|
|
133
|
+
"border-neutrals-controls-disabled"?: any;
|
|
134
|
+
"border-neutrals-disabled"?: any;
|
|
135
|
+
"border-neutrals-hover"?: any;
|
|
136
|
+
"border-neutrals-inverted"?: any;
|
|
137
|
+
"border-neutrals-subtle"?: any;
|
|
138
|
+
"border-neutrals-text"?: any;
|
|
139
|
+
"border-neutrals-text-active"?: any;
|
|
140
|
+
"border-neutrals-text-hover"?: any;
|
|
141
|
+
"border-neutrals-text-subtle"?: any;
|
|
142
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
143
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
144
|
+
"border-neutrals-transparent"?: any;
|
|
145
|
+
"border-primary"?: any;
|
|
146
|
+
"border-primary-active"?: any;
|
|
147
|
+
"border-primary-hover"?: any;
|
|
148
|
+
"border-primary-inverted"?: any;
|
|
149
|
+
"border-success"?: any;
|
|
150
|
+
"border-success-active"?: any;
|
|
151
|
+
"border-success-hover"?: any;
|
|
152
|
+
"border-warning"?: any;
|
|
153
|
+
"icon-danger"?: any;
|
|
154
|
+
"icon-danger-active"?: any;
|
|
155
|
+
"icon-danger-hover"?: any;
|
|
156
|
+
"icon-danger-inverted"?: any;
|
|
157
|
+
"icon-neutrals"?: any;
|
|
158
|
+
"icon-neutrals-disabled"?: any;
|
|
159
|
+
"icon-neutrals-inactive"?: any;
|
|
160
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
161
|
+
"icon-neutrals-inverted"?: any;
|
|
162
|
+
"icon-neutrals-search"?: any;
|
|
163
|
+
"icon-neutrals-subtle"?: any;
|
|
164
|
+
"icon-neutrals-text"?: any;
|
|
165
|
+
"icon-primary"?: any;
|
|
166
|
+
"icon-primary-active"?: any;
|
|
167
|
+
"icon-primary-hover"?: any;
|
|
168
|
+
"icon-primary-inverted"?: any;
|
|
169
|
+
"icon-primary-selected"?: any;
|
|
170
|
+
"icon-success"?: any;
|
|
171
|
+
"icon-success-active"?: any;
|
|
172
|
+
"icon-success-hover"?: any;
|
|
173
|
+
"icon-success-inverted"?: any;
|
|
174
|
+
"icon-warning"?: any;
|
|
175
|
+
"icon-warning-prominent"?: any;
|
|
176
|
+
"icon-warning-subtle"?: any;
|
|
177
|
+
"text-danger"?: any;
|
|
178
|
+
"text-danger-active"?: any;
|
|
179
|
+
"text-danger-hover"?: any;
|
|
180
|
+
"text-danger-inverted"?: any;
|
|
181
|
+
"text-neutrals"?: any;
|
|
182
|
+
"text-neutrals-active"?: any;
|
|
183
|
+
"text-neutrals-disabled"?: any;
|
|
184
|
+
"text-neutrals-hover"?: any;
|
|
185
|
+
"text-neutrals-inverted"?: any;
|
|
186
|
+
"text-neutrals-placeholder"?: any;
|
|
187
|
+
"text-neutrals-placeholder-only"?: any;
|
|
188
|
+
"text-neutrals-subtle"?: any;
|
|
189
|
+
"text-neutrals-subtle-active"?: any;
|
|
190
|
+
"text-neutrals-subtle-hover"?: any;
|
|
191
|
+
"text-primary"?: any;
|
|
192
|
+
"text-primary-active"?: any;
|
|
193
|
+
"text-primary-hover"?: any;
|
|
194
|
+
"text-primary-inverted"?: any;
|
|
195
|
+
"text-primary-inverted-subtle"?: any;
|
|
196
|
+
"text-primary-selected"?: any;
|
|
197
|
+
"text-success"?: any;
|
|
198
|
+
"text-success-active"?: any;
|
|
199
|
+
"text-success-hover"?: any;
|
|
200
|
+
"text-success-inverted"?: any;
|
|
201
|
+
"text-warning"?: any;
|
|
202
|
+
"text-warning-subtle"?: any;
|
|
203
|
+
};
|
|
204
|
+
'font-sizes': {
|
|
205
|
+
readonly 150: "0.75rem";
|
|
206
|
+
readonly 175: "0.875rem";
|
|
207
|
+
readonly 200: "1rem";
|
|
208
|
+
readonly 225: "1.125rem";
|
|
209
|
+
readonly 250: "1.25rem";
|
|
210
|
+
readonly 300: "1.5rem";
|
|
211
|
+
readonly 400: "2rem";
|
|
212
|
+
readonly 500: "2.5rem";
|
|
213
|
+
readonly 600: "3rem";
|
|
214
|
+
readonly 800: "4rem";
|
|
215
|
+
readonly 900: "4.5rem";
|
|
216
|
+
};
|
|
217
|
+
fonts: {
|
|
218
|
+
readonly heading: "Roobert, sans-serif";
|
|
219
|
+
readonly body: "Open Sans, sans-serif";
|
|
220
|
+
};
|
|
221
|
+
radii: {
|
|
222
|
+
readonly none: 0;
|
|
223
|
+
readonly half: "999em";
|
|
224
|
+
readonly 25: "2px";
|
|
225
|
+
readonly 50: "4px";
|
|
226
|
+
readonly 75: "6px";
|
|
227
|
+
readonly 100: "8px";
|
|
228
|
+
readonly 200: "16px";
|
|
229
|
+
};
|
|
230
|
+
shadows: {
|
|
231
|
+
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";
|
|
232
|
+
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";
|
|
233
|
+
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";
|
|
234
|
+
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";
|
|
235
|
+
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";
|
|
236
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
237
|
+
};
|
|
238
|
+
sizes: {
|
|
239
|
+
readonly number: string;
|
|
240
|
+
readonly 'icon-200': "16px";
|
|
241
|
+
readonly 'icon-300': "24px";
|
|
242
|
+
readonly 'icon-400': "32px";
|
|
243
|
+
};
|
|
244
|
+
space: {
|
|
245
|
+
readonly 0: "0px";
|
|
246
|
+
readonly 25: "2px";
|
|
247
|
+
readonly 50: "4px";
|
|
248
|
+
readonly 100: "8px";
|
|
249
|
+
readonly 150: "12px";
|
|
250
|
+
readonly 200: "16px";
|
|
251
|
+
readonly 300: "24px";
|
|
252
|
+
readonly 400: "32px";
|
|
253
|
+
readonly 500: "40px";
|
|
254
|
+
readonly 600: "48px";
|
|
255
|
+
readonly 700: "56px";
|
|
256
|
+
readonly 800: "64px";
|
|
257
|
+
readonly 1200: "96px";
|
|
258
|
+
readonly 1600: "128px";
|
|
259
|
+
};
|
|
260
|
+
'space-gap': {
|
|
261
|
+
readonly 0: any;
|
|
262
|
+
readonly 50: any;
|
|
263
|
+
readonly 100: any;
|
|
264
|
+
readonly 200: any;
|
|
265
|
+
readonly 300: any;
|
|
266
|
+
};
|
|
267
|
+
'space-inset': {
|
|
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 500: any;
|
|
276
|
+
readonly 600: any;
|
|
277
|
+
readonly 700: any;
|
|
278
|
+
readonly 800: any;
|
|
279
|
+
readonly 1200: any;
|
|
280
|
+
readonly 1600: any;
|
|
281
|
+
};
|
|
282
|
+
'space-offset': {
|
|
283
|
+
readonly 0: any;
|
|
284
|
+
readonly 50: any;
|
|
285
|
+
readonly 100: any;
|
|
286
|
+
readonly 150: any;
|
|
287
|
+
readonly 200: any;
|
|
288
|
+
readonly 300: any;
|
|
289
|
+
readonly 400: any;
|
|
290
|
+
readonly 600: any;
|
|
291
|
+
readonly 800: any;
|
|
292
|
+
readonly 1200: any;
|
|
293
|
+
readonly 1600: any;
|
|
294
|
+
readonly 'stacking-0': any;
|
|
295
|
+
readonly 'stacking-100': any;
|
|
296
|
+
readonly 'stacking-200': any;
|
|
297
|
+
readonly 'stacking-300': any;
|
|
298
|
+
readonly 'stacking-400': any;
|
|
299
|
+
readonly 'stacking-500': any;
|
|
300
|
+
readonly 'stacking-800': any;
|
|
301
|
+
};
|
|
302
|
+
'stroke-width': {
|
|
303
|
+
readonly thin: "1.5px";
|
|
304
|
+
readonly normal: "2px";
|
|
305
|
+
readonly bold: "4px";
|
|
306
|
+
};
|
|
307
|
+
'z-indices': {
|
|
308
|
+
readonly dropdownMenu: 100;
|
|
309
|
+
readonly select: 200;
|
|
310
|
+
readonly popover: 300;
|
|
311
|
+
readonly tooltip: 400;
|
|
312
|
+
};
|
|
313
|
+
}, {
|
|
314
|
+
readonly background: "colors";
|
|
315
|
+
readonly backgroundColor: "colors";
|
|
316
|
+
readonly backgroundImage: "colors";
|
|
317
|
+
readonly blockSize: "sizes";
|
|
318
|
+
readonly border: "colors";
|
|
319
|
+
readonly borderBlock: "colors";
|
|
320
|
+
readonly borderBlockEnd: "colors";
|
|
321
|
+
readonly borderBlockStart: "colors";
|
|
322
|
+
readonly borderBottom: "colors";
|
|
323
|
+
readonly borderBottomColor: "colors";
|
|
324
|
+
readonly borderBottomLeftRadius: "radii";
|
|
325
|
+
readonly borderBottomRightRadius: "radii";
|
|
326
|
+
readonly borderBottomStyle: "border-styles";
|
|
327
|
+
readonly borderBottomWidth: "border-widths";
|
|
328
|
+
readonly borderColor: "colors";
|
|
329
|
+
readonly borderImage: "colors";
|
|
330
|
+
readonly borderInline: "colors";
|
|
331
|
+
readonly borderInlineEnd: "colors";
|
|
332
|
+
readonly borderInlineStart: "colors";
|
|
333
|
+
readonly borderLeft: "colors";
|
|
334
|
+
readonly borderLeftColor: "colors";
|
|
335
|
+
readonly borderLeftStyle: "border-styles";
|
|
336
|
+
readonly borderLeftWidth: "border-widths";
|
|
337
|
+
readonly borderRadius: "radii";
|
|
338
|
+
readonly borderRight: "colors";
|
|
339
|
+
readonly borderRightColor: "colors";
|
|
340
|
+
readonly borderRightStyle: "border-styles";
|
|
341
|
+
readonly borderRightWidth: "border-widths";
|
|
342
|
+
readonly borderSpacing: "space-offset";
|
|
343
|
+
readonly borderStyle: "border-styles";
|
|
344
|
+
readonly borderTop: "colors";
|
|
345
|
+
readonly borderTopColor: "colors";
|
|
346
|
+
readonly borderTopLeftRadius: "radii";
|
|
347
|
+
readonly borderTopRightRadius: "radii";
|
|
348
|
+
readonly borderTopStyle: "border-styles";
|
|
349
|
+
readonly borderTopWidth: "border-widths";
|
|
350
|
+
readonly borderWidth: "border-widths";
|
|
351
|
+
readonly bottom: "space";
|
|
352
|
+
readonly boxShadow: "shadows";
|
|
353
|
+
readonly caretColor: "colors";
|
|
354
|
+
readonly color: "colors";
|
|
355
|
+
readonly columnGap: "space-gap";
|
|
356
|
+
readonly columnRuleColor: "colors";
|
|
357
|
+
readonly fill: "colors";
|
|
358
|
+
readonly flexBasis: "sizes";
|
|
359
|
+
readonly fontFamily: "fonts";
|
|
360
|
+
readonly fontSize: "font-sizes";
|
|
361
|
+
readonly fontWeight: "font-weights";
|
|
362
|
+
readonly gap: "space-gap";
|
|
363
|
+
readonly gridColumnGap: "space-gap";
|
|
364
|
+
readonly gridGap: "space-gap";
|
|
365
|
+
readonly gridRowGap: "space-gap";
|
|
366
|
+
readonly gridTemplateColumns: "sizes";
|
|
367
|
+
readonly gridTemplateRows: "sizes";
|
|
368
|
+
readonly height: "sizes";
|
|
369
|
+
readonly inlineSize: "sizes";
|
|
370
|
+
readonly inset: "space-inset";
|
|
371
|
+
readonly insetBlock: "space-inset";
|
|
372
|
+
readonly insetBlockEnd: "space-inset";
|
|
373
|
+
readonly insetBlockStart: "space-inset";
|
|
374
|
+
readonly insetInline: "space-inset";
|
|
375
|
+
readonly insetInlineEnd: "space-inset";
|
|
376
|
+
readonly insetInlineStart: "space-inset";
|
|
377
|
+
readonly left: "space";
|
|
378
|
+
readonly letterSpacing: "letter-spacings";
|
|
379
|
+
readonly lineHeight: "line-heights";
|
|
380
|
+
readonly margin: "space-offset";
|
|
381
|
+
readonly marginBlock: "space-offset";
|
|
382
|
+
readonly marginBlockEnd: "space-offset";
|
|
383
|
+
readonly marginBlockStart: "space-offset";
|
|
384
|
+
readonly marginBottom: "space-offset";
|
|
385
|
+
readonly marginInline: "space-offset";
|
|
386
|
+
readonly marginInlineEnd: "space-offset";
|
|
387
|
+
readonly marginInlineStart: "space-offset";
|
|
388
|
+
readonly marginLeft: "space-offset";
|
|
389
|
+
readonly marginRight: "space-offset";
|
|
390
|
+
readonly marginTop: "space-offset";
|
|
391
|
+
readonly maxBlockSize: "sizes";
|
|
392
|
+
readonly maxHeight: "sizes";
|
|
393
|
+
readonly maxInlineSize: "sizes";
|
|
394
|
+
readonly maxWidth: "sizes";
|
|
395
|
+
readonly minBlockSize: "sizes";
|
|
396
|
+
readonly minHeight: "sizes";
|
|
397
|
+
readonly minInlineSize: "sizes";
|
|
398
|
+
readonly minWidth: "sizes";
|
|
399
|
+
readonly outline: "colors";
|
|
400
|
+
readonly outlineColor: "colors";
|
|
401
|
+
readonly padding: "space-inset";
|
|
402
|
+
readonly paddingBlock: "space-inset";
|
|
403
|
+
readonly paddingBlockEnd: "space-inset";
|
|
404
|
+
readonly paddingBlockStart: "space-inset";
|
|
405
|
+
readonly paddingBottom: "space-inset";
|
|
406
|
+
readonly paddingInline: "space-inset";
|
|
407
|
+
readonly paddingInlineEnd: "space-inset";
|
|
408
|
+
readonly paddingInlineStart: "space-inset";
|
|
409
|
+
readonly paddingLeft: "space-inset";
|
|
410
|
+
readonly paddingRight: "space-inset";
|
|
411
|
+
readonly paddingTop: "space-inset";
|
|
412
|
+
readonly right: "space";
|
|
413
|
+
readonly rowGap: "space-gap";
|
|
414
|
+
readonly scrollMargin: "space-offset";
|
|
415
|
+
readonly scrollMarginBlock: "space-offset";
|
|
416
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
417
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
418
|
+
readonly scrollMarginBottom: "space-offset";
|
|
419
|
+
readonly scrollMarginInline: "space-offset";
|
|
420
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
421
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
422
|
+
readonly scrollMarginLeft: "space-offset";
|
|
423
|
+
readonly scrollMarginRight: "space-offset";
|
|
424
|
+
readonly scrollMarginTop: "space-offset";
|
|
425
|
+
readonly scrollPadding: "space-inset";
|
|
426
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
427
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
428
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
429
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
430
|
+
readonly scrollPaddingInline: "space-inset";
|
|
431
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
432
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
433
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
434
|
+
readonly scrollPaddingRight: "space-inset";
|
|
435
|
+
readonly scrollPaddingTop: "space-inset";
|
|
436
|
+
readonly stroke: "colors";
|
|
437
|
+
readonly strokeWidth: "stroke-width";
|
|
438
|
+
readonly textDecorationColor: "colors";
|
|
439
|
+
readonly textShadow: "shadows";
|
|
440
|
+
readonly top: "space";
|
|
441
|
+
readonly transition: "transitions";
|
|
442
|
+
readonly width: "sizes";
|
|
443
|
+
readonly zIndex: "z-indices";
|
|
444
|
+
}, {
|
|
445
|
+
paddingX: (value: {
|
|
446
|
+
readonly [$$PropertyValue]: "padding";
|
|
447
|
+
}) => {
|
|
448
|
+
paddingLeft: {
|
|
449
|
+
readonly [$$PropertyValue]: "padding";
|
|
310
450
|
};
|
|
311
|
-
|
|
312
|
-
readonly
|
|
313
|
-
readonly select: 200;
|
|
314
|
-
readonly popover: 300;
|
|
315
|
-
readonly tooltip: 400;
|
|
451
|
+
paddingRight: {
|
|
452
|
+
readonly [$$PropertyValue]: "padding";
|
|
316
453
|
};
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
readonly
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
readonly border: "colors";
|
|
323
|
-
readonly borderBlock: "colors";
|
|
324
|
-
readonly borderBlockEnd: "colors";
|
|
325
|
-
readonly borderBlockStart: "colors";
|
|
326
|
-
readonly borderBottom: "colors";
|
|
327
|
-
readonly borderBottomColor: "colors";
|
|
328
|
-
readonly borderBottomLeftRadius: "radii";
|
|
329
|
-
readonly borderBottomRightRadius: "radii";
|
|
330
|
-
readonly borderBottomStyle: "border-styles";
|
|
331
|
-
readonly borderBottomWidth: "border-widths";
|
|
332
|
-
readonly borderColor: "colors";
|
|
333
|
-
readonly borderImage: "colors";
|
|
334
|
-
readonly borderInline: "colors";
|
|
335
|
-
readonly borderInlineEnd: "colors";
|
|
336
|
-
readonly borderInlineStart: "colors";
|
|
337
|
-
readonly borderLeft: "colors";
|
|
338
|
-
readonly borderLeftColor: "colors";
|
|
339
|
-
readonly borderLeftStyle: "border-styles";
|
|
340
|
-
readonly borderLeftWidth: "border-widths";
|
|
341
|
-
readonly borderRadius: "radii";
|
|
342
|
-
readonly borderRight: "colors";
|
|
343
|
-
readonly borderRightColor: "colors";
|
|
344
|
-
readonly borderRightStyle: "border-styles";
|
|
345
|
-
readonly borderRightWidth: "border-widths";
|
|
346
|
-
readonly borderStyle: "border-styles";
|
|
347
|
-
readonly borderTop: "colors";
|
|
348
|
-
readonly borderTopColor: "colors";
|
|
349
|
-
readonly borderTopLeftRadius: "radii";
|
|
350
|
-
readonly borderTopRightRadius: "radii";
|
|
351
|
-
readonly borderTopStyle: "border-styles";
|
|
352
|
-
readonly borderTopWidth: "border-widths";
|
|
353
|
-
readonly borderWidth: "border-widths";
|
|
354
|
-
readonly bottom: "space";
|
|
355
|
-
readonly boxShadow: "shadows";
|
|
356
|
-
readonly caretColor: "colors";
|
|
357
|
-
readonly color: "colors";
|
|
358
|
-
readonly columnGap: "space-gap";
|
|
359
|
-
readonly columnRuleColor: "colors";
|
|
360
|
-
readonly fill: "colors";
|
|
361
|
-
readonly flexBasis: "sizes";
|
|
362
|
-
readonly fontFamily: "fonts";
|
|
363
|
-
readonly fontSize: "font-sizes";
|
|
364
|
-
readonly fontWeight: "font-weights";
|
|
365
|
-
readonly gap: "space-gap";
|
|
366
|
-
readonly gridColumnGap: "space-gap";
|
|
367
|
-
readonly gridGap: "space-gap";
|
|
368
|
-
readonly gridRowGap: "space-gap";
|
|
369
|
-
readonly gridTemplateColumns: "sizes";
|
|
370
|
-
readonly gridTemplateRows: "sizes";
|
|
371
|
-
readonly height: "sizes";
|
|
372
|
-
readonly inlineSize: "sizes";
|
|
373
|
-
readonly inset: "space-inset";
|
|
374
|
-
readonly insetBlock: "space-inset";
|
|
375
|
-
readonly insetBlockEnd: "space-inset";
|
|
376
|
-
readonly insetBlockStart: "space-inset";
|
|
377
|
-
readonly insetInline: "space-inset";
|
|
378
|
-
readonly insetInlineEnd: "space-inset";
|
|
379
|
-
readonly insetInlineStart: "space-inset";
|
|
380
|
-
readonly left: "space";
|
|
381
|
-
readonly letterSpacing: "letter-spacings";
|
|
382
|
-
readonly lineHeight: "line-heights";
|
|
383
|
-
readonly margin: "space-offset";
|
|
384
|
-
readonly marginBlock: "space-offset";
|
|
385
|
-
readonly marginBlockEnd: "space-offset";
|
|
386
|
-
readonly marginBlockStart: "space-offset";
|
|
387
|
-
readonly marginBottom: "space-offset";
|
|
388
|
-
readonly marginInline: "space-offset";
|
|
389
|
-
readonly marginInlineEnd: "space-offset";
|
|
390
|
-
readonly marginInlineStart: "space-offset";
|
|
391
|
-
readonly marginLeft: "space-offset";
|
|
392
|
-
readonly marginRight: "space-offset";
|
|
393
|
-
readonly marginTop: "space-offset";
|
|
394
|
-
readonly maxBlockSize: "sizes";
|
|
395
|
-
readonly maxHeight: "sizes";
|
|
396
|
-
readonly maxInlineSize: "sizes";
|
|
397
|
-
readonly maxWidth: "sizes";
|
|
398
|
-
readonly minBlockSize: "sizes";
|
|
399
|
-
readonly minHeight: "sizes";
|
|
400
|
-
readonly minInlineSize: "sizes";
|
|
401
|
-
readonly minWidth: "sizes";
|
|
402
|
-
readonly outline: "colors";
|
|
403
|
-
readonly outlineColor: "colors";
|
|
404
|
-
readonly padding: "space-inset";
|
|
405
|
-
readonly paddingBlock: "space-inset";
|
|
406
|
-
readonly paddingBlockEnd: "space-inset";
|
|
407
|
-
readonly paddingBlockStart: "space-inset";
|
|
408
|
-
readonly paddingBottom: "space-inset";
|
|
409
|
-
readonly paddingInline: "space-inset";
|
|
410
|
-
readonly paddingInlineEnd: "space-inset";
|
|
411
|
-
readonly paddingInlineStart: "space-inset";
|
|
412
|
-
readonly paddingLeft: "space-inset";
|
|
413
|
-
readonly paddingRight: "space-inset";
|
|
414
|
-
readonly paddingTop: "space-inset";
|
|
415
|
-
readonly right: "space";
|
|
416
|
-
readonly rowGap: "space-gap";
|
|
417
|
-
readonly scrollMargin: "space-offset";
|
|
418
|
-
readonly scrollMarginBlock: "space-offset";
|
|
419
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
420
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
421
|
-
readonly scrollMarginBottom: "space-offset";
|
|
422
|
-
readonly scrollMarginInline: "space-offset";
|
|
423
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
424
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
425
|
-
readonly scrollMarginLeft: "space-offset";
|
|
426
|
-
readonly scrollMarginRight: "space-offset";
|
|
427
|
-
readonly scrollMarginTop: "space-offset";
|
|
428
|
-
readonly scrollPadding: "space-inset";
|
|
429
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
430
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
431
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
432
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
433
|
-
readonly scrollPaddingInline: "space-inset";
|
|
434
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
435
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
436
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
437
|
-
readonly scrollPaddingRight: "space-inset";
|
|
438
|
-
readonly scrollPaddingTop: "space-inset";
|
|
439
|
-
readonly stroke: "colors";
|
|
440
|
-
readonly strokeWidth: "stroke-width";
|
|
441
|
-
readonly textDecorationColor: "colors";
|
|
442
|
-
readonly textShadow: "shadows";
|
|
443
|
-
readonly top: "space";
|
|
444
|
-
readonly transition: "transitions";
|
|
445
|
-
readonly width: "sizes";
|
|
446
|
-
readonly zIndex: "z-indices";
|
|
447
|
-
}, {
|
|
448
|
-
paddingX: (value: {
|
|
454
|
+
};
|
|
455
|
+
paddingY: (value: {
|
|
456
|
+
readonly [$$PropertyValue]: "padding";
|
|
457
|
+
}) => {
|
|
458
|
+
paddingTop: {
|
|
449
459
|
readonly [$$PropertyValue]: "padding";
|
|
450
|
-
}) => {
|
|
451
|
-
paddingLeft: {
|
|
452
|
-
readonly [$$PropertyValue]: "padding";
|
|
453
|
-
};
|
|
454
|
-
paddingRight: {
|
|
455
|
-
readonly [$$PropertyValue]: "padding";
|
|
456
|
-
};
|
|
457
460
|
};
|
|
458
|
-
|
|
461
|
+
paddingBottom: {
|
|
459
462
|
readonly [$$PropertyValue]: "padding";
|
|
460
|
-
}) => {
|
|
461
|
-
paddingTop: {
|
|
462
|
-
readonly [$$PropertyValue]: "padding";
|
|
463
|
-
};
|
|
464
|
-
paddingBottom: {
|
|
465
|
-
readonly [$$PropertyValue]: "padding";
|
|
466
|
-
};
|
|
467
463
|
};
|
|
468
|
-
|
|
464
|
+
};
|
|
465
|
+
marginX: (value: {
|
|
466
|
+
readonly [$$PropertyValue]: "margin";
|
|
467
|
+
}) => {
|
|
468
|
+
marginLeft: {
|
|
469
469
|
readonly [$$PropertyValue]: "margin";
|
|
470
|
-
}) => {
|
|
471
|
-
marginLeft: {
|
|
472
|
-
readonly [$$PropertyValue]: "margin";
|
|
473
|
-
};
|
|
474
|
-
marginRight: {
|
|
475
|
-
readonly [$$PropertyValue]: "margin";
|
|
476
|
-
};
|
|
477
470
|
};
|
|
478
|
-
|
|
471
|
+
marginRight: {
|
|
479
472
|
readonly [$$PropertyValue]: "margin";
|
|
480
|
-
}) => {
|
|
481
|
-
marginTop: {
|
|
482
|
-
readonly [$$PropertyValue]: "margin";
|
|
483
|
-
};
|
|
484
|
-
marginBottom: {
|
|
485
|
-
readonly [$$PropertyValue]: "margin";
|
|
486
|
-
};
|
|
487
473
|
};
|
|
488
|
-
|
|
474
|
+
};
|
|
475
|
+
marginY: (value: {
|
|
476
|
+
readonly [$$PropertyValue]: "margin";
|
|
477
|
+
}) => {
|
|
478
|
+
marginTop: {
|
|
479
|
+
readonly [$$PropertyValue]: "margin";
|
|
480
|
+
};
|
|
481
|
+
marginBottom: {
|
|
482
|
+
readonly [$$PropertyValue]: "margin";
|
|
483
|
+
};
|
|
484
|
+
};
|
|
485
|
+
square: (value: {
|
|
486
|
+
readonly [$$PropertyValue]: "width";
|
|
487
|
+
}) => {
|
|
488
|
+
width: {
|
|
489
|
+
readonly [$$PropertyValue]: "width";
|
|
490
|
+
};
|
|
491
|
+
height: {
|
|
489
492
|
readonly [$$PropertyValue]: "width";
|
|
490
|
-
}) => {
|
|
491
|
-
width: {
|
|
492
|
-
readonly [$$PropertyValue]: "width";
|
|
493
|
-
};
|
|
494
|
-
height: {
|
|
495
|
-
readonly [$$PropertyValue]: "width";
|
|
496
|
-
};
|
|
497
493
|
};
|
|
498
|
-
}
|
|
499
|
-
}> & {
|
|
500
|
-
|
|
501
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {
|
|
494
|
+
};
|
|
495
|
+
}>>>, "unstyled"> & _stitches_react_types_styled_component.TransformProps<{
|
|
496
|
+
unstyled?: boolean | "false" | undefined;
|
|
497
|
+
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarProps & react.RefAttributes<HTMLDivElement>>, {
|
|
502
498
|
unstyled?: boolean | "false" | undefined;
|
|
503
499
|
}, {}>;
|
|
504
500
|
declare type StyledToolbarProps = StrictComponentProps<typeof StyledToolbar>;
|
|
505
501
|
|
|
506
|
-
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
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
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
502
|
+
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarButtonProps & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
503
|
+
'border-widths': {
|
|
504
|
+
readonly none: 0;
|
|
505
|
+
readonly sm: "1px";
|
|
506
|
+
readonly md: "2px";
|
|
507
|
+
readonly lg: "4px";
|
|
508
|
+
};
|
|
509
|
+
colors: {
|
|
510
|
+
readonly black: any;
|
|
511
|
+
readonly 'blue-100': any;
|
|
512
|
+
readonly 'blue-200': any;
|
|
513
|
+
readonly 'blue-300': any;
|
|
514
|
+
readonly 'blue-400': any;
|
|
515
|
+
readonly 'blue-500': any;
|
|
516
|
+
readonly 'blue-600': any;
|
|
517
|
+
readonly 'blue-700': any;
|
|
518
|
+
readonly 'blue-800': any;
|
|
519
|
+
readonly 'blue-900': any;
|
|
520
|
+
readonly 'blue-1000': any;
|
|
521
|
+
readonly 'gray-100': any;
|
|
522
|
+
readonly 'gray-200': any;
|
|
523
|
+
readonly 'gray-300': any;
|
|
524
|
+
readonly 'gray-400': any;
|
|
525
|
+
readonly 'gray-500': any;
|
|
526
|
+
readonly 'gray-600': any;
|
|
527
|
+
readonly 'gray-700': any;
|
|
528
|
+
readonly 'gray-800': any;
|
|
529
|
+
readonly 'gray-900': any;
|
|
530
|
+
readonly 'green-100': any;
|
|
531
|
+
readonly 'green-200': any;
|
|
532
|
+
readonly 'green-300': any;
|
|
533
|
+
readonly 'green-400': any;
|
|
534
|
+
readonly 'green-500': any;
|
|
535
|
+
readonly 'green-600': any;
|
|
536
|
+
readonly 'green-700': any;
|
|
537
|
+
readonly 'green-800': any;
|
|
538
|
+
readonly 'green-900': any;
|
|
539
|
+
readonly 'indigo-100': any;
|
|
540
|
+
readonly 'indigo-200': any;
|
|
541
|
+
readonly 'indigo-300': any;
|
|
542
|
+
readonly 'indigo-400': any;
|
|
543
|
+
readonly 'indigo-500': any;
|
|
544
|
+
readonly 'indigo-600': any;
|
|
545
|
+
readonly 'indigo-700': any;
|
|
546
|
+
readonly 'indigo-800': any;
|
|
547
|
+
readonly 'indigo-900': any;
|
|
548
|
+
readonly 'red-100': any;
|
|
549
|
+
readonly 'red-200': any;
|
|
550
|
+
readonly 'red-300': any;
|
|
551
|
+
readonly 'red-400': any;
|
|
552
|
+
readonly 'red-500': any;
|
|
553
|
+
readonly 'red-600': any;
|
|
554
|
+
readonly 'red-700': any;
|
|
555
|
+
readonly 'red-800': any;
|
|
556
|
+
readonly 'red-900': any;
|
|
557
|
+
readonly transparent: any;
|
|
558
|
+
readonly white: any;
|
|
559
|
+
readonly 'yellow-100': any;
|
|
560
|
+
readonly 'yellow-200': any;
|
|
561
|
+
readonly 'yellow-300': any;
|
|
562
|
+
readonly 'yellow-400': any;
|
|
563
|
+
readonly 'yellow-500': any;
|
|
564
|
+
readonly 'yellow-600': any;
|
|
565
|
+
readonly 'yellow-700': any;
|
|
566
|
+
readonly 'yellow-800': any;
|
|
567
|
+
readonly 'yellow-900': any;
|
|
568
|
+
"background-alpha-active"?: any;
|
|
569
|
+
"background-alpha-hover"?: any;
|
|
570
|
+
"background-danger-prominent"?: any;
|
|
571
|
+
"background-danger-prominent-active"?: any;
|
|
572
|
+
"background-danger-prominent-hover"?: any;
|
|
573
|
+
"background-danger-subtle"?: any;
|
|
574
|
+
"background-danger-subtle-active"?: any;
|
|
575
|
+
"background-danger-subtle-hover"?: any;
|
|
576
|
+
"background-neutrals"?: any;
|
|
577
|
+
"background-neutrals-active"?: any;
|
|
578
|
+
"background-neutrals-container"?: any;
|
|
579
|
+
"background-neutrals-controls-disabled"?: any;
|
|
580
|
+
"background-neutrals-disabled"?: any;
|
|
581
|
+
"background-neutrals-hover"?: any;
|
|
582
|
+
"background-neutrals-inactive"?: any;
|
|
583
|
+
"background-neutrals-inactive-hover"?: any;
|
|
584
|
+
"background-neutrals-inverted"?: any;
|
|
585
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
586
|
+
"background-neutrals-page"?: any;
|
|
587
|
+
"background-neutrals-page-subtle"?: any;
|
|
588
|
+
"background-neutrals-scrolls"?: any;
|
|
589
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
590
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
591
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
592
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
593
|
+
"background-neutrals-subtle"?: any;
|
|
594
|
+
"background-neutrals-subtle-active"?: any;
|
|
595
|
+
"background-neutrals-subtle-hover"?: any;
|
|
596
|
+
"background-primary-prominent"?: any;
|
|
597
|
+
"background-primary-prominent-active"?: any;
|
|
598
|
+
"background-primary-prominent-expanded"?: any;
|
|
599
|
+
"background-primary-prominent-hover"?: any;
|
|
600
|
+
"background-primary-prominent-pressed"?: any;
|
|
601
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
602
|
+
"background-primary-prominent-selected"?: any;
|
|
603
|
+
"background-primary-subtle"?: any;
|
|
604
|
+
"background-primary-subtle-active"?: any;
|
|
605
|
+
"background-primary-subtle-expanded"?: any;
|
|
606
|
+
"background-primary-subtle-hover"?: any;
|
|
607
|
+
"background-primary-subtle-pressed"?: any;
|
|
608
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
609
|
+
"background-primary-subtle-selected"?: any;
|
|
610
|
+
"background-success"?: any;
|
|
611
|
+
"background-success-prominent"?: any;
|
|
612
|
+
"background-success-prominent-active"?: any;
|
|
613
|
+
"background-success-prominent-hover"?: any;
|
|
614
|
+
"background-warning-prominent"?: any;
|
|
615
|
+
"background-warning-subtle"?: any;
|
|
616
|
+
"border-danger"?: any;
|
|
617
|
+
"border-danger-active"?: any;
|
|
618
|
+
"border-danger-hover"?: any;
|
|
619
|
+
"border-focus-inner"?: any;
|
|
620
|
+
"border-focus-middle"?: any;
|
|
621
|
+
"border-focus-outer"?: any;
|
|
622
|
+
"border-neutrals"?: any;
|
|
623
|
+
"border-neutrals-active"?: any;
|
|
624
|
+
"border-neutrals-controls"?: any;
|
|
625
|
+
"border-neutrals-controls-disabled"?: any;
|
|
626
|
+
"border-neutrals-disabled"?: any;
|
|
627
|
+
"border-neutrals-hover"?: any;
|
|
628
|
+
"border-neutrals-inverted"?: any;
|
|
629
|
+
"border-neutrals-subtle"?: any;
|
|
630
|
+
"border-neutrals-text"?: any;
|
|
631
|
+
"border-neutrals-text-active"?: any;
|
|
632
|
+
"border-neutrals-text-hover"?: any;
|
|
633
|
+
"border-neutrals-text-subtle"?: any;
|
|
634
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
635
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
636
|
+
"border-neutrals-transparent"?: any;
|
|
637
|
+
"border-primary"?: any;
|
|
638
|
+
"border-primary-active"?: any;
|
|
639
|
+
"border-primary-hover"?: any;
|
|
640
|
+
"border-primary-inverted"?: any;
|
|
641
|
+
"border-success"?: any;
|
|
642
|
+
"border-success-active"?: any;
|
|
643
|
+
"border-success-hover"?: any;
|
|
644
|
+
"border-warning"?: any;
|
|
645
|
+
"icon-danger"?: any;
|
|
646
|
+
"icon-danger-active"?: any;
|
|
647
|
+
"icon-danger-hover"?: any;
|
|
648
|
+
"icon-danger-inverted"?: any;
|
|
649
|
+
"icon-neutrals"?: any;
|
|
650
|
+
"icon-neutrals-disabled"?: any;
|
|
651
|
+
"icon-neutrals-inactive"?: any;
|
|
652
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
653
|
+
"icon-neutrals-inverted"?: any;
|
|
654
|
+
"icon-neutrals-search"?: any;
|
|
655
|
+
"icon-neutrals-subtle"?: any;
|
|
656
|
+
"icon-neutrals-text"?: any;
|
|
657
|
+
"icon-primary"?: any;
|
|
658
|
+
"icon-primary-active"?: any;
|
|
659
|
+
"icon-primary-hover"?: any;
|
|
660
|
+
"icon-primary-inverted"?: any;
|
|
661
|
+
"icon-primary-selected"?: any;
|
|
662
|
+
"icon-success"?: any;
|
|
663
|
+
"icon-success-active"?: any;
|
|
664
|
+
"icon-success-hover"?: any;
|
|
665
|
+
"icon-success-inverted"?: any;
|
|
666
|
+
"icon-warning"?: any;
|
|
667
|
+
"icon-warning-prominent"?: any;
|
|
668
|
+
"icon-warning-subtle"?: any;
|
|
669
|
+
"text-danger"?: any;
|
|
670
|
+
"text-danger-active"?: any;
|
|
671
|
+
"text-danger-hover"?: any;
|
|
672
|
+
"text-danger-inverted"?: any;
|
|
673
|
+
"text-neutrals"?: any;
|
|
674
|
+
"text-neutrals-active"?: any;
|
|
675
|
+
"text-neutrals-disabled"?: any;
|
|
676
|
+
"text-neutrals-hover"?: any;
|
|
677
|
+
"text-neutrals-inverted"?: any;
|
|
678
|
+
"text-neutrals-placeholder"?: any;
|
|
679
|
+
"text-neutrals-placeholder-only"?: any;
|
|
680
|
+
"text-neutrals-subtle"?: any;
|
|
681
|
+
"text-neutrals-subtle-active"?: any;
|
|
682
|
+
"text-neutrals-subtle-hover"?: any;
|
|
683
|
+
"text-primary"?: any;
|
|
684
|
+
"text-primary-active"?: any;
|
|
685
|
+
"text-primary-hover"?: any;
|
|
686
|
+
"text-primary-inverted"?: any;
|
|
687
|
+
"text-primary-inverted-subtle"?: any;
|
|
688
|
+
"text-primary-selected"?: any;
|
|
689
|
+
"text-success"?: any;
|
|
690
|
+
"text-success-active"?: any;
|
|
691
|
+
"text-success-hover"?: any;
|
|
692
|
+
"text-success-inverted"?: any;
|
|
693
|
+
"text-warning"?: any;
|
|
694
|
+
"text-warning-subtle"?: any;
|
|
695
|
+
};
|
|
696
|
+
'font-sizes': {
|
|
697
|
+
readonly 150: "0.75rem";
|
|
698
|
+
readonly 175: "0.875rem";
|
|
699
|
+
readonly 200: "1rem";
|
|
700
|
+
readonly 225: "1.125rem";
|
|
701
|
+
readonly 250: "1.25rem";
|
|
702
|
+
readonly 300: "1.5rem";
|
|
703
|
+
readonly 400: "2rem";
|
|
704
|
+
readonly 500: "2.5rem";
|
|
705
|
+
readonly 600: "3rem";
|
|
706
|
+
readonly 800: "4rem";
|
|
707
|
+
readonly 900: "4.5rem";
|
|
708
|
+
};
|
|
709
|
+
fonts: {
|
|
710
|
+
readonly heading: "Roobert, sans-serif";
|
|
711
|
+
readonly body: "Open Sans, sans-serif";
|
|
712
|
+
};
|
|
713
|
+
radii: {
|
|
714
|
+
readonly none: 0;
|
|
715
|
+
readonly half: "999em";
|
|
716
|
+
readonly 25: "2px";
|
|
717
|
+
readonly 50: "4px";
|
|
718
|
+
readonly 75: "6px";
|
|
719
|
+
readonly 100: "8px";
|
|
720
|
+
readonly 200: "16px";
|
|
721
|
+
};
|
|
722
|
+
shadows: {
|
|
723
|
+
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";
|
|
724
|
+
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";
|
|
725
|
+
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";
|
|
726
|
+
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";
|
|
727
|
+
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";
|
|
728
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
729
|
+
};
|
|
730
|
+
sizes: {
|
|
731
|
+
readonly number: string;
|
|
732
|
+
readonly 'icon-200': "16px";
|
|
733
|
+
readonly 'icon-300': "24px";
|
|
734
|
+
readonly 'icon-400': "32px";
|
|
735
|
+
};
|
|
736
|
+
space: {
|
|
737
|
+
readonly 0: "0px";
|
|
738
|
+
readonly 25: "2px";
|
|
739
|
+
readonly 50: "4px";
|
|
740
|
+
readonly 100: "8px";
|
|
741
|
+
readonly 150: "12px";
|
|
742
|
+
readonly 200: "16px";
|
|
743
|
+
readonly 300: "24px";
|
|
744
|
+
readonly 400: "32px";
|
|
745
|
+
readonly 500: "40px";
|
|
746
|
+
readonly 600: "48px";
|
|
747
|
+
readonly 700: "56px";
|
|
748
|
+
readonly 800: "64px";
|
|
749
|
+
readonly 1200: "96px";
|
|
750
|
+
readonly 1600: "128px";
|
|
751
|
+
};
|
|
752
|
+
'space-gap': {
|
|
753
|
+
readonly 0: any;
|
|
754
|
+
readonly 50: any;
|
|
755
|
+
readonly 100: any;
|
|
756
|
+
readonly 200: any;
|
|
757
|
+
readonly 300: any;
|
|
758
|
+
};
|
|
759
|
+
'space-inset': {
|
|
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 500: any;
|
|
768
|
+
readonly 600: any;
|
|
769
|
+
readonly 700: any;
|
|
770
|
+
readonly 800: any;
|
|
771
|
+
readonly 1200: any;
|
|
772
|
+
readonly 1600: any;
|
|
773
|
+
};
|
|
774
|
+
'space-offset': {
|
|
775
|
+
readonly 0: any;
|
|
776
|
+
readonly 50: any;
|
|
777
|
+
readonly 100: any;
|
|
778
|
+
readonly 150: any;
|
|
779
|
+
readonly 200: any;
|
|
780
|
+
readonly 300: any;
|
|
781
|
+
readonly 400: any;
|
|
782
|
+
readonly 600: any;
|
|
783
|
+
readonly 800: any;
|
|
784
|
+
readonly 1200: any;
|
|
785
|
+
readonly 1600: any;
|
|
786
|
+
readonly 'stacking-0': any;
|
|
787
|
+
readonly 'stacking-100': any;
|
|
788
|
+
readonly 'stacking-200': any;
|
|
789
|
+
readonly 'stacking-300': any;
|
|
790
|
+
readonly 'stacking-400': any;
|
|
791
|
+
readonly 'stacking-500': any;
|
|
792
|
+
readonly 'stacking-800': any;
|
|
793
|
+
};
|
|
794
|
+
'stroke-width': {
|
|
795
|
+
readonly thin: "1.5px";
|
|
796
|
+
readonly normal: "2px";
|
|
797
|
+
readonly bold: "4px";
|
|
798
|
+
};
|
|
799
|
+
'z-indices': {
|
|
800
|
+
readonly dropdownMenu: 100;
|
|
801
|
+
readonly select: 200;
|
|
802
|
+
readonly popover: 300;
|
|
803
|
+
readonly tooltip: 400;
|
|
804
|
+
};
|
|
805
|
+
}, {
|
|
806
|
+
readonly background: "colors";
|
|
807
|
+
readonly backgroundColor: "colors";
|
|
808
|
+
readonly backgroundImage: "colors";
|
|
809
|
+
readonly blockSize: "sizes";
|
|
810
|
+
readonly border: "colors";
|
|
811
|
+
readonly borderBlock: "colors";
|
|
812
|
+
readonly borderBlockEnd: "colors";
|
|
813
|
+
readonly borderBlockStart: "colors";
|
|
814
|
+
readonly borderBottom: "colors";
|
|
815
|
+
readonly borderBottomColor: "colors";
|
|
816
|
+
readonly borderBottomLeftRadius: "radii";
|
|
817
|
+
readonly borderBottomRightRadius: "radii";
|
|
818
|
+
readonly borderBottomStyle: "border-styles";
|
|
819
|
+
readonly borderBottomWidth: "border-widths";
|
|
820
|
+
readonly borderColor: "colors";
|
|
821
|
+
readonly borderImage: "colors";
|
|
822
|
+
readonly borderInline: "colors";
|
|
823
|
+
readonly borderInlineEnd: "colors";
|
|
824
|
+
readonly borderInlineStart: "colors";
|
|
825
|
+
readonly borderLeft: "colors";
|
|
826
|
+
readonly borderLeftColor: "colors";
|
|
827
|
+
readonly borderLeftStyle: "border-styles";
|
|
828
|
+
readonly borderLeftWidth: "border-widths";
|
|
829
|
+
readonly borderRadius: "radii";
|
|
830
|
+
readonly borderRight: "colors";
|
|
831
|
+
readonly borderRightColor: "colors";
|
|
832
|
+
readonly borderRightStyle: "border-styles";
|
|
833
|
+
readonly borderRightWidth: "border-widths";
|
|
834
|
+
readonly borderSpacing: "space-offset";
|
|
835
|
+
readonly borderStyle: "border-styles";
|
|
836
|
+
readonly borderTop: "colors";
|
|
837
|
+
readonly borderTopColor: "colors";
|
|
838
|
+
readonly borderTopLeftRadius: "radii";
|
|
839
|
+
readonly borderTopRightRadius: "radii";
|
|
840
|
+
readonly borderTopStyle: "border-styles";
|
|
841
|
+
readonly borderTopWidth: "border-widths";
|
|
842
|
+
readonly borderWidth: "border-widths";
|
|
843
|
+
readonly bottom: "space";
|
|
844
|
+
readonly boxShadow: "shadows";
|
|
845
|
+
readonly caretColor: "colors";
|
|
846
|
+
readonly color: "colors";
|
|
847
|
+
readonly columnGap: "space-gap";
|
|
848
|
+
readonly columnRuleColor: "colors";
|
|
849
|
+
readonly fill: "colors";
|
|
850
|
+
readonly flexBasis: "sizes";
|
|
851
|
+
readonly fontFamily: "fonts";
|
|
852
|
+
readonly fontSize: "font-sizes";
|
|
853
|
+
readonly fontWeight: "font-weights";
|
|
854
|
+
readonly gap: "space-gap";
|
|
855
|
+
readonly gridColumnGap: "space-gap";
|
|
856
|
+
readonly gridGap: "space-gap";
|
|
857
|
+
readonly gridRowGap: "space-gap";
|
|
858
|
+
readonly gridTemplateColumns: "sizes";
|
|
859
|
+
readonly gridTemplateRows: "sizes";
|
|
860
|
+
readonly height: "sizes";
|
|
861
|
+
readonly inlineSize: "sizes";
|
|
862
|
+
readonly inset: "space-inset";
|
|
863
|
+
readonly insetBlock: "space-inset";
|
|
864
|
+
readonly insetBlockEnd: "space-inset";
|
|
865
|
+
readonly insetBlockStart: "space-inset";
|
|
866
|
+
readonly insetInline: "space-inset";
|
|
867
|
+
readonly insetInlineEnd: "space-inset";
|
|
868
|
+
readonly insetInlineStart: "space-inset";
|
|
869
|
+
readonly left: "space";
|
|
870
|
+
readonly letterSpacing: "letter-spacings";
|
|
871
|
+
readonly lineHeight: "line-heights";
|
|
872
|
+
readonly margin: "space-offset";
|
|
873
|
+
readonly marginBlock: "space-offset";
|
|
874
|
+
readonly marginBlockEnd: "space-offset";
|
|
875
|
+
readonly marginBlockStart: "space-offset";
|
|
876
|
+
readonly marginBottom: "space-offset";
|
|
877
|
+
readonly marginInline: "space-offset";
|
|
878
|
+
readonly marginInlineEnd: "space-offset";
|
|
879
|
+
readonly marginInlineStart: "space-offset";
|
|
880
|
+
readonly marginLeft: "space-offset";
|
|
881
|
+
readonly marginRight: "space-offset";
|
|
882
|
+
readonly marginTop: "space-offset";
|
|
883
|
+
readonly maxBlockSize: "sizes";
|
|
884
|
+
readonly maxHeight: "sizes";
|
|
885
|
+
readonly maxInlineSize: "sizes";
|
|
886
|
+
readonly maxWidth: "sizes";
|
|
887
|
+
readonly minBlockSize: "sizes";
|
|
888
|
+
readonly minHeight: "sizes";
|
|
889
|
+
readonly minInlineSize: "sizes";
|
|
890
|
+
readonly minWidth: "sizes";
|
|
891
|
+
readonly outline: "colors";
|
|
892
|
+
readonly outlineColor: "colors";
|
|
893
|
+
readonly padding: "space-inset";
|
|
894
|
+
readonly paddingBlock: "space-inset";
|
|
895
|
+
readonly paddingBlockEnd: "space-inset";
|
|
896
|
+
readonly paddingBlockStart: "space-inset";
|
|
897
|
+
readonly paddingBottom: "space-inset";
|
|
898
|
+
readonly paddingInline: "space-inset";
|
|
899
|
+
readonly paddingInlineEnd: "space-inset";
|
|
900
|
+
readonly paddingInlineStart: "space-inset";
|
|
901
|
+
readonly paddingLeft: "space-inset";
|
|
902
|
+
readonly paddingRight: "space-inset";
|
|
903
|
+
readonly paddingTop: "space-inset";
|
|
904
|
+
readonly right: "space";
|
|
905
|
+
readonly rowGap: "space-gap";
|
|
906
|
+
readonly scrollMargin: "space-offset";
|
|
907
|
+
readonly scrollMarginBlock: "space-offset";
|
|
908
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
909
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
910
|
+
readonly scrollMarginBottom: "space-offset";
|
|
911
|
+
readonly scrollMarginInline: "space-offset";
|
|
912
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
913
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
914
|
+
readonly scrollMarginLeft: "space-offset";
|
|
915
|
+
readonly scrollMarginRight: "space-offset";
|
|
916
|
+
readonly scrollMarginTop: "space-offset";
|
|
917
|
+
readonly scrollPadding: "space-inset";
|
|
918
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
919
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
920
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
921
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
922
|
+
readonly scrollPaddingInline: "space-inset";
|
|
923
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
924
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
925
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
926
|
+
readonly scrollPaddingRight: "space-inset";
|
|
927
|
+
readonly scrollPaddingTop: "space-inset";
|
|
928
|
+
readonly stroke: "colors";
|
|
929
|
+
readonly strokeWidth: "stroke-width";
|
|
930
|
+
readonly textDecorationColor: "colors";
|
|
931
|
+
readonly textShadow: "shadows";
|
|
932
|
+
readonly top: "space";
|
|
933
|
+
readonly transition: "transitions";
|
|
934
|
+
readonly width: "sizes";
|
|
935
|
+
readonly zIndex: "z-indices";
|
|
936
|
+
}, {
|
|
937
|
+
paddingX: (value: {
|
|
938
|
+
readonly [$$PropertyValue]: "padding";
|
|
939
|
+
}) => {
|
|
940
|
+
paddingLeft: {
|
|
941
|
+
readonly [$$PropertyValue]: "padding";
|
|
810
942
|
};
|
|
811
|
-
|
|
812
|
-
readonly
|
|
813
|
-
readonly select: 200;
|
|
814
|
-
readonly popover: 300;
|
|
815
|
-
readonly tooltip: 400;
|
|
943
|
+
paddingRight: {
|
|
944
|
+
readonly [$$PropertyValue]: "padding";
|
|
816
945
|
};
|
|
817
|
-
}
|
|
818
|
-
|
|
819
|
-
readonly
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
readonly border: "colors";
|
|
823
|
-
readonly borderBlock: "colors";
|
|
824
|
-
readonly borderBlockEnd: "colors";
|
|
825
|
-
readonly borderBlockStart: "colors";
|
|
826
|
-
readonly borderBottom: "colors";
|
|
827
|
-
readonly borderBottomColor: "colors";
|
|
828
|
-
readonly borderBottomLeftRadius: "radii";
|
|
829
|
-
readonly borderBottomRightRadius: "radii";
|
|
830
|
-
readonly borderBottomStyle: "border-styles";
|
|
831
|
-
readonly borderBottomWidth: "border-widths";
|
|
832
|
-
readonly borderColor: "colors";
|
|
833
|
-
readonly borderImage: "colors";
|
|
834
|
-
readonly borderInline: "colors";
|
|
835
|
-
readonly borderInlineEnd: "colors";
|
|
836
|
-
readonly borderInlineStart: "colors";
|
|
837
|
-
readonly borderLeft: "colors";
|
|
838
|
-
readonly borderLeftColor: "colors";
|
|
839
|
-
readonly borderLeftStyle: "border-styles";
|
|
840
|
-
readonly borderLeftWidth: "border-widths";
|
|
841
|
-
readonly borderRadius: "radii";
|
|
842
|
-
readonly borderRight: "colors";
|
|
843
|
-
readonly borderRightColor: "colors";
|
|
844
|
-
readonly borderRightStyle: "border-styles";
|
|
845
|
-
readonly borderRightWidth: "border-widths";
|
|
846
|
-
readonly borderStyle: "border-styles";
|
|
847
|
-
readonly borderTop: "colors";
|
|
848
|
-
readonly borderTopColor: "colors";
|
|
849
|
-
readonly borderTopLeftRadius: "radii";
|
|
850
|
-
readonly borderTopRightRadius: "radii";
|
|
851
|
-
readonly borderTopStyle: "border-styles";
|
|
852
|
-
readonly borderTopWidth: "border-widths";
|
|
853
|
-
readonly borderWidth: "border-widths";
|
|
854
|
-
readonly bottom: "space";
|
|
855
|
-
readonly boxShadow: "shadows";
|
|
856
|
-
readonly caretColor: "colors";
|
|
857
|
-
readonly color: "colors";
|
|
858
|
-
readonly columnGap: "space-gap";
|
|
859
|
-
readonly columnRuleColor: "colors";
|
|
860
|
-
readonly fill: "colors";
|
|
861
|
-
readonly flexBasis: "sizes";
|
|
862
|
-
readonly fontFamily: "fonts";
|
|
863
|
-
readonly fontSize: "font-sizes";
|
|
864
|
-
readonly fontWeight: "font-weights";
|
|
865
|
-
readonly gap: "space-gap";
|
|
866
|
-
readonly gridColumnGap: "space-gap";
|
|
867
|
-
readonly gridGap: "space-gap";
|
|
868
|
-
readonly gridRowGap: "space-gap";
|
|
869
|
-
readonly gridTemplateColumns: "sizes";
|
|
870
|
-
readonly gridTemplateRows: "sizes";
|
|
871
|
-
readonly height: "sizes";
|
|
872
|
-
readonly inlineSize: "sizes";
|
|
873
|
-
readonly inset: "space-inset";
|
|
874
|
-
readonly insetBlock: "space-inset";
|
|
875
|
-
readonly insetBlockEnd: "space-inset";
|
|
876
|
-
readonly insetBlockStart: "space-inset";
|
|
877
|
-
readonly insetInline: "space-inset";
|
|
878
|
-
readonly insetInlineEnd: "space-inset";
|
|
879
|
-
readonly insetInlineStart: "space-inset";
|
|
880
|
-
readonly left: "space";
|
|
881
|
-
readonly letterSpacing: "letter-spacings";
|
|
882
|
-
readonly lineHeight: "line-heights";
|
|
883
|
-
readonly margin: "space-offset";
|
|
884
|
-
readonly marginBlock: "space-offset";
|
|
885
|
-
readonly marginBlockEnd: "space-offset";
|
|
886
|
-
readonly marginBlockStart: "space-offset";
|
|
887
|
-
readonly marginBottom: "space-offset";
|
|
888
|
-
readonly marginInline: "space-offset";
|
|
889
|
-
readonly marginInlineEnd: "space-offset";
|
|
890
|
-
readonly marginInlineStart: "space-offset";
|
|
891
|
-
readonly marginLeft: "space-offset";
|
|
892
|
-
readonly marginRight: "space-offset";
|
|
893
|
-
readonly marginTop: "space-offset";
|
|
894
|
-
readonly maxBlockSize: "sizes";
|
|
895
|
-
readonly maxHeight: "sizes";
|
|
896
|
-
readonly maxInlineSize: "sizes";
|
|
897
|
-
readonly maxWidth: "sizes";
|
|
898
|
-
readonly minBlockSize: "sizes";
|
|
899
|
-
readonly minHeight: "sizes";
|
|
900
|
-
readonly minInlineSize: "sizes";
|
|
901
|
-
readonly minWidth: "sizes";
|
|
902
|
-
readonly outline: "colors";
|
|
903
|
-
readonly outlineColor: "colors";
|
|
904
|
-
readonly padding: "space-inset";
|
|
905
|
-
readonly paddingBlock: "space-inset";
|
|
906
|
-
readonly paddingBlockEnd: "space-inset";
|
|
907
|
-
readonly paddingBlockStart: "space-inset";
|
|
908
|
-
readonly paddingBottom: "space-inset";
|
|
909
|
-
readonly paddingInline: "space-inset";
|
|
910
|
-
readonly paddingInlineEnd: "space-inset";
|
|
911
|
-
readonly paddingInlineStart: "space-inset";
|
|
912
|
-
readonly paddingLeft: "space-inset";
|
|
913
|
-
readonly paddingRight: "space-inset";
|
|
914
|
-
readonly paddingTop: "space-inset";
|
|
915
|
-
readonly right: "space";
|
|
916
|
-
readonly rowGap: "space-gap";
|
|
917
|
-
readonly scrollMargin: "space-offset";
|
|
918
|
-
readonly scrollMarginBlock: "space-offset";
|
|
919
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
920
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
921
|
-
readonly scrollMarginBottom: "space-offset";
|
|
922
|
-
readonly scrollMarginInline: "space-offset";
|
|
923
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
924
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
925
|
-
readonly scrollMarginLeft: "space-offset";
|
|
926
|
-
readonly scrollMarginRight: "space-offset";
|
|
927
|
-
readonly scrollMarginTop: "space-offset";
|
|
928
|
-
readonly scrollPadding: "space-inset";
|
|
929
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
930
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
931
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
932
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
933
|
-
readonly scrollPaddingInline: "space-inset";
|
|
934
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
935
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
936
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
937
|
-
readonly scrollPaddingRight: "space-inset";
|
|
938
|
-
readonly scrollPaddingTop: "space-inset";
|
|
939
|
-
readonly stroke: "colors";
|
|
940
|
-
readonly strokeWidth: "stroke-width";
|
|
941
|
-
readonly textDecorationColor: "colors";
|
|
942
|
-
readonly textShadow: "shadows";
|
|
943
|
-
readonly top: "space";
|
|
944
|
-
readonly transition: "transitions";
|
|
945
|
-
readonly width: "sizes";
|
|
946
|
-
readonly zIndex: "z-indices";
|
|
947
|
-
}, {
|
|
948
|
-
paddingX: (value: {
|
|
946
|
+
};
|
|
947
|
+
paddingY: (value: {
|
|
948
|
+
readonly [$$PropertyValue]: "padding";
|
|
949
|
+
}) => {
|
|
950
|
+
paddingTop: {
|
|
949
951
|
readonly [$$PropertyValue]: "padding";
|
|
950
|
-
}) => {
|
|
951
|
-
paddingLeft: {
|
|
952
|
-
readonly [$$PropertyValue]: "padding";
|
|
953
|
-
};
|
|
954
|
-
paddingRight: {
|
|
955
|
-
readonly [$$PropertyValue]: "padding";
|
|
956
|
-
};
|
|
957
952
|
};
|
|
958
|
-
|
|
953
|
+
paddingBottom: {
|
|
959
954
|
readonly [$$PropertyValue]: "padding";
|
|
960
|
-
}) => {
|
|
961
|
-
paddingTop: {
|
|
962
|
-
readonly [$$PropertyValue]: "padding";
|
|
963
|
-
};
|
|
964
|
-
paddingBottom: {
|
|
965
|
-
readonly [$$PropertyValue]: "padding";
|
|
966
|
-
};
|
|
967
955
|
};
|
|
968
|
-
|
|
956
|
+
};
|
|
957
|
+
marginX: (value: {
|
|
958
|
+
readonly [$$PropertyValue]: "margin";
|
|
959
|
+
}) => {
|
|
960
|
+
marginLeft: {
|
|
961
|
+
readonly [$$PropertyValue]: "margin";
|
|
962
|
+
};
|
|
963
|
+
marginRight: {
|
|
969
964
|
readonly [$$PropertyValue]: "margin";
|
|
970
|
-
}) => {
|
|
971
|
-
marginLeft: {
|
|
972
|
-
readonly [$$PropertyValue]: "margin";
|
|
973
|
-
};
|
|
974
|
-
marginRight: {
|
|
975
|
-
readonly [$$PropertyValue]: "margin";
|
|
976
|
-
};
|
|
977
965
|
};
|
|
978
|
-
|
|
966
|
+
};
|
|
967
|
+
marginY: (value: {
|
|
968
|
+
readonly [$$PropertyValue]: "margin";
|
|
969
|
+
}) => {
|
|
970
|
+
marginTop: {
|
|
979
971
|
readonly [$$PropertyValue]: "margin";
|
|
980
|
-
}) => {
|
|
981
|
-
marginTop: {
|
|
982
|
-
readonly [$$PropertyValue]: "margin";
|
|
983
|
-
};
|
|
984
|
-
marginBottom: {
|
|
985
|
-
readonly [$$PropertyValue]: "margin";
|
|
986
|
-
};
|
|
987
972
|
};
|
|
988
|
-
|
|
973
|
+
marginBottom: {
|
|
974
|
+
readonly [$$PropertyValue]: "margin";
|
|
975
|
+
};
|
|
976
|
+
};
|
|
977
|
+
square: (value: {
|
|
978
|
+
readonly [$$PropertyValue]: "width";
|
|
979
|
+
}) => {
|
|
980
|
+
width: {
|
|
981
|
+
readonly [$$PropertyValue]: "width";
|
|
982
|
+
};
|
|
983
|
+
height: {
|
|
989
984
|
readonly [$$PropertyValue]: "width";
|
|
990
|
-
}) => {
|
|
991
|
-
width: {
|
|
992
|
-
readonly [$$PropertyValue]: "width";
|
|
993
|
-
};
|
|
994
|
-
height: {
|
|
995
|
-
readonly [$$PropertyValue]: "width";
|
|
996
|
-
};
|
|
997
985
|
};
|
|
998
|
-
}
|
|
999
|
-
}> & {
|
|
1000
|
-
|
|
1001
|
-
|
|
986
|
+
};
|
|
987
|
+
}>>>, "unstyled" | "wrapper" | "active"> & _stitches_react_types_styled_component.TransformProps<{
|
|
988
|
+
unstyled?: boolean | "true" | "false" | undefined;
|
|
989
|
+
wrapper?: boolean | "true" | undefined;
|
|
990
|
+
active?: boolean | "true" | "false" | undefined;
|
|
991
|
+
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarButtonProps & react.RefAttributes<HTMLButtonElement>>, {
|
|
1002
992
|
unstyled?: boolean | "true" | "false" | undefined;
|
|
1003
993
|
wrapper?: boolean | "true" | undefined;
|
|
1004
994
|
active?: boolean | "true" | "false" | undefined;
|
|
@@ -1024,988 +1014,984 @@ declare const Item: react__default.ForwardRefExoticComponent<Omit<ItemProps, "re
|
|
|
1024
1014
|
declare type IconProps = Omit<ItemProps, 'unstyled'>;
|
|
1025
1015
|
declare const Icon: react__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react__default.RefAttributes<HTMLButtonElement>>;
|
|
1026
1016
|
|
|
1027
|
-
declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<
|
|
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
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1017
|
+
declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
1018
|
+
'border-widths': {
|
|
1019
|
+
readonly none: 0;
|
|
1020
|
+
readonly sm: "1px";
|
|
1021
|
+
readonly md: "2px";
|
|
1022
|
+
readonly lg: "4px";
|
|
1023
|
+
};
|
|
1024
|
+
colors: {
|
|
1025
|
+
readonly black: any;
|
|
1026
|
+
readonly 'blue-100': any;
|
|
1027
|
+
readonly 'blue-200': any;
|
|
1028
|
+
readonly 'blue-300': any;
|
|
1029
|
+
readonly 'blue-400': any;
|
|
1030
|
+
readonly 'blue-500': any;
|
|
1031
|
+
readonly 'blue-600': any;
|
|
1032
|
+
readonly 'blue-700': any;
|
|
1033
|
+
readonly 'blue-800': any;
|
|
1034
|
+
readonly 'blue-900': any;
|
|
1035
|
+
readonly 'blue-1000': any;
|
|
1036
|
+
readonly 'gray-100': any;
|
|
1037
|
+
readonly 'gray-200': any;
|
|
1038
|
+
readonly 'gray-300': any;
|
|
1039
|
+
readonly 'gray-400': any;
|
|
1040
|
+
readonly 'gray-500': any;
|
|
1041
|
+
readonly 'gray-600': any;
|
|
1042
|
+
readonly 'gray-700': any;
|
|
1043
|
+
readonly 'gray-800': any;
|
|
1044
|
+
readonly 'gray-900': any;
|
|
1045
|
+
readonly 'green-100': any;
|
|
1046
|
+
readonly 'green-200': any;
|
|
1047
|
+
readonly 'green-300': any;
|
|
1048
|
+
readonly 'green-400': any;
|
|
1049
|
+
readonly 'green-500': any;
|
|
1050
|
+
readonly 'green-600': any;
|
|
1051
|
+
readonly 'green-700': any;
|
|
1052
|
+
readonly 'green-800': any;
|
|
1053
|
+
readonly 'green-900': any;
|
|
1054
|
+
readonly 'indigo-100': any;
|
|
1055
|
+
readonly 'indigo-200': any;
|
|
1056
|
+
readonly 'indigo-300': any;
|
|
1057
|
+
readonly 'indigo-400': any;
|
|
1058
|
+
readonly 'indigo-500': any;
|
|
1059
|
+
readonly 'indigo-600': any;
|
|
1060
|
+
readonly 'indigo-700': any;
|
|
1061
|
+
readonly 'indigo-800': any;
|
|
1062
|
+
readonly 'indigo-900': any;
|
|
1063
|
+
readonly 'red-100': any;
|
|
1064
|
+
readonly 'red-200': any;
|
|
1065
|
+
readonly 'red-300': any;
|
|
1066
|
+
readonly 'red-400': any;
|
|
1067
|
+
readonly 'red-500': any;
|
|
1068
|
+
readonly 'red-600': any;
|
|
1069
|
+
readonly 'red-700': any;
|
|
1070
|
+
readonly 'red-800': any;
|
|
1071
|
+
readonly 'red-900': any;
|
|
1072
|
+
readonly transparent: any;
|
|
1073
|
+
readonly white: any;
|
|
1074
|
+
readonly 'yellow-100': any;
|
|
1075
|
+
readonly 'yellow-200': any;
|
|
1076
|
+
readonly 'yellow-300': any;
|
|
1077
|
+
readonly 'yellow-400': any;
|
|
1078
|
+
readonly 'yellow-500': any;
|
|
1079
|
+
readonly 'yellow-600': any;
|
|
1080
|
+
readonly 'yellow-700': any;
|
|
1081
|
+
readonly 'yellow-800': any;
|
|
1082
|
+
readonly 'yellow-900': any;
|
|
1083
|
+
"background-alpha-active"?: any;
|
|
1084
|
+
"background-alpha-hover"?: any;
|
|
1085
|
+
"background-danger-prominent"?: any;
|
|
1086
|
+
"background-danger-prominent-active"?: any;
|
|
1087
|
+
"background-danger-prominent-hover"?: any;
|
|
1088
|
+
"background-danger-subtle"?: any;
|
|
1089
|
+
"background-danger-subtle-active"?: any;
|
|
1090
|
+
"background-danger-subtle-hover"?: any;
|
|
1091
|
+
"background-neutrals"?: any;
|
|
1092
|
+
"background-neutrals-active"?: any;
|
|
1093
|
+
"background-neutrals-container"?: any;
|
|
1094
|
+
"background-neutrals-controls-disabled"?: any;
|
|
1095
|
+
"background-neutrals-disabled"?: any;
|
|
1096
|
+
"background-neutrals-hover"?: any;
|
|
1097
|
+
"background-neutrals-inactive"?: any;
|
|
1098
|
+
"background-neutrals-inactive-hover"?: any;
|
|
1099
|
+
"background-neutrals-inverted"?: any;
|
|
1100
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
1101
|
+
"background-neutrals-page"?: any;
|
|
1102
|
+
"background-neutrals-page-subtle"?: any;
|
|
1103
|
+
"background-neutrals-scrolls"?: any;
|
|
1104
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
1105
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
1106
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
1107
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
1108
|
+
"background-neutrals-subtle"?: any;
|
|
1109
|
+
"background-neutrals-subtle-active"?: any;
|
|
1110
|
+
"background-neutrals-subtle-hover"?: any;
|
|
1111
|
+
"background-primary-prominent"?: any;
|
|
1112
|
+
"background-primary-prominent-active"?: any;
|
|
1113
|
+
"background-primary-prominent-expanded"?: any;
|
|
1114
|
+
"background-primary-prominent-hover"?: any;
|
|
1115
|
+
"background-primary-prominent-pressed"?: any;
|
|
1116
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
1117
|
+
"background-primary-prominent-selected"?: any;
|
|
1118
|
+
"background-primary-subtle"?: any;
|
|
1119
|
+
"background-primary-subtle-active"?: any;
|
|
1120
|
+
"background-primary-subtle-expanded"?: any;
|
|
1121
|
+
"background-primary-subtle-hover"?: any;
|
|
1122
|
+
"background-primary-subtle-pressed"?: any;
|
|
1123
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
1124
|
+
"background-primary-subtle-selected"?: any;
|
|
1125
|
+
"background-success"?: any;
|
|
1126
|
+
"background-success-prominent"?: any;
|
|
1127
|
+
"background-success-prominent-active"?: any;
|
|
1128
|
+
"background-success-prominent-hover"?: any;
|
|
1129
|
+
"background-warning-prominent"?: any;
|
|
1130
|
+
"background-warning-subtle"?: any;
|
|
1131
|
+
"border-danger"?: any;
|
|
1132
|
+
"border-danger-active"?: any;
|
|
1133
|
+
"border-danger-hover"?: any;
|
|
1134
|
+
"border-focus-inner"?: any;
|
|
1135
|
+
"border-focus-middle"?: any;
|
|
1136
|
+
"border-focus-outer"?: any;
|
|
1137
|
+
"border-neutrals"?: any;
|
|
1138
|
+
"border-neutrals-active"?: any;
|
|
1139
|
+
"border-neutrals-controls"?: any;
|
|
1140
|
+
"border-neutrals-controls-disabled"?: any;
|
|
1141
|
+
"border-neutrals-disabled"?: any;
|
|
1142
|
+
"border-neutrals-hover"?: any;
|
|
1143
|
+
"border-neutrals-inverted"?: any;
|
|
1144
|
+
"border-neutrals-subtle"?: any;
|
|
1145
|
+
"border-neutrals-text"?: any;
|
|
1146
|
+
"border-neutrals-text-active"?: any;
|
|
1147
|
+
"border-neutrals-text-hover"?: any;
|
|
1148
|
+
"border-neutrals-text-subtle"?: any;
|
|
1149
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
1150
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
1151
|
+
"border-neutrals-transparent"?: any;
|
|
1152
|
+
"border-primary"?: any;
|
|
1153
|
+
"border-primary-active"?: any;
|
|
1154
|
+
"border-primary-hover"?: any;
|
|
1155
|
+
"border-primary-inverted"?: any;
|
|
1156
|
+
"border-success"?: any;
|
|
1157
|
+
"border-success-active"?: any;
|
|
1158
|
+
"border-success-hover"?: any;
|
|
1159
|
+
"border-warning"?: any;
|
|
1160
|
+
"icon-danger"?: any;
|
|
1161
|
+
"icon-danger-active"?: any;
|
|
1162
|
+
"icon-danger-hover"?: any;
|
|
1163
|
+
"icon-danger-inverted"?: any;
|
|
1164
|
+
"icon-neutrals"?: any;
|
|
1165
|
+
"icon-neutrals-disabled"?: any;
|
|
1166
|
+
"icon-neutrals-inactive"?: any;
|
|
1167
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
1168
|
+
"icon-neutrals-inverted"?: any;
|
|
1169
|
+
"icon-neutrals-search"?: any;
|
|
1170
|
+
"icon-neutrals-subtle"?: any;
|
|
1171
|
+
"icon-neutrals-text"?: any;
|
|
1172
|
+
"icon-primary"?: any;
|
|
1173
|
+
"icon-primary-active"?: any;
|
|
1174
|
+
"icon-primary-hover"?: any;
|
|
1175
|
+
"icon-primary-inverted"?: any;
|
|
1176
|
+
"icon-primary-selected"?: any;
|
|
1177
|
+
"icon-success"?: any;
|
|
1178
|
+
"icon-success-active"?: any;
|
|
1179
|
+
"icon-success-hover"?: any;
|
|
1180
|
+
"icon-success-inverted"?: any;
|
|
1181
|
+
"icon-warning"?: any;
|
|
1182
|
+
"icon-warning-prominent"?: any;
|
|
1183
|
+
"icon-warning-subtle"?: any;
|
|
1184
|
+
"text-danger"?: any;
|
|
1185
|
+
"text-danger-active"?: any;
|
|
1186
|
+
"text-danger-hover"?: any;
|
|
1187
|
+
"text-danger-inverted"?: any;
|
|
1188
|
+
"text-neutrals"?: any;
|
|
1189
|
+
"text-neutrals-active"?: any;
|
|
1190
|
+
"text-neutrals-disabled"?: any;
|
|
1191
|
+
"text-neutrals-hover"?: any;
|
|
1192
|
+
"text-neutrals-inverted"?: any;
|
|
1193
|
+
"text-neutrals-placeholder"?: any;
|
|
1194
|
+
"text-neutrals-placeholder-only"?: any;
|
|
1195
|
+
"text-neutrals-subtle"?: any;
|
|
1196
|
+
"text-neutrals-subtle-active"?: any;
|
|
1197
|
+
"text-neutrals-subtle-hover"?: any;
|
|
1198
|
+
"text-primary"?: any;
|
|
1199
|
+
"text-primary-active"?: any;
|
|
1200
|
+
"text-primary-hover"?: any;
|
|
1201
|
+
"text-primary-inverted"?: any;
|
|
1202
|
+
"text-primary-inverted-subtle"?: any;
|
|
1203
|
+
"text-primary-selected"?: any;
|
|
1204
|
+
"text-success"?: any;
|
|
1205
|
+
"text-success-active"?: any;
|
|
1206
|
+
"text-success-hover"?: any;
|
|
1207
|
+
"text-success-inverted"?: any;
|
|
1208
|
+
"text-warning"?: any;
|
|
1209
|
+
"text-warning-subtle"?: any;
|
|
1210
|
+
};
|
|
1211
|
+
'font-sizes': {
|
|
1212
|
+
readonly 150: "0.75rem";
|
|
1213
|
+
readonly 175: "0.875rem";
|
|
1214
|
+
readonly 200: "1rem";
|
|
1215
|
+
readonly 225: "1.125rem";
|
|
1216
|
+
readonly 250: "1.25rem";
|
|
1217
|
+
readonly 300: "1.5rem";
|
|
1218
|
+
readonly 400: "2rem";
|
|
1219
|
+
readonly 500: "2.5rem";
|
|
1220
|
+
readonly 600: "3rem";
|
|
1221
|
+
readonly 800: "4rem";
|
|
1222
|
+
readonly 900: "4.5rem";
|
|
1223
|
+
};
|
|
1224
|
+
fonts: {
|
|
1225
|
+
readonly heading: "Roobert, sans-serif";
|
|
1226
|
+
readonly body: "Open Sans, sans-serif";
|
|
1227
|
+
};
|
|
1228
|
+
radii: {
|
|
1229
|
+
readonly none: 0;
|
|
1230
|
+
readonly half: "999em";
|
|
1231
|
+
readonly 25: "2px";
|
|
1232
|
+
readonly 50: "4px";
|
|
1233
|
+
readonly 75: "6px";
|
|
1234
|
+
readonly 100: "8px";
|
|
1235
|
+
readonly 200: "16px";
|
|
1236
|
+
};
|
|
1237
|
+
shadows: {
|
|
1238
|
+
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";
|
|
1239
|
+
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";
|
|
1240
|
+
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";
|
|
1241
|
+
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";
|
|
1242
|
+
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";
|
|
1243
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
1244
|
+
};
|
|
1245
|
+
sizes: {
|
|
1246
|
+
readonly number: string;
|
|
1247
|
+
readonly 'icon-200': "16px";
|
|
1248
|
+
readonly 'icon-300': "24px";
|
|
1249
|
+
readonly 'icon-400': "32px";
|
|
1250
|
+
};
|
|
1251
|
+
space: {
|
|
1252
|
+
readonly 0: "0px";
|
|
1253
|
+
readonly 25: "2px";
|
|
1254
|
+
readonly 50: "4px";
|
|
1255
|
+
readonly 100: "8px";
|
|
1256
|
+
readonly 150: "12px";
|
|
1257
|
+
readonly 200: "16px";
|
|
1258
|
+
readonly 300: "24px";
|
|
1259
|
+
readonly 400: "32px";
|
|
1260
|
+
readonly 500: "40px";
|
|
1261
|
+
readonly 600: "48px";
|
|
1262
|
+
readonly 700: "56px";
|
|
1263
|
+
readonly 800: "64px";
|
|
1264
|
+
readonly 1200: "96px";
|
|
1265
|
+
readonly 1600: "128px";
|
|
1266
|
+
};
|
|
1267
|
+
'space-gap': {
|
|
1268
|
+
readonly 0: any;
|
|
1269
|
+
readonly 50: any;
|
|
1270
|
+
readonly 100: any;
|
|
1271
|
+
readonly 200: any;
|
|
1272
|
+
readonly 300: any;
|
|
1273
|
+
};
|
|
1274
|
+
'space-inset': {
|
|
1275
|
+
readonly 0: any;
|
|
1276
|
+
readonly 50: any;
|
|
1277
|
+
readonly 100: any;
|
|
1278
|
+
readonly 150: any;
|
|
1279
|
+
readonly 200: any;
|
|
1280
|
+
readonly 300: any;
|
|
1281
|
+
readonly 400: any;
|
|
1282
|
+
readonly 500: any;
|
|
1283
|
+
readonly 600: any;
|
|
1284
|
+
readonly 700: any;
|
|
1285
|
+
readonly 800: any;
|
|
1286
|
+
readonly 1200: any;
|
|
1287
|
+
readonly 1600: any;
|
|
1288
|
+
};
|
|
1289
|
+
'space-offset': {
|
|
1290
|
+
readonly 0: any;
|
|
1291
|
+
readonly 50: any;
|
|
1292
|
+
readonly 100: any;
|
|
1293
|
+
readonly 150: any;
|
|
1294
|
+
readonly 200: any;
|
|
1295
|
+
readonly 300: any;
|
|
1296
|
+
readonly 400: any;
|
|
1297
|
+
readonly 600: any;
|
|
1298
|
+
readonly 800: any;
|
|
1299
|
+
readonly 1200: any;
|
|
1300
|
+
readonly 1600: any;
|
|
1301
|
+
readonly 'stacking-0': any;
|
|
1302
|
+
readonly 'stacking-100': any;
|
|
1303
|
+
readonly 'stacking-200': any;
|
|
1304
|
+
readonly 'stacking-300': any;
|
|
1305
|
+
readonly 'stacking-400': any;
|
|
1306
|
+
readonly 'stacking-500': any;
|
|
1307
|
+
readonly 'stacking-800': any;
|
|
1308
|
+
};
|
|
1309
|
+
'stroke-width': {
|
|
1310
|
+
readonly thin: "1.5px";
|
|
1311
|
+
readonly normal: "2px";
|
|
1312
|
+
readonly bold: "4px";
|
|
1313
|
+
};
|
|
1314
|
+
'z-indices': {
|
|
1315
|
+
readonly dropdownMenu: 100;
|
|
1316
|
+
readonly select: 200;
|
|
1317
|
+
readonly popover: 300;
|
|
1318
|
+
readonly tooltip: 400;
|
|
1319
|
+
};
|
|
1320
|
+
}, {
|
|
1321
|
+
readonly background: "colors";
|
|
1322
|
+
readonly backgroundColor: "colors";
|
|
1323
|
+
readonly backgroundImage: "colors";
|
|
1324
|
+
readonly blockSize: "sizes";
|
|
1325
|
+
readonly border: "colors";
|
|
1326
|
+
readonly borderBlock: "colors";
|
|
1327
|
+
readonly borderBlockEnd: "colors";
|
|
1328
|
+
readonly borderBlockStart: "colors";
|
|
1329
|
+
readonly borderBottom: "colors";
|
|
1330
|
+
readonly borderBottomColor: "colors";
|
|
1331
|
+
readonly borderBottomLeftRadius: "radii";
|
|
1332
|
+
readonly borderBottomRightRadius: "radii";
|
|
1333
|
+
readonly borderBottomStyle: "border-styles";
|
|
1334
|
+
readonly borderBottomWidth: "border-widths";
|
|
1335
|
+
readonly borderColor: "colors";
|
|
1336
|
+
readonly borderImage: "colors";
|
|
1337
|
+
readonly borderInline: "colors";
|
|
1338
|
+
readonly borderInlineEnd: "colors";
|
|
1339
|
+
readonly borderInlineStart: "colors";
|
|
1340
|
+
readonly borderLeft: "colors";
|
|
1341
|
+
readonly borderLeftColor: "colors";
|
|
1342
|
+
readonly borderLeftStyle: "border-styles";
|
|
1343
|
+
readonly borderLeftWidth: "border-widths";
|
|
1344
|
+
readonly borderRadius: "radii";
|
|
1345
|
+
readonly borderRight: "colors";
|
|
1346
|
+
readonly borderRightColor: "colors";
|
|
1347
|
+
readonly borderRightStyle: "border-styles";
|
|
1348
|
+
readonly borderRightWidth: "border-widths";
|
|
1349
|
+
readonly borderSpacing: "space-offset";
|
|
1350
|
+
readonly borderStyle: "border-styles";
|
|
1351
|
+
readonly borderTop: "colors";
|
|
1352
|
+
readonly borderTopColor: "colors";
|
|
1353
|
+
readonly borderTopLeftRadius: "radii";
|
|
1354
|
+
readonly borderTopRightRadius: "radii";
|
|
1355
|
+
readonly borderTopStyle: "border-styles";
|
|
1356
|
+
readonly borderTopWidth: "border-widths";
|
|
1357
|
+
readonly borderWidth: "border-widths";
|
|
1358
|
+
readonly bottom: "space";
|
|
1359
|
+
readonly boxShadow: "shadows";
|
|
1360
|
+
readonly caretColor: "colors";
|
|
1361
|
+
readonly color: "colors";
|
|
1362
|
+
readonly columnGap: "space-gap";
|
|
1363
|
+
readonly columnRuleColor: "colors";
|
|
1364
|
+
readonly fill: "colors";
|
|
1365
|
+
readonly flexBasis: "sizes";
|
|
1366
|
+
readonly fontFamily: "fonts";
|
|
1367
|
+
readonly fontSize: "font-sizes";
|
|
1368
|
+
readonly fontWeight: "font-weights";
|
|
1369
|
+
readonly gap: "space-gap";
|
|
1370
|
+
readonly gridColumnGap: "space-gap";
|
|
1371
|
+
readonly gridGap: "space-gap";
|
|
1372
|
+
readonly gridRowGap: "space-gap";
|
|
1373
|
+
readonly gridTemplateColumns: "sizes";
|
|
1374
|
+
readonly gridTemplateRows: "sizes";
|
|
1375
|
+
readonly height: "sizes";
|
|
1376
|
+
readonly inlineSize: "sizes";
|
|
1377
|
+
readonly inset: "space-inset";
|
|
1378
|
+
readonly insetBlock: "space-inset";
|
|
1379
|
+
readonly insetBlockEnd: "space-inset";
|
|
1380
|
+
readonly insetBlockStart: "space-inset";
|
|
1381
|
+
readonly insetInline: "space-inset";
|
|
1382
|
+
readonly insetInlineEnd: "space-inset";
|
|
1383
|
+
readonly insetInlineStart: "space-inset";
|
|
1384
|
+
readonly left: "space";
|
|
1385
|
+
readonly letterSpacing: "letter-spacings";
|
|
1386
|
+
readonly lineHeight: "line-heights";
|
|
1387
|
+
readonly margin: "space-offset";
|
|
1388
|
+
readonly marginBlock: "space-offset";
|
|
1389
|
+
readonly marginBlockEnd: "space-offset";
|
|
1390
|
+
readonly marginBlockStart: "space-offset";
|
|
1391
|
+
readonly marginBottom: "space-offset";
|
|
1392
|
+
readonly marginInline: "space-offset";
|
|
1393
|
+
readonly marginInlineEnd: "space-offset";
|
|
1394
|
+
readonly marginInlineStart: "space-offset";
|
|
1395
|
+
readonly marginLeft: "space-offset";
|
|
1396
|
+
readonly marginRight: "space-offset";
|
|
1397
|
+
readonly marginTop: "space-offset";
|
|
1398
|
+
readonly maxBlockSize: "sizes";
|
|
1399
|
+
readonly maxHeight: "sizes";
|
|
1400
|
+
readonly maxInlineSize: "sizes";
|
|
1401
|
+
readonly maxWidth: "sizes";
|
|
1402
|
+
readonly minBlockSize: "sizes";
|
|
1403
|
+
readonly minHeight: "sizes";
|
|
1404
|
+
readonly minInlineSize: "sizes";
|
|
1405
|
+
readonly minWidth: "sizes";
|
|
1406
|
+
readonly outline: "colors";
|
|
1407
|
+
readonly outlineColor: "colors";
|
|
1408
|
+
readonly padding: "space-inset";
|
|
1409
|
+
readonly paddingBlock: "space-inset";
|
|
1410
|
+
readonly paddingBlockEnd: "space-inset";
|
|
1411
|
+
readonly paddingBlockStart: "space-inset";
|
|
1412
|
+
readonly paddingBottom: "space-inset";
|
|
1413
|
+
readonly paddingInline: "space-inset";
|
|
1414
|
+
readonly paddingInlineEnd: "space-inset";
|
|
1415
|
+
readonly paddingInlineStart: "space-inset";
|
|
1416
|
+
readonly paddingLeft: "space-inset";
|
|
1417
|
+
readonly paddingRight: "space-inset";
|
|
1418
|
+
readonly paddingTop: "space-inset";
|
|
1419
|
+
readonly right: "space";
|
|
1420
|
+
readonly rowGap: "space-gap";
|
|
1421
|
+
readonly scrollMargin: "space-offset";
|
|
1422
|
+
readonly scrollMarginBlock: "space-offset";
|
|
1423
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
1424
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
1425
|
+
readonly scrollMarginBottom: "space-offset";
|
|
1426
|
+
readonly scrollMarginInline: "space-offset";
|
|
1427
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
1428
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
1429
|
+
readonly scrollMarginLeft: "space-offset";
|
|
1430
|
+
readonly scrollMarginRight: "space-offset";
|
|
1431
|
+
readonly scrollMarginTop: "space-offset";
|
|
1432
|
+
readonly scrollPadding: "space-inset";
|
|
1433
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
1434
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1435
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
1436
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
1437
|
+
readonly scrollPaddingInline: "space-inset";
|
|
1438
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1439
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
1440
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
1441
|
+
readonly scrollPaddingRight: "space-inset";
|
|
1442
|
+
readonly scrollPaddingTop: "space-inset";
|
|
1443
|
+
readonly stroke: "colors";
|
|
1444
|
+
readonly strokeWidth: "stroke-width";
|
|
1445
|
+
readonly textDecorationColor: "colors";
|
|
1446
|
+
readonly textShadow: "shadows";
|
|
1447
|
+
readonly top: "space";
|
|
1448
|
+
readonly transition: "transitions";
|
|
1449
|
+
readonly width: "sizes";
|
|
1450
|
+
readonly zIndex: "z-indices";
|
|
1451
|
+
}, {
|
|
1452
|
+
paddingX: (value: {
|
|
1453
|
+
readonly [$$PropertyValue]: "padding";
|
|
1454
|
+
}) => {
|
|
1455
|
+
paddingLeft: {
|
|
1456
|
+
readonly [$$PropertyValue]: "padding";
|
|
1323
1457
|
};
|
|
1324
|
-
|
|
1325
|
-
readonly
|
|
1326
|
-
readonly select: 200;
|
|
1327
|
-
readonly popover: 300;
|
|
1328
|
-
readonly tooltip: 400;
|
|
1458
|
+
paddingRight: {
|
|
1459
|
+
readonly [$$PropertyValue]: "padding";
|
|
1329
1460
|
};
|
|
1330
|
-
}
|
|
1331
|
-
|
|
1332
|
-
readonly
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
readonly border: "colors";
|
|
1336
|
-
readonly borderBlock: "colors";
|
|
1337
|
-
readonly borderBlockEnd: "colors";
|
|
1338
|
-
readonly borderBlockStart: "colors";
|
|
1339
|
-
readonly borderBottom: "colors";
|
|
1340
|
-
readonly borderBottomColor: "colors";
|
|
1341
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1342
|
-
readonly borderBottomRightRadius: "radii";
|
|
1343
|
-
readonly borderBottomStyle: "border-styles";
|
|
1344
|
-
readonly borderBottomWidth: "border-widths";
|
|
1345
|
-
readonly borderColor: "colors";
|
|
1346
|
-
readonly borderImage: "colors";
|
|
1347
|
-
readonly borderInline: "colors";
|
|
1348
|
-
readonly borderInlineEnd: "colors";
|
|
1349
|
-
readonly borderInlineStart: "colors";
|
|
1350
|
-
readonly borderLeft: "colors";
|
|
1351
|
-
readonly borderLeftColor: "colors";
|
|
1352
|
-
readonly borderLeftStyle: "border-styles";
|
|
1353
|
-
readonly borderLeftWidth: "border-widths";
|
|
1354
|
-
readonly borderRadius: "radii";
|
|
1355
|
-
readonly borderRight: "colors";
|
|
1356
|
-
readonly borderRightColor: "colors";
|
|
1357
|
-
readonly borderRightStyle: "border-styles";
|
|
1358
|
-
readonly borderRightWidth: "border-widths";
|
|
1359
|
-
readonly borderStyle: "border-styles";
|
|
1360
|
-
readonly borderTop: "colors";
|
|
1361
|
-
readonly borderTopColor: "colors";
|
|
1362
|
-
readonly borderTopLeftRadius: "radii";
|
|
1363
|
-
readonly borderTopRightRadius: "radii";
|
|
1364
|
-
readonly borderTopStyle: "border-styles";
|
|
1365
|
-
readonly borderTopWidth: "border-widths";
|
|
1366
|
-
readonly borderWidth: "border-widths";
|
|
1367
|
-
readonly bottom: "space";
|
|
1368
|
-
readonly boxShadow: "shadows";
|
|
1369
|
-
readonly caretColor: "colors";
|
|
1370
|
-
readonly color: "colors";
|
|
1371
|
-
readonly columnGap: "space-gap";
|
|
1372
|
-
readonly columnRuleColor: "colors";
|
|
1373
|
-
readonly fill: "colors";
|
|
1374
|
-
readonly flexBasis: "sizes";
|
|
1375
|
-
readonly fontFamily: "fonts";
|
|
1376
|
-
readonly fontSize: "font-sizes";
|
|
1377
|
-
readonly fontWeight: "font-weights";
|
|
1378
|
-
readonly gap: "space-gap";
|
|
1379
|
-
readonly gridColumnGap: "space-gap";
|
|
1380
|
-
readonly gridGap: "space-gap";
|
|
1381
|
-
readonly gridRowGap: "space-gap";
|
|
1382
|
-
readonly gridTemplateColumns: "sizes";
|
|
1383
|
-
readonly gridTemplateRows: "sizes";
|
|
1384
|
-
readonly height: "sizes";
|
|
1385
|
-
readonly inlineSize: "sizes";
|
|
1386
|
-
readonly inset: "space-inset";
|
|
1387
|
-
readonly insetBlock: "space-inset";
|
|
1388
|
-
readonly insetBlockEnd: "space-inset";
|
|
1389
|
-
readonly insetBlockStart: "space-inset";
|
|
1390
|
-
readonly insetInline: "space-inset";
|
|
1391
|
-
readonly insetInlineEnd: "space-inset";
|
|
1392
|
-
readonly insetInlineStart: "space-inset";
|
|
1393
|
-
readonly left: "space";
|
|
1394
|
-
readonly letterSpacing: "letter-spacings";
|
|
1395
|
-
readonly lineHeight: "line-heights";
|
|
1396
|
-
readonly margin: "space-offset";
|
|
1397
|
-
readonly marginBlock: "space-offset";
|
|
1398
|
-
readonly marginBlockEnd: "space-offset";
|
|
1399
|
-
readonly marginBlockStart: "space-offset";
|
|
1400
|
-
readonly marginBottom: "space-offset";
|
|
1401
|
-
readonly marginInline: "space-offset";
|
|
1402
|
-
readonly marginInlineEnd: "space-offset";
|
|
1403
|
-
readonly marginInlineStart: "space-offset";
|
|
1404
|
-
readonly marginLeft: "space-offset";
|
|
1405
|
-
readonly marginRight: "space-offset";
|
|
1406
|
-
readonly marginTop: "space-offset";
|
|
1407
|
-
readonly maxBlockSize: "sizes";
|
|
1408
|
-
readonly maxHeight: "sizes";
|
|
1409
|
-
readonly maxInlineSize: "sizes";
|
|
1410
|
-
readonly maxWidth: "sizes";
|
|
1411
|
-
readonly minBlockSize: "sizes";
|
|
1412
|
-
readonly minHeight: "sizes";
|
|
1413
|
-
readonly minInlineSize: "sizes";
|
|
1414
|
-
readonly minWidth: "sizes";
|
|
1415
|
-
readonly outline: "colors";
|
|
1416
|
-
readonly outlineColor: "colors";
|
|
1417
|
-
readonly padding: "space-inset";
|
|
1418
|
-
readonly paddingBlock: "space-inset";
|
|
1419
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1420
|
-
readonly paddingBlockStart: "space-inset";
|
|
1421
|
-
readonly paddingBottom: "space-inset";
|
|
1422
|
-
readonly paddingInline: "space-inset";
|
|
1423
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1424
|
-
readonly paddingInlineStart: "space-inset";
|
|
1425
|
-
readonly paddingLeft: "space-inset";
|
|
1426
|
-
readonly paddingRight: "space-inset";
|
|
1427
|
-
readonly paddingTop: "space-inset";
|
|
1428
|
-
readonly right: "space";
|
|
1429
|
-
readonly rowGap: "space-gap";
|
|
1430
|
-
readonly scrollMargin: "space-offset";
|
|
1431
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1432
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1433
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1434
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1435
|
-
readonly scrollMarginInline: "space-offset";
|
|
1436
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1437
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1438
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1439
|
-
readonly scrollMarginRight: "space-offset";
|
|
1440
|
-
readonly scrollMarginTop: "space-offset";
|
|
1441
|
-
readonly scrollPadding: "space-inset";
|
|
1442
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1443
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1444
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1445
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1446
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1447
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1448
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1449
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1450
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1451
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1452
|
-
readonly stroke: "colors";
|
|
1453
|
-
readonly strokeWidth: "stroke-width";
|
|
1454
|
-
readonly textDecorationColor: "colors";
|
|
1455
|
-
readonly textShadow: "shadows";
|
|
1456
|
-
readonly top: "space";
|
|
1457
|
-
readonly transition: "transitions";
|
|
1458
|
-
readonly width: "sizes";
|
|
1459
|
-
readonly zIndex: "z-indices";
|
|
1460
|
-
}, {
|
|
1461
|
-
paddingX: (value: {
|
|
1461
|
+
};
|
|
1462
|
+
paddingY: (value: {
|
|
1463
|
+
readonly [$$PropertyValue]: "padding";
|
|
1464
|
+
}) => {
|
|
1465
|
+
paddingTop: {
|
|
1462
1466
|
readonly [$$PropertyValue]: "padding";
|
|
1463
|
-
}) => {
|
|
1464
|
-
paddingLeft: {
|
|
1465
|
-
readonly [$$PropertyValue]: "padding";
|
|
1466
|
-
};
|
|
1467
|
-
paddingRight: {
|
|
1468
|
-
readonly [$$PropertyValue]: "padding";
|
|
1469
|
-
};
|
|
1470
1467
|
};
|
|
1471
|
-
|
|
1468
|
+
paddingBottom: {
|
|
1472
1469
|
readonly [$$PropertyValue]: "padding";
|
|
1473
|
-
}) => {
|
|
1474
|
-
paddingTop: {
|
|
1475
|
-
readonly [$$PropertyValue]: "padding";
|
|
1476
|
-
};
|
|
1477
|
-
paddingBottom: {
|
|
1478
|
-
readonly [$$PropertyValue]: "padding";
|
|
1479
|
-
};
|
|
1480
1470
|
};
|
|
1481
|
-
|
|
1471
|
+
};
|
|
1472
|
+
marginX: (value: {
|
|
1473
|
+
readonly [$$PropertyValue]: "margin";
|
|
1474
|
+
}) => {
|
|
1475
|
+
marginLeft: {
|
|
1482
1476
|
readonly [$$PropertyValue]: "margin";
|
|
1483
|
-
}) => {
|
|
1484
|
-
marginLeft: {
|
|
1485
|
-
readonly [$$PropertyValue]: "margin";
|
|
1486
|
-
};
|
|
1487
|
-
marginRight: {
|
|
1488
|
-
readonly [$$PropertyValue]: "margin";
|
|
1489
|
-
};
|
|
1490
1477
|
};
|
|
1491
|
-
|
|
1478
|
+
marginRight: {
|
|
1492
1479
|
readonly [$$PropertyValue]: "margin";
|
|
1493
|
-
}) => {
|
|
1494
|
-
marginTop: {
|
|
1495
|
-
readonly [$$PropertyValue]: "margin";
|
|
1496
|
-
};
|
|
1497
|
-
marginBottom: {
|
|
1498
|
-
readonly [$$PropertyValue]: "margin";
|
|
1499
|
-
};
|
|
1500
1480
|
};
|
|
1501
|
-
|
|
1481
|
+
};
|
|
1482
|
+
marginY: (value: {
|
|
1483
|
+
readonly [$$PropertyValue]: "margin";
|
|
1484
|
+
}) => {
|
|
1485
|
+
marginTop: {
|
|
1486
|
+
readonly [$$PropertyValue]: "margin";
|
|
1487
|
+
};
|
|
1488
|
+
marginBottom: {
|
|
1489
|
+
readonly [$$PropertyValue]: "margin";
|
|
1490
|
+
};
|
|
1491
|
+
};
|
|
1492
|
+
square: (value: {
|
|
1493
|
+
readonly [$$PropertyValue]: "width";
|
|
1494
|
+
}) => {
|
|
1495
|
+
width: {
|
|
1496
|
+
readonly [$$PropertyValue]: "width";
|
|
1497
|
+
};
|
|
1498
|
+
height: {
|
|
1502
1499
|
readonly [$$PropertyValue]: "width";
|
|
1503
|
-
}) => {
|
|
1504
|
-
width: {
|
|
1505
|
-
readonly [$$PropertyValue]: "width";
|
|
1506
|
-
};
|
|
1507
|
-
height: {
|
|
1508
|
-
readonly [$$PropertyValue]: "width";
|
|
1509
|
-
};
|
|
1510
1500
|
};
|
|
1511
|
-
}
|
|
1512
|
-
}> & {
|
|
1513
|
-
children?: react.ReactNode;
|
|
1514
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
1501
|
+
};
|
|
1502
|
+
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_toolbar.ToolbarSeparatorProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
1515
1503
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
1516
1504
|
|
|
1517
1505
|
interface SeparatorProps extends StyledSeparatorProps {
|
|
1518
1506
|
}
|
|
1519
1507
|
declare const Separator: react__default.ForwardRefExoticComponent<Omit<SeparatorProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1520
1508
|
|
|
1521
|
-
declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1509
|
+
declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<Omit<ItemProps, "ref"> & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
1510
|
+
'border-widths': {
|
|
1511
|
+
readonly none: 0;
|
|
1512
|
+
readonly sm: "1px";
|
|
1513
|
+
readonly md: "2px";
|
|
1514
|
+
readonly lg: "4px";
|
|
1515
|
+
};
|
|
1516
|
+
colors: {
|
|
1517
|
+
readonly black: any;
|
|
1518
|
+
readonly 'blue-100': any;
|
|
1519
|
+
readonly 'blue-200': any;
|
|
1520
|
+
readonly 'blue-300': any;
|
|
1521
|
+
readonly 'blue-400': any;
|
|
1522
|
+
readonly 'blue-500': any;
|
|
1523
|
+
readonly 'blue-600': any;
|
|
1524
|
+
readonly 'blue-700': any;
|
|
1525
|
+
readonly 'blue-800': any;
|
|
1526
|
+
readonly 'blue-900': any;
|
|
1527
|
+
readonly 'blue-1000': any;
|
|
1528
|
+
readonly 'gray-100': any;
|
|
1529
|
+
readonly 'gray-200': any;
|
|
1530
|
+
readonly 'gray-300': any;
|
|
1531
|
+
readonly 'gray-400': any;
|
|
1532
|
+
readonly 'gray-500': any;
|
|
1533
|
+
readonly 'gray-600': any;
|
|
1534
|
+
readonly 'gray-700': any;
|
|
1535
|
+
readonly 'gray-800': any;
|
|
1536
|
+
readonly 'gray-900': any;
|
|
1537
|
+
readonly 'green-100': any;
|
|
1538
|
+
readonly 'green-200': any;
|
|
1539
|
+
readonly 'green-300': any;
|
|
1540
|
+
readonly 'green-400': any;
|
|
1541
|
+
readonly 'green-500': any;
|
|
1542
|
+
readonly 'green-600': any;
|
|
1543
|
+
readonly 'green-700': any;
|
|
1544
|
+
readonly 'green-800': any;
|
|
1545
|
+
readonly 'green-900': any;
|
|
1546
|
+
readonly 'indigo-100': any;
|
|
1547
|
+
readonly 'indigo-200': any;
|
|
1548
|
+
readonly 'indigo-300': any;
|
|
1549
|
+
readonly 'indigo-400': any;
|
|
1550
|
+
readonly 'indigo-500': any;
|
|
1551
|
+
readonly 'indigo-600': any;
|
|
1552
|
+
readonly 'indigo-700': any;
|
|
1553
|
+
readonly 'indigo-800': any;
|
|
1554
|
+
readonly 'indigo-900': any;
|
|
1555
|
+
readonly 'red-100': any;
|
|
1556
|
+
readonly 'red-200': any;
|
|
1557
|
+
readonly 'red-300': any;
|
|
1558
|
+
readonly 'red-400': any;
|
|
1559
|
+
readonly 'red-500': any;
|
|
1560
|
+
readonly 'red-600': any;
|
|
1561
|
+
readonly 'red-700': any;
|
|
1562
|
+
readonly 'red-800': any;
|
|
1563
|
+
readonly 'red-900': any;
|
|
1564
|
+
readonly transparent: any;
|
|
1565
|
+
readonly white: any;
|
|
1566
|
+
readonly 'yellow-100': any;
|
|
1567
|
+
readonly 'yellow-200': any;
|
|
1568
|
+
readonly 'yellow-300': any;
|
|
1569
|
+
readonly 'yellow-400': any;
|
|
1570
|
+
readonly 'yellow-500': any;
|
|
1571
|
+
readonly 'yellow-600': any;
|
|
1572
|
+
readonly 'yellow-700': any;
|
|
1573
|
+
readonly 'yellow-800': any;
|
|
1574
|
+
readonly 'yellow-900': any;
|
|
1575
|
+
"background-alpha-active"?: any;
|
|
1576
|
+
"background-alpha-hover"?: any;
|
|
1577
|
+
"background-danger-prominent"?: any;
|
|
1578
|
+
"background-danger-prominent-active"?: any;
|
|
1579
|
+
"background-danger-prominent-hover"?: any;
|
|
1580
|
+
"background-danger-subtle"?: any;
|
|
1581
|
+
"background-danger-subtle-active"?: any;
|
|
1582
|
+
"background-danger-subtle-hover"?: any;
|
|
1583
|
+
"background-neutrals"?: any;
|
|
1584
|
+
"background-neutrals-active"?: any;
|
|
1585
|
+
"background-neutrals-container"?: any;
|
|
1586
|
+
"background-neutrals-controls-disabled"?: any;
|
|
1587
|
+
"background-neutrals-disabled"?: any;
|
|
1588
|
+
"background-neutrals-hover"?: any;
|
|
1589
|
+
"background-neutrals-inactive"?: any;
|
|
1590
|
+
"background-neutrals-inactive-hover"?: any;
|
|
1591
|
+
"background-neutrals-inverted"?: any;
|
|
1592
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
1593
|
+
"background-neutrals-page"?: any;
|
|
1594
|
+
"background-neutrals-page-subtle"?: any;
|
|
1595
|
+
"background-neutrals-scrolls"?: any;
|
|
1596
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
1597
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
1598
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
1599
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
1600
|
+
"background-neutrals-subtle"?: any;
|
|
1601
|
+
"background-neutrals-subtle-active"?: any;
|
|
1602
|
+
"background-neutrals-subtle-hover"?: any;
|
|
1603
|
+
"background-primary-prominent"?: any;
|
|
1604
|
+
"background-primary-prominent-active"?: any;
|
|
1605
|
+
"background-primary-prominent-expanded"?: any;
|
|
1606
|
+
"background-primary-prominent-hover"?: any;
|
|
1607
|
+
"background-primary-prominent-pressed"?: any;
|
|
1608
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
1609
|
+
"background-primary-prominent-selected"?: any;
|
|
1610
|
+
"background-primary-subtle"?: any;
|
|
1611
|
+
"background-primary-subtle-active"?: any;
|
|
1612
|
+
"background-primary-subtle-expanded"?: any;
|
|
1613
|
+
"background-primary-subtle-hover"?: any;
|
|
1614
|
+
"background-primary-subtle-pressed"?: any;
|
|
1615
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
1616
|
+
"background-primary-subtle-selected"?: any;
|
|
1617
|
+
"background-success"?: any;
|
|
1618
|
+
"background-success-prominent"?: any;
|
|
1619
|
+
"background-success-prominent-active"?: any;
|
|
1620
|
+
"background-success-prominent-hover"?: any;
|
|
1621
|
+
"background-warning-prominent"?: any;
|
|
1622
|
+
"background-warning-subtle"?: any;
|
|
1623
|
+
"border-danger"?: any;
|
|
1624
|
+
"border-danger-active"?: any;
|
|
1625
|
+
"border-danger-hover"?: any;
|
|
1626
|
+
"border-focus-inner"?: any;
|
|
1627
|
+
"border-focus-middle"?: any;
|
|
1628
|
+
"border-focus-outer"?: any;
|
|
1629
|
+
"border-neutrals"?: any;
|
|
1630
|
+
"border-neutrals-active"?: any;
|
|
1631
|
+
"border-neutrals-controls"?: any;
|
|
1632
|
+
"border-neutrals-controls-disabled"?: any;
|
|
1633
|
+
"border-neutrals-disabled"?: any;
|
|
1634
|
+
"border-neutrals-hover"?: any;
|
|
1635
|
+
"border-neutrals-inverted"?: any;
|
|
1636
|
+
"border-neutrals-subtle"?: any;
|
|
1637
|
+
"border-neutrals-text"?: any;
|
|
1638
|
+
"border-neutrals-text-active"?: any;
|
|
1639
|
+
"border-neutrals-text-hover"?: any;
|
|
1640
|
+
"border-neutrals-text-subtle"?: any;
|
|
1641
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
1642
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
1643
|
+
"border-neutrals-transparent"?: any;
|
|
1644
|
+
"border-primary"?: any;
|
|
1645
|
+
"border-primary-active"?: any;
|
|
1646
|
+
"border-primary-hover"?: any;
|
|
1647
|
+
"border-primary-inverted"?: any;
|
|
1648
|
+
"border-success"?: any;
|
|
1649
|
+
"border-success-active"?: any;
|
|
1650
|
+
"border-success-hover"?: any;
|
|
1651
|
+
"border-warning"?: any;
|
|
1652
|
+
"icon-danger"?: any;
|
|
1653
|
+
"icon-danger-active"?: any;
|
|
1654
|
+
"icon-danger-hover"?: any;
|
|
1655
|
+
"icon-danger-inverted"?: any;
|
|
1656
|
+
"icon-neutrals"?: any;
|
|
1657
|
+
"icon-neutrals-disabled"?: any;
|
|
1658
|
+
"icon-neutrals-inactive"?: any;
|
|
1659
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
1660
|
+
"icon-neutrals-inverted"?: any;
|
|
1661
|
+
"icon-neutrals-search"?: any;
|
|
1662
|
+
"icon-neutrals-subtle"?: any;
|
|
1663
|
+
"icon-neutrals-text"?: any;
|
|
1664
|
+
"icon-primary"?: any;
|
|
1665
|
+
"icon-primary-active"?: any;
|
|
1666
|
+
"icon-primary-hover"?: any;
|
|
1667
|
+
"icon-primary-inverted"?: any;
|
|
1668
|
+
"icon-primary-selected"?: any;
|
|
1669
|
+
"icon-success"?: any;
|
|
1670
|
+
"icon-success-active"?: any;
|
|
1671
|
+
"icon-success-hover"?: any;
|
|
1672
|
+
"icon-success-inverted"?: any;
|
|
1673
|
+
"icon-warning"?: any;
|
|
1674
|
+
"icon-warning-prominent"?: any;
|
|
1675
|
+
"icon-warning-subtle"?: any;
|
|
1676
|
+
"text-danger"?: any;
|
|
1677
|
+
"text-danger-active"?: any;
|
|
1678
|
+
"text-danger-hover"?: any;
|
|
1679
|
+
"text-danger-inverted"?: any;
|
|
1680
|
+
"text-neutrals"?: any;
|
|
1681
|
+
"text-neutrals-active"?: any;
|
|
1682
|
+
"text-neutrals-disabled"?: any;
|
|
1683
|
+
"text-neutrals-hover"?: any;
|
|
1684
|
+
"text-neutrals-inverted"?: any;
|
|
1685
|
+
"text-neutrals-placeholder"?: any;
|
|
1686
|
+
"text-neutrals-placeholder-only"?: any;
|
|
1687
|
+
"text-neutrals-subtle"?: any;
|
|
1688
|
+
"text-neutrals-subtle-active"?: any;
|
|
1689
|
+
"text-neutrals-subtle-hover"?: any;
|
|
1690
|
+
"text-primary"?: any;
|
|
1691
|
+
"text-primary-active"?: any;
|
|
1692
|
+
"text-primary-hover"?: any;
|
|
1693
|
+
"text-primary-inverted"?: any;
|
|
1694
|
+
"text-primary-inverted-subtle"?: any;
|
|
1695
|
+
"text-primary-selected"?: any;
|
|
1696
|
+
"text-success"?: any;
|
|
1697
|
+
"text-success-active"?: any;
|
|
1698
|
+
"text-success-hover"?: any;
|
|
1699
|
+
"text-success-inverted"?: any;
|
|
1700
|
+
"text-warning"?: any;
|
|
1701
|
+
"text-warning-subtle"?: any;
|
|
1702
|
+
};
|
|
1703
|
+
'font-sizes': {
|
|
1704
|
+
readonly 150: "0.75rem";
|
|
1705
|
+
readonly 175: "0.875rem";
|
|
1706
|
+
readonly 200: "1rem";
|
|
1707
|
+
readonly 225: "1.125rem";
|
|
1708
|
+
readonly 250: "1.25rem";
|
|
1709
|
+
readonly 300: "1.5rem";
|
|
1710
|
+
readonly 400: "2rem";
|
|
1711
|
+
readonly 500: "2.5rem";
|
|
1712
|
+
readonly 600: "3rem";
|
|
1713
|
+
readonly 800: "4rem";
|
|
1714
|
+
readonly 900: "4.5rem";
|
|
1715
|
+
};
|
|
1716
|
+
fonts: {
|
|
1717
|
+
readonly heading: "Roobert, sans-serif";
|
|
1718
|
+
readonly body: "Open Sans, sans-serif";
|
|
1719
|
+
};
|
|
1720
|
+
radii: {
|
|
1721
|
+
readonly none: 0;
|
|
1722
|
+
readonly half: "999em";
|
|
1723
|
+
readonly 25: "2px";
|
|
1724
|
+
readonly 50: "4px";
|
|
1725
|
+
readonly 75: "6px";
|
|
1726
|
+
readonly 100: "8px";
|
|
1727
|
+
readonly 200: "16px";
|
|
1728
|
+
};
|
|
1729
|
+
shadows: {
|
|
1730
|
+
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";
|
|
1731
|
+
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";
|
|
1732
|
+
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";
|
|
1733
|
+
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";
|
|
1734
|
+
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";
|
|
1735
|
+
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
1736
|
+
};
|
|
1737
|
+
sizes: {
|
|
1738
|
+
readonly number: string;
|
|
1739
|
+
readonly 'icon-200': "16px";
|
|
1740
|
+
readonly 'icon-300': "24px";
|
|
1741
|
+
readonly 'icon-400': "32px";
|
|
1742
|
+
};
|
|
1743
|
+
space: {
|
|
1744
|
+
readonly 0: "0px";
|
|
1745
|
+
readonly 25: "2px";
|
|
1746
|
+
readonly 50: "4px";
|
|
1747
|
+
readonly 100: "8px";
|
|
1748
|
+
readonly 150: "12px";
|
|
1749
|
+
readonly 200: "16px";
|
|
1750
|
+
readonly 300: "24px";
|
|
1751
|
+
readonly 400: "32px";
|
|
1752
|
+
readonly 500: "40px";
|
|
1753
|
+
readonly 600: "48px";
|
|
1754
|
+
readonly 700: "56px";
|
|
1755
|
+
readonly 800: "64px";
|
|
1756
|
+
readonly 1200: "96px";
|
|
1757
|
+
readonly 1600: "128px";
|
|
1758
|
+
};
|
|
1759
|
+
'space-gap': {
|
|
1760
|
+
readonly 0: any;
|
|
1761
|
+
readonly 50: any;
|
|
1762
|
+
readonly 100: any;
|
|
1763
|
+
readonly 200: any;
|
|
1764
|
+
readonly 300: any;
|
|
1765
|
+
};
|
|
1766
|
+
'space-inset': {
|
|
1767
|
+
readonly 0: any;
|
|
1768
|
+
readonly 50: any;
|
|
1769
|
+
readonly 100: any;
|
|
1770
|
+
readonly 150: any;
|
|
1771
|
+
readonly 200: any;
|
|
1772
|
+
readonly 300: any;
|
|
1773
|
+
readonly 400: any;
|
|
1774
|
+
readonly 500: any;
|
|
1775
|
+
readonly 600: any;
|
|
1776
|
+
readonly 700: any;
|
|
1777
|
+
readonly 800: any;
|
|
1778
|
+
readonly 1200: any;
|
|
1779
|
+
readonly 1600: any;
|
|
1780
|
+
};
|
|
1781
|
+
'space-offset': {
|
|
1782
|
+
readonly 0: any;
|
|
1783
|
+
readonly 50: any;
|
|
1784
|
+
readonly 100: any;
|
|
1785
|
+
readonly 150: any;
|
|
1786
|
+
readonly 200: any;
|
|
1787
|
+
readonly 300: any;
|
|
1788
|
+
readonly 400: any;
|
|
1789
|
+
readonly 600: any;
|
|
1790
|
+
readonly 800: any;
|
|
1791
|
+
readonly 1200: any;
|
|
1792
|
+
readonly 1600: any;
|
|
1793
|
+
readonly 'stacking-0': any;
|
|
1794
|
+
readonly 'stacking-100': any;
|
|
1795
|
+
readonly 'stacking-200': any;
|
|
1796
|
+
readonly 'stacking-300': any;
|
|
1797
|
+
readonly 'stacking-400': any;
|
|
1798
|
+
readonly 'stacking-500': any;
|
|
1799
|
+
readonly 'stacking-800': any;
|
|
1800
|
+
};
|
|
1801
|
+
'stroke-width': {
|
|
1802
|
+
readonly thin: "1.5px";
|
|
1803
|
+
readonly normal: "2px";
|
|
1804
|
+
readonly bold: "4px";
|
|
1805
|
+
};
|
|
1806
|
+
'z-indices': {
|
|
1807
|
+
readonly dropdownMenu: 100;
|
|
1808
|
+
readonly select: 200;
|
|
1809
|
+
readonly popover: 300;
|
|
1810
|
+
readonly tooltip: 400;
|
|
1811
|
+
};
|
|
1812
|
+
}, {
|
|
1813
|
+
readonly background: "colors";
|
|
1814
|
+
readonly backgroundColor: "colors";
|
|
1815
|
+
readonly backgroundImage: "colors";
|
|
1816
|
+
readonly blockSize: "sizes";
|
|
1817
|
+
readonly border: "colors";
|
|
1818
|
+
readonly borderBlock: "colors";
|
|
1819
|
+
readonly borderBlockEnd: "colors";
|
|
1820
|
+
readonly borderBlockStart: "colors";
|
|
1821
|
+
readonly borderBottom: "colors";
|
|
1822
|
+
readonly borderBottomColor: "colors";
|
|
1823
|
+
readonly borderBottomLeftRadius: "radii";
|
|
1824
|
+
readonly borderBottomRightRadius: "radii";
|
|
1825
|
+
readonly borderBottomStyle: "border-styles";
|
|
1826
|
+
readonly borderBottomWidth: "border-widths";
|
|
1827
|
+
readonly borderColor: "colors";
|
|
1828
|
+
readonly borderImage: "colors";
|
|
1829
|
+
readonly borderInline: "colors";
|
|
1830
|
+
readonly borderInlineEnd: "colors";
|
|
1831
|
+
readonly borderInlineStart: "colors";
|
|
1832
|
+
readonly borderLeft: "colors";
|
|
1833
|
+
readonly borderLeftColor: "colors";
|
|
1834
|
+
readonly borderLeftStyle: "border-styles";
|
|
1835
|
+
readonly borderLeftWidth: "border-widths";
|
|
1836
|
+
readonly borderRadius: "radii";
|
|
1837
|
+
readonly borderRight: "colors";
|
|
1838
|
+
readonly borderRightColor: "colors";
|
|
1839
|
+
readonly borderRightStyle: "border-styles";
|
|
1840
|
+
readonly borderRightWidth: "border-widths";
|
|
1841
|
+
readonly borderSpacing: "space-offset";
|
|
1842
|
+
readonly borderStyle: "border-styles";
|
|
1843
|
+
readonly borderTop: "colors";
|
|
1844
|
+
readonly borderTopColor: "colors";
|
|
1845
|
+
readonly borderTopLeftRadius: "radii";
|
|
1846
|
+
readonly borderTopRightRadius: "radii";
|
|
1847
|
+
readonly borderTopStyle: "border-styles";
|
|
1848
|
+
readonly borderTopWidth: "border-widths";
|
|
1849
|
+
readonly borderWidth: "border-widths";
|
|
1850
|
+
readonly bottom: "space";
|
|
1851
|
+
readonly boxShadow: "shadows";
|
|
1852
|
+
readonly caretColor: "colors";
|
|
1853
|
+
readonly color: "colors";
|
|
1854
|
+
readonly columnGap: "space-gap";
|
|
1855
|
+
readonly columnRuleColor: "colors";
|
|
1856
|
+
readonly fill: "colors";
|
|
1857
|
+
readonly flexBasis: "sizes";
|
|
1858
|
+
readonly fontFamily: "fonts";
|
|
1859
|
+
readonly fontSize: "font-sizes";
|
|
1860
|
+
readonly fontWeight: "font-weights";
|
|
1861
|
+
readonly gap: "space-gap";
|
|
1862
|
+
readonly gridColumnGap: "space-gap";
|
|
1863
|
+
readonly gridGap: "space-gap";
|
|
1864
|
+
readonly gridRowGap: "space-gap";
|
|
1865
|
+
readonly gridTemplateColumns: "sizes";
|
|
1866
|
+
readonly gridTemplateRows: "sizes";
|
|
1867
|
+
readonly height: "sizes";
|
|
1868
|
+
readonly inlineSize: "sizes";
|
|
1869
|
+
readonly inset: "space-inset";
|
|
1870
|
+
readonly insetBlock: "space-inset";
|
|
1871
|
+
readonly insetBlockEnd: "space-inset";
|
|
1872
|
+
readonly insetBlockStart: "space-inset";
|
|
1873
|
+
readonly insetInline: "space-inset";
|
|
1874
|
+
readonly insetInlineEnd: "space-inset";
|
|
1875
|
+
readonly insetInlineStart: "space-inset";
|
|
1876
|
+
readonly left: "space";
|
|
1877
|
+
readonly letterSpacing: "letter-spacings";
|
|
1878
|
+
readonly lineHeight: "line-heights";
|
|
1879
|
+
readonly margin: "space-offset";
|
|
1880
|
+
readonly marginBlock: "space-offset";
|
|
1881
|
+
readonly marginBlockEnd: "space-offset";
|
|
1882
|
+
readonly marginBlockStart: "space-offset";
|
|
1883
|
+
readonly marginBottom: "space-offset";
|
|
1884
|
+
readonly marginInline: "space-offset";
|
|
1885
|
+
readonly marginInlineEnd: "space-offset";
|
|
1886
|
+
readonly marginInlineStart: "space-offset";
|
|
1887
|
+
readonly marginLeft: "space-offset";
|
|
1888
|
+
readonly marginRight: "space-offset";
|
|
1889
|
+
readonly marginTop: "space-offset";
|
|
1890
|
+
readonly maxBlockSize: "sizes";
|
|
1891
|
+
readonly maxHeight: "sizes";
|
|
1892
|
+
readonly maxInlineSize: "sizes";
|
|
1893
|
+
readonly maxWidth: "sizes";
|
|
1894
|
+
readonly minBlockSize: "sizes";
|
|
1895
|
+
readonly minHeight: "sizes";
|
|
1896
|
+
readonly minInlineSize: "sizes";
|
|
1897
|
+
readonly minWidth: "sizes";
|
|
1898
|
+
readonly outline: "colors";
|
|
1899
|
+
readonly outlineColor: "colors";
|
|
1900
|
+
readonly padding: "space-inset";
|
|
1901
|
+
readonly paddingBlock: "space-inset";
|
|
1902
|
+
readonly paddingBlockEnd: "space-inset";
|
|
1903
|
+
readonly paddingBlockStart: "space-inset";
|
|
1904
|
+
readonly paddingBottom: "space-inset";
|
|
1905
|
+
readonly paddingInline: "space-inset";
|
|
1906
|
+
readonly paddingInlineEnd: "space-inset";
|
|
1907
|
+
readonly paddingInlineStart: "space-inset";
|
|
1908
|
+
readonly paddingLeft: "space-inset";
|
|
1909
|
+
readonly paddingRight: "space-inset";
|
|
1910
|
+
readonly paddingTop: "space-inset";
|
|
1911
|
+
readonly right: "space";
|
|
1912
|
+
readonly rowGap: "space-gap";
|
|
1913
|
+
readonly scrollMargin: "space-offset";
|
|
1914
|
+
readonly scrollMarginBlock: "space-offset";
|
|
1915
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
1916
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
1917
|
+
readonly scrollMarginBottom: "space-offset";
|
|
1918
|
+
readonly scrollMarginInline: "space-offset";
|
|
1919
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
1920
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
1921
|
+
readonly scrollMarginLeft: "space-offset";
|
|
1922
|
+
readonly scrollMarginRight: "space-offset";
|
|
1923
|
+
readonly scrollMarginTop: "space-offset";
|
|
1924
|
+
readonly scrollPadding: "space-inset";
|
|
1925
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
1926
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1927
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
1928
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
1929
|
+
readonly scrollPaddingInline: "space-inset";
|
|
1930
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1931
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
1932
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
1933
|
+
readonly scrollPaddingRight: "space-inset";
|
|
1934
|
+
readonly scrollPaddingTop: "space-inset";
|
|
1935
|
+
readonly stroke: "colors";
|
|
1936
|
+
readonly strokeWidth: "stroke-width";
|
|
1937
|
+
readonly textDecorationColor: "colors";
|
|
1938
|
+
readonly textShadow: "shadows";
|
|
1939
|
+
readonly top: "space";
|
|
1940
|
+
readonly transition: "transitions";
|
|
1941
|
+
readonly width: "sizes";
|
|
1942
|
+
readonly zIndex: "z-indices";
|
|
1943
|
+
}, {
|
|
1944
|
+
paddingX: (value: {
|
|
1945
|
+
readonly [$$PropertyValue]: "padding";
|
|
1946
|
+
}) => {
|
|
1947
|
+
paddingLeft: {
|
|
1948
|
+
readonly [$$PropertyValue]: "padding";
|
|
1817
1949
|
};
|
|
1818
|
-
|
|
1819
|
-
readonly
|
|
1820
|
-
readonly select: 200;
|
|
1821
|
-
readonly popover: 300;
|
|
1822
|
-
readonly tooltip: 400;
|
|
1950
|
+
paddingRight: {
|
|
1951
|
+
readonly [$$PropertyValue]: "padding";
|
|
1823
1952
|
};
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
readonly
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
readonly border: "colors";
|
|
1830
|
-
readonly borderBlock: "colors";
|
|
1831
|
-
readonly borderBlockEnd: "colors";
|
|
1832
|
-
readonly borderBlockStart: "colors";
|
|
1833
|
-
readonly borderBottom: "colors";
|
|
1834
|
-
readonly borderBottomColor: "colors";
|
|
1835
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1836
|
-
readonly borderBottomRightRadius: "radii";
|
|
1837
|
-
readonly borderBottomStyle: "border-styles";
|
|
1838
|
-
readonly borderBottomWidth: "border-widths";
|
|
1839
|
-
readonly borderColor: "colors";
|
|
1840
|
-
readonly borderImage: "colors";
|
|
1841
|
-
readonly borderInline: "colors";
|
|
1842
|
-
readonly borderInlineEnd: "colors";
|
|
1843
|
-
readonly borderInlineStart: "colors";
|
|
1844
|
-
readonly borderLeft: "colors";
|
|
1845
|
-
readonly borderLeftColor: "colors";
|
|
1846
|
-
readonly borderLeftStyle: "border-styles";
|
|
1847
|
-
readonly borderLeftWidth: "border-widths";
|
|
1848
|
-
readonly borderRadius: "radii";
|
|
1849
|
-
readonly borderRight: "colors";
|
|
1850
|
-
readonly borderRightColor: "colors";
|
|
1851
|
-
readonly borderRightStyle: "border-styles";
|
|
1852
|
-
readonly borderRightWidth: "border-widths";
|
|
1853
|
-
readonly borderStyle: "border-styles";
|
|
1854
|
-
readonly borderTop: "colors";
|
|
1855
|
-
readonly borderTopColor: "colors";
|
|
1856
|
-
readonly borderTopLeftRadius: "radii";
|
|
1857
|
-
readonly borderTopRightRadius: "radii";
|
|
1858
|
-
readonly borderTopStyle: "border-styles";
|
|
1859
|
-
readonly borderTopWidth: "border-widths";
|
|
1860
|
-
readonly borderWidth: "border-widths";
|
|
1861
|
-
readonly bottom: "space";
|
|
1862
|
-
readonly boxShadow: "shadows";
|
|
1863
|
-
readonly caretColor: "colors";
|
|
1864
|
-
readonly color: "colors";
|
|
1865
|
-
readonly columnGap: "space-gap";
|
|
1866
|
-
readonly columnRuleColor: "colors";
|
|
1867
|
-
readonly fill: "colors";
|
|
1868
|
-
readonly flexBasis: "sizes";
|
|
1869
|
-
readonly fontFamily: "fonts";
|
|
1870
|
-
readonly fontSize: "font-sizes";
|
|
1871
|
-
readonly fontWeight: "font-weights";
|
|
1872
|
-
readonly gap: "space-gap";
|
|
1873
|
-
readonly gridColumnGap: "space-gap";
|
|
1874
|
-
readonly gridGap: "space-gap";
|
|
1875
|
-
readonly gridRowGap: "space-gap";
|
|
1876
|
-
readonly gridTemplateColumns: "sizes";
|
|
1877
|
-
readonly gridTemplateRows: "sizes";
|
|
1878
|
-
readonly height: "sizes";
|
|
1879
|
-
readonly inlineSize: "sizes";
|
|
1880
|
-
readonly inset: "space-inset";
|
|
1881
|
-
readonly insetBlock: "space-inset";
|
|
1882
|
-
readonly insetBlockEnd: "space-inset";
|
|
1883
|
-
readonly insetBlockStart: "space-inset";
|
|
1884
|
-
readonly insetInline: "space-inset";
|
|
1885
|
-
readonly insetInlineEnd: "space-inset";
|
|
1886
|
-
readonly insetInlineStart: "space-inset";
|
|
1887
|
-
readonly left: "space";
|
|
1888
|
-
readonly letterSpacing: "letter-spacings";
|
|
1889
|
-
readonly lineHeight: "line-heights";
|
|
1890
|
-
readonly margin: "space-offset";
|
|
1891
|
-
readonly marginBlock: "space-offset";
|
|
1892
|
-
readonly marginBlockEnd: "space-offset";
|
|
1893
|
-
readonly marginBlockStart: "space-offset";
|
|
1894
|
-
readonly marginBottom: "space-offset";
|
|
1895
|
-
readonly marginInline: "space-offset";
|
|
1896
|
-
readonly marginInlineEnd: "space-offset";
|
|
1897
|
-
readonly marginInlineStart: "space-offset";
|
|
1898
|
-
readonly marginLeft: "space-offset";
|
|
1899
|
-
readonly marginRight: "space-offset";
|
|
1900
|
-
readonly marginTop: "space-offset";
|
|
1901
|
-
readonly maxBlockSize: "sizes";
|
|
1902
|
-
readonly maxHeight: "sizes";
|
|
1903
|
-
readonly maxInlineSize: "sizes";
|
|
1904
|
-
readonly maxWidth: "sizes";
|
|
1905
|
-
readonly minBlockSize: "sizes";
|
|
1906
|
-
readonly minHeight: "sizes";
|
|
1907
|
-
readonly minInlineSize: "sizes";
|
|
1908
|
-
readonly minWidth: "sizes";
|
|
1909
|
-
readonly outline: "colors";
|
|
1910
|
-
readonly outlineColor: "colors";
|
|
1911
|
-
readonly padding: "space-inset";
|
|
1912
|
-
readonly paddingBlock: "space-inset";
|
|
1913
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1914
|
-
readonly paddingBlockStart: "space-inset";
|
|
1915
|
-
readonly paddingBottom: "space-inset";
|
|
1916
|
-
readonly paddingInline: "space-inset";
|
|
1917
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1918
|
-
readonly paddingInlineStart: "space-inset";
|
|
1919
|
-
readonly paddingLeft: "space-inset";
|
|
1920
|
-
readonly paddingRight: "space-inset";
|
|
1921
|
-
readonly paddingTop: "space-inset";
|
|
1922
|
-
readonly right: "space";
|
|
1923
|
-
readonly rowGap: "space-gap";
|
|
1924
|
-
readonly scrollMargin: "space-offset";
|
|
1925
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1926
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1927
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1928
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1929
|
-
readonly scrollMarginInline: "space-offset";
|
|
1930
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1931
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1932
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1933
|
-
readonly scrollMarginRight: "space-offset";
|
|
1934
|
-
readonly scrollMarginTop: "space-offset";
|
|
1935
|
-
readonly scrollPadding: "space-inset";
|
|
1936
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1937
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1938
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1939
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1940
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1941
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1942
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1943
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1944
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1945
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1946
|
-
readonly stroke: "colors";
|
|
1947
|
-
readonly strokeWidth: "stroke-width";
|
|
1948
|
-
readonly textDecorationColor: "colors";
|
|
1949
|
-
readonly textShadow: "shadows";
|
|
1950
|
-
readonly top: "space";
|
|
1951
|
-
readonly transition: "transitions";
|
|
1952
|
-
readonly width: "sizes";
|
|
1953
|
-
readonly zIndex: "z-indices";
|
|
1954
|
-
}, {
|
|
1955
|
-
paddingX: (value: {
|
|
1953
|
+
};
|
|
1954
|
+
paddingY: (value: {
|
|
1955
|
+
readonly [$$PropertyValue]: "padding";
|
|
1956
|
+
}) => {
|
|
1957
|
+
paddingTop: {
|
|
1956
1958
|
readonly [$$PropertyValue]: "padding";
|
|
1957
|
-
}) => {
|
|
1958
|
-
paddingLeft: {
|
|
1959
|
-
readonly [$$PropertyValue]: "padding";
|
|
1960
|
-
};
|
|
1961
|
-
paddingRight: {
|
|
1962
|
-
readonly [$$PropertyValue]: "padding";
|
|
1963
|
-
};
|
|
1964
1959
|
};
|
|
1965
|
-
|
|
1960
|
+
paddingBottom: {
|
|
1966
1961
|
readonly [$$PropertyValue]: "padding";
|
|
1967
|
-
}) => {
|
|
1968
|
-
paddingTop: {
|
|
1969
|
-
readonly [$$PropertyValue]: "padding";
|
|
1970
|
-
};
|
|
1971
|
-
paddingBottom: {
|
|
1972
|
-
readonly [$$PropertyValue]: "padding";
|
|
1973
|
-
};
|
|
1974
1962
|
};
|
|
1975
|
-
|
|
1963
|
+
};
|
|
1964
|
+
marginX: (value: {
|
|
1965
|
+
readonly [$$PropertyValue]: "margin";
|
|
1966
|
+
}) => {
|
|
1967
|
+
marginLeft: {
|
|
1976
1968
|
readonly [$$PropertyValue]: "margin";
|
|
1977
|
-
}) => {
|
|
1978
|
-
marginLeft: {
|
|
1979
|
-
readonly [$$PropertyValue]: "margin";
|
|
1980
|
-
};
|
|
1981
|
-
marginRight: {
|
|
1982
|
-
readonly [$$PropertyValue]: "margin";
|
|
1983
|
-
};
|
|
1984
1969
|
};
|
|
1985
|
-
|
|
1970
|
+
marginRight: {
|
|
1986
1971
|
readonly [$$PropertyValue]: "margin";
|
|
1987
|
-
}) => {
|
|
1988
|
-
marginTop: {
|
|
1989
|
-
readonly [$$PropertyValue]: "margin";
|
|
1990
|
-
};
|
|
1991
|
-
marginBottom: {
|
|
1992
|
-
readonly [$$PropertyValue]: "margin";
|
|
1993
|
-
};
|
|
1994
1972
|
};
|
|
1995
|
-
|
|
1973
|
+
};
|
|
1974
|
+
marginY: (value: {
|
|
1975
|
+
readonly [$$PropertyValue]: "margin";
|
|
1976
|
+
}) => {
|
|
1977
|
+
marginTop: {
|
|
1978
|
+
readonly [$$PropertyValue]: "margin";
|
|
1979
|
+
};
|
|
1980
|
+
marginBottom: {
|
|
1981
|
+
readonly [$$PropertyValue]: "margin";
|
|
1982
|
+
};
|
|
1983
|
+
};
|
|
1984
|
+
square: (value: {
|
|
1985
|
+
readonly [$$PropertyValue]: "width";
|
|
1986
|
+
}) => {
|
|
1987
|
+
width: {
|
|
1988
|
+
readonly [$$PropertyValue]: "width";
|
|
1989
|
+
};
|
|
1990
|
+
height: {
|
|
1996
1991
|
readonly [$$PropertyValue]: "width";
|
|
1997
|
-
}) => {
|
|
1998
|
-
width: {
|
|
1999
|
-
readonly [$$PropertyValue]: "width";
|
|
2000
|
-
};
|
|
2001
|
-
height: {
|
|
2002
|
-
readonly [$$PropertyValue]: "width";
|
|
2003
|
-
};
|
|
2004
1992
|
};
|
|
2005
|
-
}
|
|
2006
|
-
}> & {
|
|
2007
|
-
children?: react.ReactNode;
|
|
2008
|
-
} & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Omit<ItemProps, "ref"> & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
|
|
1993
|
+
};
|
|
1994
|
+
}>>>, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<Omit<ItemProps, "ref"> & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
|
|
2009
1995
|
|
|
2010
1996
|
declare type ItemPropsWithAnchor = Omit<ItemProps, 'unstyled'> & AnchorHTMLAttributes<typeof StyledLink>;
|
|
2011
1997
|
interface LinkProps extends ItemPropsWithAnchor {
|