@mirohq/design-system-toolbar 2.4.7 → 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 -1921
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -2,1005 +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 borderSpacing: "space-offset";
|
|
347
|
-
readonly borderStyle: "border-styles";
|
|
348
|
-
readonly borderTop: "colors";
|
|
349
|
-
readonly borderTopColor: "colors";
|
|
350
|
-
readonly borderTopLeftRadius: "radii";
|
|
351
|
-
readonly borderTopRightRadius: "radii";
|
|
352
|
-
readonly borderTopStyle: "border-styles";
|
|
353
|
-
readonly borderTopWidth: "border-widths";
|
|
354
|
-
readonly borderWidth: "border-widths";
|
|
355
|
-
readonly bottom: "space";
|
|
356
|
-
readonly boxShadow: "shadows";
|
|
357
|
-
readonly caretColor: "colors";
|
|
358
|
-
readonly color: "colors";
|
|
359
|
-
readonly columnGap: "space-gap";
|
|
360
|
-
readonly columnRuleColor: "colors";
|
|
361
|
-
readonly fill: "colors";
|
|
362
|
-
readonly flexBasis: "sizes";
|
|
363
|
-
readonly fontFamily: "fonts";
|
|
364
|
-
readonly fontSize: "font-sizes";
|
|
365
|
-
readonly fontWeight: "font-weights";
|
|
366
|
-
readonly gap: "space-gap";
|
|
367
|
-
readonly gridColumnGap: "space-gap";
|
|
368
|
-
readonly gridGap: "space-gap";
|
|
369
|
-
readonly gridRowGap: "space-gap";
|
|
370
|
-
readonly gridTemplateColumns: "sizes";
|
|
371
|
-
readonly gridTemplateRows: "sizes";
|
|
372
|
-
readonly height: "sizes";
|
|
373
|
-
readonly inlineSize: "sizes";
|
|
374
|
-
readonly inset: "space-inset";
|
|
375
|
-
readonly insetBlock: "space-inset";
|
|
376
|
-
readonly insetBlockEnd: "space-inset";
|
|
377
|
-
readonly insetBlockStart: "space-inset";
|
|
378
|
-
readonly insetInline: "space-inset";
|
|
379
|
-
readonly insetInlineEnd: "space-inset";
|
|
380
|
-
readonly insetInlineStart: "space-inset";
|
|
381
|
-
readonly left: "space";
|
|
382
|
-
readonly letterSpacing: "letter-spacings";
|
|
383
|
-
readonly lineHeight: "line-heights";
|
|
384
|
-
readonly margin: "space-offset";
|
|
385
|
-
readonly marginBlock: "space-offset";
|
|
386
|
-
readonly marginBlockEnd: "space-offset";
|
|
387
|
-
readonly marginBlockStart: "space-offset";
|
|
388
|
-
readonly marginBottom: "space-offset";
|
|
389
|
-
readonly marginInline: "space-offset";
|
|
390
|
-
readonly marginInlineEnd: "space-offset";
|
|
391
|
-
readonly marginInlineStart: "space-offset";
|
|
392
|
-
readonly marginLeft: "space-offset";
|
|
393
|
-
readonly marginRight: "space-offset";
|
|
394
|
-
readonly marginTop: "space-offset";
|
|
395
|
-
readonly maxBlockSize: "sizes";
|
|
396
|
-
readonly maxHeight: "sizes";
|
|
397
|
-
readonly maxInlineSize: "sizes";
|
|
398
|
-
readonly maxWidth: "sizes";
|
|
399
|
-
readonly minBlockSize: "sizes";
|
|
400
|
-
readonly minHeight: "sizes";
|
|
401
|
-
readonly minInlineSize: "sizes";
|
|
402
|
-
readonly minWidth: "sizes";
|
|
403
|
-
readonly outline: "colors";
|
|
404
|
-
readonly outlineColor: "colors";
|
|
405
|
-
readonly padding: "space-inset";
|
|
406
|
-
readonly paddingBlock: "space-inset";
|
|
407
|
-
readonly paddingBlockEnd: "space-inset";
|
|
408
|
-
readonly paddingBlockStart: "space-inset";
|
|
409
|
-
readonly paddingBottom: "space-inset";
|
|
410
|
-
readonly paddingInline: "space-inset";
|
|
411
|
-
readonly paddingInlineEnd: "space-inset";
|
|
412
|
-
readonly paddingInlineStart: "space-inset";
|
|
413
|
-
readonly paddingLeft: "space-inset";
|
|
414
|
-
readonly paddingRight: "space-inset";
|
|
415
|
-
readonly paddingTop: "space-inset";
|
|
416
|
-
readonly right: "space";
|
|
417
|
-
readonly rowGap: "space-gap";
|
|
418
|
-
readonly scrollMargin: "space-offset";
|
|
419
|
-
readonly scrollMarginBlock: "space-offset";
|
|
420
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
421
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
422
|
-
readonly scrollMarginBottom: "space-offset";
|
|
423
|
-
readonly scrollMarginInline: "space-offset";
|
|
424
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
425
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
426
|
-
readonly scrollMarginLeft: "space-offset";
|
|
427
|
-
readonly scrollMarginRight: "space-offset";
|
|
428
|
-
readonly scrollMarginTop: "space-offset";
|
|
429
|
-
readonly scrollPadding: "space-inset";
|
|
430
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
431
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
432
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
433
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
434
|
-
readonly scrollPaddingInline: "space-inset";
|
|
435
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
436
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
437
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
438
|
-
readonly scrollPaddingRight: "space-inset";
|
|
439
|
-
readonly scrollPaddingTop: "space-inset";
|
|
440
|
-
readonly stroke: "colors";
|
|
441
|
-
readonly strokeWidth: "stroke-width";
|
|
442
|
-
readonly textDecorationColor: "colors";
|
|
443
|
-
readonly textShadow: "shadows";
|
|
444
|
-
readonly top: "space";
|
|
445
|
-
readonly transition: "transitions";
|
|
446
|
-
readonly width: "sizes";
|
|
447
|
-
readonly zIndex: "z-indices";
|
|
448
|
-
}, {
|
|
449
|
-
paddingX: (value: {
|
|
454
|
+
};
|
|
455
|
+
paddingY: (value: {
|
|
456
|
+
readonly [$$PropertyValue]: "padding";
|
|
457
|
+
}) => {
|
|
458
|
+
paddingTop: {
|
|
450
459
|
readonly [$$PropertyValue]: "padding";
|
|
451
|
-
}) => {
|
|
452
|
-
paddingLeft: {
|
|
453
|
-
readonly [$$PropertyValue]: "padding";
|
|
454
|
-
};
|
|
455
|
-
paddingRight: {
|
|
456
|
-
readonly [$$PropertyValue]: "padding";
|
|
457
|
-
};
|
|
458
460
|
};
|
|
459
|
-
|
|
461
|
+
paddingBottom: {
|
|
460
462
|
readonly [$$PropertyValue]: "padding";
|
|
461
|
-
}) => {
|
|
462
|
-
paddingTop: {
|
|
463
|
-
readonly [$$PropertyValue]: "padding";
|
|
464
|
-
};
|
|
465
|
-
paddingBottom: {
|
|
466
|
-
readonly [$$PropertyValue]: "padding";
|
|
467
|
-
};
|
|
468
463
|
};
|
|
469
|
-
|
|
464
|
+
};
|
|
465
|
+
marginX: (value: {
|
|
466
|
+
readonly [$$PropertyValue]: "margin";
|
|
467
|
+
}) => {
|
|
468
|
+
marginLeft: {
|
|
470
469
|
readonly [$$PropertyValue]: "margin";
|
|
471
|
-
}) => {
|
|
472
|
-
marginLeft: {
|
|
473
|
-
readonly [$$PropertyValue]: "margin";
|
|
474
|
-
};
|
|
475
|
-
marginRight: {
|
|
476
|
-
readonly [$$PropertyValue]: "margin";
|
|
477
|
-
};
|
|
478
470
|
};
|
|
479
|
-
|
|
471
|
+
marginRight: {
|
|
480
472
|
readonly [$$PropertyValue]: "margin";
|
|
481
|
-
}) => {
|
|
482
|
-
marginTop: {
|
|
483
|
-
readonly [$$PropertyValue]: "margin";
|
|
484
|
-
};
|
|
485
|
-
marginBottom: {
|
|
486
|
-
readonly [$$PropertyValue]: "margin";
|
|
487
|
-
};
|
|
488
473
|
};
|
|
489
|
-
|
|
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: {
|
|
490
492
|
readonly [$$PropertyValue]: "width";
|
|
491
|
-
}) => {
|
|
492
|
-
width: {
|
|
493
|
-
readonly [$$PropertyValue]: "width";
|
|
494
|
-
};
|
|
495
|
-
height: {
|
|
496
|
-
readonly [$$PropertyValue]: "width";
|
|
497
|
-
};
|
|
498
493
|
};
|
|
499
|
-
}
|
|
500
|
-
}> & {
|
|
501
|
-
|
|
502
|
-
} & _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>>, {
|
|
503
498
|
unstyled?: boolean | "false" | undefined;
|
|
504
499
|
}, {}>;
|
|
505
500
|
declare type StyledToolbarProps = StrictComponentProps<typeof StyledToolbar>;
|
|
506
501
|
|
|
507
|
-
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
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
|
-
|
|
810
|
-
|
|
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";
|
|
811
942
|
};
|
|
812
|
-
|
|
813
|
-
readonly
|
|
814
|
-
readonly select: 200;
|
|
815
|
-
readonly popover: 300;
|
|
816
|
-
readonly tooltip: 400;
|
|
943
|
+
paddingRight: {
|
|
944
|
+
readonly [$$PropertyValue]: "padding";
|
|
817
945
|
};
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
readonly
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
readonly border: "colors";
|
|
824
|
-
readonly borderBlock: "colors";
|
|
825
|
-
readonly borderBlockEnd: "colors";
|
|
826
|
-
readonly borderBlockStart: "colors";
|
|
827
|
-
readonly borderBottom: "colors";
|
|
828
|
-
readonly borderBottomColor: "colors";
|
|
829
|
-
readonly borderBottomLeftRadius: "radii";
|
|
830
|
-
readonly borderBottomRightRadius: "radii";
|
|
831
|
-
readonly borderBottomStyle: "border-styles";
|
|
832
|
-
readonly borderBottomWidth: "border-widths";
|
|
833
|
-
readonly borderColor: "colors";
|
|
834
|
-
readonly borderImage: "colors";
|
|
835
|
-
readonly borderInline: "colors";
|
|
836
|
-
readonly borderInlineEnd: "colors";
|
|
837
|
-
readonly borderInlineStart: "colors";
|
|
838
|
-
readonly borderLeft: "colors";
|
|
839
|
-
readonly borderLeftColor: "colors";
|
|
840
|
-
readonly borderLeftStyle: "border-styles";
|
|
841
|
-
readonly borderLeftWidth: "border-widths";
|
|
842
|
-
readonly borderRadius: "radii";
|
|
843
|
-
readonly borderRight: "colors";
|
|
844
|
-
readonly borderRightColor: "colors";
|
|
845
|
-
readonly borderRightStyle: "border-styles";
|
|
846
|
-
readonly borderRightWidth: "border-widths";
|
|
847
|
-
readonly borderSpacing: "space-offset";
|
|
848
|
-
readonly borderStyle: "border-styles";
|
|
849
|
-
readonly borderTop: "colors";
|
|
850
|
-
readonly borderTopColor: "colors";
|
|
851
|
-
readonly borderTopLeftRadius: "radii";
|
|
852
|
-
readonly borderTopRightRadius: "radii";
|
|
853
|
-
readonly borderTopStyle: "border-styles";
|
|
854
|
-
readonly borderTopWidth: "border-widths";
|
|
855
|
-
readonly borderWidth: "border-widths";
|
|
856
|
-
readonly bottom: "space";
|
|
857
|
-
readonly boxShadow: "shadows";
|
|
858
|
-
readonly caretColor: "colors";
|
|
859
|
-
readonly color: "colors";
|
|
860
|
-
readonly columnGap: "space-gap";
|
|
861
|
-
readonly columnRuleColor: "colors";
|
|
862
|
-
readonly fill: "colors";
|
|
863
|
-
readonly flexBasis: "sizes";
|
|
864
|
-
readonly fontFamily: "fonts";
|
|
865
|
-
readonly fontSize: "font-sizes";
|
|
866
|
-
readonly fontWeight: "font-weights";
|
|
867
|
-
readonly gap: "space-gap";
|
|
868
|
-
readonly gridColumnGap: "space-gap";
|
|
869
|
-
readonly gridGap: "space-gap";
|
|
870
|
-
readonly gridRowGap: "space-gap";
|
|
871
|
-
readonly gridTemplateColumns: "sizes";
|
|
872
|
-
readonly gridTemplateRows: "sizes";
|
|
873
|
-
readonly height: "sizes";
|
|
874
|
-
readonly inlineSize: "sizes";
|
|
875
|
-
readonly inset: "space-inset";
|
|
876
|
-
readonly insetBlock: "space-inset";
|
|
877
|
-
readonly insetBlockEnd: "space-inset";
|
|
878
|
-
readonly insetBlockStart: "space-inset";
|
|
879
|
-
readonly insetInline: "space-inset";
|
|
880
|
-
readonly insetInlineEnd: "space-inset";
|
|
881
|
-
readonly insetInlineStart: "space-inset";
|
|
882
|
-
readonly left: "space";
|
|
883
|
-
readonly letterSpacing: "letter-spacings";
|
|
884
|
-
readonly lineHeight: "line-heights";
|
|
885
|
-
readonly margin: "space-offset";
|
|
886
|
-
readonly marginBlock: "space-offset";
|
|
887
|
-
readonly marginBlockEnd: "space-offset";
|
|
888
|
-
readonly marginBlockStart: "space-offset";
|
|
889
|
-
readonly marginBottom: "space-offset";
|
|
890
|
-
readonly marginInline: "space-offset";
|
|
891
|
-
readonly marginInlineEnd: "space-offset";
|
|
892
|
-
readonly marginInlineStart: "space-offset";
|
|
893
|
-
readonly marginLeft: "space-offset";
|
|
894
|
-
readonly marginRight: "space-offset";
|
|
895
|
-
readonly marginTop: "space-offset";
|
|
896
|
-
readonly maxBlockSize: "sizes";
|
|
897
|
-
readonly maxHeight: "sizes";
|
|
898
|
-
readonly maxInlineSize: "sizes";
|
|
899
|
-
readonly maxWidth: "sizes";
|
|
900
|
-
readonly minBlockSize: "sizes";
|
|
901
|
-
readonly minHeight: "sizes";
|
|
902
|
-
readonly minInlineSize: "sizes";
|
|
903
|
-
readonly minWidth: "sizes";
|
|
904
|
-
readonly outline: "colors";
|
|
905
|
-
readonly outlineColor: "colors";
|
|
906
|
-
readonly padding: "space-inset";
|
|
907
|
-
readonly paddingBlock: "space-inset";
|
|
908
|
-
readonly paddingBlockEnd: "space-inset";
|
|
909
|
-
readonly paddingBlockStart: "space-inset";
|
|
910
|
-
readonly paddingBottom: "space-inset";
|
|
911
|
-
readonly paddingInline: "space-inset";
|
|
912
|
-
readonly paddingInlineEnd: "space-inset";
|
|
913
|
-
readonly paddingInlineStart: "space-inset";
|
|
914
|
-
readonly paddingLeft: "space-inset";
|
|
915
|
-
readonly paddingRight: "space-inset";
|
|
916
|
-
readonly paddingTop: "space-inset";
|
|
917
|
-
readonly right: "space";
|
|
918
|
-
readonly rowGap: "space-gap";
|
|
919
|
-
readonly scrollMargin: "space-offset";
|
|
920
|
-
readonly scrollMarginBlock: "space-offset";
|
|
921
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
922
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
923
|
-
readonly scrollMarginBottom: "space-offset";
|
|
924
|
-
readonly scrollMarginInline: "space-offset";
|
|
925
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
926
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
927
|
-
readonly scrollMarginLeft: "space-offset";
|
|
928
|
-
readonly scrollMarginRight: "space-offset";
|
|
929
|
-
readonly scrollMarginTop: "space-offset";
|
|
930
|
-
readonly scrollPadding: "space-inset";
|
|
931
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
932
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
933
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
934
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
935
|
-
readonly scrollPaddingInline: "space-inset";
|
|
936
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
937
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
938
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
939
|
-
readonly scrollPaddingRight: "space-inset";
|
|
940
|
-
readonly scrollPaddingTop: "space-inset";
|
|
941
|
-
readonly stroke: "colors";
|
|
942
|
-
readonly strokeWidth: "stroke-width";
|
|
943
|
-
readonly textDecorationColor: "colors";
|
|
944
|
-
readonly textShadow: "shadows";
|
|
945
|
-
readonly top: "space";
|
|
946
|
-
readonly transition: "transitions";
|
|
947
|
-
readonly width: "sizes";
|
|
948
|
-
readonly zIndex: "z-indices";
|
|
949
|
-
}, {
|
|
950
|
-
paddingX: (value: {
|
|
946
|
+
};
|
|
947
|
+
paddingY: (value: {
|
|
948
|
+
readonly [$$PropertyValue]: "padding";
|
|
949
|
+
}) => {
|
|
950
|
+
paddingTop: {
|
|
951
951
|
readonly [$$PropertyValue]: "padding";
|
|
952
|
-
}) => {
|
|
953
|
-
paddingLeft: {
|
|
954
|
-
readonly [$$PropertyValue]: "padding";
|
|
955
|
-
};
|
|
956
|
-
paddingRight: {
|
|
957
|
-
readonly [$$PropertyValue]: "padding";
|
|
958
|
-
};
|
|
959
952
|
};
|
|
960
|
-
|
|
953
|
+
paddingBottom: {
|
|
961
954
|
readonly [$$PropertyValue]: "padding";
|
|
962
|
-
}) => {
|
|
963
|
-
paddingTop: {
|
|
964
|
-
readonly [$$PropertyValue]: "padding";
|
|
965
|
-
};
|
|
966
|
-
paddingBottom: {
|
|
967
|
-
readonly [$$PropertyValue]: "padding";
|
|
968
|
-
};
|
|
969
955
|
};
|
|
970
|
-
|
|
956
|
+
};
|
|
957
|
+
marginX: (value: {
|
|
958
|
+
readonly [$$PropertyValue]: "margin";
|
|
959
|
+
}) => {
|
|
960
|
+
marginLeft: {
|
|
961
|
+
readonly [$$PropertyValue]: "margin";
|
|
962
|
+
};
|
|
963
|
+
marginRight: {
|
|
971
964
|
readonly [$$PropertyValue]: "margin";
|
|
972
|
-
}) => {
|
|
973
|
-
marginLeft: {
|
|
974
|
-
readonly [$$PropertyValue]: "margin";
|
|
975
|
-
};
|
|
976
|
-
marginRight: {
|
|
977
|
-
readonly [$$PropertyValue]: "margin";
|
|
978
|
-
};
|
|
979
965
|
};
|
|
980
|
-
|
|
966
|
+
};
|
|
967
|
+
marginY: (value: {
|
|
968
|
+
readonly [$$PropertyValue]: "margin";
|
|
969
|
+
}) => {
|
|
970
|
+
marginTop: {
|
|
981
971
|
readonly [$$PropertyValue]: "margin";
|
|
982
|
-
}) => {
|
|
983
|
-
marginTop: {
|
|
984
|
-
readonly [$$PropertyValue]: "margin";
|
|
985
|
-
};
|
|
986
|
-
marginBottom: {
|
|
987
|
-
readonly [$$PropertyValue]: "margin";
|
|
988
|
-
};
|
|
989
972
|
};
|
|
990
|
-
|
|
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: {
|
|
991
984
|
readonly [$$PropertyValue]: "width";
|
|
992
|
-
}) => {
|
|
993
|
-
width: {
|
|
994
|
-
readonly [$$PropertyValue]: "width";
|
|
995
|
-
};
|
|
996
|
-
height: {
|
|
997
|
-
readonly [$$PropertyValue]: "width";
|
|
998
|
-
};
|
|
999
985
|
};
|
|
1000
|
-
}
|
|
1001
|
-
}> & {
|
|
1002
|
-
|
|
1003
|
-
|
|
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>>, {
|
|
1004
992
|
unstyled?: boolean | "true" | "false" | undefined;
|
|
1005
993
|
wrapper?: boolean | "true" | undefined;
|
|
1006
994
|
active?: boolean | "true" | "false" | undefined;
|
|
@@ -1026,990 +1014,984 @@ declare const Item: react__default.ForwardRefExoticComponent<Omit<ItemProps, "re
|
|
|
1026
1014
|
declare type IconProps = Omit<ItemProps, 'unstyled'>;
|
|
1027
1015
|
declare const Icon: react__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react__default.RefAttributes<HTMLButtonElement>>;
|
|
1028
1016
|
|
|
1029
|
-
declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<
|
|
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
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
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";
|
|
1325
1457
|
};
|
|
1326
|
-
|
|
1327
|
-
readonly
|
|
1328
|
-
readonly select: 200;
|
|
1329
|
-
readonly popover: 300;
|
|
1330
|
-
readonly tooltip: 400;
|
|
1458
|
+
paddingRight: {
|
|
1459
|
+
readonly [$$PropertyValue]: "padding";
|
|
1331
1460
|
};
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
readonly
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
readonly border: "colors";
|
|
1338
|
-
readonly borderBlock: "colors";
|
|
1339
|
-
readonly borderBlockEnd: "colors";
|
|
1340
|
-
readonly borderBlockStart: "colors";
|
|
1341
|
-
readonly borderBottom: "colors";
|
|
1342
|
-
readonly borderBottomColor: "colors";
|
|
1343
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1344
|
-
readonly borderBottomRightRadius: "radii";
|
|
1345
|
-
readonly borderBottomStyle: "border-styles";
|
|
1346
|
-
readonly borderBottomWidth: "border-widths";
|
|
1347
|
-
readonly borderColor: "colors";
|
|
1348
|
-
readonly borderImage: "colors";
|
|
1349
|
-
readonly borderInline: "colors";
|
|
1350
|
-
readonly borderInlineEnd: "colors";
|
|
1351
|
-
readonly borderInlineStart: "colors";
|
|
1352
|
-
readonly borderLeft: "colors";
|
|
1353
|
-
readonly borderLeftColor: "colors";
|
|
1354
|
-
readonly borderLeftStyle: "border-styles";
|
|
1355
|
-
readonly borderLeftWidth: "border-widths";
|
|
1356
|
-
readonly borderRadius: "radii";
|
|
1357
|
-
readonly borderRight: "colors";
|
|
1358
|
-
readonly borderRightColor: "colors";
|
|
1359
|
-
readonly borderRightStyle: "border-styles";
|
|
1360
|
-
readonly borderRightWidth: "border-widths";
|
|
1361
|
-
readonly borderSpacing: "space-offset";
|
|
1362
|
-
readonly borderStyle: "border-styles";
|
|
1363
|
-
readonly borderTop: "colors";
|
|
1364
|
-
readonly borderTopColor: "colors";
|
|
1365
|
-
readonly borderTopLeftRadius: "radii";
|
|
1366
|
-
readonly borderTopRightRadius: "radii";
|
|
1367
|
-
readonly borderTopStyle: "border-styles";
|
|
1368
|
-
readonly borderTopWidth: "border-widths";
|
|
1369
|
-
readonly borderWidth: "border-widths";
|
|
1370
|
-
readonly bottom: "space";
|
|
1371
|
-
readonly boxShadow: "shadows";
|
|
1372
|
-
readonly caretColor: "colors";
|
|
1373
|
-
readonly color: "colors";
|
|
1374
|
-
readonly columnGap: "space-gap";
|
|
1375
|
-
readonly columnRuleColor: "colors";
|
|
1376
|
-
readonly fill: "colors";
|
|
1377
|
-
readonly flexBasis: "sizes";
|
|
1378
|
-
readonly fontFamily: "fonts";
|
|
1379
|
-
readonly fontSize: "font-sizes";
|
|
1380
|
-
readonly fontWeight: "font-weights";
|
|
1381
|
-
readonly gap: "space-gap";
|
|
1382
|
-
readonly gridColumnGap: "space-gap";
|
|
1383
|
-
readonly gridGap: "space-gap";
|
|
1384
|
-
readonly gridRowGap: "space-gap";
|
|
1385
|
-
readonly gridTemplateColumns: "sizes";
|
|
1386
|
-
readonly gridTemplateRows: "sizes";
|
|
1387
|
-
readonly height: "sizes";
|
|
1388
|
-
readonly inlineSize: "sizes";
|
|
1389
|
-
readonly inset: "space-inset";
|
|
1390
|
-
readonly insetBlock: "space-inset";
|
|
1391
|
-
readonly insetBlockEnd: "space-inset";
|
|
1392
|
-
readonly insetBlockStart: "space-inset";
|
|
1393
|
-
readonly insetInline: "space-inset";
|
|
1394
|
-
readonly insetInlineEnd: "space-inset";
|
|
1395
|
-
readonly insetInlineStart: "space-inset";
|
|
1396
|
-
readonly left: "space";
|
|
1397
|
-
readonly letterSpacing: "letter-spacings";
|
|
1398
|
-
readonly lineHeight: "line-heights";
|
|
1399
|
-
readonly margin: "space-offset";
|
|
1400
|
-
readonly marginBlock: "space-offset";
|
|
1401
|
-
readonly marginBlockEnd: "space-offset";
|
|
1402
|
-
readonly marginBlockStart: "space-offset";
|
|
1403
|
-
readonly marginBottom: "space-offset";
|
|
1404
|
-
readonly marginInline: "space-offset";
|
|
1405
|
-
readonly marginInlineEnd: "space-offset";
|
|
1406
|
-
readonly marginInlineStart: "space-offset";
|
|
1407
|
-
readonly marginLeft: "space-offset";
|
|
1408
|
-
readonly marginRight: "space-offset";
|
|
1409
|
-
readonly marginTop: "space-offset";
|
|
1410
|
-
readonly maxBlockSize: "sizes";
|
|
1411
|
-
readonly maxHeight: "sizes";
|
|
1412
|
-
readonly maxInlineSize: "sizes";
|
|
1413
|
-
readonly maxWidth: "sizes";
|
|
1414
|
-
readonly minBlockSize: "sizes";
|
|
1415
|
-
readonly minHeight: "sizes";
|
|
1416
|
-
readonly minInlineSize: "sizes";
|
|
1417
|
-
readonly minWidth: "sizes";
|
|
1418
|
-
readonly outline: "colors";
|
|
1419
|
-
readonly outlineColor: "colors";
|
|
1420
|
-
readonly padding: "space-inset";
|
|
1421
|
-
readonly paddingBlock: "space-inset";
|
|
1422
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1423
|
-
readonly paddingBlockStart: "space-inset";
|
|
1424
|
-
readonly paddingBottom: "space-inset";
|
|
1425
|
-
readonly paddingInline: "space-inset";
|
|
1426
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1427
|
-
readonly paddingInlineStart: "space-inset";
|
|
1428
|
-
readonly paddingLeft: "space-inset";
|
|
1429
|
-
readonly paddingRight: "space-inset";
|
|
1430
|
-
readonly paddingTop: "space-inset";
|
|
1431
|
-
readonly right: "space";
|
|
1432
|
-
readonly rowGap: "space-gap";
|
|
1433
|
-
readonly scrollMargin: "space-offset";
|
|
1434
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1435
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1436
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1437
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1438
|
-
readonly scrollMarginInline: "space-offset";
|
|
1439
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1440
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1441
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1442
|
-
readonly scrollMarginRight: "space-offset";
|
|
1443
|
-
readonly scrollMarginTop: "space-offset";
|
|
1444
|
-
readonly scrollPadding: "space-inset";
|
|
1445
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1446
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1447
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1448
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1449
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1450
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1451
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1452
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1453
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1454
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1455
|
-
readonly stroke: "colors";
|
|
1456
|
-
readonly strokeWidth: "stroke-width";
|
|
1457
|
-
readonly textDecorationColor: "colors";
|
|
1458
|
-
readonly textShadow: "shadows";
|
|
1459
|
-
readonly top: "space";
|
|
1460
|
-
readonly transition: "transitions";
|
|
1461
|
-
readonly width: "sizes";
|
|
1462
|
-
readonly zIndex: "z-indices";
|
|
1463
|
-
}, {
|
|
1464
|
-
paddingX: (value: {
|
|
1461
|
+
};
|
|
1462
|
+
paddingY: (value: {
|
|
1463
|
+
readonly [$$PropertyValue]: "padding";
|
|
1464
|
+
}) => {
|
|
1465
|
+
paddingTop: {
|
|
1465
1466
|
readonly [$$PropertyValue]: "padding";
|
|
1466
|
-
}) => {
|
|
1467
|
-
paddingLeft: {
|
|
1468
|
-
readonly [$$PropertyValue]: "padding";
|
|
1469
|
-
};
|
|
1470
|
-
paddingRight: {
|
|
1471
|
-
readonly [$$PropertyValue]: "padding";
|
|
1472
|
-
};
|
|
1473
1467
|
};
|
|
1474
|
-
|
|
1468
|
+
paddingBottom: {
|
|
1475
1469
|
readonly [$$PropertyValue]: "padding";
|
|
1476
|
-
}) => {
|
|
1477
|
-
paddingTop: {
|
|
1478
|
-
readonly [$$PropertyValue]: "padding";
|
|
1479
|
-
};
|
|
1480
|
-
paddingBottom: {
|
|
1481
|
-
readonly [$$PropertyValue]: "padding";
|
|
1482
|
-
};
|
|
1483
1470
|
};
|
|
1484
|
-
|
|
1471
|
+
};
|
|
1472
|
+
marginX: (value: {
|
|
1473
|
+
readonly [$$PropertyValue]: "margin";
|
|
1474
|
+
}) => {
|
|
1475
|
+
marginLeft: {
|
|
1485
1476
|
readonly [$$PropertyValue]: "margin";
|
|
1486
|
-
}) => {
|
|
1487
|
-
marginLeft: {
|
|
1488
|
-
readonly [$$PropertyValue]: "margin";
|
|
1489
|
-
};
|
|
1490
|
-
marginRight: {
|
|
1491
|
-
readonly [$$PropertyValue]: "margin";
|
|
1492
|
-
};
|
|
1493
1477
|
};
|
|
1494
|
-
|
|
1478
|
+
marginRight: {
|
|
1495
1479
|
readonly [$$PropertyValue]: "margin";
|
|
1496
|
-
}) => {
|
|
1497
|
-
marginTop: {
|
|
1498
|
-
readonly [$$PropertyValue]: "margin";
|
|
1499
|
-
};
|
|
1500
|
-
marginBottom: {
|
|
1501
|
-
readonly [$$PropertyValue]: "margin";
|
|
1502
|
-
};
|
|
1503
1480
|
};
|
|
1504
|
-
|
|
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: {
|
|
1505
1499
|
readonly [$$PropertyValue]: "width";
|
|
1506
|
-
}) => {
|
|
1507
|
-
width: {
|
|
1508
|
-
readonly [$$PropertyValue]: "width";
|
|
1509
|
-
};
|
|
1510
|
-
height: {
|
|
1511
|
-
readonly [$$PropertyValue]: "width";
|
|
1512
|
-
};
|
|
1513
1500
|
};
|
|
1514
|
-
}
|
|
1515
|
-
}> & {
|
|
1516
|
-
children?: react.ReactNode;
|
|
1517
|
-
} & _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>>, {}, {}>;
|
|
1518
1503
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
1519
1504
|
|
|
1520
1505
|
interface SeparatorProps extends StyledSeparatorProps {
|
|
1521
1506
|
}
|
|
1522
1507
|
declare const Separator: react__default.ForwardRefExoticComponent<Omit<SeparatorProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1523
1508
|
|
|
1524
|
-
declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<
|
|
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
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
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";
|
|
1820
1949
|
};
|
|
1821
|
-
|
|
1822
|
-
readonly
|
|
1823
|
-
readonly select: 200;
|
|
1824
|
-
readonly popover: 300;
|
|
1825
|
-
readonly tooltip: 400;
|
|
1950
|
+
paddingRight: {
|
|
1951
|
+
readonly [$$PropertyValue]: "padding";
|
|
1826
1952
|
};
|
|
1827
|
-
}
|
|
1828
|
-
|
|
1829
|
-
readonly
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
readonly border: "colors";
|
|
1833
|
-
readonly borderBlock: "colors";
|
|
1834
|
-
readonly borderBlockEnd: "colors";
|
|
1835
|
-
readonly borderBlockStart: "colors";
|
|
1836
|
-
readonly borderBottom: "colors";
|
|
1837
|
-
readonly borderBottomColor: "colors";
|
|
1838
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1839
|
-
readonly borderBottomRightRadius: "radii";
|
|
1840
|
-
readonly borderBottomStyle: "border-styles";
|
|
1841
|
-
readonly borderBottomWidth: "border-widths";
|
|
1842
|
-
readonly borderColor: "colors";
|
|
1843
|
-
readonly borderImage: "colors";
|
|
1844
|
-
readonly borderInline: "colors";
|
|
1845
|
-
readonly borderInlineEnd: "colors";
|
|
1846
|
-
readonly borderInlineStart: "colors";
|
|
1847
|
-
readonly borderLeft: "colors";
|
|
1848
|
-
readonly borderLeftColor: "colors";
|
|
1849
|
-
readonly borderLeftStyle: "border-styles";
|
|
1850
|
-
readonly borderLeftWidth: "border-widths";
|
|
1851
|
-
readonly borderRadius: "radii";
|
|
1852
|
-
readonly borderRight: "colors";
|
|
1853
|
-
readonly borderRightColor: "colors";
|
|
1854
|
-
readonly borderRightStyle: "border-styles";
|
|
1855
|
-
readonly borderRightWidth: "border-widths";
|
|
1856
|
-
readonly borderSpacing: "space-offset";
|
|
1857
|
-
readonly borderStyle: "border-styles";
|
|
1858
|
-
readonly borderTop: "colors";
|
|
1859
|
-
readonly borderTopColor: "colors";
|
|
1860
|
-
readonly borderTopLeftRadius: "radii";
|
|
1861
|
-
readonly borderTopRightRadius: "radii";
|
|
1862
|
-
readonly borderTopStyle: "border-styles";
|
|
1863
|
-
readonly borderTopWidth: "border-widths";
|
|
1864
|
-
readonly borderWidth: "border-widths";
|
|
1865
|
-
readonly bottom: "space";
|
|
1866
|
-
readonly boxShadow: "shadows";
|
|
1867
|
-
readonly caretColor: "colors";
|
|
1868
|
-
readonly color: "colors";
|
|
1869
|
-
readonly columnGap: "space-gap";
|
|
1870
|
-
readonly columnRuleColor: "colors";
|
|
1871
|
-
readonly fill: "colors";
|
|
1872
|
-
readonly flexBasis: "sizes";
|
|
1873
|
-
readonly fontFamily: "fonts";
|
|
1874
|
-
readonly fontSize: "font-sizes";
|
|
1875
|
-
readonly fontWeight: "font-weights";
|
|
1876
|
-
readonly gap: "space-gap";
|
|
1877
|
-
readonly gridColumnGap: "space-gap";
|
|
1878
|
-
readonly gridGap: "space-gap";
|
|
1879
|
-
readonly gridRowGap: "space-gap";
|
|
1880
|
-
readonly gridTemplateColumns: "sizes";
|
|
1881
|
-
readonly gridTemplateRows: "sizes";
|
|
1882
|
-
readonly height: "sizes";
|
|
1883
|
-
readonly inlineSize: "sizes";
|
|
1884
|
-
readonly inset: "space-inset";
|
|
1885
|
-
readonly insetBlock: "space-inset";
|
|
1886
|
-
readonly insetBlockEnd: "space-inset";
|
|
1887
|
-
readonly insetBlockStart: "space-inset";
|
|
1888
|
-
readonly insetInline: "space-inset";
|
|
1889
|
-
readonly insetInlineEnd: "space-inset";
|
|
1890
|
-
readonly insetInlineStart: "space-inset";
|
|
1891
|
-
readonly left: "space";
|
|
1892
|
-
readonly letterSpacing: "letter-spacings";
|
|
1893
|
-
readonly lineHeight: "line-heights";
|
|
1894
|
-
readonly margin: "space-offset";
|
|
1895
|
-
readonly marginBlock: "space-offset";
|
|
1896
|
-
readonly marginBlockEnd: "space-offset";
|
|
1897
|
-
readonly marginBlockStart: "space-offset";
|
|
1898
|
-
readonly marginBottom: "space-offset";
|
|
1899
|
-
readonly marginInline: "space-offset";
|
|
1900
|
-
readonly marginInlineEnd: "space-offset";
|
|
1901
|
-
readonly marginInlineStart: "space-offset";
|
|
1902
|
-
readonly marginLeft: "space-offset";
|
|
1903
|
-
readonly marginRight: "space-offset";
|
|
1904
|
-
readonly marginTop: "space-offset";
|
|
1905
|
-
readonly maxBlockSize: "sizes";
|
|
1906
|
-
readonly maxHeight: "sizes";
|
|
1907
|
-
readonly maxInlineSize: "sizes";
|
|
1908
|
-
readonly maxWidth: "sizes";
|
|
1909
|
-
readonly minBlockSize: "sizes";
|
|
1910
|
-
readonly minHeight: "sizes";
|
|
1911
|
-
readonly minInlineSize: "sizes";
|
|
1912
|
-
readonly minWidth: "sizes";
|
|
1913
|
-
readonly outline: "colors";
|
|
1914
|
-
readonly outlineColor: "colors";
|
|
1915
|
-
readonly padding: "space-inset";
|
|
1916
|
-
readonly paddingBlock: "space-inset";
|
|
1917
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1918
|
-
readonly paddingBlockStart: "space-inset";
|
|
1919
|
-
readonly paddingBottom: "space-inset";
|
|
1920
|
-
readonly paddingInline: "space-inset";
|
|
1921
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1922
|
-
readonly paddingInlineStart: "space-inset";
|
|
1923
|
-
readonly paddingLeft: "space-inset";
|
|
1924
|
-
readonly paddingRight: "space-inset";
|
|
1925
|
-
readonly paddingTop: "space-inset";
|
|
1926
|
-
readonly right: "space";
|
|
1927
|
-
readonly rowGap: "space-gap";
|
|
1928
|
-
readonly scrollMargin: "space-offset";
|
|
1929
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1930
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1931
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1932
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1933
|
-
readonly scrollMarginInline: "space-offset";
|
|
1934
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1935
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1936
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1937
|
-
readonly scrollMarginRight: "space-offset";
|
|
1938
|
-
readonly scrollMarginTop: "space-offset";
|
|
1939
|
-
readonly scrollPadding: "space-inset";
|
|
1940
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1941
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1942
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1943
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1944
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1945
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1946
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1947
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1948
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1949
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1950
|
-
readonly stroke: "colors";
|
|
1951
|
-
readonly strokeWidth: "stroke-width";
|
|
1952
|
-
readonly textDecorationColor: "colors";
|
|
1953
|
-
readonly textShadow: "shadows";
|
|
1954
|
-
readonly top: "space";
|
|
1955
|
-
readonly transition: "transitions";
|
|
1956
|
-
readonly width: "sizes";
|
|
1957
|
-
readonly zIndex: "z-indices";
|
|
1958
|
-
}, {
|
|
1959
|
-
paddingX: (value: {
|
|
1953
|
+
};
|
|
1954
|
+
paddingY: (value: {
|
|
1955
|
+
readonly [$$PropertyValue]: "padding";
|
|
1956
|
+
}) => {
|
|
1957
|
+
paddingTop: {
|
|
1960
1958
|
readonly [$$PropertyValue]: "padding";
|
|
1961
|
-
}) => {
|
|
1962
|
-
paddingLeft: {
|
|
1963
|
-
readonly [$$PropertyValue]: "padding";
|
|
1964
|
-
};
|
|
1965
|
-
paddingRight: {
|
|
1966
|
-
readonly [$$PropertyValue]: "padding";
|
|
1967
|
-
};
|
|
1968
1959
|
};
|
|
1969
|
-
|
|
1960
|
+
paddingBottom: {
|
|
1970
1961
|
readonly [$$PropertyValue]: "padding";
|
|
1971
|
-
}) => {
|
|
1972
|
-
paddingTop: {
|
|
1973
|
-
readonly [$$PropertyValue]: "padding";
|
|
1974
|
-
};
|
|
1975
|
-
paddingBottom: {
|
|
1976
|
-
readonly [$$PropertyValue]: "padding";
|
|
1977
|
-
};
|
|
1978
1962
|
};
|
|
1979
|
-
|
|
1963
|
+
};
|
|
1964
|
+
marginX: (value: {
|
|
1965
|
+
readonly [$$PropertyValue]: "margin";
|
|
1966
|
+
}) => {
|
|
1967
|
+
marginLeft: {
|
|
1980
1968
|
readonly [$$PropertyValue]: "margin";
|
|
1981
|
-
}) => {
|
|
1982
|
-
marginLeft: {
|
|
1983
|
-
readonly [$$PropertyValue]: "margin";
|
|
1984
|
-
};
|
|
1985
|
-
marginRight: {
|
|
1986
|
-
readonly [$$PropertyValue]: "margin";
|
|
1987
|
-
};
|
|
1988
1969
|
};
|
|
1989
|
-
|
|
1970
|
+
marginRight: {
|
|
1990
1971
|
readonly [$$PropertyValue]: "margin";
|
|
1991
|
-
}) => {
|
|
1992
|
-
marginTop: {
|
|
1993
|
-
readonly [$$PropertyValue]: "margin";
|
|
1994
|
-
};
|
|
1995
|
-
marginBottom: {
|
|
1996
|
-
readonly [$$PropertyValue]: "margin";
|
|
1997
|
-
};
|
|
1998
1972
|
};
|
|
1999
|
-
|
|
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: {
|
|
2000
1991
|
readonly [$$PropertyValue]: "width";
|
|
2001
|
-
}) => {
|
|
2002
|
-
width: {
|
|
2003
|
-
readonly [$$PropertyValue]: "width";
|
|
2004
|
-
};
|
|
2005
|
-
height: {
|
|
2006
|
-
readonly [$$PropertyValue]: "width";
|
|
2007
|
-
};
|
|
2008
1992
|
};
|
|
2009
|
-
}
|
|
2010
|
-
}> & {
|
|
2011
|
-
children?: react.ReactNode;
|
|
2012
|
-
} & _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>>, {}, {}>;
|
|
2013
1995
|
|
|
2014
1996
|
declare type ItemPropsWithAnchor = Omit<ItemProps, 'unstyled'> & AnchorHTMLAttributes<typeof StyledLink>;
|
|
2015
1997
|
interface LinkProps extends ItemPropsWithAnchor {
|