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