@mirohq/design-system-toolbar 2.3.1 → 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/main.js +2 -4
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -4
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +1848 -1867
- package/package.json +3 -4
package/dist/types.d.ts
CHANGED
|
@@ -2,985 +2,972 @@ 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
|
-
import { PressProps } from '@mirohq/design-system-use-press';
|
|
10
9
|
|
|
11
|
-
declare const StyledToolbar: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
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";
|
|
298
436
|
};
|
|
299
|
-
|
|
300
|
-
readonly
|
|
301
|
-
readonly select: 200;
|
|
302
|
-
readonly popover: 300;
|
|
303
|
-
readonly tooltip: 400;
|
|
437
|
+
paddingRight: {
|
|
438
|
+
readonly [$$PropertyValue]: "padding";
|
|
304
439
|
};
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
readonly
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
readonly border: "colors";
|
|
311
|
-
readonly borderBlock: "colors";
|
|
312
|
-
readonly borderBlockEnd: "colors";
|
|
313
|
-
readonly borderBlockStart: "colors";
|
|
314
|
-
readonly borderBottom: "colors";
|
|
315
|
-
readonly borderBottomColor: "colors";
|
|
316
|
-
readonly borderBottomLeftRadius: "radii";
|
|
317
|
-
readonly borderBottomRightRadius: "radii";
|
|
318
|
-
readonly borderBottomStyle: "border-styles";
|
|
319
|
-
readonly borderBottomWidth: "border-widths";
|
|
320
|
-
readonly borderColor: "colors";
|
|
321
|
-
readonly borderImage: "colors";
|
|
322
|
-
readonly borderInline: "colors";
|
|
323
|
-
readonly borderInlineEnd: "colors";
|
|
324
|
-
readonly borderInlineStart: "colors";
|
|
325
|
-
readonly borderLeft: "colors";
|
|
326
|
-
readonly borderLeftColor: "colors";
|
|
327
|
-
readonly borderLeftStyle: "border-styles";
|
|
328
|
-
readonly borderLeftWidth: "border-widths";
|
|
329
|
-
readonly borderRadius: "radii";
|
|
330
|
-
readonly borderRight: "colors";
|
|
331
|
-
readonly borderRightColor: "colors";
|
|
332
|
-
readonly borderRightStyle: "border-styles";
|
|
333
|
-
readonly borderRightWidth: "border-widths";
|
|
334
|
-
readonly borderStyle: "border-styles";
|
|
335
|
-
readonly borderTop: "colors";
|
|
336
|
-
readonly borderTopColor: "colors";
|
|
337
|
-
readonly borderTopLeftRadius: "radii";
|
|
338
|
-
readonly borderTopRightRadius: "radii";
|
|
339
|
-
readonly borderTopStyle: "border-styles";
|
|
340
|
-
readonly borderTopWidth: "border-widths";
|
|
341
|
-
readonly borderWidth: "border-widths";
|
|
342
|
-
readonly bottom: "space";
|
|
343
|
-
readonly boxShadow: "shadows";
|
|
344
|
-
readonly caretColor: "colors";
|
|
345
|
-
readonly color: "colors";
|
|
346
|
-
readonly columnGap: "space-gap";
|
|
347
|
-
readonly columnRuleColor: "colors";
|
|
348
|
-
readonly fill: "colors";
|
|
349
|
-
readonly flexBasis: "sizes";
|
|
350
|
-
readonly fontFamily: "fonts";
|
|
351
|
-
readonly fontSize: "font-sizes";
|
|
352
|
-
readonly fontWeight: "font-weights";
|
|
353
|
-
readonly gap: "space-gap";
|
|
354
|
-
readonly gridColumnGap: "space-gap";
|
|
355
|
-
readonly gridGap: "space-gap";
|
|
356
|
-
readonly gridRowGap: "space-gap";
|
|
357
|
-
readonly gridTemplateColumns: "sizes";
|
|
358
|
-
readonly gridTemplateRows: "sizes";
|
|
359
|
-
readonly height: "sizes";
|
|
360
|
-
readonly inlineSize: "sizes";
|
|
361
|
-
readonly inset: "space-inset";
|
|
362
|
-
readonly insetBlock: "space-inset";
|
|
363
|
-
readonly insetBlockEnd: "space-inset";
|
|
364
|
-
readonly insetBlockStart: "space-inset";
|
|
365
|
-
readonly insetInline: "space-inset";
|
|
366
|
-
readonly insetInlineEnd: "space-inset";
|
|
367
|
-
readonly insetInlineStart: "space-inset";
|
|
368
|
-
readonly left: "space";
|
|
369
|
-
readonly letterSpacing: "letter-spacings";
|
|
370
|
-
readonly lineHeight: "line-heights";
|
|
371
|
-
readonly margin: "space-offset";
|
|
372
|
-
readonly marginBlock: "space-offset";
|
|
373
|
-
readonly marginBlockEnd: "space-offset";
|
|
374
|
-
readonly marginBlockStart: "space-offset";
|
|
375
|
-
readonly marginBottom: "space-offset";
|
|
376
|
-
readonly marginInline: "space-offset";
|
|
377
|
-
readonly marginInlineEnd: "space-offset";
|
|
378
|
-
readonly marginInlineStart: "space-offset";
|
|
379
|
-
readonly marginLeft: "space-offset";
|
|
380
|
-
readonly marginRight: "space-offset";
|
|
381
|
-
readonly marginTop: "space-offset";
|
|
382
|
-
readonly maxBlockSize: "sizes";
|
|
383
|
-
readonly maxHeight: "sizes";
|
|
384
|
-
readonly maxInlineSize: "sizes";
|
|
385
|
-
readonly maxWidth: "sizes";
|
|
386
|
-
readonly minBlockSize: "sizes";
|
|
387
|
-
readonly minHeight: "sizes";
|
|
388
|
-
readonly minInlineSize: "sizes";
|
|
389
|
-
readonly minWidth: "sizes";
|
|
390
|
-
readonly outline: "colors";
|
|
391
|
-
readonly outlineColor: "colors";
|
|
392
|
-
readonly padding: "space-inset";
|
|
393
|
-
readonly paddingBlock: "space-inset";
|
|
394
|
-
readonly paddingBlockEnd: "space-inset";
|
|
395
|
-
readonly paddingBlockStart: "space-inset";
|
|
396
|
-
readonly paddingBottom: "space-inset";
|
|
397
|
-
readonly paddingInline: "space-inset";
|
|
398
|
-
readonly paddingInlineEnd: "space-inset";
|
|
399
|
-
readonly paddingInlineStart: "space-inset";
|
|
400
|
-
readonly paddingLeft: "space-inset";
|
|
401
|
-
readonly paddingRight: "space-inset";
|
|
402
|
-
readonly paddingTop: "space-inset";
|
|
403
|
-
readonly right: "space";
|
|
404
|
-
readonly rowGap: "space-gap";
|
|
405
|
-
readonly scrollMargin: "space-offset";
|
|
406
|
-
readonly scrollMarginBlock: "space-offset";
|
|
407
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
408
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
409
|
-
readonly scrollMarginBottom: "space-offset";
|
|
410
|
-
readonly scrollMarginInline: "space-offset";
|
|
411
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
412
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
413
|
-
readonly scrollMarginLeft: "space-offset";
|
|
414
|
-
readonly scrollMarginRight: "space-offset";
|
|
415
|
-
readonly scrollMarginTop: "space-offset";
|
|
416
|
-
readonly scrollPadding: "space-inset";
|
|
417
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
418
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
419
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
420
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
421
|
-
readonly scrollPaddingInline: "space-inset";
|
|
422
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
423
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
424
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
425
|
-
readonly scrollPaddingRight: "space-inset";
|
|
426
|
-
readonly scrollPaddingTop: "space-inset";
|
|
427
|
-
readonly stroke: "colors";
|
|
428
|
-
readonly strokeWidth: "stroke-width";
|
|
429
|
-
readonly textDecorationColor: "colors";
|
|
430
|
-
readonly textShadow: "shadows";
|
|
431
|
-
readonly top: "space";
|
|
432
|
-
readonly transition: "transitions";
|
|
433
|
-
readonly width: "sizes";
|
|
434
|
-
readonly zIndex: "z-indices";
|
|
435
|
-
}, {
|
|
436
|
-
paddingX: (value: {
|
|
440
|
+
};
|
|
441
|
+
paddingY: (value: {
|
|
442
|
+
readonly [$$PropertyValue]: "padding";
|
|
443
|
+
}) => {
|
|
444
|
+
paddingTop: {
|
|
437
445
|
readonly [$$PropertyValue]: "padding";
|
|
438
|
-
}) => {
|
|
439
|
-
paddingLeft: {
|
|
440
|
-
readonly [$$PropertyValue]: "padding";
|
|
441
|
-
};
|
|
442
|
-
paddingRight: {
|
|
443
|
-
readonly [$$PropertyValue]: "padding";
|
|
444
|
-
};
|
|
445
446
|
};
|
|
446
|
-
|
|
447
|
+
paddingBottom: {
|
|
447
448
|
readonly [$$PropertyValue]: "padding";
|
|
448
|
-
}) => {
|
|
449
|
-
paddingTop: {
|
|
450
|
-
readonly [$$PropertyValue]: "padding";
|
|
451
|
-
};
|
|
452
|
-
paddingBottom: {
|
|
453
|
-
readonly [$$PropertyValue]: "padding";
|
|
454
|
-
};
|
|
455
449
|
};
|
|
456
|
-
|
|
450
|
+
};
|
|
451
|
+
marginX: (value: {
|
|
452
|
+
readonly [$$PropertyValue]: "margin";
|
|
453
|
+
}) => {
|
|
454
|
+
marginLeft: {
|
|
457
455
|
readonly [$$PropertyValue]: "margin";
|
|
458
|
-
}) => {
|
|
459
|
-
marginLeft: {
|
|
460
|
-
readonly [$$PropertyValue]: "margin";
|
|
461
|
-
};
|
|
462
|
-
marginRight: {
|
|
463
|
-
readonly [$$PropertyValue]: "margin";
|
|
464
|
-
};
|
|
465
456
|
};
|
|
466
|
-
|
|
457
|
+
marginRight: {
|
|
467
458
|
readonly [$$PropertyValue]: "margin";
|
|
468
|
-
}) => {
|
|
469
|
-
marginTop: {
|
|
470
|
-
readonly [$$PropertyValue]: "margin";
|
|
471
|
-
};
|
|
472
|
-
marginBottom: {
|
|
473
|
-
readonly [$$PropertyValue]: "margin";
|
|
474
|
-
};
|
|
475
459
|
};
|
|
476
|
-
|
|
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: {
|
|
477
478
|
readonly [$$PropertyValue]: "width";
|
|
478
|
-
}) => {
|
|
479
|
-
width: {
|
|
480
|
-
readonly [$$PropertyValue]: "width";
|
|
481
|
-
};
|
|
482
|
-
height: {
|
|
483
|
-
readonly [$$PropertyValue]: "width";
|
|
484
|
-
};
|
|
485
479
|
};
|
|
486
|
-
}
|
|
487
|
-
}> & {
|
|
488
|
-
|
|
489
|
-
} & _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>>, {
|
|
490
484
|
unstyled?: boolean | "false" | undefined;
|
|
491
485
|
}, {}>;
|
|
492
486
|
declare type StyledToolbarProps = StrictComponentProps<typeof StyledToolbar>;
|
|
493
487
|
|
|
494
|
-
declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
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
|
-
|
|
784
|
-
|
|
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";
|
|
785
914
|
};
|
|
786
|
-
|
|
787
|
-
readonly
|
|
788
|
-
readonly select: 200;
|
|
789
|
-
readonly popover: 300;
|
|
790
|
-
readonly tooltip: 400;
|
|
915
|
+
paddingRight: {
|
|
916
|
+
readonly [$$PropertyValue]: "padding";
|
|
791
917
|
};
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
readonly
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
readonly border: "colors";
|
|
798
|
-
readonly borderBlock: "colors";
|
|
799
|
-
readonly borderBlockEnd: "colors";
|
|
800
|
-
readonly borderBlockStart: "colors";
|
|
801
|
-
readonly borderBottom: "colors";
|
|
802
|
-
readonly borderBottomColor: "colors";
|
|
803
|
-
readonly borderBottomLeftRadius: "radii";
|
|
804
|
-
readonly borderBottomRightRadius: "radii";
|
|
805
|
-
readonly borderBottomStyle: "border-styles";
|
|
806
|
-
readonly borderBottomWidth: "border-widths";
|
|
807
|
-
readonly borderColor: "colors";
|
|
808
|
-
readonly borderImage: "colors";
|
|
809
|
-
readonly borderInline: "colors";
|
|
810
|
-
readonly borderInlineEnd: "colors";
|
|
811
|
-
readonly borderInlineStart: "colors";
|
|
812
|
-
readonly borderLeft: "colors";
|
|
813
|
-
readonly borderLeftColor: "colors";
|
|
814
|
-
readonly borderLeftStyle: "border-styles";
|
|
815
|
-
readonly borderLeftWidth: "border-widths";
|
|
816
|
-
readonly borderRadius: "radii";
|
|
817
|
-
readonly borderRight: "colors";
|
|
818
|
-
readonly borderRightColor: "colors";
|
|
819
|
-
readonly borderRightStyle: "border-styles";
|
|
820
|
-
readonly borderRightWidth: "border-widths";
|
|
821
|
-
readonly borderStyle: "border-styles";
|
|
822
|
-
readonly borderTop: "colors";
|
|
823
|
-
readonly borderTopColor: "colors";
|
|
824
|
-
readonly borderTopLeftRadius: "radii";
|
|
825
|
-
readonly borderTopRightRadius: "radii";
|
|
826
|
-
readonly borderTopStyle: "border-styles";
|
|
827
|
-
readonly borderTopWidth: "border-widths";
|
|
828
|
-
readonly borderWidth: "border-widths";
|
|
829
|
-
readonly bottom: "space";
|
|
830
|
-
readonly boxShadow: "shadows";
|
|
831
|
-
readonly caretColor: "colors";
|
|
832
|
-
readonly color: "colors";
|
|
833
|
-
readonly columnGap: "space-gap";
|
|
834
|
-
readonly columnRuleColor: "colors";
|
|
835
|
-
readonly fill: "colors";
|
|
836
|
-
readonly flexBasis: "sizes";
|
|
837
|
-
readonly fontFamily: "fonts";
|
|
838
|
-
readonly fontSize: "font-sizes";
|
|
839
|
-
readonly fontWeight: "font-weights";
|
|
840
|
-
readonly gap: "space-gap";
|
|
841
|
-
readonly gridColumnGap: "space-gap";
|
|
842
|
-
readonly gridGap: "space-gap";
|
|
843
|
-
readonly gridRowGap: "space-gap";
|
|
844
|
-
readonly gridTemplateColumns: "sizes";
|
|
845
|
-
readonly gridTemplateRows: "sizes";
|
|
846
|
-
readonly height: "sizes";
|
|
847
|
-
readonly inlineSize: "sizes";
|
|
848
|
-
readonly inset: "space-inset";
|
|
849
|
-
readonly insetBlock: "space-inset";
|
|
850
|
-
readonly insetBlockEnd: "space-inset";
|
|
851
|
-
readonly insetBlockStart: "space-inset";
|
|
852
|
-
readonly insetInline: "space-inset";
|
|
853
|
-
readonly insetInlineEnd: "space-inset";
|
|
854
|
-
readonly insetInlineStart: "space-inset";
|
|
855
|
-
readonly left: "space";
|
|
856
|
-
readonly letterSpacing: "letter-spacings";
|
|
857
|
-
readonly lineHeight: "line-heights";
|
|
858
|
-
readonly margin: "space-offset";
|
|
859
|
-
readonly marginBlock: "space-offset";
|
|
860
|
-
readonly marginBlockEnd: "space-offset";
|
|
861
|
-
readonly marginBlockStart: "space-offset";
|
|
862
|
-
readonly marginBottom: "space-offset";
|
|
863
|
-
readonly marginInline: "space-offset";
|
|
864
|
-
readonly marginInlineEnd: "space-offset";
|
|
865
|
-
readonly marginInlineStart: "space-offset";
|
|
866
|
-
readonly marginLeft: "space-offset";
|
|
867
|
-
readonly marginRight: "space-offset";
|
|
868
|
-
readonly marginTop: "space-offset";
|
|
869
|
-
readonly maxBlockSize: "sizes";
|
|
870
|
-
readonly maxHeight: "sizes";
|
|
871
|
-
readonly maxInlineSize: "sizes";
|
|
872
|
-
readonly maxWidth: "sizes";
|
|
873
|
-
readonly minBlockSize: "sizes";
|
|
874
|
-
readonly minHeight: "sizes";
|
|
875
|
-
readonly minInlineSize: "sizes";
|
|
876
|
-
readonly minWidth: "sizes";
|
|
877
|
-
readonly outline: "colors";
|
|
878
|
-
readonly outlineColor: "colors";
|
|
879
|
-
readonly padding: "space-inset";
|
|
880
|
-
readonly paddingBlock: "space-inset";
|
|
881
|
-
readonly paddingBlockEnd: "space-inset";
|
|
882
|
-
readonly paddingBlockStart: "space-inset";
|
|
883
|
-
readonly paddingBottom: "space-inset";
|
|
884
|
-
readonly paddingInline: "space-inset";
|
|
885
|
-
readonly paddingInlineEnd: "space-inset";
|
|
886
|
-
readonly paddingInlineStart: "space-inset";
|
|
887
|
-
readonly paddingLeft: "space-inset";
|
|
888
|
-
readonly paddingRight: "space-inset";
|
|
889
|
-
readonly paddingTop: "space-inset";
|
|
890
|
-
readonly right: "space";
|
|
891
|
-
readonly rowGap: "space-gap";
|
|
892
|
-
readonly scrollMargin: "space-offset";
|
|
893
|
-
readonly scrollMarginBlock: "space-offset";
|
|
894
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
895
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
896
|
-
readonly scrollMarginBottom: "space-offset";
|
|
897
|
-
readonly scrollMarginInline: "space-offset";
|
|
898
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
899
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
900
|
-
readonly scrollMarginLeft: "space-offset";
|
|
901
|
-
readonly scrollMarginRight: "space-offset";
|
|
902
|
-
readonly scrollMarginTop: "space-offset";
|
|
903
|
-
readonly scrollPadding: "space-inset";
|
|
904
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
905
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
906
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
907
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
908
|
-
readonly scrollPaddingInline: "space-inset";
|
|
909
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
910
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
911
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
912
|
-
readonly scrollPaddingRight: "space-inset";
|
|
913
|
-
readonly scrollPaddingTop: "space-inset";
|
|
914
|
-
readonly stroke: "colors";
|
|
915
|
-
readonly strokeWidth: "stroke-width";
|
|
916
|
-
readonly textDecorationColor: "colors";
|
|
917
|
-
readonly textShadow: "shadows";
|
|
918
|
-
readonly top: "space";
|
|
919
|
-
readonly transition: "transitions";
|
|
920
|
-
readonly width: "sizes";
|
|
921
|
-
readonly zIndex: "z-indices";
|
|
922
|
-
}, {
|
|
923
|
-
paddingX: (value: {
|
|
918
|
+
};
|
|
919
|
+
paddingY: (value: {
|
|
920
|
+
readonly [$$PropertyValue]: "padding";
|
|
921
|
+
}) => {
|
|
922
|
+
paddingTop: {
|
|
924
923
|
readonly [$$PropertyValue]: "padding";
|
|
925
|
-
}) => {
|
|
926
|
-
paddingLeft: {
|
|
927
|
-
readonly [$$PropertyValue]: "padding";
|
|
928
|
-
};
|
|
929
|
-
paddingRight: {
|
|
930
|
-
readonly [$$PropertyValue]: "padding";
|
|
931
|
-
};
|
|
932
924
|
};
|
|
933
|
-
|
|
925
|
+
paddingBottom: {
|
|
934
926
|
readonly [$$PropertyValue]: "padding";
|
|
935
|
-
}) => {
|
|
936
|
-
paddingTop: {
|
|
937
|
-
readonly [$$PropertyValue]: "padding";
|
|
938
|
-
};
|
|
939
|
-
paddingBottom: {
|
|
940
|
-
readonly [$$PropertyValue]: "padding";
|
|
941
|
-
};
|
|
942
927
|
};
|
|
943
|
-
|
|
928
|
+
};
|
|
929
|
+
marginX: (value: {
|
|
930
|
+
readonly [$$PropertyValue]: "margin";
|
|
931
|
+
}) => {
|
|
932
|
+
marginLeft: {
|
|
933
|
+
readonly [$$PropertyValue]: "margin";
|
|
934
|
+
};
|
|
935
|
+
marginRight: {
|
|
944
936
|
readonly [$$PropertyValue]: "margin";
|
|
945
|
-
}) => {
|
|
946
|
-
marginLeft: {
|
|
947
|
-
readonly [$$PropertyValue]: "margin";
|
|
948
|
-
};
|
|
949
|
-
marginRight: {
|
|
950
|
-
readonly [$$PropertyValue]: "margin";
|
|
951
|
-
};
|
|
952
937
|
};
|
|
953
|
-
|
|
938
|
+
};
|
|
939
|
+
marginY: (value: {
|
|
940
|
+
readonly [$$PropertyValue]: "margin";
|
|
941
|
+
}) => {
|
|
942
|
+
marginTop: {
|
|
954
943
|
readonly [$$PropertyValue]: "margin";
|
|
955
|
-
}) => {
|
|
956
|
-
marginTop: {
|
|
957
|
-
readonly [$$PropertyValue]: "margin";
|
|
958
|
-
};
|
|
959
|
-
marginBottom: {
|
|
960
|
-
readonly [$$PropertyValue]: "margin";
|
|
961
|
-
};
|
|
962
944
|
};
|
|
963
|
-
|
|
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: {
|
|
964
956
|
readonly [$$PropertyValue]: "width";
|
|
965
|
-
}) => {
|
|
966
|
-
width: {
|
|
967
|
-
readonly [$$PropertyValue]: "width";
|
|
968
|
-
};
|
|
969
|
-
height: {
|
|
970
|
-
readonly [$$PropertyValue]: "width";
|
|
971
|
-
};
|
|
972
957
|
};
|
|
973
|
-
}
|
|
974
|
-
}> & {
|
|
975
|
-
|
|
976
|
-
|
|
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>>, {
|
|
977
964
|
unstyled?: boolean | "true" | "false" | undefined;
|
|
978
965
|
wrapper?: boolean | "true" | undefined;
|
|
979
966
|
active?: boolean | "true" | "false" | undefined;
|
|
980
967
|
}, {}>;
|
|
981
968
|
declare type StyledItemProps = StrictComponentProps<typeof StyledItem>;
|
|
982
969
|
|
|
983
|
-
interface ItemProps extends StyledItemProps,
|
|
970
|
+
interface ItemProps extends StyledItemProps, HoverEvents {
|
|
984
971
|
/**
|
|
985
972
|
* Renders item in enabled/toggled state
|
|
986
973
|
*/
|
|
@@ -999,962 +986,956 @@ declare const Item: react__default.ForwardRefExoticComponent<Omit<ItemProps, "re
|
|
|
999
986
|
declare type IconProps = Omit<ItemProps, 'unstyled'>;
|
|
1000
987
|
declare const Icon: react__default.ForwardRefExoticComponent<Omit<IconProps, "ref"> & react__default.RefAttributes<HTMLButtonElement>>;
|
|
1001
988
|
|
|
1002
|
-
declare const StyledSeparator: react.ForwardRefExoticComponent<Omit<Omit<
|
|
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
|
-
|
|
1284
|
-
|
|
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";
|
|
1285
1415
|
};
|
|
1286
|
-
|
|
1287
|
-
readonly
|
|
1288
|
-
readonly select: 200;
|
|
1289
|
-
readonly popover: 300;
|
|
1290
|
-
readonly tooltip: 400;
|
|
1416
|
+
paddingRight: {
|
|
1417
|
+
readonly [$$PropertyValue]: "padding";
|
|
1291
1418
|
};
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
readonly
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
readonly border: "colors";
|
|
1298
|
-
readonly borderBlock: "colors";
|
|
1299
|
-
readonly borderBlockEnd: "colors";
|
|
1300
|
-
readonly borderBlockStart: "colors";
|
|
1301
|
-
readonly borderBottom: "colors";
|
|
1302
|
-
readonly borderBottomColor: "colors";
|
|
1303
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1304
|
-
readonly borderBottomRightRadius: "radii";
|
|
1305
|
-
readonly borderBottomStyle: "border-styles";
|
|
1306
|
-
readonly borderBottomWidth: "border-widths";
|
|
1307
|
-
readonly borderColor: "colors";
|
|
1308
|
-
readonly borderImage: "colors";
|
|
1309
|
-
readonly borderInline: "colors";
|
|
1310
|
-
readonly borderInlineEnd: "colors";
|
|
1311
|
-
readonly borderInlineStart: "colors";
|
|
1312
|
-
readonly borderLeft: "colors";
|
|
1313
|
-
readonly borderLeftColor: "colors";
|
|
1314
|
-
readonly borderLeftStyle: "border-styles";
|
|
1315
|
-
readonly borderLeftWidth: "border-widths";
|
|
1316
|
-
readonly borderRadius: "radii";
|
|
1317
|
-
readonly borderRight: "colors";
|
|
1318
|
-
readonly borderRightColor: "colors";
|
|
1319
|
-
readonly borderRightStyle: "border-styles";
|
|
1320
|
-
readonly borderRightWidth: "border-widths";
|
|
1321
|
-
readonly borderStyle: "border-styles";
|
|
1322
|
-
readonly borderTop: "colors";
|
|
1323
|
-
readonly borderTopColor: "colors";
|
|
1324
|
-
readonly borderTopLeftRadius: "radii";
|
|
1325
|
-
readonly borderTopRightRadius: "radii";
|
|
1326
|
-
readonly borderTopStyle: "border-styles";
|
|
1327
|
-
readonly borderTopWidth: "border-widths";
|
|
1328
|
-
readonly borderWidth: "border-widths";
|
|
1329
|
-
readonly bottom: "space";
|
|
1330
|
-
readonly boxShadow: "shadows";
|
|
1331
|
-
readonly caretColor: "colors";
|
|
1332
|
-
readonly color: "colors";
|
|
1333
|
-
readonly columnGap: "space-gap";
|
|
1334
|
-
readonly columnRuleColor: "colors";
|
|
1335
|
-
readonly fill: "colors";
|
|
1336
|
-
readonly flexBasis: "sizes";
|
|
1337
|
-
readonly fontFamily: "fonts";
|
|
1338
|
-
readonly fontSize: "font-sizes";
|
|
1339
|
-
readonly fontWeight: "font-weights";
|
|
1340
|
-
readonly gap: "space-gap";
|
|
1341
|
-
readonly gridColumnGap: "space-gap";
|
|
1342
|
-
readonly gridGap: "space-gap";
|
|
1343
|
-
readonly gridRowGap: "space-gap";
|
|
1344
|
-
readonly gridTemplateColumns: "sizes";
|
|
1345
|
-
readonly gridTemplateRows: "sizes";
|
|
1346
|
-
readonly height: "sizes";
|
|
1347
|
-
readonly inlineSize: "sizes";
|
|
1348
|
-
readonly inset: "space-inset";
|
|
1349
|
-
readonly insetBlock: "space-inset";
|
|
1350
|
-
readonly insetBlockEnd: "space-inset";
|
|
1351
|
-
readonly insetBlockStart: "space-inset";
|
|
1352
|
-
readonly insetInline: "space-inset";
|
|
1353
|
-
readonly insetInlineEnd: "space-inset";
|
|
1354
|
-
readonly insetInlineStart: "space-inset";
|
|
1355
|
-
readonly left: "space";
|
|
1356
|
-
readonly letterSpacing: "letter-spacings";
|
|
1357
|
-
readonly lineHeight: "line-heights";
|
|
1358
|
-
readonly margin: "space-offset";
|
|
1359
|
-
readonly marginBlock: "space-offset";
|
|
1360
|
-
readonly marginBlockEnd: "space-offset";
|
|
1361
|
-
readonly marginBlockStart: "space-offset";
|
|
1362
|
-
readonly marginBottom: "space-offset";
|
|
1363
|
-
readonly marginInline: "space-offset";
|
|
1364
|
-
readonly marginInlineEnd: "space-offset";
|
|
1365
|
-
readonly marginInlineStart: "space-offset";
|
|
1366
|
-
readonly marginLeft: "space-offset";
|
|
1367
|
-
readonly marginRight: "space-offset";
|
|
1368
|
-
readonly marginTop: "space-offset";
|
|
1369
|
-
readonly maxBlockSize: "sizes";
|
|
1370
|
-
readonly maxHeight: "sizes";
|
|
1371
|
-
readonly maxInlineSize: "sizes";
|
|
1372
|
-
readonly maxWidth: "sizes";
|
|
1373
|
-
readonly minBlockSize: "sizes";
|
|
1374
|
-
readonly minHeight: "sizes";
|
|
1375
|
-
readonly minInlineSize: "sizes";
|
|
1376
|
-
readonly minWidth: "sizes";
|
|
1377
|
-
readonly outline: "colors";
|
|
1378
|
-
readonly outlineColor: "colors";
|
|
1379
|
-
readonly padding: "space-inset";
|
|
1380
|
-
readonly paddingBlock: "space-inset";
|
|
1381
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1382
|
-
readonly paddingBlockStart: "space-inset";
|
|
1383
|
-
readonly paddingBottom: "space-inset";
|
|
1384
|
-
readonly paddingInline: "space-inset";
|
|
1385
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1386
|
-
readonly paddingInlineStart: "space-inset";
|
|
1387
|
-
readonly paddingLeft: "space-inset";
|
|
1388
|
-
readonly paddingRight: "space-inset";
|
|
1389
|
-
readonly paddingTop: "space-inset";
|
|
1390
|
-
readonly right: "space";
|
|
1391
|
-
readonly rowGap: "space-gap";
|
|
1392
|
-
readonly scrollMargin: "space-offset";
|
|
1393
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1394
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1395
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1396
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1397
|
-
readonly scrollMarginInline: "space-offset";
|
|
1398
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1399
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1400
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1401
|
-
readonly scrollMarginRight: "space-offset";
|
|
1402
|
-
readonly scrollMarginTop: "space-offset";
|
|
1403
|
-
readonly scrollPadding: "space-inset";
|
|
1404
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1405
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1406
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1407
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1408
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1409
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1410
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1411
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1412
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1413
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1414
|
-
readonly stroke: "colors";
|
|
1415
|
-
readonly strokeWidth: "stroke-width";
|
|
1416
|
-
readonly textDecorationColor: "colors";
|
|
1417
|
-
readonly textShadow: "shadows";
|
|
1418
|
-
readonly top: "space";
|
|
1419
|
-
readonly transition: "transitions";
|
|
1420
|
-
readonly width: "sizes";
|
|
1421
|
-
readonly zIndex: "z-indices";
|
|
1422
|
-
}, {
|
|
1423
|
-
paddingX: (value: {
|
|
1419
|
+
};
|
|
1420
|
+
paddingY: (value: {
|
|
1421
|
+
readonly [$$PropertyValue]: "padding";
|
|
1422
|
+
}) => {
|
|
1423
|
+
paddingTop: {
|
|
1424
1424
|
readonly [$$PropertyValue]: "padding";
|
|
1425
|
-
}) => {
|
|
1426
|
-
paddingLeft: {
|
|
1427
|
-
readonly [$$PropertyValue]: "padding";
|
|
1428
|
-
};
|
|
1429
|
-
paddingRight: {
|
|
1430
|
-
readonly [$$PropertyValue]: "padding";
|
|
1431
|
-
};
|
|
1432
1425
|
};
|
|
1433
|
-
|
|
1426
|
+
paddingBottom: {
|
|
1434
1427
|
readonly [$$PropertyValue]: "padding";
|
|
1435
|
-
}) => {
|
|
1436
|
-
paddingTop: {
|
|
1437
|
-
readonly [$$PropertyValue]: "padding";
|
|
1438
|
-
};
|
|
1439
|
-
paddingBottom: {
|
|
1440
|
-
readonly [$$PropertyValue]: "padding";
|
|
1441
|
-
};
|
|
1442
1428
|
};
|
|
1443
|
-
|
|
1429
|
+
};
|
|
1430
|
+
marginX: (value: {
|
|
1431
|
+
readonly [$$PropertyValue]: "margin";
|
|
1432
|
+
}) => {
|
|
1433
|
+
marginLeft: {
|
|
1444
1434
|
readonly [$$PropertyValue]: "margin";
|
|
1445
|
-
}) => {
|
|
1446
|
-
marginLeft: {
|
|
1447
|
-
readonly [$$PropertyValue]: "margin";
|
|
1448
|
-
};
|
|
1449
|
-
marginRight: {
|
|
1450
|
-
readonly [$$PropertyValue]: "margin";
|
|
1451
|
-
};
|
|
1452
1435
|
};
|
|
1453
|
-
|
|
1436
|
+
marginRight: {
|
|
1454
1437
|
readonly [$$PropertyValue]: "margin";
|
|
1455
|
-
}) => {
|
|
1456
|
-
marginTop: {
|
|
1457
|
-
readonly [$$PropertyValue]: "margin";
|
|
1458
|
-
};
|
|
1459
|
-
marginBottom: {
|
|
1460
|
-
readonly [$$PropertyValue]: "margin";
|
|
1461
|
-
};
|
|
1462
1438
|
};
|
|
1463
|
-
|
|
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: {
|
|
1464
1457
|
readonly [$$PropertyValue]: "width";
|
|
1465
|
-
}) => {
|
|
1466
|
-
width: {
|
|
1467
|
-
readonly [$$PropertyValue]: "width";
|
|
1468
|
-
};
|
|
1469
|
-
height: {
|
|
1470
|
-
readonly [$$PropertyValue]: "width";
|
|
1471
|
-
};
|
|
1472
1458
|
};
|
|
1473
|
-
}
|
|
1474
|
-
}> & {
|
|
1475
|
-
children?: react.ReactNode;
|
|
1476
|
-
} & _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>>, {}, {}>;
|
|
1477
1461
|
declare type StyledSeparatorProps = StrictComponentProps<typeof StyledSeparator>;
|
|
1478
1462
|
|
|
1479
1463
|
interface SeparatorProps extends StyledSeparatorProps {
|
|
1480
1464
|
}
|
|
1481
1465
|
declare const Separator: react__default.ForwardRefExoticComponent<Omit<SeparatorProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
1482
1466
|
|
|
1483
|
-
declare const StyledLink: react.ForwardRefExoticComponent<Omit<Omit<
|
|
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
|
-
|
|
1765
|
-
|
|
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";
|
|
1766
1893
|
};
|
|
1767
|
-
|
|
1768
|
-
readonly
|
|
1769
|
-
readonly select: 200;
|
|
1770
|
-
readonly popover: 300;
|
|
1771
|
-
readonly tooltip: 400;
|
|
1894
|
+
paddingRight: {
|
|
1895
|
+
readonly [$$PropertyValue]: "padding";
|
|
1772
1896
|
};
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
readonly
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
readonly border: "colors";
|
|
1779
|
-
readonly borderBlock: "colors";
|
|
1780
|
-
readonly borderBlockEnd: "colors";
|
|
1781
|
-
readonly borderBlockStart: "colors";
|
|
1782
|
-
readonly borderBottom: "colors";
|
|
1783
|
-
readonly borderBottomColor: "colors";
|
|
1784
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1785
|
-
readonly borderBottomRightRadius: "radii";
|
|
1786
|
-
readonly borderBottomStyle: "border-styles";
|
|
1787
|
-
readonly borderBottomWidth: "border-widths";
|
|
1788
|
-
readonly borderColor: "colors";
|
|
1789
|
-
readonly borderImage: "colors";
|
|
1790
|
-
readonly borderInline: "colors";
|
|
1791
|
-
readonly borderInlineEnd: "colors";
|
|
1792
|
-
readonly borderInlineStart: "colors";
|
|
1793
|
-
readonly borderLeft: "colors";
|
|
1794
|
-
readonly borderLeftColor: "colors";
|
|
1795
|
-
readonly borderLeftStyle: "border-styles";
|
|
1796
|
-
readonly borderLeftWidth: "border-widths";
|
|
1797
|
-
readonly borderRadius: "radii";
|
|
1798
|
-
readonly borderRight: "colors";
|
|
1799
|
-
readonly borderRightColor: "colors";
|
|
1800
|
-
readonly borderRightStyle: "border-styles";
|
|
1801
|
-
readonly borderRightWidth: "border-widths";
|
|
1802
|
-
readonly borderStyle: "border-styles";
|
|
1803
|
-
readonly borderTop: "colors";
|
|
1804
|
-
readonly borderTopColor: "colors";
|
|
1805
|
-
readonly borderTopLeftRadius: "radii";
|
|
1806
|
-
readonly borderTopRightRadius: "radii";
|
|
1807
|
-
readonly borderTopStyle: "border-styles";
|
|
1808
|
-
readonly borderTopWidth: "border-widths";
|
|
1809
|
-
readonly borderWidth: "border-widths";
|
|
1810
|
-
readonly bottom: "space";
|
|
1811
|
-
readonly boxShadow: "shadows";
|
|
1812
|
-
readonly caretColor: "colors";
|
|
1813
|
-
readonly color: "colors";
|
|
1814
|
-
readonly columnGap: "space-gap";
|
|
1815
|
-
readonly columnRuleColor: "colors";
|
|
1816
|
-
readonly fill: "colors";
|
|
1817
|
-
readonly flexBasis: "sizes";
|
|
1818
|
-
readonly fontFamily: "fonts";
|
|
1819
|
-
readonly fontSize: "font-sizes";
|
|
1820
|
-
readonly fontWeight: "font-weights";
|
|
1821
|
-
readonly gap: "space-gap";
|
|
1822
|
-
readonly gridColumnGap: "space-gap";
|
|
1823
|
-
readonly gridGap: "space-gap";
|
|
1824
|
-
readonly gridRowGap: "space-gap";
|
|
1825
|
-
readonly gridTemplateColumns: "sizes";
|
|
1826
|
-
readonly gridTemplateRows: "sizes";
|
|
1827
|
-
readonly height: "sizes";
|
|
1828
|
-
readonly inlineSize: "sizes";
|
|
1829
|
-
readonly inset: "space-inset";
|
|
1830
|
-
readonly insetBlock: "space-inset";
|
|
1831
|
-
readonly insetBlockEnd: "space-inset";
|
|
1832
|
-
readonly insetBlockStart: "space-inset";
|
|
1833
|
-
readonly insetInline: "space-inset";
|
|
1834
|
-
readonly insetInlineEnd: "space-inset";
|
|
1835
|
-
readonly insetInlineStart: "space-inset";
|
|
1836
|
-
readonly left: "space";
|
|
1837
|
-
readonly letterSpacing: "letter-spacings";
|
|
1838
|
-
readonly lineHeight: "line-heights";
|
|
1839
|
-
readonly margin: "space-offset";
|
|
1840
|
-
readonly marginBlock: "space-offset";
|
|
1841
|
-
readonly marginBlockEnd: "space-offset";
|
|
1842
|
-
readonly marginBlockStart: "space-offset";
|
|
1843
|
-
readonly marginBottom: "space-offset";
|
|
1844
|
-
readonly marginInline: "space-offset";
|
|
1845
|
-
readonly marginInlineEnd: "space-offset";
|
|
1846
|
-
readonly marginInlineStart: "space-offset";
|
|
1847
|
-
readonly marginLeft: "space-offset";
|
|
1848
|
-
readonly marginRight: "space-offset";
|
|
1849
|
-
readonly marginTop: "space-offset";
|
|
1850
|
-
readonly maxBlockSize: "sizes";
|
|
1851
|
-
readonly maxHeight: "sizes";
|
|
1852
|
-
readonly maxInlineSize: "sizes";
|
|
1853
|
-
readonly maxWidth: "sizes";
|
|
1854
|
-
readonly minBlockSize: "sizes";
|
|
1855
|
-
readonly minHeight: "sizes";
|
|
1856
|
-
readonly minInlineSize: "sizes";
|
|
1857
|
-
readonly minWidth: "sizes";
|
|
1858
|
-
readonly outline: "colors";
|
|
1859
|
-
readonly outlineColor: "colors";
|
|
1860
|
-
readonly padding: "space-inset";
|
|
1861
|
-
readonly paddingBlock: "space-inset";
|
|
1862
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1863
|
-
readonly paddingBlockStart: "space-inset";
|
|
1864
|
-
readonly paddingBottom: "space-inset";
|
|
1865
|
-
readonly paddingInline: "space-inset";
|
|
1866
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1867
|
-
readonly paddingInlineStart: "space-inset";
|
|
1868
|
-
readonly paddingLeft: "space-inset";
|
|
1869
|
-
readonly paddingRight: "space-inset";
|
|
1870
|
-
readonly paddingTop: "space-inset";
|
|
1871
|
-
readonly right: "space";
|
|
1872
|
-
readonly rowGap: "space-gap";
|
|
1873
|
-
readonly scrollMargin: "space-offset";
|
|
1874
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1875
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1876
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1877
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1878
|
-
readonly scrollMarginInline: "space-offset";
|
|
1879
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1880
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1881
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1882
|
-
readonly scrollMarginRight: "space-offset";
|
|
1883
|
-
readonly scrollMarginTop: "space-offset";
|
|
1884
|
-
readonly scrollPadding: "space-inset";
|
|
1885
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1886
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1887
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1888
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1889
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1890
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1891
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1892
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1893
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1894
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1895
|
-
readonly stroke: "colors";
|
|
1896
|
-
readonly strokeWidth: "stroke-width";
|
|
1897
|
-
readonly textDecorationColor: "colors";
|
|
1898
|
-
readonly textShadow: "shadows";
|
|
1899
|
-
readonly top: "space";
|
|
1900
|
-
readonly transition: "transitions";
|
|
1901
|
-
readonly width: "sizes";
|
|
1902
|
-
readonly zIndex: "z-indices";
|
|
1903
|
-
}, {
|
|
1904
|
-
paddingX: (value: {
|
|
1897
|
+
};
|
|
1898
|
+
paddingY: (value: {
|
|
1899
|
+
readonly [$$PropertyValue]: "padding";
|
|
1900
|
+
}) => {
|
|
1901
|
+
paddingTop: {
|
|
1905
1902
|
readonly [$$PropertyValue]: "padding";
|
|
1906
|
-
}) => {
|
|
1907
|
-
paddingLeft: {
|
|
1908
|
-
readonly [$$PropertyValue]: "padding";
|
|
1909
|
-
};
|
|
1910
|
-
paddingRight: {
|
|
1911
|
-
readonly [$$PropertyValue]: "padding";
|
|
1912
|
-
};
|
|
1913
1903
|
};
|
|
1914
|
-
|
|
1904
|
+
paddingBottom: {
|
|
1915
1905
|
readonly [$$PropertyValue]: "padding";
|
|
1916
|
-
}) => {
|
|
1917
|
-
paddingTop: {
|
|
1918
|
-
readonly [$$PropertyValue]: "padding";
|
|
1919
|
-
};
|
|
1920
|
-
paddingBottom: {
|
|
1921
|
-
readonly [$$PropertyValue]: "padding";
|
|
1922
|
-
};
|
|
1923
1906
|
};
|
|
1924
|
-
|
|
1907
|
+
};
|
|
1908
|
+
marginX: (value: {
|
|
1909
|
+
readonly [$$PropertyValue]: "margin";
|
|
1910
|
+
}) => {
|
|
1911
|
+
marginLeft: {
|
|
1925
1912
|
readonly [$$PropertyValue]: "margin";
|
|
1926
|
-
}) => {
|
|
1927
|
-
marginLeft: {
|
|
1928
|
-
readonly [$$PropertyValue]: "margin";
|
|
1929
|
-
};
|
|
1930
|
-
marginRight: {
|
|
1931
|
-
readonly [$$PropertyValue]: "margin";
|
|
1932
|
-
};
|
|
1933
1913
|
};
|
|
1934
|
-
|
|
1914
|
+
marginRight: {
|
|
1935
1915
|
readonly [$$PropertyValue]: "margin";
|
|
1936
|
-
}) => {
|
|
1937
|
-
marginTop: {
|
|
1938
|
-
readonly [$$PropertyValue]: "margin";
|
|
1939
|
-
};
|
|
1940
|
-
marginBottom: {
|
|
1941
|
-
readonly [$$PropertyValue]: "margin";
|
|
1942
|
-
};
|
|
1943
1916
|
};
|
|
1944
|
-
|
|
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: {
|
|
1945
1935
|
readonly [$$PropertyValue]: "width";
|
|
1946
|
-
}) => {
|
|
1947
|
-
width: {
|
|
1948
|
-
readonly [$$PropertyValue]: "width";
|
|
1949
|
-
};
|
|
1950
|
-
height: {
|
|
1951
|
-
readonly [$$PropertyValue]: "width";
|
|
1952
|
-
};
|
|
1953
1936
|
};
|
|
1954
|
-
}
|
|
1955
|
-
}> & {
|
|
1956
|
-
children?: react.ReactNode;
|
|
1957
|
-
} & _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>>, {}, {}>;
|
|
1958
1939
|
|
|
1959
1940
|
declare type ItemPropsWithAnchor = Omit<ItemProps, 'unstyled'> & AnchorHTMLAttributes<typeof StyledLink>;
|
|
1960
1941
|
interface LinkProps extends ItemPropsWithAnchor {
|