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