@mirohq/design-system-toolbar 2.4.3 → 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 -1861
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -2,975 +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
|
-
|
|
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";
|
|
296
449
|
};
|
|
297
|
-
|
|
298
|
-
readonly
|
|
299
|
-
readonly select: 200;
|
|
300
|
-
readonly popover: 300;
|
|
301
|
-
readonly tooltip: 400;
|
|
450
|
+
paddingRight: {
|
|
451
|
+
readonly [$$PropertyValue]: "padding";
|
|
302
452
|
};
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
readonly
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
readonly border: "colors";
|
|
309
|
-
readonly borderBlock: "colors";
|
|
310
|
-
readonly borderBlockEnd: "colors";
|
|
311
|
-
readonly borderBlockStart: "colors";
|
|
312
|
-
readonly borderBottom: "colors";
|
|
313
|
-
readonly borderBottomColor: "colors";
|
|
314
|
-
readonly borderBottomLeftRadius: "radii";
|
|
315
|
-
readonly borderBottomRightRadius: "radii";
|
|
316
|
-
readonly borderBottomStyle: "border-styles";
|
|
317
|
-
readonly borderBottomWidth: "border-widths";
|
|
318
|
-
readonly borderColor: "colors";
|
|
319
|
-
readonly borderImage: "colors";
|
|
320
|
-
readonly borderInline: "colors";
|
|
321
|
-
readonly borderInlineEnd: "colors";
|
|
322
|
-
readonly borderInlineStart: "colors";
|
|
323
|
-
readonly borderLeft: "colors";
|
|
324
|
-
readonly borderLeftColor: "colors";
|
|
325
|
-
readonly borderLeftStyle: "border-styles";
|
|
326
|
-
readonly borderLeftWidth: "border-widths";
|
|
327
|
-
readonly borderRadius: "radii";
|
|
328
|
-
readonly borderRight: "colors";
|
|
329
|
-
readonly borderRightColor: "colors";
|
|
330
|
-
readonly borderRightStyle: "border-styles";
|
|
331
|
-
readonly borderRightWidth: "border-widths";
|
|
332
|
-
readonly borderStyle: "border-styles";
|
|
333
|
-
readonly borderTop: "colors";
|
|
334
|
-
readonly borderTopColor: "colors";
|
|
335
|
-
readonly borderTopLeftRadius: "radii";
|
|
336
|
-
readonly borderTopRightRadius: "radii";
|
|
337
|
-
readonly borderTopStyle: "border-styles";
|
|
338
|
-
readonly borderTopWidth: "border-widths";
|
|
339
|
-
readonly borderWidth: "border-widths";
|
|
340
|
-
readonly bottom: "space";
|
|
341
|
-
readonly boxShadow: "shadows";
|
|
342
|
-
readonly caretColor: "colors";
|
|
343
|
-
readonly color: "colors";
|
|
344
|
-
readonly columnGap: "space-gap";
|
|
345
|
-
readonly columnRuleColor: "colors";
|
|
346
|
-
readonly fill: "colors";
|
|
347
|
-
readonly flexBasis: "sizes";
|
|
348
|
-
readonly fontFamily: "fonts";
|
|
349
|
-
readonly fontSize: "font-sizes";
|
|
350
|
-
readonly fontWeight: "font-weights";
|
|
351
|
-
readonly gap: "space-gap";
|
|
352
|
-
readonly gridColumnGap: "space-gap";
|
|
353
|
-
readonly gridGap: "space-gap";
|
|
354
|
-
readonly gridRowGap: "space-gap";
|
|
355
|
-
readonly gridTemplateColumns: "sizes";
|
|
356
|
-
readonly gridTemplateRows: "sizes";
|
|
357
|
-
readonly height: "sizes";
|
|
358
|
-
readonly inlineSize: "sizes";
|
|
359
|
-
readonly inset: "space-inset";
|
|
360
|
-
readonly insetBlock: "space-inset";
|
|
361
|
-
readonly insetBlockEnd: "space-inset";
|
|
362
|
-
readonly insetBlockStart: "space-inset";
|
|
363
|
-
readonly insetInline: "space-inset";
|
|
364
|
-
readonly insetInlineEnd: "space-inset";
|
|
365
|
-
readonly insetInlineStart: "space-inset";
|
|
366
|
-
readonly left: "space";
|
|
367
|
-
readonly letterSpacing: "letter-spacings";
|
|
368
|
-
readonly lineHeight: "line-heights";
|
|
369
|
-
readonly margin: "space-offset";
|
|
370
|
-
readonly marginBlock: "space-offset";
|
|
371
|
-
readonly marginBlockEnd: "space-offset";
|
|
372
|
-
readonly marginBlockStart: "space-offset";
|
|
373
|
-
readonly marginBottom: "space-offset";
|
|
374
|
-
readonly marginInline: "space-offset";
|
|
375
|
-
readonly marginInlineEnd: "space-offset";
|
|
376
|
-
readonly marginInlineStart: "space-offset";
|
|
377
|
-
readonly marginLeft: "space-offset";
|
|
378
|
-
readonly marginRight: "space-offset";
|
|
379
|
-
readonly marginTop: "space-offset";
|
|
380
|
-
readonly maxBlockSize: "sizes";
|
|
381
|
-
readonly maxHeight: "sizes";
|
|
382
|
-
readonly maxInlineSize: "sizes";
|
|
383
|
-
readonly maxWidth: "sizes";
|
|
384
|
-
readonly minBlockSize: "sizes";
|
|
385
|
-
readonly minHeight: "sizes";
|
|
386
|
-
readonly minInlineSize: "sizes";
|
|
387
|
-
readonly minWidth: "sizes";
|
|
388
|
-
readonly outline: "colors";
|
|
389
|
-
readonly outlineColor: "colors";
|
|
390
|
-
readonly padding: "space-inset";
|
|
391
|
-
readonly paddingBlock: "space-inset";
|
|
392
|
-
readonly paddingBlockEnd: "space-inset";
|
|
393
|
-
readonly paddingBlockStart: "space-inset";
|
|
394
|
-
readonly paddingBottom: "space-inset";
|
|
395
|
-
readonly paddingInline: "space-inset";
|
|
396
|
-
readonly paddingInlineEnd: "space-inset";
|
|
397
|
-
readonly paddingInlineStart: "space-inset";
|
|
398
|
-
readonly paddingLeft: "space-inset";
|
|
399
|
-
readonly paddingRight: "space-inset";
|
|
400
|
-
readonly paddingTop: "space-inset";
|
|
401
|
-
readonly right: "space";
|
|
402
|
-
readonly rowGap: "space-gap";
|
|
403
|
-
readonly scrollMargin: "space-offset";
|
|
404
|
-
readonly scrollMarginBlock: "space-offset";
|
|
405
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
406
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
407
|
-
readonly scrollMarginBottom: "space-offset";
|
|
408
|
-
readonly scrollMarginInline: "space-offset";
|
|
409
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
410
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
411
|
-
readonly scrollMarginLeft: "space-offset";
|
|
412
|
-
readonly scrollMarginRight: "space-offset";
|
|
413
|
-
readonly scrollMarginTop: "space-offset";
|
|
414
|
-
readonly scrollPadding: "space-inset";
|
|
415
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
416
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
417
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
418
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
419
|
-
readonly scrollPaddingInline: "space-inset";
|
|
420
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
421
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
422
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
423
|
-
readonly scrollPaddingRight: "space-inset";
|
|
424
|
-
readonly scrollPaddingTop: "space-inset";
|
|
425
|
-
readonly stroke: "colors";
|
|
426
|
-
readonly strokeWidth: "stroke-width";
|
|
427
|
-
readonly textDecorationColor: "colors";
|
|
428
|
-
readonly textShadow: "shadows";
|
|
429
|
-
readonly top: "space";
|
|
430
|
-
readonly transition: "transitions";
|
|
431
|
-
readonly width: "sizes";
|
|
432
|
-
readonly zIndex: "z-indices";
|
|
433
|
-
}, {
|
|
434
|
-
paddingX: (value: {
|
|
453
|
+
};
|
|
454
|
+
paddingY: (value: {
|
|
455
|
+
readonly [$$PropertyValue]: "padding";
|
|
456
|
+
}) => {
|
|
457
|
+
paddingTop: {
|
|
435
458
|
readonly [$$PropertyValue]: "padding";
|
|
436
|
-
}) => {
|
|
437
|
-
paddingLeft: {
|
|
438
|
-
readonly [$$PropertyValue]: "padding";
|
|
439
|
-
};
|
|
440
|
-
paddingRight: {
|
|
441
|
-
readonly [$$PropertyValue]: "padding";
|
|
442
|
-
};
|
|
443
459
|
};
|
|
444
|
-
|
|
460
|
+
paddingBottom: {
|
|
445
461
|
readonly [$$PropertyValue]: "padding";
|
|
446
|
-
}) => {
|
|
447
|
-
paddingTop: {
|
|
448
|
-
readonly [$$PropertyValue]: "padding";
|
|
449
|
-
};
|
|
450
|
-
paddingBottom: {
|
|
451
|
-
readonly [$$PropertyValue]: "padding";
|
|
452
|
-
};
|
|
453
462
|
};
|
|
454
|
-
|
|
463
|
+
};
|
|
464
|
+
marginX: (value: {
|
|
465
|
+
readonly [$$PropertyValue]: "margin";
|
|
466
|
+
}) => {
|
|
467
|
+
marginLeft: {
|
|
455
468
|
readonly [$$PropertyValue]: "margin";
|
|
456
|
-
}) => {
|
|
457
|
-
marginLeft: {
|
|
458
|
-
readonly [$$PropertyValue]: "margin";
|
|
459
|
-
};
|
|
460
|
-
marginRight: {
|
|
461
|
-
readonly [$$PropertyValue]: "margin";
|
|
462
|
-
};
|
|
463
469
|
};
|
|
464
|
-
|
|
470
|
+
marginRight: {
|
|
465
471
|
readonly [$$PropertyValue]: "margin";
|
|
466
|
-
}) => {
|
|
467
|
-
marginTop: {
|
|
468
|
-
readonly [$$PropertyValue]: "margin";
|
|
469
|
-
};
|
|
470
|
-
marginBottom: {
|
|
471
|
-
readonly [$$PropertyValue]: "margin";
|
|
472
|
-
};
|
|
473
472
|
};
|
|
474
|
-
|
|
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: {
|
|
475
491
|
readonly [$$PropertyValue]: "width";
|
|
476
|
-
}) => {
|
|
477
|
-
width: {
|
|
478
|
-
readonly [$$PropertyValue]: "width";
|
|
479
|
-
};
|
|
480
|
-
height: {
|
|
481
|
-
readonly [$$PropertyValue]: "width";
|
|
482
|
-
};
|
|
483
492
|
};
|
|
484
|
-
}
|
|
485
|
-
}> & {
|
|
486
|
-
|
|
487
|
-
} & _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>>, {
|
|
488
497
|
unstyled?: boolean | "false" | undefined;
|
|
489
498
|
}, {}>;
|
|
490
499
|
declare type StyledToolbarProps = StrictComponentProps<typeof StyledToolbar>;
|
|
491
500
|
|
|
492
|
-
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
'
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
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
|
-
|
|
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";
|
|
782
940
|
};
|
|
783
|
-
|
|
784
|
-
readonly
|
|
785
|
-
readonly select: 200;
|
|
786
|
-
readonly popover: 300;
|
|
787
|
-
readonly tooltip: 400;
|
|
941
|
+
paddingRight: {
|
|
942
|
+
readonly [$$PropertyValue]: "padding";
|
|
788
943
|
};
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
readonly
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
readonly border: "colors";
|
|
795
|
-
readonly borderBlock: "colors";
|
|
796
|
-
readonly borderBlockEnd: "colors";
|
|
797
|
-
readonly borderBlockStart: "colors";
|
|
798
|
-
readonly borderBottom: "colors";
|
|
799
|
-
readonly borderBottomColor: "colors";
|
|
800
|
-
readonly borderBottomLeftRadius: "radii";
|
|
801
|
-
readonly borderBottomRightRadius: "radii";
|
|
802
|
-
readonly borderBottomStyle: "border-styles";
|
|
803
|
-
readonly borderBottomWidth: "border-widths";
|
|
804
|
-
readonly borderColor: "colors";
|
|
805
|
-
readonly borderImage: "colors";
|
|
806
|
-
readonly borderInline: "colors";
|
|
807
|
-
readonly borderInlineEnd: "colors";
|
|
808
|
-
readonly borderInlineStart: "colors";
|
|
809
|
-
readonly borderLeft: "colors";
|
|
810
|
-
readonly borderLeftColor: "colors";
|
|
811
|
-
readonly borderLeftStyle: "border-styles";
|
|
812
|
-
readonly borderLeftWidth: "border-widths";
|
|
813
|
-
readonly borderRadius: "radii";
|
|
814
|
-
readonly borderRight: "colors";
|
|
815
|
-
readonly borderRightColor: "colors";
|
|
816
|
-
readonly borderRightStyle: "border-styles";
|
|
817
|
-
readonly borderRightWidth: "border-widths";
|
|
818
|
-
readonly borderStyle: "border-styles";
|
|
819
|
-
readonly borderTop: "colors";
|
|
820
|
-
readonly borderTopColor: "colors";
|
|
821
|
-
readonly borderTopLeftRadius: "radii";
|
|
822
|
-
readonly borderTopRightRadius: "radii";
|
|
823
|
-
readonly borderTopStyle: "border-styles";
|
|
824
|
-
readonly borderTopWidth: "border-widths";
|
|
825
|
-
readonly borderWidth: "border-widths";
|
|
826
|
-
readonly bottom: "space";
|
|
827
|
-
readonly boxShadow: "shadows";
|
|
828
|
-
readonly caretColor: "colors";
|
|
829
|
-
readonly color: "colors";
|
|
830
|
-
readonly columnGap: "space-gap";
|
|
831
|
-
readonly columnRuleColor: "colors";
|
|
832
|
-
readonly fill: "colors";
|
|
833
|
-
readonly flexBasis: "sizes";
|
|
834
|
-
readonly fontFamily: "fonts";
|
|
835
|
-
readonly fontSize: "font-sizes";
|
|
836
|
-
readonly fontWeight: "font-weights";
|
|
837
|
-
readonly gap: "space-gap";
|
|
838
|
-
readonly gridColumnGap: "space-gap";
|
|
839
|
-
readonly gridGap: "space-gap";
|
|
840
|
-
readonly gridRowGap: "space-gap";
|
|
841
|
-
readonly gridTemplateColumns: "sizes";
|
|
842
|
-
readonly gridTemplateRows: "sizes";
|
|
843
|
-
readonly height: "sizes";
|
|
844
|
-
readonly inlineSize: "sizes";
|
|
845
|
-
readonly inset: "space-inset";
|
|
846
|
-
readonly insetBlock: "space-inset";
|
|
847
|
-
readonly insetBlockEnd: "space-inset";
|
|
848
|
-
readonly insetBlockStart: "space-inset";
|
|
849
|
-
readonly insetInline: "space-inset";
|
|
850
|
-
readonly insetInlineEnd: "space-inset";
|
|
851
|
-
readonly insetInlineStart: "space-inset";
|
|
852
|
-
readonly left: "space";
|
|
853
|
-
readonly letterSpacing: "letter-spacings";
|
|
854
|
-
readonly lineHeight: "line-heights";
|
|
855
|
-
readonly margin: "space-offset";
|
|
856
|
-
readonly marginBlock: "space-offset";
|
|
857
|
-
readonly marginBlockEnd: "space-offset";
|
|
858
|
-
readonly marginBlockStart: "space-offset";
|
|
859
|
-
readonly marginBottom: "space-offset";
|
|
860
|
-
readonly marginInline: "space-offset";
|
|
861
|
-
readonly marginInlineEnd: "space-offset";
|
|
862
|
-
readonly marginInlineStart: "space-offset";
|
|
863
|
-
readonly marginLeft: "space-offset";
|
|
864
|
-
readonly marginRight: "space-offset";
|
|
865
|
-
readonly marginTop: "space-offset";
|
|
866
|
-
readonly maxBlockSize: "sizes";
|
|
867
|
-
readonly maxHeight: "sizes";
|
|
868
|
-
readonly maxInlineSize: "sizes";
|
|
869
|
-
readonly maxWidth: "sizes";
|
|
870
|
-
readonly minBlockSize: "sizes";
|
|
871
|
-
readonly minHeight: "sizes";
|
|
872
|
-
readonly minInlineSize: "sizes";
|
|
873
|
-
readonly minWidth: "sizes";
|
|
874
|
-
readonly outline: "colors";
|
|
875
|
-
readonly outlineColor: "colors";
|
|
876
|
-
readonly padding: "space-inset";
|
|
877
|
-
readonly paddingBlock: "space-inset";
|
|
878
|
-
readonly paddingBlockEnd: "space-inset";
|
|
879
|
-
readonly paddingBlockStart: "space-inset";
|
|
880
|
-
readonly paddingBottom: "space-inset";
|
|
881
|
-
readonly paddingInline: "space-inset";
|
|
882
|
-
readonly paddingInlineEnd: "space-inset";
|
|
883
|
-
readonly paddingInlineStart: "space-inset";
|
|
884
|
-
readonly paddingLeft: "space-inset";
|
|
885
|
-
readonly paddingRight: "space-inset";
|
|
886
|
-
readonly paddingTop: "space-inset";
|
|
887
|
-
readonly right: "space";
|
|
888
|
-
readonly rowGap: "space-gap";
|
|
889
|
-
readonly scrollMargin: "space-offset";
|
|
890
|
-
readonly scrollMarginBlock: "space-offset";
|
|
891
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
892
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
893
|
-
readonly scrollMarginBottom: "space-offset";
|
|
894
|
-
readonly scrollMarginInline: "space-offset";
|
|
895
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
896
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
897
|
-
readonly scrollMarginLeft: "space-offset";
|
|
898
|
-
readonly scrollMarginRight: "space-offset";
|
|
899
|
-
readonly scrollMarginTop: "space-offset";
|
|
900
|
-
readonly scrollPadding: "space-inset";
|
|
901
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
902
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
903
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
904
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
905
|
-
readonly scrollPaddingInline: "space-inset";
|
|
906
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
907
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
908
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
909
|
-
readonly scrollPaddingRight: "space-inset";
|
|
910
|
-
readonly scrollPaddingTop: "space-inset";
|
|
911
|
-
readonly stroke: "colors";
|
|
912
|
-
readonly strokeWidth: "stroke-width";
|
|
913
|
-
readonly textDecorationColor: "colors";
|
|
914
|
-
readonly textShadow: "shadows";
|
|
915
|
-
readonly top: "space";
|
|
916
|
-
readonly transition: "transitions";
|
|
917
|
-
readonly width: "sizes";
|
|
918
|
-
readonly zIndex: "z-indices";
|
|
919
|
-
}, {
|
|
920
|
-
paddingX: (value: {
|
|
944
|
+
};
|
|
945
|
+
paddingY: (value: {
|
|
946
|
+
readonly [$$PropertyValue]: "padding";
|
|
947
|
+
}) => {
|
|
948
|
+
paddingTop: {
|
|
921
949
|
readonly [$$PropertyValue]: "padding";
|
|
922
|
-
}) => {
|
|
923
|
-
paddingLeft: {
|
|
924
|
-
readonly [$$PropertyValue]: "padding";
|
|
925
|
-
};
|
|
926
|
-
paddingRight: {
|
|
927
|
-
readonly [$$PropertyValue]: "padding";
|
|
928
|
-
};
|
|
929
950
|
};
|
|
930
|
-
|
|
951
|
+
paddingBottom: {
|
|
931
952
|
readonly [$$PropertyValue]: "padding";
|
|
932
|
-
}) => {
|
|
933
|
-
paddingTop: {
|
|
934
|
-
readonly [$$PropertyValue]: "padding";
|
|
935
|
-
};
|
|
936
|
-
paddingBottom: {
|
|
937
|
-
readonly [$$PropertyValue]: "padding";
|
|
938
|
-
};
|
|
939
953
|
};
|
|
940
|
-
|
|
954
|
+
};
|
|
955
|
+
marginX: (value: {
|
|
956
|
+
readonly [$$PropertyValue]: "margin";
|
|
957
|
+
}) => {
|
|
958
|
+
marginLeft: {
|
|
959
|
+
readonly [$$PropertyValue]: "margin";
|
|
960
|
+
};
|
|
961
|
+
marginRight: {
|
|
941
962
|
readonly [$$PropertyValue]: "margin";
|
|
942
|
-
}) => {
|
|
943
|
-
marginLeft: {
|
|
944
|
-
readonly [$$PropertyValue]: "margin";
|
|
945
|
-
};
|
|
946
|
-
marginRight: {
|
|
947
|
-
readonly [$$PropertyValue]: "margin";
|
|
948
|
-
};
|
|
949
963
|
};
|
|
950
|
-
|
|
964
|
+
};
|
|
965
|
+
marginY: (value: {
|
|
966
|
+
readonly [$$PropertyValue]: "margin";
|
|
967
|
+
}) => {
|
|
968
|
+
marginTop: {
|
|
951
969
|
readonly [$$PropertyValue]: "margin";
|
|
952
|
-
}) => {
|
|
953
|
-
marginTop: {
|
|
954
|
-
readonly [$$PropertyValue]: "margin";
|
|
955
|
-
};
|
|
956
|
-
marginBottom: {
|
|
957
|
-
readonly [$$PropertyValue]: "margin";
|
|
958
|
-
};
|
|
959
970
|
};
|
|
960
|
-
|
|
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: {
|
|
961
982
|
readonly [$$PropertyValue]: "width";
|
|
962
|
-
}) => {
|
|
963
|
-
width: {
|
|
964
|
-
readonly [$$PropertyValue]: "width";
|
|
965
|
-
};
|
|
966
|
-
height: {
|
|
967
|
-
readonly [$$PropertyValue]: "width";
|
|
968
|
-
};
|
|
969
983
|
};
|
|
970
|
-
}
|
|
971
|
-
}> & {
|
|
972
|
-
|
|
973
|
-
|
|
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>>, {
|
|
974
990
|
unstyled?: boolean | "true" | "false" | undefined;
|
|
975
991
|
wrapper?: boolean | "true" | undefined;
|
|
976
992
|
active?: boolean | "true" | "false" | undefined;
|
|
@@ -996,960 +1012,982 @@ declare const Item: react__default.ForwardRefExoticComponent<Omit<ItemProps, "re
|
|
|
996
1012
|
declare type IconProps = Omit<ItemProps, 'unstyled'>;
|
|
997
1013
|
declare const Icon: react__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react__default.RefAttributes<HTMLButtonElement>>;
|
|
998
1014
|
|
|
999
|
-
declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
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";
|
|
1281
1454
|
};
|
|
1282
|
-
|
|
1283
|
-
readonly
|
|
1284
|
-
readonly select: 200;
|
|
1285
|
-
readonly popover: 300;
|
|
1286
|
-
readonly tooltip: 400;
|
|
1455
|
+
paddingRight: {
|
|
1456
|
+
readonly [$$PropertyValue]: "padding";
|
|
1287
1457
|
};
|
|
1288
|
-
}
|
|
1289
|
-
|
|
1290
|
-
readonly
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
readonly border: "colors";
|
|
1294
|
-
readonly borderBlock: "colors";
|
|
1295
|
-
readonly borderBlockEnd: "colors";
|
|
1296
|
-
readonly borderBlockStart: "colors";
|
|
1297
|
-
readonly borderBottom: "colors";
|
|
1298
|
-
readonly borderBottomColor: "colors";
|
|
1299
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1300
|
-
readonly borderBottomRightRadius: "radii";
|
|
1301
|
-
readonly borderBottomStyle: "border-styles";
|
|
1302
|
-
readonly borderBottomWidth: "border-widths";
|
|
1303
|
-
readonly borderColor: "colors";
|
|
1304
|
-
readonly borderImage: "colors";
|
|
1305
|
-
readonly borderInline: "colors";
|
|
1306
|
-
readonly borderInlineEnd: "colors";
|
|
1307
|
-
readonly borderInlineStart: "colors";
|
|
1308
|
-
readonly borderLeft: "colors";
|
|
1309
|
-
readonly borderLeftColor: "colors";
|
|
1310
|
-
readonly borderLeftStyle: "border-styles";
|
|
1311
|
-
readonly borderLeftWidth: "border-widths";
|
|
1312
|
-
readonly borderRadius: "radii";
|
|
1313
|
-
readonly borderRight: "colors";
|
|
1314
|
-
readonly borderRightColor: "colors";
|
|
1315
|
-
readonly borderRightStyle: "border-styles";
|
|
1316
|
-
readonly borderRightWidth: "border-widths";
|
|
1317
|
-
readonly borderStyle: "border-styles";
|
|
1318
|
-
readonly borderTop: "colors";
|
|
1319
|
-
readonly borderTopColor: "colors";
|
|
1320
|
-
readonly borderTopLeftRadius: "radii";
|
|
1321
|
-
readonly borderTopRightRadius: "radii";
|
|
1322
|
-
readonly borderTopStyle: "border-styles";
|
|
1323
|
-
readonly borderTopWidth: "border-widths";
|
|
1324
|
-
readonly borderWidth: "border-widths";
|
|
1325
|
-
readonly bottom: "space";
|
|
1326
|
-
readonly boxShadow: "shadows";
|
|
1327
|
-
readonly caretColor: "colors";
|
|
1328
|
-
readonly color: "colors";
|
|
1329
|
-
readonly columnGap: "space-gap";
|
|
1330
|
-
readonly columnRuleColor: "colors";
|
|
1331
|
-
readonly fill: "colors";
|
|
1332
|
-
readonly flexBasis: "sizes";
|
|
1333
|
-
readonly fontFamily: "fonts";
|
|
1334
|
-
readonly fontSize: "font-sizes";
|
|
1335
|
-
readonly fontWeight: "font-weights";
|
|
1336
|
-
readonly gap: "space-gap";
|
|
1337
|
-
readonly gridColumnGap: "space-gap";
|
|
1338
|
-
readonly gridGap: "space-gap";
|
|
1339
|
-
readonly gridRowGap: "space-gap";
|
|
1340
|
-
readonly gridTemplateColumns: "sizes";
|
|
1341
|
-
readonly gridTemplateRows: "sizes";
|
|
1342
|
-
readonly height: "sizes";
|
|
1343
|
-
readonly inlineSize: "sizes";
|
|
1344
|
-
readonly inset: "space-inset";
|
|
1345
|
-
readonly insetBlock: "space-inset";
|
|
1346
|
-
readonly insetBlockEnd: "space-inset";
|
|
1347
|
-
readonly insetBlockStart: "space-inset";
|
|
1348
|
-
readonly insetInline: "space-inset";
|
|
1349
|
-
readonly insetInlineEnd: "space-inset";
|
|
1350
|
-
readonly insetInlineStart: "space-inset";
|
|
1351
|
-
readonly left: "space";
|
|
1352
|
-
readonly letterSpacing: "letter-spacings";
|
|
1353
|
-
readonly lineHeight: "line-heights";
|
|
1354
|
-
readonly margin: "space-offset";
|
|
1355
|
-
readonly marginBlock: "space-offset";
|
|
1356
|
-
readonly marginBlockEnd: "space-offset";
|
|
1357
|
-
readonly marginBlockStart: "space-offset";
|
|
1358
|
-
readonly marginBottom: "space-offset";
|
|
1359
|
-
readonly marginInline: "space-offset";
|
|
1360
|
-
readonly marginInlineEnd: "space-offset";
|
|
1361
|
-
readonly marginInlineStart: "space-offset";
|
|
1362
|
-
readonly marginLeft: "space-offset";
|
|
1363
|
-
readonly marginRight: "space-offset";
|
|
1364
|
-
readonly marginTop: "space-offset";
|
|
1365
|
-
readonly maxBlockSize: "sizes";
|
|
1366
|
-
readonly maxHeight: "sizes";
|
|
1367
|
-
readonly maxInlineSize: "sizes";
|
|
1368
|
-
readonly maxWidth: "sizes";
|
|
1369
|
-
readonly minBlockSize: "sizes";
|
|
1370
|
-
readonly minHeight: "sizes";
|
|
1371
|
-
readonly minInlineSize: "sizes";
|
|
1372
|
-
readonly minWidth: "sizes";
|
|
1373
|
-
readonly outline: "colors";
|
|
1374
|
-
readonly outlineColor: "colors";
|
|
1375
|
-
readonly padding: "space-inset";
|
|
1376
|
-
readonly paddingBlock: "space-inset";
|
|
1377
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1378
|
-
readonly paddingBlockStart: "space-inset";
|
|
1379
|
-
readonly paddingBottom: "space-inset";
|
|
1380
|
-
readonly paddingInline: "space-inset";
|
|
1381
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1382
|
-
readonly paddingInlineStart: "space-inset";
|
|
1383
|
-
readonly paddingLeft: "space-inset";
|
|
1384
|
-
readonly paddingRight: "space-inset";
|
|
1385
|
-
readonly paddingTop: "space-inset";
|
|
1386
|
-
readonly right: "space";
|
|
1387
|
-
readonly rowGap: "space-gap";
|
|
1388
|
-
readonly scrollMargin: "space-offset";
|
|
1389
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1390
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1391
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1392
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1393
|
-
readonly scrollMarginInline: "space-offset";
|
|
1394
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1395
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1396
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1397
|
-
readonly scrollMarginRight: "space-offset";
|
|
1398
|
-
readonly scrollMarginTop: "space-offset";
|
|
1399
|
-
readonly scrollPadding: "space-inset";
|
|
1400
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1401
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1402
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1403
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1404
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1405
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1406
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1407
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1408
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1409
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1410
|
-
readonly stroke: "colors";
|
|
1411
|
-
readonly strokeWidth: "stroke-width";
|
|
1412
|
-
readonly textDecorationColor: "colors";
|
|
1413
|
-
readonly textShadow: "shadows";
|
|
1414
|
-
readonly top: "space";
|
|
1415
|
-
readonly transition: "transitions";
|
|
1416
|
-
readonly width: "sizes";
|
|
1417
|
-
readonly zIndex: "z-indices";
|
|
1418
|
-
}, {
|
|
1419
|
-
paddingX: (value: {
|
|
1458
|
+
};
|
|
1459
|
+
paddingY: (value: {
|
|
1460
|
+
readonly [$$PropertyValue]: "padding";
|
|
1461
|
+
}) => {
|
|
1462
|
+
paddingTop: {
|
|
1420
1463
|
readonly [$$PropertyValue]: "padding";
|
|
1421
|
-
}) => {
|
|
1422
|
-
paddingLeft: {
|
|
1423
|
-
readonly [$$PropertyValue]: "padding";
|
|
1424
|
-
};
|
|
1425
|
-
paddingRight: {
|
|
1426
|
-
readonly [$$PropertyValue]: "padding";
|
|
1427
|
-
};
|
|
1428
1464
|
};
|
|
1429
|
-
|
|
1465
|
+
paddingBottom: {
|
|
1430
1466
|
readonly [$$PropertyValue]: "padding";
|
|
1431
|
-
}) => {
|
|
1432
|
-
paddingTop: {
|
|
1433
|
-
readonly [$$PropertyValue]: "padding";
|
|
1434
|
-
};
|
|
1435
|
-
paddingBottom: {
|
|
1436
|
-
readonly [$$PropertyValue]: "padding";
|
|
1437
|
-
};
|
|
1438
1467
|
};
|
|
1439
|
-
|
|
1468
|
+
};
|
|
1469
|
+
marginX: (value: {
|
|
1470
|
+
readonly [$$PropertyValue]: "margin";
|
|
1471
|
+
}) => {
|
|
1472
|
+
marginLeft: {
|
|
1440
1473
|
readonly [$$PropertyValue]: "margin";
|
|
1441
|
-
}) => {
|
|
1442
|
-
marginLeft: {
|
|
1443
|
-
readonly [$$PropertyValue]: "margin";
|
|
1444
|
-
};
|
|
1445
|
-
marginRight: {
|
|
1446
|
-
readonly [$$PropertyValue]: "margin";
|
|
1447
|
-
};
|
|
1448
1474
|
};
|
|
1449
|
-
|
|
1475
|
+
marginRight: {
|
|
1450
1476
|
readonly [$$PropertyValue]: "margin";
|
|
1451
|
-
}) => {
|
|
1452
|
-
marginTop: {
|
|
1453
|
-
readonly [$$PropertyValue]: "margin";
|
|
1454
|
-
};
|
|
1455
|
-
marginBottom: {
|
|
1456
|
-
readonly [$$PropertyValue]: "margin";
|
|
1457
|
-
};
|
|
1458
1477
|
};
|
|
1459
|
-
|
|
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: {
|
|
1460
1496
|
readonly [$$PropertyValue]: "width";
|
|
1461
|
-
}) => {
|
|
1462
|
-
width: {
|
|
1463
|
-
readonly [$$PropertyValue]: "width";
|
|
1464
|
-
};
|
|
1465
|
-
height: {
|
|
1466
|
-
readonly [$$PropertyValue]: "width";
|
|
1467
|
-
};
|
|
1468
1497
|
};
|
|
1469
|
-
}
|
|
1470
|
-
}> & {
|
|
1471
|
-
children?: react.ReactNode;
|
|
1472
|
-
} & _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>>, {}, {}>;
|
|
1473
1500
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
1474
1501
|
|
|
1475
1502
|
interface SeparatorProps extends StyledSeparatorProps {
|
|
1476
1503
|
}
|
|
1477
1504
|
declare const Separator: react__default.ForwardRefExoticComponent<Omit<SeparatorProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1478
1505
|
|
|
1479
|
-
declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
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
|
-
|
|
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";
|
|
1761
1945
|
};
|
|
1762
|
-
|
|
1763
|
-
readonly
|
|
1764
|
-
readonly select: 200;
|
|
1765
|
-
readonly popover: 300;
|
|
1766
|
-
readonly tooltip: 400;
|
|
1946
|
+
paddingRight: {
|
|
1947
|
+
readonly [$$PropertyValue]: "padding";
|
|
1767
1948
|
};
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
readonly
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
readonly border: "colors";
|
|
1774
|
-
readonly borderBlock: "colors";
|
|
1775
|
-
readonly borderBlockEnd: "colors";
|
|
1776
|
-
readonly borderBlockStart: "colors";
|
|
1777
|
-
readonly borderBottom: "colors";
|
|
1778
|
-
readonly borderBottomColor: "colors";
|
|
1779
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1780
|
-
readonly borderBottomRightRadius: "radii";
|
|
1781
|
-
readonly borderBottomStyle: "border-styles";
|
|
1782
|
-
readonly borderBottomWidth: "border-widths";
|
|
1783
|
-
readonly borderColor: "colors";
|
|
1784
|
-
readonly borderImage: "colors";
|
|
1785
|
-
readonly borderInline: "colors";
|
|
1786
|
-
readonly borderInlineEnd: "colors";
|
|
1787
|
-
readonly borderInlineStart: "colors";
|
|
1788
|
-
readonly borderLeft: "colors";
|
|
1789
|
-
readonly borderLeftColor: "colors";
|
|
1790
|
-
readonly borderLeftStyle: "border-styles";
|
|
1791
|
-
readonly borderLeftWidth: "border-widths";
|
|
1792
|
-
readonly borderRadius: "radii";
|
|
1793
|
-
readonly borderRight: "colors";
|
|
1794
|
-
readonly borderRightColor: "colors";
|
|
1795
|
-
readonly borderRightStyle: "border-styles";
|
|
1796
|
-
readonly borderRightWidth: "border-widths";
|
|
1797
|
-
readonly borderStyle: "border-styles";
|
|
1798
|
-
readonly borderTop: "colors";
|
|
1799
|
-
readonly borderTopColor: "colors";
|
|
1800
|
-
readonly borderTopLeftRadius: "radii";
|
|
1801
|
-
readonly borderTopRightRadius: "radii";
|
|
1802
|
-
readonly borderTopStyle: "border-styles";
|
|
1803
|
-
readonly borderTopWidth: "border-widths";
|
|
1804
|
-
readonly borderWidth: "border-widths";
|
|
1805
|
-
readonly bottom: "space";
|
|
1806
|
-
readonly boxShadow: "shadows";
|
|
1807
|
-
readonly caretColor: "colors";
|
|
1808
|
-
readonly color: "colors";
|
|
1809
|
-
readonly columnGap: "space-gap";
|
|
1810
|
-
readonly columnRuleColor: "colors";
|
|
1811
|
-
readonly fill: "colors";
|
|
1812
|
-
readonly flexBasis: "sizes";
|
|
1813
|
-
readonly fontFamily: "fonts";
|
|
1814
|
-
readonly fontSize: "font-sizes";
|
|
1815
|
-
readonly fontWeight: "font-weights";
|
|
1816
|
-
readonly gap: "space-gap";
|
|
1817
|
-
readonly gridColumnGap: "space-gap";
|
|
1818
|
-
readonly gridGap: "space-gap";
|
|
1819
|
-
readonly gridRowGap: "space-gap";
|
|
1820
|
-
readonly gridTemplateColumns: "sizes";
|
|
1821
|
-
readonly gridTemplateRows: "sizes";
|
|
1822
|
-
readonly height: "sizes";
|
|
1823
|
-
readonly inlineSize: "sizes";
|
|
1824
|
-
readonly inset: "space-inset";
|
|
1825
|
-
readonly insetBlock: "space-inset";
|
|
1826
|
-
readonly insetBlockEnd: "space-inset";
|
|
1827
|
-
readonly insetBlockStart: "space-inset";
|
|
1828
|
-
readonly insetInline: "space-inset";
|
|
1829
|
-
readonly insetInlineEnd: "space-inset";
|
|
1830
|
-
readonly insetInlineStart: "space-inset";
|
|
1831
|
-
readonly left: "space";
|
|
1832
|
-
readonly letterSpacing: "letter-spacings";
|
|
1833
|
-
readonly lineHeight: "line-heights";
|
|
1834
|
-
readonly margin: "space-offset";
|
|
1835
|
-
readonly marginBlock: "space-offset";
|
|
1836
|
-
readonly marginBlockEnd: "space-offset";
|
|
1837
|
-
readonly marginBlockStart: "space-offset";
|
|
1838
|
-
readonly marginBottom: "space-offset";
|
|
1839
|
-
readonly marginInline: "space-offset";
|
|
1840
|
-
readonly marginInlineEnd: "space-offset";
|
|
1841
|
-
readonly marginInlineStart: "space-offset";
|
|
1842
|
-
readonly marginLeft: "space-offset";
|
|
1843
|
-
readonly marginRight: "space-offset";
|
|
1844
|
-
readonly marginTop: "space-offset";
|
|
1845
|
-
readonly maxBlockSize: "sizes";
|
|
1846
|
-
readonly maxHeight: "sizes";
|
|
1847
|
-
readonly maxInlineSize: "sizes";
|
|
1848
|
-
readonly maxWidth: "sizes";
|
|
1849
|
-
readonly minBlockSize: "sizes";
|
|
1850
|
-
readonly minHeight: "sizes";
|
|
1851
|
-
readonly minInlineSize: "sizes";
|
|
1852
|
-
readonly minWidth: "sizes";
|
|
1853
|
-
readonly outline: "colors";
|
|
1854
|
-
readonly outlineColor: "colors";
|
|
1855
|
-
readonly padding: "space-inset";
|
|
1856
|
-
readonly paddingBlock: "space-inset";
|
|
1857
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1858
|
-
readonly paddingBlockStart: "space-inset";
|
|
1859
|
-
readonly paddingBottom: "space-inset";
|
|
1860
|
-
readonly paddingInline: "space-inset";
|
|
1861
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1862
|
-
readonly paddingInlineStart: "space-inset";
|
|
1863
|
-
readonly paddingLeft: "space-inset";
|
|
1864
|
-
readonly paddingRight: "space-inset";
|
|
1865
|
-
readonly paddingTop: "space-inset";
|
|
1866
|
-
readonly right: "space";
|
|
1867
|
-
readonly rowGap: "space-gap";
|
|
1868
|
-
readonly scrollMargin: "space-offset";
|
|
1869
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1870
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1871
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1872
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1873
|
-
readonly scrollMarginInline: "space-offset";
|
|
1874
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1875
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1876
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1877
|
-
readonly scrollMarginRight: "space-offset";
|
|
1878
|
-
readonly scrollMarginTop: "space-offset";
|
|
1879
|
-
readonly scrollPadding: "space-inset";
|
|
1880
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1881
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1882
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1883
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1884
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1885
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1886
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1887
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1888
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1889
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1890
|
-
readonly stroke: "colors";
|
|
1891
|
-
readonly strokeWidth: "stroke-width";
|
|
1892
|
-
readonly textDecorationColor: "colors";
|
|
1893
|
-
readonly textShadow: "shadows";
|
|
1894
|
-
readonly top: "space";
|
|
1895
|
-
readonly transition: "transitions";
|
|
1896
|
-
readonly width: "sizes";
|
|
1897
|
-
readonly zIndex: "z-indices";
|
|
1898
|
-
}, {
|
|
1899
|
-
paddingX: (value: {
|
|
1949
|
+
};
|
|
1950
|
+
paddingY: (value: {
|
|
1951
|
+
readonly [$$PropertyValue]: "padding";
|
|
1952
|
+
}) => {
|
|
1953
|
+
paddingTop: {
|
|
1900
1954
|
readonly [$$PropertyValue]: "padding";
|
|
1901
|
-
}) => {
|
|
1902
|
-
paddingLeft: {
|
|
1903
|
-
readonly [$$PropertyValue]: "padding";
|
|
1904
|
-
};
|
|
1905
|
-
paddingRight: {
|
|
1906
|
-
readonly [$$PropertyValue]: "padding";
|
|
1907
|
-
};
|
|
1908
1955
|
};
|
|
1909
|
-
|
|
1956
|
+
paddingBottom: {
|
|
1910
1957
|
readonly [$$PropertyValue]: "padding";
|
|
1911
|
-
}) => {
|
|
1912
|
-
paddingTop: {
|
|
1913
|
-
readonly [$$PropertyValue]: "padding";
|
|
1914
|
-
};
|
|
1915
|
-
paddingBottom: {
|
|
1916
|
-
readonly [$$PropertyValue]: "padding";
|
|
1917
|
-
};
|
|
1918
1958
|
};
|
|
1919
|
-
|
|
1959
|
+
};
|
|
1960
|
+
marginX: (value: {
|
|
1961
|
+
readonly [$$PropertyValue]: "margin";
|
|
1962
|
+
}) => {
|
|
1963
|
+
marginLeft: {
|
|
1920
1964
|
readonly [$$PropertyValue]: "margin";
|
|
1921
|
-
}) => {
|
|
1922
|
-
marginLeft: {
|
|
1923
|
-
readonly [$$PropertyValue]: "margin";
|
|
1924
|
-
};
|
|
1925
|
-
marginRight: {
|
|
1926
|
-
readonly [$$PropertyValue]: "margin";
|
|
1927
|
-
};
|
|
1928
1965
|
};
|
|
1929
|
-
|
|
1966
|
+
marginRight: {
|
|
1930
1967
|
readonly [$$PropertyValue]: "margin";
|
|
1931
|
-
}) => {
|
|
1932
|
-
marginTop: {
|
|
1933
|
-
readonly [$$PropertyValue]: "margin";
|
|
1934
|
-
};
|
|
1935
|
-
marginBottom: {
|
|
1936
|
-
readonly [$$PropertyValue]: "margin";
|
|
1937
|
-
};
|
|
1938
1968
|
};
|
|
1939
|
-
|
|
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: {
|
|
1940
1987
|
readonly [$$PropertyValue]: "width";
|
|
1941
|
-
}) => {
|
|
1942
|
-
width: {
|
|
1943
|
-
readonly [$$PropertyValue]: "width";
|
|
1944
|
-
};
|
|
1945
|
-
height: {
|
|
1946
|
-
readonly [$$PropertyValue]: "width";
|
|
1947
|
-
};
|
|
1948
1988
|
};
|
|
1949
|
-
}
|
|
1950
|
-
}> & {
|
|
1951
|
-
children?: react.ReactNode;
|
|
1952
|
-
} & _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>>, {}, {}>;
|
|
1953
1991
|
|
|
1954
1992
|
declare type ItemPropsWithAnchor = Omit<ItemProps, 'unstyled'> & AnchorHTMLAttributes<typeof StyledLink>;
|
|
1955
1993
|
interface LinkProps extends ItemPropsWithAnchor {
|