@mirohq/design-system-tooltip 3.2.30-input.1 → 3.2.30-make-typecheck-great-again.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +951 -947
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -2,496 +2,498 @@ import * as react from 'react';
|
|
|
2
2
|
import react__default, { DOMAttributes } 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';
|
|
6
5
|
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
7
6
|
import * as _radix_ui_react_tooltip from '@radix-ui/react-tooltip';
|
|
8
7
|
import { TooltipPortalProps } from '@radix-ui/react-tooltip';
|
|
8
|
+
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
9
9
|
|
|
10
|
-
declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
colors: {
|
|
18
|
-
readonly black: any;
|
|
19
|
-
readonly 'blue-100': any;
|
|
20
|
-
readonly 'blue-200': any;
|
|
21
|
-
readonly 'blue-300': any;
|
|
22
|
-
readonly 'blue-400': any;
|
|
23
|
-
readonly 'blue-500': any;
|
|
24
|
-
readonly 'blue-600': any;
|
|
25
|
-
readonly 'blue-700': any;
|
|
26
|
-
readonly 'blue-800': any;
|
|
27
|
-
readonly 'blue-900': any;
|
|
28
|
-
readonly 'blue-1000': any;
|
|
29
|
-
readonly 'gray-100': any;
|
|
30
|
-
readonly 'gray-200': any;
|
|
31
|
-
readonly 'gray-300': any;
|
|
32
|
-
readonly 'gray-400': any;
|
|
33
|
-
readonly 'gray-500': any;
|
|
34
|
-
readonly 'gray-600': any;
|
|
35
|
-
readonly 'gray-700': any;
|
|
36
|
-
readonly 'gray-800': any;
|
|
37
|
-
readonly 'gray-900': any;
|
|
38
|
-
readonly 'green-100': any;
|
|
39
|
-
readonly 'green-200': any;
|
|
40
|
-
readonly 'green-300': any;
|
|
41
|
-
readonly 'green-400': any;
|
|
42
|
-
readonly 'green-500': any;
|
|
43
|
-
readonly 'green-600': any;
|
|
44
|
-
readonly 'green-700': any;
|
|
45
|
-
readonly 'green-800': any;
|
|
46
|
-
readonly 'green-900': any;
|
|
47
|
-
readonly 'indigo-100': any;
|
|
48
|
-
readonly 'indigo-200': any;
|
|
49
|
-
readonly 'indigo-300': any;
|
|
50
|
-
readonly 'indigo-400': any;
|
|
51
|
-
readonly 'indigo-500': any;
|
|
52
|
-
readonly 'indigo-600': any;
|
|
53
|
-
readonly 'indigo-700': any;
|
|
54
|
-
readonly 'indigo-800': any;
|
|
55
|
-
readonly 'indigo-900': any;
|
|
56
|
-
readonly 'red-100': any;
|
|
57
|
-
readonly 'red-200': any;
|
|
58
|
-
readonly 'red-300': any;
|
|
59
|
-
readonly 'red-400': any;
|
|
60
|
-
readonly 'red-500': any;
|
|
61
|
-
readonly 'red-600': any;
|
|
62
|
-
readonly 'red-700': any;
|
|
63
|
-
readonly 'red-800': any;
|
|
64
|
-
readonly 'red-900': any;
|
|
65
|
-
readonly transparent: any;
|
|
66
|
-
readonly white: any;
|
|
67
|
-
readonly 'yellow-100': any;
|
|
68
|
-
readonly 'yellow-200': any;
|
|
69
|
-
readonly 'yellow-300': any;
|
|
70
|
-
readonly 'yellow-400': any;
|
|
71
|
-
readonly 'yellow-500': any;
|
|
72
|
-
readonly 'yellow-600': any;
|
|
73
|
-
readonly 'yellow-700': any;
|
|
74
|
-
readonly 'yellow-800': any;
|
|
75
|
-
readonly 'yellow-900': any;
|
|
76
|
-
"background-alpha-active"?: any;
|
|
77
|
-
"background-alpha-hover"?: any;
|
|
78
|
-
"background-danger-prominent"?: any;
|
|
79
|
-
"background-danger-prominent-active"?: any;
|
|
80
|
-
"background-danger-prominent-hover"?: any;
|
|
81
|
-
"background-danger-subtle"?: any;
|
|
82
|
-
"background-danger-subtle-active"?: any;
|
|
83
|
-
"background-danger-subtle-hover"?: any;
|
|
84
|
-
"background-neutrals"?: any;
|
|
85
|
-
"background-neutrals-active"?: any;
|
|
86
|
-
"background-neutrals-container"?: any;
|
|
87
|
-
"background-neutrals-controls-disabled"?: any;
|
|
88
|
-
"background-neutrals-disabled"?: any;
|
|
89
|
-
"background-neutrals-hover"?: any;
|
|
90
|
-
"background-neutrals-inactive"?: any;
|
|
91
|
-
"background-neutrals-inactive-hover"?: any;
|
|
92
|
-
"background-neutrals-inverted"?: any;
|
|
93
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
94
|
-
"background-neutrals-page"?: any;
|
|
95
|
-
"background-neutrals-page-subtle"?: any;
|
|
96
|
-
"background-neutrals-scrolls"?: any;
|
|
97
|
-
"background-neutrals-scrolls-expanded"?: any;
|
|
98
|
-
"background-neutrals-scrolls-hover"?: any;
|
|
99
|
-
"background-neutrals-scrolls-pressed"?: any;
|
|
100
|
-
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
101
|
-
"background-neutrals-subtle"?: any;
|
|
102
|
-
"background-neutrals-subtle-active"?: any;
|
|
103
|
-
"background-neutrals-subtle-hover"?: any;
|
|
104
|
-
"background-primary-prominent"?: any;
|
|
105
|
-
"background-primary-prominent-active"?: any;
|
|
106
|
-
"background-primary-prominent-expanded"?: any;
|
|
107
|
-
"background-primary-prominent-hover"?: any;
|
|
108
|
-
"background-primary-prominent-pressed"?: any;
|
|
109
|
-
"background-primary-prominent-pressed-hover"?: any;
|
|
110
|
-
"background-primary-prominent-selected"?: any;
|
|
111
|
-
"background-primary-subtle"?: any;
|
|
112
|
-
"background-primary-subtle-active"?: any;
|
|
113
|
-
"background-primary-subtle-expanded"?: any;
|
|
114
|
-
"background-primary-subtle-hover"?: any;
|
|
115
|
-
"background-primary-subtle-pressed"?: any;
|
|
116
|
-
"background-primary-subtle-pressed-hover"?: any;
|
|
117
|
-
"background-primary-subtle-selected"?: any;
|
|
118
|
-
"background-success"?: any;
|
|
119
|
-
"background-success-prominent"?: any;
|
|
120
|
-
"background-success-prominent-active"?: any;
|
|
121
|
-
"background-success-prominent-hover"?: any;
|
|
122
|
-
"background-warning-prominent"?: any;
|
|
123
|
-
"background-warning-subtle"?: any;
|
|
124
|
-
"border-danger"?: any;
|
|
125
|
-
"border-danger-active"?: any;
|
|
126
|
-
"border-danger-hover"?: any;
|
|
127
|
-
"border-focus-inner"?: any;
|
|
128
|
-
"border-focus-middle"?: any;
|
|
129
|
-
"border-focus-outer"?: any;
|
|
130
|
-
"border-neutrals"?: any;
|
|
131
|
-
"border-neutrals-active"?: any;
|
|
132
|
-
"border-neutrals-controls"?: any;
|
|
133
|
-
"border-neutrals-controls-disabled"?: any;
|
|
134
|
-
"border-neutrals-disabled"?: any;
|
|
135
|
-
"border-neutrals-hover"?: any;
|
|
136
|
-
"border-neutrals-inverted"?: any;
|
|
137
|
-
"border-neutrals-subtle"?: any;
|
|
138
|
-
"border-neutrals-text"?: any;
|
|
139
|
-
"border-neutrals-text-active"?: any;
|
|
140
|
-
"border-neutrals-text-hover"?: any;
|
|
141
|
-
"border-neutrals-text-subtle"?: any;
|
|
142
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
143
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
144
|
-
"border-neutrals-transparent"?: any;
|
|
145
|
-
"border-primary"?: any;
|
|
146
|
-
"border-primary-active"?: any;
|
|
147
|
-
"border-primary-hover"?: any;
|
|
148
|
-
"border-primary-inverted"?: any;
|
|
149
|
-
"border-success"?: any;
|
|
150
|
-
"border-success-active"?: any;
|
|
151
|
-
"border-success-hover"?: any;
|
|
152
|
-
"border-warning"?: any;
|
|
153
|
-
"icon-danger"?: any;
|
|
154
|
-
"icon-danger-active"?: any;
|
|
155
|
-
"icon-danger-hover"?: any;
|
|
156
|
-
"icon-danger-inverted"?: any;
|
|
157
|
-
"icon-neutrals"?: any;
|
|
158
|
-
"icon-neutrals-disabled"?: any;
|
|
159
|
-
"icon-neutrals-inactive"?: any;
|
|
160
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
161
|
-
"icon-neutrals-inverted"?: any;
|
|
162
|
-
"icon-neutrals-search"?: any;
|
|
163
|
-
"icon-neutrals-subtle"?: any;
|
|
164
|
-
"icon-neutrals-text"?: any;
|
|
165
|
-
"icon-primary"?: any;
|
|
166
|
-
"icon-primary-active"?: any;
|
|
167
|
-
"icon-primary-hover"?: any;
|
|
168
|
-
"icon-primary-inverted"?: any;
|
|
169
|
-
"icon-primary-selected"?: any;
|
|
170
|
-
"icon-success"?: any;
|
|
171
|
-
"icon-success-active"?: any;
|
|
172
|
-
"icon-success-hover"?: any;
|
|
173
|
-
"icon-success-inverted"?: any;
|
|
174
|
-
"icon-warning"?: any;
|
|
175
|
-
"icon-warning-prominent"?: any;
|
|
176
|
-
"icon-warning-subtle"?: any;
|
|
177
|
-
"text-danger"?: any;
|
|
178
|
-
"text-danger-active"?: any;
|
|
179
|
-
"text-danger-hover"?: any;
|
|
180
|
-
"text-danger-inverted"?: any;
|
|
181
|
-
"text-neutrals"?: any;
|
|
182
|
-
"text-neutrals-active"?: any;
|
|
183
|
-
"text-neutrals-disabled"?: any;
|
|
184
|
-
"text-neutrals-hover"?: any;
|
|
185
|
-
"text-neutrals-inverted"?: any;
|
|
186
|
-
"text-neutrals-placeholder"?: any;
|
|
187
|
-
"text-neutrals-placeholder-only"?: any;
|
|
188
|
-
"text-neutrals-subtle"?: any;
|
|
189
|
-
"text-neutrals-subtle-active"?: any;
|
|
190
|
-
"text-neutrals-subtle-hover"?: any;
|
|
191
|
-
"text-primary"?: any;
|
|
192
|
-
"text-primary-active"?: any;
|
|
193
|
-
"text-primary-hover"?: any;
|
|
194
|
-
"text-primary-inverted"?: any;
|
|
195
|
-
"text-primary-inverted-subtle"?: any;
|
|
196
|
-
"text-primary-selected"?: any;
|
|
197
|
-
"text-success"?: any;
|
|
198
|
-
"text-success-active"?: any;
|
|
199
|
-
"text-success-hover"?: any;
|
|
200
|
-
"text-success-inverted"?: any;
|
|
201
|
-
"text-warning"?: any;
|
|
202
|
-
"text-warning-subtle"?: any;
|
|
203
|
-
};
|
|
204
|
-
'font-sizes': {
|
|
205
|
-
readonly 150: "0.75rem";
|
|
206
|
-
readonly 175: "0.875rem";
|
|
207
|
-
readonly 200: "1rem";
|
|
208
|
-
readonly 225: "1.125rem";
|
|
209
|
-
readonly 250: "1.25rem";
|
|
210
|
-
readonly 300: "1.5rem";
|
|
211
|
-
readonly 400: "2rem";
|
|
212
|
-
readonly 500: "2.5rem";
|
|
213
|
-
readonly 600: "3rem";
|
|
214
|
-
readonly 800: "4rem";
|
|
215
|
-
readonly 900: "4.5rem";
|
|
216
|
-
};
|
|
217
|
-
fonts: {
|
|
218
|
-
readonly heading: "Roobert, sans-serif";
|
|
219
|
-
readonly body: "Open Sans, sans-serif";
|
|
220
|
-
};
|
|
221
|
-
radii: {
|
|
222
|
-
readonly none: 0;
|
|
223
|
-
readonly half: "999em";
|
|
224
|
-
readonly 25: "2px";
|
|
225
|
-
readonly 50: "4px";
|
|
226
|
-
readonly 75: "6px";
|
|
227
|
-
readonly 100: "8px";
|
|
228
|
-
readonly 200: "16px";
|
|
229
|
-
};
|
|
230
|
-
shadows: {
|
|
231
|
-
readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
|
|
232
|
-
readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
|
|
233
|
-
readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
|
|
234
|
-
readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
|
|
235
|
-
readonly 'focus-controls-error': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-danger, 0 0 0 5px $colors$background-danger-subtle-hover";
|
|
236
|
-
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
237
|
-
};
|
|
238
|
-
sizes: {
|
|
239
|
-
readonly number: string;
|
|
240
|
-
readonly 'icon-200': "16px";
|
|
241
|
-
readonly 'icon-300': "24px";
|
|
242
|
-
readonly 'icon-400': "32px";
|
|
243
|
-
};
|
|
244
|
-
space: {
|
|
245
|
-
readonly 0: "0px";
|
|
246
|
-
readonly 25: "2px";
|
|
247
|
-
readonly 50: "4px";
|
|
248
|
-
readonly 100: "8px";
|
|
249
|
-
readonly 150: "12px";
|
|
250
|
-
readonly 200: "16px";
|
|
251
|
-
readonly 300: "24px";
|
|
252
|
-
readonly 400: "32px";
|
|
253
|
-
readonly 500: "40px";
|
|
254
|
-
readonly 600: "48px";
|
|
255
|
-
readonly 700: "56px";
|
|
256
|
-
readonly 800: "64px";
|
|
257
|
-
readonly 1200: "96px";
|
|
258
|
-
readonly 1600: "128px";
|
|
259
|
-
};
|
|
260
|
-
'space-gap': {
|
|
261
|
-
readonly 0: any;
|
|
262
|
-
readonly 50: any;
|
|
263
|
-
readonly 100: any;
|
|
264
|
-
readonly 200: any;
|
|
265
|
-
readonly 300: any;
|
|
266
|
-
};
|
|
267
|
-
'space-inset': {
|
|
268
|
-
readonly 0: any;
|
|
269
|
-
readonly 50: any;
|
|
270
|
-
readonly 100: any;
|
|
271
|
-
readonly 150: any;
|
|
272
|
-
readonly 200: any;
|
|
273
|
-
readonly 300: any;
|
|
274
|
-
readonly 400: any;
|
|
275
|
-
readonly 500: any;
|
|
276
|
-
readonly 600: any;
|
|
277
|
-
readonly 700: any;
|
|
278
|
-
readonly 800: any;
|
|
279
|
-
readonly 1200: any;
|
|
280
|
-
readonly 1600: any;
|
|
281
|
-
};
|
|
282
|
-
'space-offset': {
|
|
283
|
-
readonly 0: any;
|
|
284
|
-
readonly 50: any;
|
|
285
|
-
readonly 100: any;
|
|
286
|
-
readonly 150: any;
|
|
287
|
-
readonly 200: any;
|
|
288
|
-
readonly 300: any;
|
|
289
|
-
readonly 400: any;
|
|
290
|
-
readonly 600: any;
|
|
291
|
-
readonly 800: any;
|
|
292
|
-
readonly 1200: any;
|
|
293
|
-
readonly 1600: any;
|
|
294
|
-
readonly 'stacking-0': any;
|
|
295
|
-
readonly 'stacking-100': any;
|
|
296
|
-
readonly 'stacking-200': any;
|
|
297
|
-
readonly 'stacking-300': any;
|
|
298
|
-
readonly 'stacking-400': any;
|
|
299
|
-
readonly 'stacking-500': any;
|
|
300
|
-
readonly 'stacking-800': any;
|
|
301
|
-
};
|
|
302
|
-
'stroke-width': {
|
|
303
|
-
readonly thin: "1.5px";
|
|
304
|
-
readonly normal: "2px";
|
|
305
|
-
readonly bold: "4px";
|
|
306
|
-
};
|
|
307
|
-
'z-indices': {
|
|
308
|
-
readonly dropdownMenu: 100;
|
|
309
|
-
readonly select: 200;
|
|
310
|
-
readonly popover: 300;
|
|
311
|
-
readonly tooltip: 400;
|
|
312
|
-
};
|
|
313
|
-
}, {
|
|
314
|
-
readonly background: "colors";
|
|
315
|
-
readonly backgroundColor: "colors";
|
|
316
|
-
readonly backgroundImage: "colors";
|
|
317
|
-
readonly blockSize: "sizes";
|
|
318
|
-
readonly border: "colors";
|
|
319
|
-
readonly borderBlock: "colors";
|
|
320
|
-
readonly borderBlockEnd: "colors";
|
|
321
|
-
readonly borderBlockStart: "colors";
|
|
322
|
-
readonly borderBottom: "colors";
|
|
323
|
-
readonly borderBottomColor: "colors";
|
|
324
|
-
readonly borderBottomLeftRadius: "radii";
|
|
325
|
-
readonly borderBottomRightRadius: "radii";
|
|
326
|
-
readonly borderBottomStyle: "border-styles";
|
|
327
|
-
readonly borderBottomWidth: "border-widths";
|
|
328
|
-
readonly borderColor: "colors";
|
|
329
|
-
readonly borderImage: "colors";
|
|
330
|
-
readonly borderInline: "colors";
|
|
331
|
-
readonly borderInlineEnd: "colors";
|
|
332
|
-
readonly borderInlineStart: "colors";
|
|
333
|
-
readonly borderLeft: "colors";
|
|
334
|
-
readonly borderLeftColor: "colors";
|
|
335
|
-
readonly borderLeftStyle: "border-styles";
|
|
336
|
-
readonly borderLeftWidth: "border-widths";
|
|
337
|
-
readonly borderRadius: "radii";
|
|
338
|
-
readonly borderRight: "colors";
|
|
339
|
-
readonly borderRightColor: "colors";
|
|
340
|
-
readonly borderRightStyle: "border-styles";
|
|
341
|
-
readonly borderRightWidth: "border-widths";
|
|
342
|
-
readonly borderStyle: "border-styles";
|
|
343
|
-
readonly borderTop: "colors";
|
|
344
|
-
readonly borderTopColor: "colors";
|
|
345
|
-
readonly borderTopLeftRadius: "radii";
|
|
346
|
-
readonly borderTopRightRadius: "radii";
|
|
347
|
-
readonly borderTopStyle: "border-styles";
|
|
348
|
-
readonly borderTopWidth: "border-widths";
|
|
349
|
-
readonly borderWidth: "border-widths";
|
|
350
|
-
readonly bottom: "space";
|
|
351
|
-
readonly boxShadow: "shadows";
|
|
352
|
-
readonly caretColor: "colors";
|
|
353
|
-
readonly color: "colors";
|
|
354
|
-
readonly columnGap: "space-gap";
|
|
355
|
-
readonly columnRuleColor: "colors";
|
|
356
|
-
readonly fill: "colors";
|
|
357
|
-
readonly flexBasis: "sizes";
|
|
358
|
-
readonly fontFamily: "fonts";
|
|
359
|
-
readonly fontSize: "font-sizes";
|
|
360
|
-
readonly fontWeight: "font-weights";
|
|
361
|
-
readonly gap: "space-gap";
|
|
362
|
-
readonly gridColumnGap: "space-gap";
|
|
363
|
-
readonly gridGap: "space-gap";
|
|
364
|
-
readonly gridRowGap: "space-gap";
|
|
365
|
-
readonly gridTemplateColumns: "sizes";
|
|
366
|
-
readonly gridTemplateRows: "sizes";
|
|
367
|
-
readonly height: "sizes";
|
|
368
|
-
readonly inlineSize: "sizes";
|
|
369
|
-
readonly inset: "space-inset";
|
|
370
|
-
readonly insetBlock: "space-inset";
|
|
371
|
-
readonly insetBlockEnd: "space-inset";
|
|
372
|
-
readonly insetBlockStart: "space-inset";
|
|
373
|
-
readonly insetInline: "space-inset";
|
|
374
|
-
readonly insetInlineEnd: "space-inset";
|
|
375
|
-
readonly insetInlineStart: "space-inset";
|
|
376
|
-
readonly left: "space";
|
|
377
|
-
readonly letterSpacing: "letter-spacings";
|
|
378
|
-
readonly lineHeight: "line-heights";
|
|
379
|
-
readonly margin: "space-offset";
|
|
380
|
-
readonly marginBlock: "space-offset";
|
|
381
|
-
readonly marginBlockEnd: "space-offset";
|
|
382
|
-
readonly marginBlockStart: "space-offset";
|
|
383
|
-
readonly marginBottom: "space-offset";
|
|
384
|
-
readonly marginInline: "space-offset";
|
|
385
|
-
readonly marginInlineEnd: "space-offset";
|
|
386
|
-
readonly marginInlineStart: "space-offset";
|
|
387
|
-
readonly marginLeft: "space-offset";
|
|
388
|
-
readonly marginRight: "space-offset";
|
|
389
|
-
readonly marginTop: "space-offset";
|
|
390
|
-
readonly maxBlockSize: "sizes";
|
|
391
|
-
readonly maxHeight: "sizes";
|
|
392
|
-
readonly maxInlineSize: "sizes";
|
|
393
|
-
readonly maxWidth: "sizes";
|
|
394
|
-
readonly minBlockSize: "sizes";
|
|
395
|
-
readonly minHeight: "sizes";
|
|
396
|
-
readonly minInlineSize: "sizes";
|
|
397
|
-
readonly minWidth: "sizes";
|
|
398
|
-
readonly outline: "colors";
|
|
399
|
-
readonly outlineColor: "colors";
|
|
400
|
-
readonly padding: "space-inset";
|
|
401
|
-
readonly paddingBlock: "space-inset";
|
|
402
|
-
readonly paddingBlockEnd: "space-inset";
|
|
403
|
-
readonly paddingBlockStart: "space-inset";
|
|
404
|
-
readonly paddingBottom: "space-inset";
|
|
405
|
-
readonly paddingInline: "space-inset";
|
|
406
|
-
readonly paddingInlineEnd: "space-inset";
|
|
407
|
-
readonly paddingInlineStart: "space-inset";
|
|
408
|
-
readonly paddingLeft: "space-inset";
|
|
409
|
-
readonly paddingRight: "space-inset";
|
|
410
|
-
readonly paddingTop: "space-inset";
|
|
411
|
-
readonly right: "space";
|
|
412
|
-
readonly rowGap: "space-gap";
|
|
413
|
-
readonly scrollMargin: "space-offset";
|
|
414
|
-
readonly scrollMarginBlock: "space-offset";
|
|
415
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
416
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
417
|
-
readonly scrollMarginBottom: "space-offset";
|
|
418
|
-
readonly scrollMarginInline: "space-offset";
|
|
419
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
420
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
421
|
-
readonly scrollMarginLeft: "space-offset";
|
|
422
|
-
readonly scrollMarginRight: "space-offset";
|
|
423
|
-
readonly scrollMarginTop: "space-offset";
|
|
424
|
-
readonly scrollPadding: "space-inset";
|
|
425
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
426
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
427
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
428
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
429
|
-
readonly scrollPaddingInline: "space-inset";
|
|
430
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
431
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
432
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
433
|
-
readonly scrollPaddingRight: "space-inset";
|
|
434
|
-
readonly scrollPaddingTop: "space-inset";
|
|
435
|
-
readonly stroke: "colors";
|
|
436
|
-
readonly strokeWidth: "stroke-width";
|
|
437
|
-
readonly textDecorationColor: "colors";
|
|
438
|
-
readonly textShadow: "shadows";
|
|
439
|
-
readonly top: "space";
|
|
440
|
-
readonly transition: "transitions";
|
|
441
|
-
readonly width: "sizes";
|
|
442
|
-
readonly zIndex: "z-indices";
|
|
443
|
-
}, {
|
|
444
|
-
paddingX: (value: {
|
|
445
|
-
readonly [$$PropertyValue]: "padding";
|
|
446
|
-
}) => {
|
|
447
|
-
paddingLeft: {
|
|
448
|
-
readonly [$$PropertyValue]: "padding";
|
|
10
|
+
declare const StyledContent: react.ForwardRefExoticComponent<Omit<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_tooltip.TooltipContentProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
11
|
+
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
12
|
+
'border-widths': {
|
|
13
|
+
readonly none: 0;
|
|
14
|
+
readonly sm: "1px";
|
|
15
|
+
readonly md: "2px";
|
|
16
|
+
readonly lg: "4px";
|
|
449
17
|
};
|
|
450
|
-
|
|
451
|
-
readonly
|
|
18
|
+
colors: {
|
|
19
|
+
readonly black: any;
|
|
20
|
+
readonly 'blue-100': any;
|
|
21
|
+
readonly 'blue-200': any;
|
|
22
|
+
readonly 'blue-300': any;
|
|
23
|
+
readonly 'blue-400': any;
|
|
24
|
+
readonly 'blue-500': any;
|
|
25
|
+
readonly 'blue-600': any;
|
|
26
|
+
readonly 'blue-700': any;
|
|
27
|
+
readonly 'blue-800': any;
|
|
28
|
+
readonly 'blue-900': any;
|
|
29
|
+
readonly 'blue-1000': any;
|
|
30
|
+
readonly 'gray-100': any;
|
|
31
|
+
readonly 'gray-200': any;
|
|
32
|
+
readonly 'gray-300': any;
|
|
33
|
+
readonly 'gray-400': any;
|
|
34
|
+
readonly 'gray-500': any;
|
|
35
|
+
readonly 'gray-600': any;
|
|
36
|
+
readonly 'gray-700': any;
|
|
37
|
+
readonly 'gray-800': any;
|
|
38
|
+
readonly 'gray-900': any;
|
|
39
|
+
readonly 'green-100': any;
|
|
40
|
+
readonly 'green-200': any;
|
|
41
|
+
readonly 'green-300': any;
|
|
42
|
+
readonly 'green-400': any;
|
|
43
|
+
readonly 'green-500': any;
|
|
44
|
+
readonly 'green-600': any;
|
|
45
|
+
readonly 'green-700': any;
|
|
46
|
+
readonly 'green-800': any;
|
|
47
|
+
readonly 'green-900': any;
|
|
48
|
+
readonly 'indigo-100': any;
|
|
49
|
+
readonly 'indigo-200': any;
|
|
50
|
+
readonly 'indigo-300': any;
|
|
51
|
+
readonly 'indigo-400': any;
|
|
52
|
+
readonly 'indigo-500': any;
|
|
53
|
+
readonly 'indigo-600': any;
|
|
54
|
+
readonly 'indigo-700': any;
|
|
55
|
+
readonly 'indigo-800': any;
|
|
56
|
+
readonly 'indigo-900': any;
|
|
57
|
+
readonly 'red-100': any;
|
|
58
|
+
readonly 'red-200': any;
|
|
59
|
+
readonly 'red-300': any;
|
|
60
|
+
readonly 'red-400': any;
|
|
61
|
+
readonly 'red-500': any;
|
|
62
|
+
readonly 'red-600': any;
|
|
63
|
+
readonly 'red-700': any;
|
|
64
|
+
readonly 'red-800': any;
|
|
65
|
+
readonly 'red-900': any;
|
|
66
|
+
readonly transparent: any;
|
|
67
|
+
readonly white: any;
|
|
68
|
+
readonly 'yellow-100': any;
|
|
69
|
+
readonly 'yellow-200': any;
|
|
70
|
+
readonly 'yellow-300': any;
|
|
71
|
+
readonly 'yellow-400': any;
|
|
72
|
+
readonly 'yellow-500': any;
|
|
73
|
+
readonly 'yellow-600': any;
|
|
74
|
+
readonly 'yellow-700': any;
|
|
75
|
+
readonly 'yellow-800': any;
|
|
76
|
+
readonly 'yellow-900': any;
|
|
77
|
+
"background-alpha-active"?: any;
|
|
78
|
+
"background-alpha-hover"?: any;
|
|
79
|
+
"background-danger-prominent"?: any;
|
|
80
|
+
"background-danger-prominent-active"?: any;
|
|
81
|
+
"background-danger-prominent-hover"?: any;
|
|
82
|
+
"background-danger-subtle"?: any;
|
|
83
|
+
"background-danger-subtle-active"?: any;
|
|
84
|
+
"background-danger-subtle-hover"?: any;
|
|
85
|
+
"background-neutrals"?: any;
|
|
86
|
+
"background-neutrals-active"?: any;
|
|
87
|
+
"background-neutrals-container"?: any;
|
|
88
|
+
"background-neutrals-controls-disabled"?: any;
|
|
89
|
+
"background-neutrals-disabled"?: any;
|
|
90
|
+
"background-neutrals-hover"?: any;
|
|
91
|
+
"background-neutrals-inactive"?: any;
|
|
92
|
+
"background-neutrals-inactive-hover"?: any;
|
|
93
|
+
"background-neutrals-inverted"?: any;
|
|
94
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
95
|
+
"background-neutrals-page"?: any;
|
|
96
|
+
"background-neutrals-page-subtle"?: any;
|
|
97
|
+
"background-neutrals-scrolls"?: any;
|
|
98
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
99
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
100
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
101
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
102
|
+
"background-neutrals-subtle"?: any;
|
|
103
|
+
"background-neutrals-subtle-active"?: any;
|
|
104
|
+
"background-neutrals-subtle-hover"?: any;
|
|
105
|
+
"background-primary-prominent"?: any;
|
|
106
|
+
"background-primary-prominent-active"?: any;
|
|
107
|
+
"background-primary-prominent-expanded"?: any;
|
|
108
|
+
"background-primary-prominent-hover"?: any;
|
|
109
|
+
"background-primary-prominent-pressed"?: any;
|
|
110
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
111
|
+
"background-primary-prominent-selected"?: any;
|
|
112
|
+
"background-primary-subtle"?: any;
|
|
113
|
+
"background-primary-subtle-active"?: any;
|
|
114
|
+
"background-primary-subtle-expanded"?: any;
|
|
115
|
+
"background-primary-subtle-hover"?: any;
|
|
116
|
+
"background-primary-subtle-pressed"?: any;
|
|
117
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
118
|
+
"background-primary-subtle-selected"?: any;
|
|
119
|
+
"background-success"?: any;
|
|
120
|
+
"background-success-prominent"?: any;
|
|
121
|
+
"background-success-prominent-active"?: any;
|
|
122
|
+
"background-success-prominent-hover"?: any;
|
|
123
|
+
"background-warning-prominent"?: any;
|
|
124
|
+
"background-warning-subtle"?: any;
|
|
125
|
+
"border-danger"?: any;
|
|
126
|
+
"border-danger-active"?: any;
|
|
127
|
+
"border-danger-hover"?: any;
|
|
128
|
+
"border-focus-inner"?: any;
|
|
129
|
+
"border-focus-middle"?: any;
|
|
130
|
+
"border-focus-outer"?: any;
|
|
131
|
+
"border-neutrals"?: any;
|
|
132
|
+
"border-neutrals-active"?: any;
|
|
133
|
+
"border-neutrals-controls"?: any;
|
|
134
|
+
"border-neutrals-controls-disabled"?: any;
|
|
135
|
+
"border-neutrals-disabled"?: any;
|
|
136
|
+
"border-neutrals-hover"?: any;
|
|
137
|
+
"border-neutrals-inverted"?: any;
|
|
138
|
+
"border-neutrals-subtle"?: any;
|
|
139
|
+
"border-neutrals-text"?: any;
|
|
140
|
+
"border-neutrals-text-active"?: any;
|
|
141
|
+
"border-neutrals-text-hover"?: any;
|
|
142
|
+
"border-neutrals-text-subtle"?: any;
|
|
143
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
144
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
145
|
+
"border-neutrals-transparent"?: any;
|
|
146
|
+
"border-primary"?: any;
|
|
147
|
+
"border-primary-active"?: any;
|
|
148
|
+
"border-primary-hover"?: any;
|
|
149
|
+
"border-primary-inverted"?: any;
|
|
150
|
+
"border-success"?: any;
|
|
151
|
+
"border-success-active"?: any;
|
|
152
|
+
"border-success-hover"?: any;
|
|
153
|
+
"border-warning"?: any;
|
|
154
|
+
"icon-danger"?: any;
|
|
155
|
+
"icon-danger-active"?: any;
|
|
156
|
+
"icon-danger-hover"?: any;
|
|
157
|
+
"icon-danger-inverted"?: any;
|
|
158
|
+
"icon-neutrals"?: any;
|
|
159
|
+
"icon-neutrals-disabled"?: any;
|
|
160
|
+
"icon-neutrals-inactive"?: any;
|
|
161
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
162
|
+
"icon-neutrals-inverted"?: any;
|
|
163
|
+
"icon-neutrals-search"?: any;
|
|
164
|
+
"icon-neutrals-subtle"?: any;
|
|
165
|
+
"icon-neutrals-text"?: any;
|
|
166
|
+
"icon-primary"?: any;
|
|
167
|
+
"icon-primary-active"?: any;
|
|
168
|
+
"icon-primary-hover"?: any;
|
|
169
|
+
"icon-primary-inverted"?: any;
|
|
170
|
+
"icon-primary-selected"?: any;
|
|
171
|
+
"icon-success"?: any;
|
|
172
|
+
"icon-success-active"?: any;
|
|
173
|
+
"icon-success-hover"?: any;
|
|
174
|
+
"icon-success-inverted"?: any;
|
|
175
|
+
"icon-warning"?: any;
|
|
176
|
+
"icon-warning-prominent"?: any;
|
|
177
|
+
"icon-warning-subtle"?: any;
|
|
178
|
+
"text-danger"?: any;
|
|
179
|
+
"text-danger-active"?: any;
|
|
180
|
+
"text-danger-hover"?: any;
|
|
181
|
+
"text-danger-inverted"?: any;
|
|
182
|
+
"text-neutrals"?: any;
|
|
183
|
+
"text-neutrals-active"?: any;
|
|
184
|
+
"text-neutrals-disabled"?: any;
|
|
185
|
+
"text-neutrals-hover"?: any;
|
|
186
|
+
"text-neutrals-inverted"?: any;
|
|
187
|
+
"text-neutrals-placeholder"?: any;
|
|
188
|
+
"text-neutrals-placeholder-only"?: any;
|
|
189
|
+
"text-neutrals-subtle"?: any;
|
|
190
|
+
"text-neutrals-subtle-active"?: any;
|
|
191
|
+
"text-neutrals-subtle-hover"?: any;
|
|
192
|
+
"text-primary"?: any;
|
|
193
|
+
"text-primary-active"?: any;
|
|
194
|
+
"text-primary-hover"?: any;
|
|
195
|
+
"text-primary-inverted"?: any;
|
|
196
|
+
"text-primary-inverted-subtle"?: any;
|
|
197
|
+
"text-primary-selected"?: any;
|
|
198
|
+
"text-success"?: any;
|
|
199
|
+
"text-success-active"?: any;
|
|
200
|
+
"text-success-hover"?: any;
|
|
201
|
+
"text-success-inverted"?: any;
|
|
202
|
+
"text-warning"?: any;
|
|
203
|
+
"text-warning-subtle"?: any;
|
|
452
204
|
};
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
readonly
|
|
205
|
+
'font-sizes': {
|
|
206
|
+
readonly 150: "0.75rem";
|
|
207
|
+
readonly 175: "0.875rem";
|
|
208
|
+
readonly 200: "1rem";
|
|
209
|
+
readonly 225: "1.125rem";
|
|
210
|
+
readonly 250: "1.25rem";
|
|
211
|
+
readonly 300: "1.5rem";
|
|
212
|
+
readonly 400: "2rem";
|
|
213
|
+
readonly 500: "2.5rem";
|
|
214
|
+
readonly 600: "3rem";
|
|
215
|
+
readonly 800: "4rem";
|
|
216
|
+
readonly 900: "4.5rem";
|
|
459
217
|
};
|
|
460
|
-
|
|
461
|
-
readonly
|
|
218
|
+
fonts: {
|
|
219
|
+
readonly heading: "Roobert, sans-serif";
|
|
220
|
+
readonly body: "Open Sans, sans-serif";
|
|
462
221
|
};
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
readonly
|
|
222
|
+
radii: {
|
|
223
|
+
readonly none: 0;
|
|
224
|
+
readonly half: "999em";
|
|
225
|
+
readonly 25: "2px";
|
|
226
|
+
readonly 50: "4px";
|
|
227
|
+
readonly 75: "6px";
|
|
228
|
+
readonly 100: "8px";
|
|
229
|
+
readonly 200: "16px";
|
|
469
230
|
};
|
|
470
|
-
|
|
471
|
-
readonly
|
|
231
|
+
shadows: {
|
|
232
|
+
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";
|
|
233
|
+
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";
|
|
234
|
+
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";
|
|
235
|
+
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";
|
|
236
|
+
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";
|
|
472
237
|
};
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
238
|
+
sizes: {
|
|
239
|
+
readonly number: string;
|
|
240
|
+
readonly 'icon-200': "16px";
|
|
241
|
+
readonly 'icon-300': "24px";
|
|
242
|
+
readonly 'icon-400': "32px";
|
|
243
|
+
};
|
|
244
|
+
space: {
|
|
245
|
+
readonly 0: "0px";
|
|
246
|
+
readonly 25: "2px";
|
|
247
|
+
readonly 50: "4px";
|
|
248
|
+
readonly 100: "8px";
|
|
249
|
+
readonly 150: "12px";
|
|
250
|
+
readonly 200: "16px";
|
|
251
|
+
readonly 300: "24px";
|
|
252
|
+
readonly 400: "32px";
|
|
253
|
+
readonly 500: "40px";
|
|
254
|
+
readonly 600: "48px";
|
|
255
|
+
readonly 700: "56px";
|
|
256
|
+
readonly 800: "64px";
|
|
257
|
+
readonly 1200: "96px";
|
|
258
|
+
readonly 1600: "128px";
|
|
479
259
|
};
|
|
480
|
-
|
|
260
|
+
'space-gap': {
|
|
261
|
+
readonly 0: any;
|
|
262
|
+
readonly 50: any;
|
|
263
|
+
readonly 100: any;
|
|
264
|
+
readonly 200: any;
|
|
265
|
+
readonly 300: any;
|
|
266
|
+
};
|
|
267
|
+
'space-inset': {
|
|
268
|
+
readonly 0: any;
|
|
269
|
+
readonly 50: any;
|
|
270
|
+
readonly 100: any;
|
|
271
|
+
readonly 150: any;
|
|
272
|
+
readonly 200: any;
|
|
273
|
+
readonly 300: any;
|
|
274
|
+
readonly 400: any;
|
|
275
|
+
readonly 600: any;
|
|
276
|
+
readonly 700: any;
|
|
277
|
+
readonly 800: any;
|
|
278
|
+
readonly 1200: any;
|
|
279
|
+
readonly 1600: any;
|
|
280
|
+
};
|
|
281
|
+
'space-offset': {
|
|
282
|
+
readonly 0: any;
|
|
283
|
+
readonly 50: any;
|
|
284
|
+
readonly 100: any;
|
|
285
|
+
readonly 150: any;
|
|
286
|
+
readonly 200: any;
|
|
287
|
+
readonly 300: any;
|
|
288
|
+
readonly 400: any;
|
|
289
|
+
readonly 600: any;
|
|
290
|
+
readonly 800: any;
|
|
291
|
+
readonly 1200: any;
|
|
292
|
+
readonly 1600: any;
|
|
293
|
+
readonly 'stacking-0': any;
|
|
294
|
+
readonly 'stacking-100': any;
|
|
295
|
+
readonly 'stacking-200': any;
|
|
296
|
+
readonly 'stacking-300': any;
|
|
297
|
+
readonly 'stacking-400': any;
|
|
298
|
+
readonly 'stacking-500': any;
|
|
299
|
+
readonly 'stacking-800': any;
|
|
300
|
+
};
|
|
301
|
+
'stroke-width': {
|
|
302
|
+
readonly thin: "1.5px";
|
|
303
|
+
readonly normal: "2px";
|
|
304
|
+
readonly bold: "4px";
|
|
305
|
+
};
|
|
306
|
+
'z-indices': {
|
|
307
|
+
readonly dropdownMenu: 100;
|
|
308
|
+
readonly select: 200;
|
|
309
|
+
readonly popover: 300;
|
|
310
|
+
readonly tooltip: 400;
|
|
311
|
+
};
|
|
312
|
+
}, {
|
|
313
|
+
readonly background: "colors";
|
|
314
|
+
readonly backgroundColor: "colors";
|
|
315
|
+
readonly backgroundImage: "colors";
|
|
316
|
+
readonly blockSize: "sizes";
|
|
317
|
+
readonly border: "colors";
|
|
318
|
+
readonly borderBlock: "colors";
|
|
319
|
+
readonly borderBlockEnd: "colors";
|
|
320
|
+
readonly borderBlockStart: "colors";
|
|
321
|
+
readonly borderBottom: "colors";
|
|
322
|
+
readonly borderBottomColor: "colors";
|
|
323
|
+
readonly borderBottomLeftRadius: "radii";
|
|
324
|
+
readonly borderBottomRightRadius: "radii";
|
|
325
|
+
readonly borderBottomStyle: "border-styles";
|
|
326
|
+
readonly borderBottomWidth: "border-widths";
|
|
327
|
+
readonly borderColor: "colors";
|
|
328
|
+
readonly borderImage: "colors";
|
|
329
|
+
readonly borderInline: "colors";
|
|
330
|
+
readonly borderInlineEnd: "colors";
|
|
331
|
+
readonly borderInlineStart: "colors";
|
|
332
|
+
readonly borderLeft: "colors";
|
|
333
|
+
readonly borderLeftColor: "colors";
|
|
334
|
+
readonly borderLeftStyle: "border-styles";
|
|
335
|
+
readonly borderLeftWidth: "border-widths";
|
|
336
|
+
readonly borderRadius: "radii";
|
|
337
|
+
readonly borderRight: "colors";
|
|
338
|
+
readonly borderRightColor: "colors";
|
|
339
|
+
readonly borderRightStyle: "border-styles";
|
|
340
|
+
readonly borderRightWidth: "border-widths";
|
|
341
|
+
readonly borderStyle: "border-styles";
|
|
342
|
+
readonly borderTop: "colors";
|
|
343
|
+
readonly borderTopColor: "colors";
|
|
344
|
+
readonly borderTopLeftRadius: "radii";
|
|
345
|
+
readonly borderTopRightRadius: "radii";
|
|
346
|
+
readonly borderTopStyle: "border-styles";
|
|
347
|
+
readonly borderTopWidth: "border-widths";
|
|
348
|
+
readonly borderWidth: "border-widths";
|
|
349
|
+
readonly bottom: "space";
|
|
350
|
+
readonly boxShadow: "shadows";
|
|
351
|
+
readonly caretColor: "colors";
|
|
352
|
+
readonly color: "colors";
|
|
353
|
+
readonly columnGap: "space-gap";
|
|
354
|
+
readonly columnRuleColor: "colors";
|
|
355
|
+
readonly fill: "colors";
|
|
356
|
+
readonly flexBasis: "sizes";
|
|
357
|
+
readonly fontFamily: "fonts";
|
|
358
|
+
readonly fontSize: "font-sizes";
|
|
359
|
+
readonly fontWeight: "font-weights";
|
|
360
|
+
readonly gap: "space-gap";
|
|
361
|
+
readonly gridColumnGap: "space-gap";
|
|
362
|
+
readonly gridGap: "space-gap";
|
|
363
|
+
readonly gridRowGap: "space-gap";
|
|
364
|
+
readonly gridTemplateColumns: "sizes";
|
|
365
|
+
readonly gridTemplateRows: "sizes";
|
|
366
|
+
readonly height: "sizes";
|
|
367
|
+
readonly inlineSize: "sizes";
|
|
368
|
+
readonly inset: "space-inset";
|
|
369
|
+
readonly insetBlock: "space-inset";
|
|
370
|
+
readonly insetBlockEnd: "space-inset";
|
|
371
|
+
readonly insetBlockStart: "space-inset";
|
|
372
|
+
readonly insetInline: "space-inset";
|
|
373
|
+
readonly insetInlineEnd: "space-inset";
|
|
374
|
+
readonly insetInlineStart: "space-inset";
|
|
375
|
+
readonly left: "space";
|
|
376
|
+
readonly letterSpacing: "letter-spacings";
|
|
377
|
+
readonly lineHeight: "line-heights";
|
|
378
|
+
readonly margin: "space-offset";
|
|
379
|
+
readonly marginBlock: "space-offset";
|
|
380
|
+
readonly marginBlockEnd: "space-offset";
|
|
381
|
+
readonly marginBlockStart: "space-offset";
|
|
382
|
+
readonly marginBottom: "space-offset";
|
|
383
|
+
readonly marginInline: "space-offset";
|
|
384
|
+
readonly marginInlineEnd: "space-offset";
|
|
385
|
+
readonly marginInlineStart: "space-offset";
|
|
386
|
+
readonly marginLeft: "space-offset";
|
|
387
|
+
readonly marginRight: "space-offset";
|
|
388
|
+
readonly marginTop: "space-offset";
|
|
389
|
+
readonly maxBlockSize: "sizes";
|
|
390
|
+
readonly maxHeight: "sizes";
|
|
391
|
+
readonly maxInlineSize: "sizes";
|
|
392
|
+
readonly maxWidth: "sizes";
|
|
393
|
+
readonly minBlockSize: "sizes";
|
|
394
|
+
readonly minHeight: "sizes";
|
|
395
|
+
readonly minInlineSize: "sizes";
|
|
396
|
+
readonly minWidth: "sizes";
|
|
397
|
+
readonly outline: "colors";
|
|
398
|
+
readonly outlineColor: "colors";
|
|
399
|
+
readonly padding: "space-inset";
|
|
400
|
+
readonly paddingBlock: "space-inset";
|
|
401
|
+
readonly paddingBlockEnd: "space-inset";
|
|
402
|
+
readonly paddingBlockStart: "space-inset";
|
|
403
|
+
readonly paddingBottom: "space-inset";
|
|
404
|
+
readonly paddingInline: "space-inset";
|
|
405
|
+
readonly paddingInlineEnd: "space-inset";
|
|
406
|
+
readonly paddingInlineStart: "space-inset";
|
|
407
|
+
readonly paddingLeft: "space-inset";
|
|
408
|
+
readonly paddingRight: "space-inset";
|
|
409
|
+
readonly paddingTop: "space-inset";
|
|
410
|
+
readonly right: "space";
|
|
411
|
+
readonly rowGap: "space-gap";
|
|
412
|
+
readonly scrollMargin: "space-offset";
|
|
413
|
+
readonly scrollMarginBlock: "space-offset";
|
|
414
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
415
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
416
|
+
readonly scrollMarginBottom: "space-offset";
|
|
417
|
+
readonly scrollMarginInline: "space-offset";
|
|
418
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
419
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
420
|
+
readonly scrollMarginLeft: "space-offset";
|
|
421
|
+
readonly scrollMarginRight: "space-offset";
|
|
422
|
+
readonly scrollMarginTop: "space-offset";
|
|
423
|
+
readonly scrollPadding: "space-inset";
|
|
424
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
425
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
426
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
427
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
428
|
+
readonly scrollPaddingInline: "space-inset";
|
|
429
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
430
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
431
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
432
|
+
readonly scrollPaddingRight: "space-inset";
|
|
433
|
+
readonly scrollPaddingTop: "space-inset";
|
|
434
|
+
readonly stroke: "colors";
|
|
435
|
+
readonly strokeWidth: "stroke-width";
|
|
436
|
+
readonly textDecorationColor: "colors";
|
|
437
|
+
readonly textShadow: "shadows";
|
|
438
|
+
readonly top: "space";
|
|
439
|
+
readonly transition: "transitions";
|
|
440
|
+
readonly width: "sizes";
|
|
441
|
+
readonly zIndex: "z-indices";
|
|
442
|
+
}, {
|
|
443
|
+
paddingX: (value: {
|
|
444
|
+
readonly [$$PropertyValue]: "padding";
|
|
445
|
+
}) => {
|
|
446
|
+
paddingLeft: {
|
|
447
|
+
readonly [$$PropertyValue]: "padding";
|
|
448
|
+
};
|
|
449
|
+
paddingRight: {
|
|
450
|
+
readonly [$$PropertyValue]: "padding";
|
|
451
|
+
};
|
|
452
|
+
};
|
|
453
|
+
paddingY: (value: {
|
|
454
|
+
readonly [$$PropertyValue]: "padding";
|
|
455
|
+
}) => {
|
|
456
|
+
paddingTop: {
|
|
457
|
+
readonly [$$PropertyValue]: "padding";
|
|
458
|
+
};
|
|
459
|
+
paddingBottom: {
|
|
460
|
+
readonly [$$PropertyValue]: "padding";
|
|
461
|
+
};
|
|
462
|
+
};
|
|
463
|
+
marginX: (value: {
|
|
481
464
|
readonly [$$PropertyValue]: "margin";
|
|
465
|
+
}) => {
|
|
466
|
+
marginLeft: {
|
|
467
|
+
readonly [$$PropertyValue]: "margin";
|
|
468
|
+
};
|
|
469
|
+
marginRight: {
|
|
470
|
+
readonly [$$PropertyValue]: "margin";
|
|
471
|
+
};
|
|
482
472
|
};
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
473
|
+
marginY: (value: {
|
|
474
|
+
readonly [$$PropertyValue]: "margin";
|
|
475
|
+
}) => {
|
|
476
|
+
marginTop: {
|
|
477
|
+
readonly [$$PropertyValue]: "margin";
|
|
478
|
+
};
|
|
479
|
+
marginBottom: {
|
|
480
|
+
readonly [$$PropertyValue]: "margin";
|
|
481
|
+
};
|
|
489
482
|
};
|
|
490
|
-
|
|
483
|
+
square: (value: {
|
|
491
484
|
readonly [$$PropertyValue]: "width";
|
|
485
|
+
}) => {
|
|
486
|
+
width: {
|
|
487
|
+
readonly [$$PropertyValue]: "width";
|
|
488
|
+
};
|
|
489
|
+
height: {
|
|
490
|
+
readonly [$$PropertyValue]: "width";
|
|
491
|
+
};
|
|
492
492
|
};
|
|
493
|
-
};
|
|
494
|
-
}
|
|
493
|
+
}> | undefined;
|
|
494
|
+
}> & {
|
|
495
|
+
children?: react.ReactNode;
|
|
496
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_tooltip.TooltipContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
495
497
|
declare type StyledContentProps = StrictComponentProps<typeof StyledContent>;
|
|
496
498
|
|
|
497
499
|
declare type PointerDownOutsideEvent = CustomEvent<{
|
|
@@ -573,491 +575,493 @@ interface ContentProps extends StyledContentProps {
|
|
|
573
575
|
}
|
|
574
576
|
declare const Content: react__default.ForwardRefExoticComponent<Omit<ContentProps, "ref"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
575
577
|
|
|
576
|
-
declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
colors: {
|
|
584
|
-
readonly black: any;
|
|
585
|
-
readonly 'blue-100': any;
|
|
586
|
-
readonly 'blue-200': any;
|
|
587
|
-
readonly 'blue-300': any;
|
|
588
|
-
readonly 'blue-400': any;
|
|
589
|
-
readonly 'blue-500': any;
|
|
590
|
-
readonly 'blue-600': any;
|
|
591
|
-
readonly 'blue-700': any;
|
|
592
|
-
readonly 'blue-800': any;
|
|
593
|
-
readonly 'blue-900': any;
|
|
594
|
-
readonly 'blue-1000': any;
|
|
595
|
-
readonly 'gray-100': any;
|
|
596
|
-
readonly 'gray-200': any;
|
|
597
|
-
readonly 'gray-300': any;
|
|
598
|
-
readonly 'gray-400': any;
|
|
599
|
-
readonly 'gray-500': any;
|
|
600
|
-
readonly 'gray-600': any;
|
|
601
|
-
readonly 'gray-700': any;
|
|
602
|
-
readonly 'gray-800': any;
|
|
603
|
-
readonly 'gray-900': any;
|
|
604
|
-
readonly 'green-100': any;
|
|
605
|
-
readonly 'green-200': any;
|
|
606
|
-
readonly 'green-300': any;
|
|
607
|
-
readonly 'green-400': any;
|
|
608
|
-
readonly 'green-500': any;
|
|
609
|
-
readonly 'green-600': any;
|
|
610
|
-
readonly 'green-700': any;
|
|
611
|
-
readonly 'green-800': any;
|
|
612
|
-
readonly 'green-900': any;
|
|
613
|
-
readonly 'indigo-100': any;
|
|
614
|
-
readonly 'indigo-200': any;
|
|
615
|
-
readonly 'indigo-300': any;
|
|
616
|
-
readonly 'indigo-400': any;
|
|
617
|
-
readonly 'indigo-500': any;
|
|
618
|
-
readonly 'indigo-600': any;
|
|
619
|
-
readonly 'indigo-700': any;
|
|
620
|
-
readonly 'indigo-800': any;
|
|
621
|
-
readonly 'indigo-900': any;
|
|
622
|
-
readonly 'red-100': any;
|
|
623
|
-
readonly 'red-200': any;
|
|
624
|
-
readonly 'red-300': any;
|
|
625
|
-
readonly 'red-400': any;
|
|
626
|
-
readonly 'red-500': any;
|
|
627
|
-
readonly 'red-600': any;
|
|
628
|
-
readonly 'red-700': any;
|
|
629
|
-
readonly 'red-800': any;
|
|
630
|
-
readonly 'red-900': any;
|
|
631
|
-
readonly transparent: any;
|
|
632
|
-
readonly white: any;
|
|
633
|
-
readonly 'yellow-100': any;
|
|
634
|
-
readonly 'yellow-200': any;
|
|
635
|
-
readonly 'yellow-300': any;
|
|
636
|
-
readonly 'yellow-400': any;
|
|
637
|
-
readonly 'yellow-500': any;
|
|
638
|
-
readonly 'yellow-600': any;
|
|
639
|
-
readonly 'yellow-700': any;
|
|
640
|
-
readonly 'yellow-800': any;
|
|
641
|
-
readonly 'yellow-900': any;
|
|
642
|
-
"background-alpha-active"?: any;
|
|
643
|
-
"background-alpha-hover"?: any;
|
|
644
|
-
"background-danger-prominent"?: any;
|
|
645
|
-
"background-danger-prominent-active"?: any;
|
|
646
|
-
"background-danger-prominent-hover"?: any;
|
|
647
|
-
"background-danger-subtle"?: any;
|
|
648
|
-
"background-danger-subtle-active"?: any;
|
|
649
|
-
"background-danger-subtle-hover"?: any;
|
|
650
|
-
"background-neutrals"?: any;
|
|
651
|
-
"background-neutrals-active"?: any;
|
|
652
|
-
"background-neutrals-container"?: any;
|
|
653
|
-
"background-neutrals-controls-disabled"?: any;
|
|
654
|
-
"background-neutrals-disabled"?: any;
|
|
655
|
-
"background-neutrals-hover"?: any;
|
|
656
|
-
"background-neutrals-inactive"?: any;
|
|
657
|
-
"background-neutrals-inactive-hover"?: any;
|
|
658
|
-
"background-neutrals-inverted"?: any;
|
|
659
|
-
"background-neutrals-inverted-subtle"?: any;
|
|
660
|
-
"background-neutrals-page"?: any;
|
|
661
|
-
"background-neutrals-page-subtle"?: any;
|
|
662
|
-
"background-neutrals-scrolls"?: any;
|
|
663
|
-
"background-neutrals-scrolls-expanded"?: any;
|
|
664
|
-
"background-neutrals-scrolls-hover"?: any;
|
|
665
|
-
"background-neutrals-scrolls-pressed"?: any;
|
|
666
|
-
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
667
|
-
"background-neutrals-subtle"?: any;
|
|
668
|
-
"background-neutrals-subtle-active"?: any;
|
|
669
|
-
"background-neutrals-subtle-hover"?: any;
|
|
670
|
-
"background-primary-prominent"?: any;
|
|
671
|
-
"background-primary-prominent-active"?: any;
|
|
672
|
-
"background-primary-prominent-expanded"?: any;
|
|
673
|
-
"background-primary-prominent-hover"?: any;
|
|
674
|
-
"background-primary-prominent-pressed"?: any;
|
|
675
|
-
"background-primary-prominent-pressed-hover"?: any;
|
|
676
|
-
"background-primary-prominent-selected"?: any;
|
|
677
|
-
"background-primary-subtle"?: any;
|
|
678
|
-
"background-primary-subtle-active"?: any;
|
|
679
|
-
"background-primary-subtle-expanded"?: any;
|
|
680
|
-
"background-primary-subtle-hover"?: any;
|
|
681
|
-
"background-primary-subtle-pressed"?: any;
|
|
682
|
-
"background-primary-subtle-pressed-hover"?: any;
|
|
683
|
-
"background-primary-subtle-selected"?: any;
|
|
684
|
-
"background-success"?: any;
|
|
685
|
-
"background-success-prominent"?: any;
|
|
686
|
-
"background-success-prominent-active"?: any;
|
|
687
|
-
"background-success-prominent-hover"?: any;
|
|
688
|
-
"background-warning-prominent"?: any;
|
|
689
|
-
"background-warning-subtle"?: any;
|
|
690
|
-
"border-danger"?: any;
|
|
691
|
-
"border-danger-active"?: any;
|
|
692
|
-
"border-danger-hover"?: any;
|
|
693
|
-
"border-focus-inner"?: any;
|
|
694
|
-
"border-focus-middle"?: any;
|
|
695
|
-
"border-focus-outer"?: any;
|
|
696
|
-
"border-neutrals"?: any;
|
|
697
|
-
"border-neutrals-active"?: any;
|
|
698
|
-
"border-neutrals-controls"?: any;
|
|
699
|
-
"border-neutrals-controls-disabled"?: any;
|
|
700
|
-
"border-neutrals-disabled"?: any;
|
|
701
|
-
"border-neutrals-hover"?: any;
|
|
702
|
-
"border-neutrals-inverted"?: any;
|
|
703
|
-
"border-neutrals-subtle"?: any;
|
|
704
|
-
"border-neutrals-text"?: any;
|
|
705
|
-
"border-neutrals-text-active"?: any;
|
|
706
|
-
"border-neutrals-text-hover"?: any;
|
|
707
|
-
"border-neutrals-text-subtle"?: any;
|
|
708
|
-
"border-neutrals-text-subtle-active"?: any;
|
|
709
|
-
"border-neutrals-text-subtle-hover"?: any;
|
|
710
|
-
"border-neutrals-transparent"?: any;
|
|
711
|
-
"border-primary"?: any;
|
|
712
|
-
"border-primary-active"?: any;
|
|
713
|
-
"border-primary-hover"?: any;
|
|
714
|
-
"border-primary-inverted"?: any;
|
|
715
|
-
"border-success"?: any;
|
|
716
|
-
"border-success-active"?: any;
|
|
717
|
-
"border-success-hover"?: any;
|
|
718
|
-
"border-warning"?: any;
|
|
719
|
-
"icon-danger"?: any;
|
|
720
|
-
"icon-danger-active"?: any;
|
|
721
|
-
"icon-danger-hover"?: any;
|
|
722
|
-
"icon-danger-inverted"?: any;
|
|
723
|
-
"icon-neutrals"?: any;
|
|
724
|
-
"icon-neutrals-disabled"?: any;
|
|
725
|
-
"icon-neutrals-inactive"?: any;
|
|
726
|
-
"icon-neutrals-inactive-hover"?: any;
|
|
727
|
-
"icon-neutrals-inverted"?: any;
|
|
728
|
-
"icon-neutrals-search"?: any;
|
|
729
|
-
"icon-neutrals-subtle"?: any;
|
|
730
|
-
"icon-neutrals-text"?: any;
|
|
731
|
-
"icon-primary"?: any;
|
|
732
|
-
"icon-primary-active"?: any;
|
|
733
|
-
"icon-primary-hover"?: any;
|
|
734
|
-
"icon-primary-inverted"?: any;
|
|
735
|
-
"icon-primary-selected"?: any;
|
|
736
|
-
"icon-success"?: any;
|
|
737
|
-
"icon-success-active"?: any;
|
|
738
|
-
"icon-success-hover"?: any;
|
|
739
|
-
"icon-success-inverted"?: any;
|
|
740
|
-
"icon-warning"?: any;
|
|
741
|
-
"icon-warning-prominent"?: any;
|
|
742
|
-
"icon-warning-subtle"?: any;
|
|
743
|
-
"text-danger"?: any;
|
|
744
|
-
"text-danger-active"?: any;
|
|
745
|
-
"text-danger-hover"?: any;
|
|
746
|
-
"text-danger-inverted"?: any;
|
|
747
|
-
"text-neutrals"?: any;
|
|
748
|
-
"text-neutrals-active"?: any;
|
|
749
|
-
"text-neutrals-disabled"?: any;
|
|
750
|
-
"text-neutrals-hover"?: any;
|
|
751
|
-
"text-neutrals-inverted"?: any;
|
|
752
|
-
"text-neutrals-placeholder"?: any;
|
|
753
|
-
"text-neutrals-placeholder-only"?: any;
|
|
754
|
-
"text-neutrals-subtle"?: any;
|
|
755
|
-
"text-neutrals-subtle-active"?: any;
|
|
756
|
-
"text-neutrals-subtle-hover"?: any;
|
|
757
|
-
"text-primary"?: any;
|
|
758
|
-
"text-primary-active"?: any;
|
|
759
|
-
"text-primary-hover"?: any;
|
|
760
|
-
"text-primary-inverted"?: any;
|
|
761
|
-
"text-primary-inverted-subtle"?: any;
|
|
762
|
-
"text-primary-selected"?: any;
|
|
763
|
-
"text-success"?: any;
|
|
764
|
-
"text-success-active"?: any;
|
|
765
|
-
"text-success-hover"?: any;
|
|
766
|
-
"text-success-inverted"?: any;
|
|
767
|
-
"text-warning"?: any;
|
|
768
|
-
"text-warning-subtle"?: any;
|
|
769
|
-
};
|
|
770
|
-
'font-sizes': {
|
|
771
|
-
readonly 150: "0.75rem";
|
|
772
|
-
readonly 175: "0.875rem";
|
|
773
|
-
readonly 200: "1rem";
|
|
774
|
-
readonly 225: "1.125rem";
|
|
775
|
-
readonly 250: "1.25rem";
|
|
776
|
-
readonly 300: "1.5rem";
|
|
777
|
-
readonly 400: "2rem";
|
|
778
|
-
readonly 500: "2.5rem";
|
|
779
|
-
readonly 600: "3rem";
|
|
780
|
-
readonly 800: "4rem";
|
|
781
|
-
readonly 900: "4.5rem";
|
|
782
|
-
};
|
|
783
|
-
fonts: {
|
|
784
|
-
readonly heading: "Roobert, sans-serif";
|
|
785
|
-
readonly body: "Open Sans, sans-serif";
|
|
786
|
-
};
|
|
787
|
-
radii: {
|
|
788
|
-
readonly none: 0;
|
|
789
|
-
readonly half: "999em";
|
|
790
|
-
readonly 25: "2px";
|
|
791
|
-
readonly 50: "4px";
|
|
792
|
-
readonly 75: "6px";
|
|
793
|
-
readonly 100: "8px";
|
|
794
|
-
readonly 200: "16px";
|
|
795
|
-
};
|
|
796
|
-
shadows: {
|
|
797
|
-
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";
|
|
798
|
-
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";
|
|
799
|
-
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";
|
|
800
|
-
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";
|
|
801
|
-
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";
|
|
802
|
-
readonly 'focus-controls-success': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$background-success-prominent, 0 0 0 5px $colors$background-success";
|
|
803
|
-
};
|
|
804
|
-
sizes: {
|
|
805
|
-
readonly number: string;
|
|
806
|
-
readonly 'icon-200': "16px";
|
|
807
|
-
readonly 'icon-300': "24px";
|
|
808
|
-
readonly 'icon-400': "32px";
|
|
809
|
-
};
|
|
810
|
-
space: {
|
|
811
|
-
readonly 0: "0px";
|
|
812
|
-
readonly 25: "2px";
|
|
813
|
-
readonly 50: "4px";
|
|
814
|
-
readonly 100: "8px";
|
|
815
|
-
readonly 150: "12px";
|
|
816
|
-
readonly 200: "16px";
|
|
817
|
-
readonly 300: "24px";
|
|
818
|
-
readonly 400: "32px";
|
|
819
|
-
readonly 500: "40px";
|
|
820
|
-
readonly 600: "48px";
|
|
821
|
-
readonly 700: "56px";
|
|
822
|
-
readonly 800: "64px";
|
|
823
|
-
readonly 1200: "96px";
|
|
824
|
-
readonly 1600: "128px";
|
|
825
|
-
};
|
|
826
|
-
'space-gap': {
|
|
827
|
-
readonly 0: any;
|
|
828
|
-
readonly 50: any;
|
|
829
|
-
readonly 100: any;
|
|
830
|
-
readonly 200: any;
|
|
831
|
-
readonly 300: any;
|
|
832
|
-
};
|
|
833
|
-
'space-inset': {
|
|
834
|
-
readonly 0: any;
|
|
835
|
-
readonly 50: any;
|
|
836
|
-
readonly 100: any;
|
|
837
|
-
readonly 150: any;
|
|
838
|
-
readonly 200: any;
|
|
839
|
-
readonly 300: any;
|
|
840
|
-
readonly 400: any;
|
|
841
|
-
readonly 500: any;
|
|
842
|
-
readonly 600: any;
|
|
843
|
-
readonly 700: any;
|
|
844
|
-
readonly 800: any;
|
|
845
|
-
readonly 1200: any;
|
|
846
|
-
readonly 1600: any;
|
|
847
|
-
};
|
|
848
|
-
'space-offset': {
|
|
849
|
-
readonly 0: any;
|
|
850
|
-
readonly 50: any;
|
|
851
|
-
readonly 100: any;
|
|
852
|
-
readonly 150: any;
|
|
853
|
-
readonly 200: any;
|
|
854
|
-
readonly 300: any;
|
|
855
|
-
readonly 400: any;
|
|
856
|
-
readonly 600: any;
|
|
857
|
-
readonly 800: any;
|
|
858
|
-
readonly 1200: any;
|
|
859
|
-
readonly 1600: any;
|
|
860
|
-
readonly 'stacking-0': any;
|
|
861
|
-
readonly 'stacking-100': any;
|
|
862
|
-
readonly 'stacking-200': any;
|
|
863
|
-
readonly 'stacking-300': any;
|
|
864
|
-
readonly 'stacking-400': any;
|
|
865
|
-
readonly 'stacking-500': any;
|
|
866
|
-
readonly 'stacking-800': any;
|
|
867
|
-
};
|
|
868
|
-
'stroke-width': {
|
|
869
|
-
readonly thin: "1.5px";
|
|
870
|
-
readonly normal: "2px";
|
|
871
|
-
readonly bold: "4px";
|
|
872
|
-
};
|
|
873
|
-
'z-indices': {
|
|
874
|
-
readonly dropdownMenu: 100;
|
|
875
|
-
readonly select: 200;
|
|
876
|
-
readonly popover: 300;
|
|
877
|
-
readonly tooltip: 400;
|
|
878
|
-
};
|
|
879
|
-
}, {
|
|
880
|
-
readonly background: "colors";
|
|
881
|
-
readonly backgroundColor: "colors";
|
|
882
|
-
readonly backgroundImage: "colors";
|
|
883
|
-
readonly blockSize: "sizes";
|
|
884
|
-
readonly border: "colors";
|
|
885
|
-
readonly borderBlock: "colors";
|
|
886
|
-
readonly borderBlockEnd: "colors";
|
|
887
|
-
readonly borderBlockStart: "colors";
|
|
888
|
-
readonly borderBottom: "colors";
|
|
889
|
-
readonly borderBottomColor: "colors";
|
|
890
|
-
readonly borderBottomLeftRadius: "radii";
|
|
891
|
-
readonly borderBottomRightRadius: "radii";
|
|
892
|
-
readonly borderBottomStyle: "border-styles";
|
|
893
|
-
readonly borderBottomWidth: "border-widths";
|
|
894
|
-
readonly borderColor: "colors";
|
|
895
|
-
readonly borderImage: "colors";
|
|
896
|
-
readonly borderInline: "colors";
|
|
897
|
-
readonly borderInlineEnd: "colors";
|
|
898
|
-
readonly borderInlineStart: "colors";
|
|
899
|
-
readonly borderLeft: "colors";
|
|
900
|
-
readonly borderLeftColor: "colors";
|
|
901
|
-
readonly borderLeftStyle: "border-styles";
|
|
902
|
-
readonly borderLeftWidth: "border-widths";
|
|
903
|
-
readonly borderRadius: "radii";
|
|
904
|
-
readonly borderRight: "colors";
|
|
905
|
-
readonly borderRightColor: "colors";
|
|
906
|
-
readonly borderRightStyle: "border-styles";
|
|
907
|
-
readonly borderRightWidth: "border-widths";
|
|
908
|
-
readonly borderStyle: "border-styles";
|
|
909
|
-
readonly borderTop: "colors";
|
|
910
|
-
readonly borderTopColor: "colors";
|
|
911
|
-
readonly borderTopLeftRadius: "radii";
|
|
912
|
-
readonly borderTopRightRadius: "radii";
|
|
913
|
-
readonly borderTopStyle: "border-styles";
|
|
914
|
-
readonly borderTopWidth: "border-widths";
|
|
915
|
-
readonly borderWidth: "border-widths";
|
|
916
|
-
readonly bottom: "space";
|
|
917
|
-
readonly boxShadow: "shadows";
|
|
918
|
-
readonly caretColor: "colors";
|
|
919
|
-
readonly color: "colors";
|
|
920
|
-
readonly columnGap: "space-gap";
|
|
921
|
-
readonly columnRuleColor: "colors";
|
|
922
|
-
readonly fill: "colors";
|
|
923
|
-
readonly flexBasis: "sizes";
|
|
924
|
-
readonly fontFamily: "fonts";
|
|
925
|
-
readonly fontSize: "font-sizes";
|
|
926
|
-
readonly fontWeight: "font-weights";
|
|
927
|
-
readonly gap: "space-gap";
|
|
928
|
-
readonly gridColumnGap: "space-gap";
|
|
929
|
-
readonly gridGap: "space-gap";
|
|
930
|
-
readonly gridRowGap: "space-gap";
|
|
931
|
-
readonly gridTemplateColumns: "sizes";
|
|
932
|
-
readonly gridTemplateRows: "sizes";
|
|
933
|
-
readonly height: "sizes";
|
|
934
|
-
readonly inlineSize: "sizes";
|
|
935
|
-
readonly inset: "space-inset";
|
|
936
|
-
readonly insetBlock: "space-inset";
|
|
937
|
-
readonly insetBlockEnd: "space-inset";
|
|
938
|
-
readonly insetBlockStart: "space-inset";
|
|
939
|
-
readonly insetInline: "space-inset";
|
|
940
|
-
readonly insetInlineEnd: "space-inset";
|
|
941
|
-
readonly insetInlineStart: "space-inset";
|
|
942
|
-
readonly left: "space";
|
|
943
|
-
readonly letterSpacing: "letter-spacings";
|
|
944
|
-
readonly lineHeight: "line-heights";
|
|
945
|
-
readonly margin: "space-offset";
|
|
946
|
-
readonly marginBlock: "space-offset";
|
|
947
|
-
readonly marginBlockEnd: "space-offset";
|
|
948
|
-
readonly marginBlockStart: "space-offset";
|
|
949
|
-
readonly marginBottom: "space-offset";
|
|
950
|
-
readonly marginInline: "space-offset";
|
|
951
|
-
readonly marginInlineEnd: "space-offset";
|
|
952
|
-
readonly marginInlineStart: "space-offset";
|
|
953
|
-
readonly marginLeft: "space-offset";
|
|
954
|
-
readonly marginRight: "space-offset";
|
|
955
|
-
readonly marginTop: "space-offset";
|
|
956
|
-
readonly maxBlockSize: "sizes";
|
|
957
|
-
readonly maxHeight: "sizes";
|
|
958
|
-
readonly maxInlineSize: "sizes";
|
|
959
|
-
readonly maxWidth: "sizes";
|
|
960
|
-
readonly minBlockSize: "sizes";
|
|
961
|
-
readonly minHeight: "sizes";
|
|
962
|
-
readonly minInlineSize: "sizes";
|
|
963
|
-
readonly minWidth: "sizes";
|
|
964
|
-
readonly outline: "colors";
|
|
965
|
-
readonly outlineColor: "colors";
|
|
966
|
-
readonly padding: "space-inset";
|
|
967
|
-
readonly paddingBlock: "space-inset";
|
|
968
|
-
readonly paddingBlockEnd: "space-inset";
|
|
969
|
-
readonly paddingBlockStart: "space-inset";
|
|
970
|
-
readonly paddingBottom: "space-inset";
|
|
971
|
-
readonly paddingInline: "space-inset";
|
|
972
|
-
readonly paddingInlineEnd: "space-inset";
|
|
973
|
-
readonly paddingInlineStart: "space-inset";
|
|
974
|
-
readonly paddingLeft: "space-inset";
|
|
975
|
-
readonly paddingRight: "space-inset";
|
|
976
|
-
readonly paddingTop: "space-inset";
|
|
977
|
-
readonly right: "space";
|
|
978
|
-
readonly rowGap: "space-gap";
|
|
979
|
-
readonly scrollMargin: "space-offset";
|
|
980
|
-
readonly scrollMarginBlock: "space-offset";
|
|
981
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
982
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
983
|
-
readonly scrollMarginBottom: "space-offset";
|
|
984
|
-
readonly scrollMarginInline: "space-offset";
|
|
985
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
986
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
987
|
-
readonly scrollMarginLeft: "space-offset";
|
|
988
|
-
readonly scrollMarginRight: "space-offset";
|
|
989
|
-
readonly scrollMarginTop: "space-offset";
|
|
990
|
-
readonly scrollPadding: "space-inset";
|
|
991
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
992
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
993
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
994
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
995
|
-
readonly scrollPaddingInline: "space-inset";
|
|
996
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
997
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
998
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
999
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1000
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1001
|
-
readonly stroke: "colors";
|
|
1002
|
-
readonly strokeWidth: "stroke-width";
|
|
1003
|
-
readonly textDecorationColor: "colors";
|
|
1004
|
-
readonly textShadow: "shadows";
|
|
1005
|
-
readonly top: "space";
|
|
1006
|
-
readonly transition: "transitions";
|
|
1007
|
-
readonly width: "sizes";
|
|
1008
|
-
readonly zIndex: "z-indices";
|
|
1009
|
-
}, {
|
|
1010
|
-
paddingX: (value: {
|
|
1011
|
-
readonly [$$PropertyValue]: "padding";
|
|
1012
|
-
}) => {
|
|
1013
|
-
paddingLeft: {
|
|
1014
|
-
readonly [$$PropertyValue]: "padding";
|
|
578
|
+
declare const StyledTrigger: react.ForwardRefExoticComponent<Omit<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_tooltip.TooltipTriggerProps & react.RefAttributes<HTMLButtonElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
579
|
+
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
580
|
+
'border-widths': {
|
|
581
|
+
readonly none: 0;
|
|
582
|
+
readonly sm: "1px";
|
|
583
|
+
readonly md: "2px";
|
|
584
|
+
readonly lg: "4px";
|
|
1015
585
|
};
|
|
1016
|
-
|
|
1017
|
-
readonly
|
|
586
|
+
colors: {
|
|
587
|
+
readonly black: any;
|
|
588
|
+
readonly 'blue-100': any;
|
|
589
|
+
readonly 'blue-200': any;
|
|
590
|
+
readonly 'blue-300': any;
|
|
591
|
+
readonly 'blue-400': any;
|
|
592
|
+
readonly 'blue-500': any;
|
|
593
|
+
readonly 'blue-600': any;
|
|
594
|
+
readonly 'blue-700': any;
|
|
595
|
+
readonly 'blue-800': any;
|
|
596
|
+
readonly 'blue-900': any;
|
|
597
|
+
readonly 'blue-1000': any;
|
|
598
|
+
readonly 'gray-100': any;
|
|
599
|
+
readonly 'gray-200': any;
|
|
600
|
+
readonly 'gray-300': any;
|
|
601
|
+
readonly 'gray-400': any;
|
|
602
|
+
readonly 'gray-500': any;
|
|
603
|
+
readonly 'gray-600': any;
|
|
604
|
+
readonly 'gray-700': any;
|
|
605
|
+
readonly 'gray-800': any;
|
|
606
|
+
readonly 'gray-900': any;
|
|
607
|
+
readonly 'green-100': any;
|
|
608
|
+
readonly 'green-200': any;
|
|
609
|
+
readonly 'green-300': any;
|
|
610
|
+
readonly 'green-400': any;
|
|
611
|
+
readonly 'green-500': any;
|
|
612
|
+
readonly 'green-600': any;
|
|
613
|
+
readonly 'green-700': any;
|
|
614
|
+
readonly 'green-800': any;
|
|
615
|
+
readonly 'green-900': any;
|
|
616
|
+
readonly 'indigo-100': any;
|
|
617
|
+
readonly 'indigo-200': any;
|
|
618
|
+
readonly 'indigo-300': any;
|
|
619
|
+
readonly 'indigo-400': any;
|
|
620
|
+
readonly 'indigo-500': any;
|
|
621
|
+
readonly 'indigo-600': any;
|
|
622
|
+
readonly 'indigo-700': any;
|
|
623
|
+
readonly 'indigo-800': any;
|
|
624
|
+
readonly 'indigo-900': any;
|
|
625
|
+
readonly 'red-100': any;
|
|
626
|
+
readonly 'red-200': any;
|
|
627
|
+
readonly 'red-300': any;
|
|
628
|
+
readonly 'red-400': any;
|
|
629
|
+
readonly 'red-500': any;
|
|
630
|
+
readonly 'red-600': any;
|
|
631
|
+
readonly 'red-700': any;
|
|
632
|
+
readonly 'red-800': any;
|
|
633
|
+
readonly 'red-900': any;
|
|
634
|
+
readonly transparent: any;
|
|
635
|
+
readonly white: any;
|
|
636
|
+
readonly 'yellow-100': any;
|
|
637
|
+
readonly 'yellow-200': any;
|
|
638
|
+
readonly 'yellow-300': any;
|
|
639
|
+
readonly 'yellow-400': any;
|
|
640
|
+
readonly 'yellow-500': any;
|
|
641
|
+
readonly 'yellow-600': any;
|
|
642
|
+
readonly 'yellow-700': any;
|
|
643
|
+
readonly 'yellow-800': any;
|
|
644
|
+
readonly 'yellow-900': any;
|
|
645
|
+
"background-alpha-active"?: any;
|
|
646
|
+
"background-alpha-hover"?: any;
|
|
647
|
+
"background-danger-prominent"?: any;
|
|
648
|
+
"background-danger-prominent-active"?: any;
|
|
649
|
+
"background-danger-prominent-hover"?: any;
|
|
650
|
+
"background-danger-subtle"?: any;
|
|
651
|
+
"background-danger-subtle-active"?: any;
|
|
652
|
+
"background-danger-subtle-hover"?: any;
|
|
653
|
+
"background-neutrals"?: any;
|
|
654
|
+
"background-neutrals-active"?: any;
|
|
655
|
+
"background-neutrals-container"?: any;
|
|
656
|
+
"background-neutrals-controls-disabled"?: any;
|
|
657
|
+
"background-neutrals-disabled"?: any;
|
|
658
|
+
"background-neutrals-hover"?: any;
|
|
659
|
+
"background-neutrals-inactive"?: any;
|
|
660
|
+
"background-neutrals-inactive-hover"?: any;
|
|
661
|
+
"background-neutrals-inverted"?: any;
|
|
662
|
+
"background-neutrals-inverted-subtle"?: any;
|
|
663
|
+
"background-neutrals-page"?: any;
|
|
664
|
+
"background-neutrals-page-subtle"?: any;
|
|
665
|
+
"background-neutrals-scrolls"?: any;
|
|
666
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
667
|
+
"background-neutrals-scrolls-hover"?: any;
|
|
668
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
669
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
670
|
+
"background-neutrals-subtle"?: any;
|
|
671
|
+
"background-neutrals-subtle-active"?: any;
|
|
672
|
+
"background-neutrals-subtle-hover"?: any;
|
|
673
|
+
"background-primary-prominent"?: any;
|
|
674
|
+
"background-primary-prominent-active"?: any;
|
|
675
|
+
"background-primary-prominent-expanded"?: any;
|
|
676
|
+
"background-primary-prominent-hover"?: any;
|
|
677
|
+
"background-primary-prominent-pressed"?: any;
|
|
678
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
679
|
+
"background-primary-prominent-selected"?: any;
|
|
680
|
+
"background-primary-subtle"?: any;
|
|
681
|
+
"background-primary-subtle-active"?: any;
|
|
682
|
+
"background-primary-subtle-expanded"?: any;
|
|
683
|
+
"background-primary-subtle-hover"?: any;
|
|
684
|
+
"background-primary-subtle-pressed"?: any;
|
|
685
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
686
|
+
"background-primary-subtle-selected"?: any;
|
|
687
|
+
"background-success"?: any;
|
|
688
|
+
"background-success-prominent"?: any;
|
|
689
|
+
"background-success-prominent-active"?: any;
|
|
690
|
+
"background-success-prominent-hover"?: any;
|
|
691
|
+
"background-warning-prominent"?: any;
|
|
692
|
+
"background-warning-subtle"?: any;
|
|
693
|
+
"border-danger"?: any;
|
|
694
|
+
"border-danger-active"?: any;
|
|
695
|
+
"border-danger-hover"?: any;
|
|
696
|
+
"border-focus-inner"?: any;
|
|
697
|
+
"border-focus-middle"?: any;
|
|
698
|
+
"border-focus-outer"?: any;
|
|
699
|
+
"border-neutrals"?: any;
|
|
700
|
+
"border-neutrals-active"?: any;
|
|
701
|
+
"border-neutrals-controls"?: any;
|
|
702
|
+
"border-neutrals-controls-disabled"?: any;
|
|
703
|
+
"border-neutrals-disabled"?: any;
|
|
704
|
+
"border-neutrals-hover"?: any;
|
|
705
|
+
"border-neutrals-inverted"?: any;
|
|
706
|
+
"border-neutrals-subtle"?: any;
|
|
707
|
+
"border-neutrals-text"?: any;
|
|
708
|
+
"border-neutrals-text-active"?: any;
|
|
709
|
+
"border-neutrals-text-hover"?: any;
|
|
710
|
+
"border-neutrals-text-subtle"?: any;
|
|
711
|
+
"border-neutrals-text-subtle-active"?: any;
|
|
712
|
+
"border-neutrals-text-subtle-hover"?: any;
|
|
713
|
+
"border-neutrals-transparent"?: any;
|
|
714
|
+
"border-primary"?: any;
|
|
715
|
+
"border-primary-active"?: any;
|
|
716
|
+
"border-primary-hover"?: any;
|
|
717
|
+
"border-primary-inverted"?: any;
|
|
718
|
+
"border-success"?: any;
|
|
719
|
+
"border-success-active"?: any;
|
|
720
|
+
"border-success-hover"?: any;
|
|
721
|
+
"border-warning"?: any;
|
|
722
|
+
"icon-danger"?: any;
|
|
723
|
+
"icon-danger-active"?: any;
|
|
724
|
+
"icon-danger-hover"?: any;
|
|
725
|
+
"icon-danger-inverted"?: any;
|
|
726
|
+
"icon-neutrals"?: any;
|
|
727
|
+
"icon-neutrals-disabled"?: any;
|
|
728
|
+
"icon-neutrals-inactive"?: any;
|
|
729
|
+
"icon-neutrals-inactive-hover"?: any;
|
|
730
|
+
"icon-neutrals-inverted"?: any;
|
|
731
|
+
"icon-neutrals-search"?: any;
|
|
732
|
+
"icon-neutrals-subtle"?: any;
|
|
733
|
+
"icon-neutrals-text"?: any;
|
|
734
|
+
"icon-primary"?: any;
|
|
735
|
+
"icon-primary-active"?: any;
|
|
736
|
+
"icon-primary-hover"?: any;
|
|
737
|
+
"icon-primary-inverted"?: any;
|
|
738
|
+
"icon-primary-selected"?: any;
|
|
739
|
+
"icon-success"?: any;
|
|
740
|
+
"icon-success-active"?: any;
|
|
741
|
+
"icon-success-hover"?: any;
|
|
742
|
+
"icon-success-inverted"?: any;
|
|
743
|
+
"icon-warning"?: any;
|
|
744
|
+
"icon-warning-prominent"?: any;
|
|
745
|
+
"icon-warning-subtle"?: any;
|
|
746
|
+
"text-danger"?: any;
|
|
747
|
+
"text-danger-active"?: any;
|
|
748
|
+
"text-danger-hover"?: any;
|
|
749
|
+
"text-danger-inverted"?: any;
|
|
750
|
+
"text-neutrals"?: any;
|
|
751
|
+
"text-neutrals-active"?: any;
|
|
752
|
+
"text-neutrals-disabled"?: any;
|
|
753
|
+
"text-neutrals-hover"?: any;
|
|
754
|
+
"text-neutrals-inverted"?: any;
|
|
755
|
+
"text-neutrals-placeholder"?: any;
|
|
756
|
+
"text-neutrals-placeholder-only"?: any;
|
|
757
|
+
"text-neutrals-subtle"?: any;
|
|
758
|
+
"text-neutrals-subtle-active"?: any;
|
|
759
|
+
"text-neutrals-subtle-hover"?: any;
|
|
760
|
+
"text-primary"?: any;
|
|
761
|
+
"text-primary-active"?: any;
|
|
762
|
+
"text-primary-hover"?: any;
|
|
763
|
+
"text-primary-inverted"?: any;
|
|
764
|
+
"text-primary-inverted-subtle"?: any;
|
|
765
|
+
"text-primary-selected"?: any;
|
|
766
|
+
"text-success"?: any;
|
|
767
|
+
"text-success-active"?: any;
|
|
768
|
+
"text-success-hover"?: any;
|
|
769
|
+
"text-success-inverted"?: any;
|
|
770
|
+
"text-warning"?: any;
|
|
771
|
+
"text-warning-subtle"?: any;
|
|
1018
772
|
};
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
readonly
|
|
773
|
+
'font-sizes': {
|
|
774
|
+
readonly 150: "0.75rem";
|
|
775
|
+
readonly 175: "0.875rem";
|
|
776
|
+
readonly 200: "1rem";
|
|
777
|
+
readonly 225: "1.125rem";
|
|
778
|
+
readonly 250: "1.25rem";
|
|
779
|
+
readonly 300: "1.5rem";
|
|
780
|
+
readonly 400: "2rem";
|
|
781
|
+
readonly 500: "2.5rem";
|
|
782
|
+
readonly 600: "3rem";
|
|
783
|
+
readonly 800: "4rem";
|
|
784
|
+
readonly 900: "4.5rem";
|
|
1025
785
|
};
|
|
1026
|
-
|
|
1027
|
-
readonly
|
|
786
|
+
fonts: {
|
|
787
|
+
readonly heading: "Roobert, sans-serif";
|
|
788
|
+
readonly body: "Open Sans, sans-serif";
|
|
1028
789
|
};
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
readonly
|
|
790
|
+
radii: {
|
|
791
|
+
readonly none: 0;
|
|
792
|
+
readonly half: "999em";
|
|
793
|
+
readonly 25: "2px";
|
|
794
|
+
readonly 50: "4px";
|
|
795
|
+
readonly 75: "6px";
|
|
796
|
+
readonly 100: "8px";
|
|
797
|
+
readonly 200: "16px";
|
|
1035
798
|
};
|
|
1036
|
-
|
|
1037
|
-
readonly
|
|
799
|
+
shadows: {
|
|
800
|
+
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";
|
|
801
|
+
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";
|
|
802
|
+
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";
|
|
803
|
+
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";
|
|
804
|
+
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";
|
|
1038
805
|
};
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
806
|
+
sizes: {
|
|
807
|
+
readonly number: string;
|
|
808
|
+
readonly 'icon-200': "16px";
|
|
809
|
+
readonly 'icon-300': "24px";
|
|
810
|
+
readonly 'icon-400': "32px";
|
|
811
|
+
};
|
|
812
|
+
space: {
|
|
813
|
+
readonly 0: "0px";
|
|
814
|
+
readonly 25: "2px";
|
|
815
|
+
readonly 50: "4px";
|
|
816
|
+
readonly 100: "8px";
|
|
817
|
+
readonly 150: "12px";
|
|
818
|
+
readonly 200: "16px";
|
|
819
|
+
readonly 300: "24px";
|
|
820
|
+
readonly 400: "32px";
|
|
821
|
+
readonly 500: "40px";
|
|
822
|
+
readonly 600: "48px";
|
|
823
|
+
readonly 700: "56px";
|
|
824
|
+
readonly 800: "64px";
|
|
825
|
+
readonly 1200: "96px";
|
|
826
|
+
readonly 1600: "128px";
|
|
827
|
+
};
|
|
828
|
+
'space-gap': {
|
|
829
|
+
readonly 0: any;
|
|
830
|
+
readonly 50: any;
|
|
831
|
+
readonly 100: any;
|
|
832
|
+
readonly 200: any;
|
|
833
|
+
readonly 300: any;
|
|
1045
834
|
};
|
|
1046
|
-
|
|
835
|
+
'space-inset': {
|
|
836
|
+
readonly 0: any;
|
|
837
|
+
readonly 50: any;
|
|
838
|
+
readonly 100: any;
|
|
839
|
+
readonly 150: any;
|
|
840
|
+
readonly 200: any;
|
|
841
|
+
readonly 300: any;
|
|
842
|
+
readonly 400: any;
|
|
843
|
+
readonly 600: any;
|
|
844
|
+
readonly 700: any;
|
|
845
|
+
readonly 800: any;
|
|
846
|
+
readonly 1200: any;
|
|
847
|
+
readonly 1600: any;
|
|
848
|
+
};
|
|
849
|
+
'space-offset': {
|
|
850
|
+
readonly 0: any;
|
|
851
|
+
readonly 50: any;
|
|
852
|
+
readonly 100: any;
|
|
853
|
+
readonly 150: any;
|
|
854
|
+
readonly 200: any;
|
|
855
|
+
readonly 300: any;
|
|
856
|
+
readonly 400: any;
|
|
857
|
+
readonly 600: any;
|
|
858
|
+
readonly 800: any;
|
|
859
|
+
readonly 1200: any;
|
|
860
|
+
readonly 1600: any;
|
|
861
|
+
readonly 'stacking-0': any;
|
|
862
|
+
readonly 'stacking-100': any;
|
|
863
|
+
readonly 'stacking-200': any;
|
|
864
|
+
readonly 'stacking-300': any;
|
|
865
|
+
readonly 'stacking-400': any;
|
|
866
|
+
readonly 'stacking-500': any;
|
|
867
|
+
readonly 'stacking-800': any;
|
|
868
|
+
};
|
|
869
|
+
'stroke-width': {
|
|
870
|
+
readonly thin: "1.5px";
|
|
871
|
+
readonly normal: "2px";
|
|
872
|
+
readonly bold: "4px";
|
|
873
|
+
};
|
|
874
|
+
'z-indices': {
|
|
875
|
+
readonly dropdownMenu: 100;
|
|
876
|
+
readonly select: 200;
|
|
877
|
+
readonly popover: 300;
|
|
878
|
+
readonly tooltip: 400;
|
|
879
|
+
};
|
|
880
|
+
}, {
|
|
881
|
+
readonly background: "colors";
|
|
882
|
+
readonly backgroundColor: "colors";
|
|
883
|
+
readonly backgroundImage: "colors";
|
|
884
|
+
readonly blockSize: "sizes";
|
|
885
|
+
readonly border: "colors";
|
|
886
|
+
readonly borderBlock: "colors";
|
|
887
|
+
readonly borderBlockEnd: "colors";
|
|
888
|
+
readonly borderBlockStart: "colors";
|
|
889
|
+
readonly borderBottom: "colors";
|
|
890
|
+
readonly borderBottomColor: "colors";
|
|
891
|
+
readonly borderBottomLeftRadius: "radii";
|
|
892
|
+
readonly borderBottomRightRadius: "radii";
|
|
893
|
+
readonly borderBottomStyle: "border-styles";
|
|
894
|
+
readonly borderBottomWidth: "border-widths";
|
|
895
|
+
readonly borderColor: "colors";
|
|
896
|
+
readonly borderImage: "colors";
|
|
897
|
+
readonly borderInline: "colors";
|
|
898
|
+
readonly borderInlineEnd: "colors";
|
|
899
|
+
readonly borderInlineStart: "colors";
|
|
900
|
+
readonly borderLeft: "colors";
|
|
901
|
+
readonly borderLeftColor: "colors";
|
|
902
|
+
readonly borderLeftStyle: "border-styles";
|
|
903
|
+
readonly borderLeftWidth: "border-widths";
|
|
904
|
+
readonly borderRadius: "radii";
|
|
905
|
+
readonly borderRight: "colors";
|
|
906
|
+
readonly borderRightColor: "colors";
|
|
907
|
+
readonly borderRightStyle: "border-styles";
|
|
908
|
+
readonly borderRightWidth: "border-widths";
|
|
909
|
+
readonly borderStyle: "border-styles";
|
|
910
|
+
readonly borderTop: "colors";
|
|
911
|
+
readonly borderTopColor: "colors";
|
|
912
|
+
readonly borderTopLeftRadius: "radii";
|
|
913
|
+
readonly borderTopRightRadius: "radii";
|
|
914
|
+
readonly borderTopStyle: "border-styles";
|
|
915
|
+
readonly borderTopWidth: "border-widths";
|
|
916
|
+
readonly borderWidth: "border-widths";
|
|
917
|
+
readonly bottom: "space";
|
|
918
|
+
readonly boxShadow: "shadows";
|
|
919
|
+
readonly caretColor: "colors";
|
|
920
|
+
readonly color: "colors";
|
|
921
|
+
readonly columnGap: "space-gap";
|
|
922
|
+
readonly columnRuleColor: "colors";
|
|
923
|
+
readonly fill: "colors";
|
|
924
|
+
readonly flexBasis: "sizes";
|
|
925
|
+
readonly fontFamily: "fonts";
|
|
926
|
+
readonly fontSize: "font-sizes";
|
|
927
|
+
readonly fontWeight: "font-weights";
|
|
928
|
+
readonly gap: "space-gap";
|
|
929
|
+
readonly gridColumnGap: "space-gap";
|
|
930
|
+
readonly gridGap: "space-gap";
|
|
931
|
+
readonly gridRowGap: "space-gap";
|
|
932
|
+
readonly gridTemplateColumns: "sizes";
|
|
933
|
+
readonly gridTemplateRows: "sizes";
|
|
934
|
+
readonly height: "sizes";
|
|
935
|
+
readonly inlineSize: "sizes";
|
|
936
|
+
readonly inset: "space-inset";
|
|
937
|
+
readonly insetBlock: "space-inset";
|
|
938
|
+
readonly insetBlockEnd: "space-inset";
|
|
939
|
+
readonly insetBlockStart: "space-inset";
|
|
940
|
+
readonly insetInline: "space-inset";
|
|
941
|
+
readonly insetInlineEnd: "space-inset";
|
|
942
|
+
readonly insetInlineStart: "space-inset";
|
|
943
|
+
readonly left: "space";
|
|
944
|
+
readonly letterSpacing: "letter-spacings";
|
|
945
|
+
readonly lineHeight: "line-heights";
|
|
946
|
+
readonly margin: "space-offset";
|
|
947
|
+
readonly marginBlock: "space-offset";
|
|
948
|
+
readonly marginBlockEnd: "space-offset";
|
|
949
|
+
readonly marginBlockStart: "space-offset";
|
|
950
|
+
readonly marginBottom: "space-offset";
|
|
951
|
+
readonly marginInline: "space-offset";
|
|
952
|
+
readonly marginInlineEnd: "space-offset";
|
|
953
|
+
readonly marginInlineStart: "space-offset";
|
|
954
|
+
readonly marginLeft: "space-offset";
|
|
955
|
+
readonly marginRight: "space-offset";
|
|
956
|
+
readonly marginTop: "space-offset";
|
|
957
|
+
readonly maxBlockSize: "sizes";
|
|
958
|
+
readonly maxHeight: "sizes";
|
|
959
|
+
readonly maxInlineSize: "sizes";
|
|
960
|
+
readonly maxWidth: "sizes";
|
|
961
|
+
readonly minBlockSize: "sizes";
|
|
962
|
+
readonly minHeight: "sizes";
|
|
963
|
+
readonly minInlineSize: "sizes";
|
|
964
|
+
readonly minWidth: "sizes";
|
|
965
|
+
readonly outline: "colors";
|
|
966
|
+
readonly outlineColor: "colors";
|
|
967
|
+
readonly padding: "space-inset";
|
|
968
|
+
readonly paddingBlock: "space-inset";
|
|
969
|
+
readonly paddingBlockEnd: "space-inset";
|
|
970
|
+
readonly paddingBlockStart: "space-inset";
|
|
971
|
+
readonly paddingBottom: "space-inset";
|
|
972
|
+
readonly paddingInline: "space-inset";
|
|
973
|
+
readonly paddingInlineEnd: "space-inset";
|
|
974
|
+
readonly paddingInlineStart: "space-inset";
|
|
975
|
+
readonly paddingLeft: "space-inset";
|
|
976
|
+
readonly paddingRight: "space-inset";
|
|
977
|
+
readonly paddingTop: "space-inset";
|
|
978
|
+
readonly right: "space";
|
|
979
|
+
readonly rowGap: "space-gap";
|
|
980
|
+
readonly scrollMargin: "space-offset";
|
|
981
|
+
readonly scrollMarginBlock: "space-offset";
|
|
982
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
983
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
984
|
+
readonly scrollMarginBottom: "space-offset";
|
|
985
|
+
readonly scrollMarginInline: "space-offset";
|
|
986
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
987
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
988
|
+
readonly scrollMarginLeft: "space-offset";
|
|
989
|
+
readonly scrollMarginRight: "space-offset";
|
|
990
|
+
readonly scrollMarginTop: "space-offset";
|
|
991
|
+
readonly scrollPadding: "space-inset";
|
|
992
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
993
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
994
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
995
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
996
|
+
readonly scrollPaddingInline: "space-inset";
|
|
997
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
998
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
999
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
1000
|
+
readonly scrollPaddingRight: "space-inset";
|
|
1001
|
+
readonly scrollPaddingTop: "space-inset";
|
|
1002
|
+
readonly stroke: "colors";
|
|
1003
|
+
readonly strokeWidth: "stroke-width";
|
|
1004
|
+
readonly textDecorationColor: "colors";
|
|
1005
|
+
readonly textShadow: "shadows";
|
|
1006
|
+
readonly top: "space";
|
|
1007
|
+
readonly transition: "transitions";
|
|
1008
|
+
readonly width: "sizes";
|
|
1009
|
+
readonly zIndex: "z-indices";
|
|
1010
|
+
}, {
|
|
1011
|
+
paddingX: (value: {
|
|
1012
|
+
readonly [$$PropertyValue]: "padding";
|
|
1013
|
+
}) => {
|
|
1014
|
+
paddingLeft: {
|
|
1015
|
+
readonly [$$PropertyValue]: "padding";
|
|
1016
|
+
};
|
|
1017
|
+
paddingRight: {
|
|
1018
|
+
readonly [$$PropertyValue]: "padding";
|
|
1019
|
+
};
|
|
1020
|
+
};
|
|
1021
|
+
paddingY: (value: {
|
|
1022
|
+
readonly [$$PropertyValue]: "padding";
|
|
1023
|
+
}) => {
|
|
1024
|
+
paddingTop: {
|
|
1025
|
+
readonly [$$PropertyValue]: "padding";
|
|
1026
|
+
};
|
|
1027
|
+
paddingBottom: {
|
|
1028
|
+
readonly [$$PropertyValue]: "padding";
|
|
1029
|
+
};
|
|
1030
|
+
};
|
|
1031
|
+
marginX: (value: {
|
|
1047
1032
|
readonly [$$PropertyValue]: "margin";
|
|
1033
|
+
}) => {
|
|
1034
|
+
marginLeft: {
|
|
1035
|
+
readonly [$$PropertyValue]: "margin";
|
|
1036
|
+
};
|
|
1037
|
+
marginRight: {
|
|
1038
|
+
readonly [$$PropertyValue]: "margin";
|
|
1039
|
+
};
|
|
1048
1040
|
};
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1041
|
+
marginY: (value: {
|
|
1042
|
+
readonly [$$PropertyValue]: "margin";
|
|
1043
|
+
}) => {
|
|
1044
|
+
marginTop: {
|
|
1045
|
+
readonly [$$PropertyValue]: "margin";
|
|
1046
|
+
};
|
|
1047
|
+
marginBottom: {
|
|
1048
|
+
readonly [$$PropertyValue]: "margin";
|
|
1049
|
+
};
|
|
1055
1050
|
};
|
|
1056
|
-
|
|
1051
|
+
square: (value: {
|
|
1057
1052
|
readonly [$$PropertyValue]: "width";
|
|
1053
|
+
}) => {
|
|
1054
|
+
width: {
|
|
1055
|
+
readonly [$$PropertyValue]: "width";
|
|
1056
|
+
};
|
|
1057
|
+
height: {
|
|
1058
|
+
readonly [$$PropertyValue]: "width";
|
|
1059
|
+
};
|
|
1058
1060
|
};
|
|
1059
|
-
};
|
|
1060
|
-
}
|
|
1061
|
+
}> | undefined;
|
|
1062
|
+
}> & {
|
|
1063
|
+
children?: react.ReactNode;
|
|
1064
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_tooltip.TooltipTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
|
|
1061
1065
|
declare type StyledTriggerProps = StrictComponentProps<typeof StyledTrigger>;
|
|
1062
1066
|
|
|
1063
1067
|
interface TriggerProps extends StyledTriggerProps {
|