@mirohq/design-system-popover 4.3.6 → 4.3.8
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 +1275 -1251
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -7,434 +7,442 @@ import * as _radix_ui_react_popover from '@radix-ui/react-popover';
|
|
|
7
7
|
import { PopoverPortalProps } from '@radix-ui/react-popover';
|
|
8
8
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
9
9
|
|
|
10
|
-
declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
colors: {
|
|
18
|
-
readonly 'blue-100': any;
|
|
19
|
-
readonly 'blue-200': any;
|
|
20
|
-
readonly 'blue-300': any;
|
|
21
|
-
readonly 'blue-400': any;
|
|
22
|
-
readonly 'blue-500': any;
|
|
23
|
-
readonly 'blue-600': any;
|
|
24
|
-
readonly 'blue-700': any;
|
|
25
|
-
readonly 'blue-800': any;
|
|
26
|
-
readonly 'blue-900': any;
|
|
27
|
-
readonly 'blue-1000': any;
|
|
28
|
-
readonly 'gray-100': any;
|
|
29
|
-
readonly 'gray-200': any;
|
|
30
|
-
readonly 'gray-300': any;
|
|
31
|
-
readonly 'gray-400': any;
|
|
32
|
-
readonly 'gray-500': any;
|
|
33
|
-
readonly 'gray-600': any;
|
|
34
|
-
readonly 'gray-700': any;
|
|
35
|
-
readonly 'gray-800': any;
|
|
36
|
-
readonly 'gray-900': any;
|
|
37
|
-
readonly 'indigo-100': any;
|
|
38
|
-
readonly 'indigo-200': any;
|
|
39
|
-
readonly 'indigo-300': any;
|
|
40
|
-
readonly 'indigo-400': any;
|
|
41
|
-
readonly 'indigo-500': any;
|
|
42
|
-
readonly 'indigo-600': any;
|
|
43
|
-
readonly 'indigo-700': any;
|
|
44
|
-
readonly 'indigo-800': any;
|
|
45
|
-
readonly 'indigo-900': any;
|
|
46
|
-
readonly 'red-100': any;
|
|
47
|
-
readonly 'red-200': any;
|
|
48
|
-
readonly 'red-300': any;
|
|
49
|
-
readonly 'red-400': any;
|
|
50
|
-
readonly 'red-500': any;
|
|
51
|
-
readonly 'red-600': any;
|
|
52
|
-
readonly 'red-700': any;
|
|
53
|
-
readonly 'red-800': any;
|
|
54
|
-
readonly 'red-900': any;
|
|
55
|
-
readonly 'yellow-100': any;
|
|
56
|
-
readonly 'yellow-200': any;
|
|
57
|
-
readonly 'yellow-300': any;
|
|
58
|
-
readonly 'yellow-400': any;
|
|
59
|
-
readonly 'yellow-500': any;
|
|
60
|
-
readonly 'yellow-600': any;
|
|
61
|
-
readonly 'yellow-700': any;
|
|
62
|
-
readonly 'yellow-800': any;
|
|
63
|
-
readonly 'yellow-900': any;
|
|
64
|
-
readonly 'green-100': any;
|
|
65
|
-
readonly 'green-200': any;
|
|
66
|
-
readonly 'green-300': any;
|
|
67
|
-
readonly 'green-400': any;
|
|
68
|
-
readonly 'green-500': any;
|
|
69
|
-
readonly 'green-600': any;
|
|
70
|
-
readonly 'green-700': any;
|
|
71
|
-
readonly 'green-800': any;
|
|
72
|
-
readonly 'green-900': any;
|
|
73
|
-
readonly black: any;
|
|
74
|
-
readonly white: any;
|
|
75
|
-
readonly transparent: any;
|
|
76
|
-
readonly 'background-neutrals'?: any;
|
|
77
|
-
readonly 'background-neutrals-body'?: any;
|
|
78
|
-
readonly 'background-neutrals-container'?: any;
|
|
79
|
-
readonly 'background-neutrals-inverted'?: any;
|
|
80
|
-
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
81
|
-
readonly 'background-neutrals-subtle'?: any;
|
|
82
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
83
|
-
readonly 'background-neutrals-subtle-active'?: any;
|
|
84
|
-
readonly 'background-neutrals-disabled'?: any;
|
|
85
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
86
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
87
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
88
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
89
|
-
readonly 'background-primary-prominent'?: any;
|
|
90
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
91
|
-
readonly 'background-primary-prominent-active'?: any;
|
|
92
|
-
readonly 'background-primary-prominent-selected'?: any;
|
|
93
|
-
readonly 'background-primary-subtle'?: any;
|
|
94
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
95
|
-
readonly 'background-primary-subtle-active'?: any;
|
|
96
|
-
readonly 'background-primary-subtle-selected'?: any;
|
|
97
|
-
readonly 'background-danger-prominent'?: any;
|
|
98
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
99
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
100
|
-
readonly 'background-danger'?: any;
|
|
101
|
-
readonly 'background-danger-hover'?: any;
|
|
102
|
-
readonly 'background-success'?: any;
|
|
103
|
-
readonly 'background-warning-subtle'?: any;
|
|
104
|
-
readonly 'background-warning-prominent'?: any;
|
|
105
|
-
readonly 'text-neutrals-inverted'?: any;
|
|
106
|
-
readonly 'text-neutrals'?: any;
|
|
107
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
108
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
109
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
110
|
-
readonly 'text-neutrals-disabled'?: any;
|
|
111
|
-
readonly 'text-primary-inverted'?: any;
|
|
112
|
-
readonly 'text-primary'?: any;
|
|
113
|
-
readonly 'text-primary-hover'?: any;
|
|
114
|
-
readonly 'text-primary-active'?: any;
|
|
115
|
-
readonly 'text-primary-selected'?: any;
|
|
116
|
-
readonly 'text-primary-inverted-subtle'?: any;
|
|
117
|
-
readonly 'text-danger-inverted'?: any;
|
|
118
|
-
readonly 'text-danger'?: any;
|
|
119
|
-
readonly 'text-danger-hover'?: any;
|
|
120
|
-
readonly 'text-danger-active'?: any;
|
|
121
|
-
readonly 'text-success'?: any;
|
|
122
|
-
readonly 'text-warning'?: any;
|
|
123
|
-
readonly 'icon-neutrals-inverted'?: any;
|
|
124
|
-
readonly 'icon-neutrals'?: any;
|
|
125
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
126
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
127
|
-
readonly 'icon-neutrals-disabled'?: any;
|
|
128
|
-
readonly 'icon-neutrals-search'?: any;
|
|
129
|
-
readonly 'icon-neutrals-inactive'?: any;
|
|
130
|
-
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
131
|
-
readonly 'icon-primary-inverted'?: any;
|
|
132
|
-
readonly 'icon-primary'?: any;
|
|
133
|
-
readonly 'icon-primary-hover'?: any;
|
|
134
|
-
readonly 'icon-primary-active'?: any;
|
|
135
|
-
readonly 'icon-primary-selected'?: any;
|
|
136
|
-
readonly 'icon-danger-inverted'?: any;
|
|
137
|
-
readonly 'icon-danger'?: any;
|
|
138
|
-
readonly 'icon-danger-hover'?: any;
|
|
139
|
-
readonly 'icon-danger-active'?: any;
|
|
140
|
-
readonly 'icon-success-inverted'?: any;
|
|
141
|
-
readonly 'icon-success'?: any;
|
|
142
|
-
readonly 'icon-warning'?: any;
|
|
143
|
-
readonly 'border-focus-outer'?: any;
|
|
144
|
-
readonly 'border-focus-middle'?: any;
|
|
145
|
-
readonly 'border-focus-inner'?: any;
|
|
146
|
-
readonly 'border-neutrals'?: any;
|
|
147
|
-
readonly 'border-neutrals-hover'?: any;
|
|
148
|
-
readonly 'border-neutrals-active'?: any;
|
|
149
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
150
|
-
readonly 'border-neutrals-controls'?: any;
|
|
151
|
-
readonly 'border-neutrals-controls-disabled'?: any;
|
|
152
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
153
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
154
|
-
readonly 'border-primary'?: any;
|
|
155
|
-
readonly 'border-primary-hover'?: any;
|
|
156
|
-
readonly 'border-primary-active'?: any;
|
|
157
|
-
readonly 'border-primary-inverted'?: any;
|
|
158
|
-
readonly 'border-danger'?: any;
|
|
159
|
-
readonly 'border-success'?: any;
|
|
160
|
-
readonly 'border-warning'?: any;
|
|
161
|
-
};
|
|
162
|
-
'font-sizes': {
|
|
163
|
-
readonly 150: "0.75rem";
|
|
164
|
-
readonly 175: "0.875rem";
|
|
165
|
-
readonly 200: "1rem";
|
|
166
|
-
readonly 225: "1.125rem";
|
|
167
|
-
readonly 250: "1.25rem";
|
|
168
|
-
readonly 300: "1.5rem";
|
|
169
|
-
readonly 400: "2rem";
|
|
170
|
-
readonly 500: "2.5rem";
|
|
171
|
-
readonly 600: "3rem";
|
|
172
|
-
readonly 800: "4rem";
|
|
173
|
-
readonly 900: "4.5rem";
|
|
174
|
-
};
|
|
175
|
-
radii: {
|
|
176
|
-
readonly none: 0;
|
|
177
|
-
readonly half: "999em";
|
|
178
|
-
readonly 25: "2px";
|
|
179
|
-
readonly 50: "4px";
|
|
180
|
-
readonly 75: "6px";
|
|
181
|
-
readonly 100: "8px";
|
|
182
|
-
readonly 200: "16px";
|
|
183
|
-
};
|
|
184
|
-
shadows: {
|
|
185
|
-
readonly 50: "0 4px 16px #05003812";
|
|
186
|
-
readonly 100: "0 8px 32px #05003808";
|
|
187
|
-
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";
|
|
188
|
-
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";
|
|
189
|
-
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";
|
|
190
|
-
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";
|
|
191
|
-
};
|
|
192
|
-
sizes: {
|
|
193
|
-
readonly number: string;
|
|
194
|
-
readonly 'icon-200': "16px";
|
|
195
|
-
readonly 'icon-300': "24px";
|
|
196
|
-
readonly 'icon-400': "32px";
|
|
197
|
-
};
|
|
198
|
-
space: {
|
|
199
|
-
readonly none: 0;
|
|
200
|
-
readonly 50: "4px";
|
|
201
|
-
readonly 100: "8px";
|
|
202
|
-
readonly 150: "12px";
|
|
203
|
-
readonly 200: "16px";
|
|
204
|
-
readonly 300: "24px";
|
|
205
|
-
readonly 400: "32px";
|
|
206
|
-
readonly 500: "64px";
|
|
207
|
-
readonly 600: "48px";
|
|
208
|
-
readonly 800: "64px";
|
|
209
|
-
readonly 1200: "96px";
|
|
210
|
-
readonly 1600: "128px";
|
|
211
|
-
};
|
|
212
|
-
'space-gap': {
|
|
213
|
-
readonly none: any;
|
|
214
|
-
readonly 50: any;
|
|
215
|
-
readonly 100: any;
|
|
216
|
-
readonly 200: any;
|
|
217
|
-
readonly 300: any;
|
|
218
|
-
};
|
|
219
|
-
'space-inset': {
|
|
220
|
-
readonly none: any;
|
|
221
|
-
readonly 50: any;
|
|
222
|
-
readonly 100: any;
|
|
223
|
-
readonly 150: any;
|
|
224
|
-
readonly 200: any;
|
|
225
|
-
readonly 300: any;
|
|
226
|
-
readonly 400: any;
|
|
227
|
-
readonly 600: any;
|
|
228
|
-
readonly 800: any;
|
|
229
|
-
readonly 1200: any;
|
|
230
|
-
readonly 1600: any;
|
|
231
|
-
};
|
|
232
|
-
'space-offset': {
|
|
233
|
-
readonly none: any;
|
|
234
|
-
readonly 50: any;
|
|
235
|
-
readonly 100: any;
|
|
236
|
-
readonly 150: any;
|
|
237
|
-
readonly 200: any;
|
|
238
|
-
readonly 300: any;
|
|
239
|
-
readonly 400: any;
|
|
240
|
-
readonly 600: any;
|
|
241
|
-
readonly 800: any;
|
|
242
|
-
readonly 1200: any;
|
|
243
|
-
readonly 1600: any;
|
|
244
|
-
readonly 'stacking-none': any;
|
|
245
|
-
readonly 'stacking-100': any;
|
|
246
|
-
readonly 'stacking-200': any;
|
|
247
|
-
readonly 'stacking-300': any;
|
|
248
|
-
readonly 'stacking-400': any;
|
|
249
|
-
readonly 'stacking-500': any;
|
|
250
|
-
readonly 'stacking-800': any;
|
|
251
|
-
};
|
|
252
|
-
'z-indices': {
|
|
253
|
-
readonly dropdownMenu: 100;
|
|
254
|
-
readonly popover: 200;
|
|
255
|
-
readonly tooltip: 300;
|
|
256
|
-
};
|
|
257
|
-
}, {
|
|
258
|
-
readonly background: "colors";
|
|
259
|
-
readonly backgroundColor: "colors";
|
|
260
|
-
readonly backgroundImage: "colors";
|
|
261
|
-
readonly blockSize: "sizes";
|
|
262
|
-
readonly border: "colors";
|
|
263
|
-
readonly borderBlock: "colors";
|
|
264
|
-
readonly borderBlockEnd: "colors";
|
|
265
|
-
readonly borderBlockStart: "colors";
|
|
266
|
-
readonly borderBottom: "colors";
|
|
267
|
-
readonly borderBottomColor: "colors";
|
|
268
|
-
readonly borderBottomLeftRadius: "radii";
|
|
269
|
-
readonly borderBottomRightRadius: "radii";
|
|
270
|
-
readonly borderBottomStyle: "border-styles";
|
|
271
|
-
readonly borderBottomWidth: "border-widths";
|
|
272
|
-
readonly borderColor: "colors";
|
|
273
|
-
readonly borderImage: "colors";
|
|
274
|
-
readonly borderInline: "colors";
|
|
275
|
-
readonly borderInlineEnd: "colors";
|
|
276
|
-
readonly borderInlineStart: "colors";
|
|
277
|
-
readonly borderLeft: "colors";
|
|
278
|
-
readonly borderLeftColor: "colors";
|
|
279
|
-
readonly borderLeftStyle: "border-styles";
|
|
280
|
-
readonly borderLeftWidth: "border-widths";
|
|
281
|
-
readonly borderRadius: "radii";
|
|
282
|
-
readonly borderRight: "colors";
|
|
283
|
-
readonly borderRightColor: "colors";
|
|
284
|
-
readonly borderRightStyle: "border-styles";
|
|
285
|
-
readonly borderRightWidth: "border-widths";
|
|
286
|
-
readonly borderStyle: "border-styles";
|
|
287
|
-
readonly borderTop: "colors";
|
|
288
|
-
readonly borderTopColor: "colors";
|
|
289
|
-
readonly borderTopLeftRadius: "radii";
|
|
290
|
-
readonly borderTopRightRadius: "radii";
|
|
291
|
-
readonly borderTopStyle: "border-styles";
|
|
292
|
-
readonly borderTopWidth: "border-widths";
|
|
293
|
-
readonly borderWidth: "border-widths";
|
|
294
|
-
readonly bottom: "space";
|
|
295
|
-
readonly boxShadow: "shadows";
|
|
296
|
-
readonly caretColor: "colors";
|
|
297
|
-
readonly color: "colors";
|
|
298
|
-
readonly columnGap: "space-gap";
|
|
299
|
-
readonly columnRuleColor: "colors";
|
|
300
|
-
readonly fill: "colors";
|
|
301
|
-
readonly flexBasis: "sizes";
|
|
302
|
-
readonly fontFamily: "fonts";
|
|
303
|
-
readonly fontSize: "font-sizes";
|
|
304
|
-
readonly fontWeight: "font-weights";
|
|
305
|
-
readonly gap: "space-gap";
|
|
306
|
-
readonly gridColumnGap: "space-gap";
|
|
307
|
-
readonly gridGap: "space-gap";
|
|
308
|
-
readonly gridRowGap: "space-gap";
|
|
309
|
-
readonly gridTemplateColumns: "sizes";
|
|
310
|
-
readonly gridTemplateRows: "sizes";
|
|
311
|
-
readonly height: "sizes";
|
|
312
|
-
readonly inlineSize: "sizes";
|
|
313
|
-
readonly inset: "space-inset";
|
|
314
|
-
readonly insetBlock: "space-inset";
|
|
315
|
-
readonly insetBlockEnd: "space-inset";
|
|
316
|
-
readonly insetBlockStart: "space-inset";
|
|
317
|
-
readonly insetInline: "space-inset";
|
|
318
|
-
readonly insetInlineEnd: "space-inset";
|
|
319
|
-
readonly insetInlineStart: "space-inset";
|
|
320
|
-
readonly left: "space";
|
|
321
|
-
readonly letterSpacing: "letter-spacings";
|
|
322
|
-
readonly lineHeight: "line-heights";
|
|
323
|
-
readonly margin: "space-offset";
|
|
324
|
-
readonly marginBlock: "space-offset";
|
|
325
|
-
readonly marginBlockEnd: "space-offset";
|
|
326
|
-
readonly marginBlockStart: "space-offset";
|
|
327
|
-
readonly marginBottom: "space-offset";
|
|
328
|
-
readonly marginInline: "space-offset";
|
|
329
|
-
readonly marginInlineEnd: "space-offset";
|
|
330
|
-
readonly marginInlineStart: "space-offset";
|
|
331
|
-
readonly marginLeft: "space-offset";
|
|
332
|
-
readonly marginRight: "space-offset";
|
|
333
|
-
readonly marginTop: "space-offset";
|
|
334
|
-
readonly maxBlockSize: "sizes";
|
|
335
|
-
readonly maxHeight: "sizes";
|
|
336
|
-
readonly maxInlineSize: "sizes";
|
|
337
|
-
readonly maxWidth: "sizes";
|
|
338
|
-
readonly minBlockSize: "sizes";
|
|
339
|
-
readonly minHeight: "sizes";
|
|
340
|
-
readonly minInlineSize: "sizes";
|
|
341
|
-
readonly minWidth: "sizes";
|
|
342
|
-
readonly outline: "colors";
|
|
343
|
-
readonly outlineColor: "colors";
|
|
344
|
-
readonly padding: "space-inset";
|
|
345
|
-
readonly paddingBlock: "space-inset";
|
|
346
|
-
readonly paddingBlockEnd: "space-inset";
|
|
347
|
-
readonly paddingBlockStart: "space-inset";
|
|
348
|
-
readonly paddingBottom: "space-inset";
|
|
349
|
-
readonly paddingInline: "space-inset";
|
|
350
|
-
readonly paddingInlineEnd: "space-inset";
|
|
351
|
-
readonly paddingInlineStart: "space-inset";
|
|
352
|
-
readonly paddingLeft: "space-inset";
|
|
353
|
-
readonly paddingRight: "space-inset";
|
|
354
|
-
readonly paddingTop: "space-inset";
|
|
355
|
-
readonly right: "space";
|
|
356
|
-
readonly rowGap: "space-gap";
|
|
357
|
-
readonly scrollMargin: "space-offset";
|
|
358
|
-
readonly scrollMarginBlock: "space-offset";
|
|
359
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
360
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
361
|
-
readonly scrollMarginBottom: "space-offset";
|
|
362
|
-
readonly scrollMarginInline: "space-offset";
|
|
363
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
364
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
365
|
-
readonly scrollMarginLeft: "space-offset";
|
|
366
|
-
readonly scrollMarginRight: "space-offset";
|
|
367
|
-
readonly scrollMarginTop: "space-offset";
|
|
368
|
-
readonly scrollPadding: "space-inset";
|
|
369
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
370
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
371
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
372
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
373
|
-
readonly scrollPaddingInline: "space-inset";
|
|
374
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
375
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
376
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
377
|
-
readonly scrollPaddingRight: "space-inset";
|
|
378
|
-
readonly scrollPaddingTop: "space-inset";
|
|
379
|
-
readonly stroke: "colors";
|
|
380
|
-
readonly textDecorationColor: "colors";
|
|
381
|
-
readonly textShadow: "shadows";
|
|
382
|
-
readonly top: "space";
|
|
383
|
-
readonly transition: "transitions";
|
|
384
|
-
readonly width: "sizes";
|
|
385
|
-
readonly zIndex: "z-indices";
|
|
386
|
-
}, {
|
|
387
|
-
paddingX: (value: {
|
|
388
|
-
readonly [$$PropertyValue]: "padding";
|
|
389
|
-
}) => {
|
|
390
|
-
paddingLeft: {
|
|
391
|
-
readonly [$$PropertyValue]: "padding";
|
|
10
|
+
declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_popover.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>, "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";
|
|
392
17
|
};
|
|
393
|
-
|
|
394
|
-
readonly
|
|
18
|
+
colors: {
|
|
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 'indigo-100': any;
|
|
39
|
+
readonly 'indigo-200': any;
|
|
40
|
+
readonly 'indigo-300': any;
|
|
41
|
+
readonly 'indigo-400': any;
|
|
42
|
+
readonly 'indigo-500': any;
|
|
43
|
+
readonly 'indigo-600': any;
|
|
44
|
+
readonly 'indigo-700': any;
|
|
45
|
+
readonly 'indigo-800': any;
|
|
46
|
+
readonly 'indigo-900': any;
|
|
47
|
+
readonly 'red-100': any;
|
|
48
|
+
readonly 'red-200': any;
|
|
49
|
+
readonly 'red-300': any;
|
|
50
|
+
readonly 'red-400': any;
|
|
51
|
+
readonly 'red-500': any;
|
|
52
|
+
readonly 'red-600': any;
|
|
53
|
+
readonly 'red-700': any;
|
|
54
|
+
readonly 'red-800': any;
|
|
55
|
+
readonly 'red-900': any;
|
|
56
|
+
readonly 'yellow-100': any;
|
|
57
|
+
readonly 'yellow-200': any;
|
|
58
|
+
readonly 'yellow-300': any;
|
|
59
|
+
readonly 'yellow-400': any;
|
|
60
|
+
readonly 'yellow-500': any;
|
|
61
|
+
readonly 'yellow-600': any;
|
|
62
|
+
readonly 'yellow-700': any;
|
|
63
|
+
readonly 'yellow-800': any;
|
|
64
|
+
readonly 'yellow-900': any;
|
|
65
|
+
readonly 'green-100': any;
|
|
66
|
+
readonly 'green-200': any;
|
|
67
|
+
readonly 'green-300': any;
|
|
68
|
+
readonly 'green-400': any;
|
|
69
|
+
readonly 'green-500': any;
|
|
70
|
+
readonly 'green-600': any;
|
|
71
|
+
readonly 'green-700': any;
|
|
72
|
+
readonly 'green-800': any;
|
|
73
|
+
readonly 'green-900': any;
|
|
74
|
+
readonly black: any;
|
|
75
|
+
readonly white: any;
|
|
76
|
+
readonly transparent: any;
|
|
77
|
+
readonly 'background-danger'?: any;
|
|
78
|
+
readonly 'background-danger-hover'?: any;
|
|
79
|
+
readonly 'background-danger-prominent'?: any;
|
|
80
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
81
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
82
|
+
readonly 'background-neutrals'?: any;
|
|
83
|
+
readonly 'background-neutrals-body'?: any;
|
|
84
|
+
readonly 'background-neutrals-container'?: any;
|
|
85
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
86
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
87
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
88
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
89
|
+
readonly 'background-neutrals-inverted'?: any;
|
|
90
|
+
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
91
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
92
|
+
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
93
|
+
readonly 'background-neutrals-subtle'?: any;
|
|
94
|
+
readonly 'background-neutrals-subtle-active'?: any;
|
|
95
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
96
|
+
readonly 'background-primary-prominent'?: any;
|
|
97
|
+
readonly 'background-primary-prominent-active'?: any;
|
|
98
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
99
|
+
readonly 'background-primary-prominent-selected'?: any;
|
|
100
|
+
readonly 'background-primary-subtle'?: any;
|
|
101
|
+
readonly 'background-primary-subtle-active'?: any;
|
|
102
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
103
|
+
readonly 'background-primary-subtle-selected'?: any;
|
|
104
|
+
readonly 'background-success'?: any;
|
|
105
|
+
readonly 'background-warning-prominent'?: any;
|
|
106
|
+
readonly 'background-warning-subtle'?: any;
|
|
107
|
+
readonly 'text-danger'?: any;
|
|
108
|
+
readonly 'text-danger-active'?: any;
|
|
109
|
+
readonly 'text-danger-hover'?: any;
|
|
110
|
+
readonly 'text-danger-inverted'?: any;
|
|
111
|
+
readonly 'text-neutrals'?: any;
|
|
112
|
+
readonly 'text-neutrals-disabled'?: any;
|
|
113
|
+
readonly 'text-neutrals-inverted'?: any;
|
|
114
|
+
readonly 'text-neutrals-link'?: any;
|
|
115
|
+
readonly 'text-neutrals-link-active'?: any;
|
|
116
|
+
readonly 'text-neutrals-link-hover'?: any;
|
|
117
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
118
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
119
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
120
|
+
readonly 'text-primary'?: any;
|
|
121
|
+
readonly 'text-primary-active'?: any;
|
|
122
|
+
readonly 'text-primary-hover'?: any;
|
|
123
|
+
readonly 'text-primary-inverted'?: any;
|
|
124
|
+
readonly 'text-primary-inverted-subtle'?: any;
|
|
125
|
+
readonly 'text-primary-selected'?: any;
|
|
126
|
+
readonly 'text-success'?: any;
|
|
127
|
+
readonly 'text-warning'?: any;
|
|
128
|
+
readonly 'icon-danger'?: any;
|
|
129
|
+
readonly 'icon-danger-active'?: any;
|
|
130
|
+
readonly 'icon-danger-hover'?: any;
|
|
131
|
+
readonly 'icon-danger-inverted'?: any;
|
|
132
|
+
readonly 'icon-neutrals'?: any;
|
|
133
|
+
readonly 'icon-neutrals-disabled'?: any;
|
|
134
|
+
readonly 'icon-neutrals-inactive'?: any;
|
|
135
|
+
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
136
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
137
|
+
readonly 'icon-neutrals-search'?: any;
|
|
138
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
139
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
140
|
+
readonly 'icon-primary'?: any;
|
|
141
|
+
readonly 'icon-primary-active'?: any;
|
|
142
|
+
readonly 'icon-primary-hover'?: any;
|
|
143
|
+
readonly 'icon-primary-inverted'?: any;
|
|
144
|
+
readonly 'icon-primary-selected'?: any;
|
|
145
|
+
readonly 'icon-success'?: any;
|
|
146
|
+
readonly 'icon-success-inverted'?: any;
|
|
147
|
+
readonly 'icon-warning'?: any;
|
|
148
|
+
readonly 'border-danger'?: any;
|
|
149
|
+
readonly 'border-focus-inner'?: any;
|
|
150
|
+
readonly 'border-focus-middle'?: any;
|
|
151
|
+
readonly 'border-focus-outer'?: any;
|
|
152
|
+
readonly 'border-neutrals'?: any;
|
|
153
|
+
readonly 'border-neutrals-active'?: any;
|
|
154
|
+
readonly 'border-neutrals-controls'?: any;
|
|
155
|
+
readonly 'border-neutrals-controls-disabled'?: any;
|
|
156
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
157
|
+
readonly 'border-neutrals-hover'?: any;
|
|
158
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
159
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
160
|
+
readonly 'border-primary'?: any;
|
|
161
|
+
readonly 'border-primary-active'?: any;
|
|
162
|
+
readonly 'border-primary-hover'?: any;
|
|
163
|
+
readonly 'border-primary-inverted'?: any;
|
|
164
|
+
readonly 'border-success'?: any;
|
|
165
|
+
readonly 'border-warning'?: any;
|
|
395
166
|
};
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
readonly
|
|
167
|
+
'font-sizes': {
|
|
168
|
+
readonly 150: "0.75rem";
|
|
169
|
+
readonly 175: "0.875rem";
|
|
170
|
+
readonly 200: "1rem";
|
|
171
|
+
readonly 225: "1.125rem";
|
|
172
|
+
readonly 250: "1.25rem";
|
|
173
|
+
readonly 300: "1.5rem";
|
|
174
|
+
readonly 400: "2rem";
|
|
175
|
+
readonly 500: "2.5rem";
|
|
176
|
+
readonly 600: "3rem";
|
|
177
|
+
readonly 800: "4rem";
|
|
178
|
+
readonly 900: "4.5rem";
|
|
402
179
|
};
|
|
403
|
-
|
|
404
|
-
readonly
|
|
180
|
+
radii: {
|
|
181
|
+
readonly none: 0;
|
|
182
|
+
readonly half: "999em";
|
|
183
|
+
readonly 25: "2px";
|
|
184
|
+
readonly 50: "4px";
|
|
185
|
+
readonly 75: "6px";
|
|
186
|
+
readonly 100: "8px";
|
|
187
|
+
readonly 200: "16px";
|
|
405
188
|
};
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
readonly
|
|
189
|
+
shadows: {
|
|
190
|
+
readonly 50: "0 4px 16px #05003812";
|
|
191
|
+
readonly 100: "0 8px 32px #05003808";
|
|
192
|
+
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";
|
|
193
|
+
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";
|
|
194
|
+
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";
|
|
195
|
+
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";
|
|
412
196
|
};
|
|
413
|
-
|
|
414
|
-
readonly
|
|
197
|
+
sizes: {
|
|
198
|
+
readonly number: string;
|
|
199
|
+
readonly 'icon-200': "16px";
|
|
200
|
+
readonly 'icon-300': "24px";
|
|
201
|
+
readonly 'icon-400': "32px";
|
|
415
202
|
};
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
readonly
|
|
203
|
+
space: {
|
|
204
|
+
readonly none: 0;
|
|
205
|
+
readonly 50: "4px";
|
|
206
|
+
readonly 100: "8px";
|
|
207
|
+
readonly 150: "12px";
|
|
208
|
+
readonly 200: "16px";
|
|
209
|
+
readonly 300: "24px";
|
|
210
|
+
readonly 400: "32px";
|
|
211
|
+
readonly 500: "64px";
|
|
212
|
+
readonly 600: "48px";
|
|
213
|
+
readonly 800: "64px";
|
|
214
|
+
readonly 1200: "96px";
|
|
215
|
+
readonly 1600: "128px";
|
|
216
|
+
};
|
|
217
|
+
'space-gap': {
|
|
218
|
+
readonly none: any;
|
|
219
|
+
readonly 50: any;
|
|
220
|
+
readonly 100: any;
|
|
221
|
+
readonly 200: any;
|
|
222
|
+
readonly 300: any;
|
|
223
|
+
};
|
|
224
|
+
'space-inset': {
|
|
225
|
+
readonly none: any;
|
|
226
|
+
readonly 50: any;
|
|
227
|
+
readonly 100: any;
|
|
228
|
+
readonly 150: any;
|
|
229
|
+
readonly 200: any;
|
|
230
|
+
readonly 300: any;
|
|
231
|
+
readonly 400: any;
|
|
232
|
+
readonly 600: any;
|
|
233
|
+
readonly 800: any;
|
|
234
|
+
readonly 1200: any;
|
|
235
|
+
readonly 1600: any;
|
|
236
|
+
};
|
|
237
|
+
'space-offset': {
|
|
238
|
+
readonly none: any;
|
|
239
|
+
readonly 50: any;
|
|
240
|
+
readonly 100: any;
|
|
241
|
+
readonly 150: any;
|
|
242
|
+
readonly 200: any;
|
|
243
|
+
readonly 300: any;
|
|
244
|
+
readonly 400: any;
|
|
245
|
+
readonly 600: any;
|
|
246
|
+
readonly 800: any;
|
|
247
|
+
readonly 1200: any;
|
|
248
|
+
readonly 1600: any;
|
|
249
|
+
readonly 'stacking-none': any;
|
|
250
|
+
readonly 'stacking-100': any;
|
|
251
|
+
readonly 'stacking-200': any;
|
|
252
|
+
readonly 'stacking-300': any;
|
|
253
|
+
readonly 'stacking-400': any;
|
|
254
|
+
readonly 'stacking-500': any;
|
|
255
|
+
readonly 'stacking-800': any;
|
|
256
|
+
};
|
|
257
|
+
'z-indices': {
|
|
258
|
+
readonly dropdownMenu: 100;
|
|
259
|
+
readonly popover: 200;
|
|
260
|
+
readonly tooltip: 300;
|
|
261
|
+
};
|
|
262
|
+
}, {
|
|
263
|
+
readonly background: "colors";
|
|
264
|
+
readonly backgroundColor: "colors";
|
|
265
|
+
readonly backgroundImage: "colors";
|
|
266
|
+
readonly blockSize: "sizes";
|
|
267
|
+
readonly border: "colors";
|
|
268
|
+
readonly borderBlock: "colors";
|
|
269
|
+
readonly borderBlockEnd: "colors";
|
|
270
|
+
readonly borderBlockStart: "colors";
|
|
271
|
+
readonly borderBottom: "colors";
|
|
272
|
+
readonly borderBottomColor: "colors";
|
|
273
|
+
readonly borderBottomLeftRadius: "radii";
|
|
274
|
+
readonly borderBottomRightRadius: "radii";
|
|
275
|
+
readonly borderBottomStyle: "border-styles";
|
|
276
|
+
readonly borderBottomWidth: "border-widths";
|
|
277
|
+
readonly borderColor: "colors";
|
|
278
|
+
readonly borderImage: "colors";
|
|
279
|
+
readonly borderInline: "colors";
|
|
280
|
+
readonly borderInlineEnd: "colors";
|
|
281
|
+
readonly borderInlineStart: "colors";
|
|
282
|
+
readonly borderLeft: "colors";
|
|
283
|
+
readonly borderLeftColor: "colors";
|
|
284
|
+
readonly borderLeftStyle: "border-styles";
|
|
285
|
+
readonly borderLeftWidth: "border-widths";
|
|
286
|
+
readonly borderRadius: "radii";
|
|
287
|
+
readonly borderRight: "colors";
|
|
288
|
+
readonly borderRightColor: "colors";
|
|
289
|
+
readonly borderRightStyle: "border-styles";
|
|
290
|
+
readonly borderRightWidth: "border-widths";
|
|
291
|
+
readonly borderStyle: "border-styles";
|
|
292
|
+
readonly borderTop: "colors";
|
|
293
|
+
readonly borderTopColor: "colors";
|
|
294
|
+
readonly borderTopLeftRadius: "radii";
|
|
295
|
+
readonly borderTopRightRadius: "radii";
|
|
296
|
+
readonly borderTopStyle: "border-styles";
|
|
297
|
+
readonly borderTopWidth: "border-widths";
|
|
298
|
+
readonly borderWidth: "border-widths";
|
|
299
|
+
readonly bottom: "space";
|
|
300
|
+
readonly boxShadow: "shadows";
|
|
301
|
+
readonly caretColor: "colors";
|
|
302
|
+
readonly color: "colors";
|
|
303
|
+
readonly columnGap: "space-gap";
|
|
304
|
+
readonly columnRuleColor: "colors";
|
|
305
|
+
readonly fill: "colors";
|
|
306
|
+
readonly flexBasis: "sizes";
|
|
307
|
+
readonly fontFamily: "fonts";
|
|
308
|
+
readonly fontSize: "font-sizes";
|
|
309
|
+
readonly fontWeight: "font-weights";
|
|
310
|
+
readonly gap: "space-gap";
|
|
311
|
+
readonly gridColumnGap: "space-gap";
|
|
312
|
+
readonly gridGap: "space-gap";
|
|
313
|
+
readonly gridRowGap: "space-gap";
|
|
314
|
+
readonly gridTemplateColumns: "sizes";
|
|
315
|
+
readonly gridTemplateRows: "sizes";
|
|
316
|
+
readonly height: "sizes";
|
|
317
|
+
readonly inlineSize: "sizes";
|
|
318
|
+
readonly inset: "space-inset";
|
|
319
|
+
readonly insetBlock: "space-inset";
|
|
320
|
+
readonly insetBlockEnd: "space-inset";
|
|
321
|
+
readonly insetBlockStart: "space-inset";
|
|
322
|
+
readonly insetInline: "space-inset";
|
|
323
|
+
readonly insetInlineEnd: "space-inset";
|
|
324
|
+
readonly insetInlineStart: "space-inset";
|
|
325
|
+
readonly left: "space";
|
|
326
|
+
readonly letterSpacing: "letter-spacings";
|
|
327
|
+
readonly lineHeight: "line-heights";
|
|
328
|
+
readonly margin: "space-offset";
|
|
329
|
+
readonly marginBlock: "space-offset";
|
|
330
|
+
readonly marginBlockEnd: "space-offset";
|
|
331
|
+
readonly marginBlockStart: "space-offset";
|
|
332
|
+
readonly marginBottom: "space-offset";
|
|
333
|
+
readonly marginInline: "space-offset";
|
|
334
|
+
readonly marginInlineEnd: "space-offset";
|
|
335
|
+
readonly marginInlineStart: "space-offset";
|
|
336
|
+
readonly marginLeft: "space-offset";
|
|
337
|
+
readonly marginRight: "space-offset";
|
|
338
|
+
readonly marginTop: "space-offset";
|
|
339
|
+
readonly maxBlockSize: "sizes";
|
|
340
|
+
readonly maxHeight: "sizes";
|
|
341
|
+
readonly maxInlineSize: "sizes";
|
|
342
|
+
readonly maxWidth: "sizes";
|
|
343
|
+
readonly minBlockSize: "sizes";
|
|
344
|
+
readonly minHeight: "sizes";
|
|
345
|
+
readonly minInlineSize: "sizes";
|
|
346
|
+
readonly minWidth: "sizes";
|
|
347
|
+
readonly outline: "colors";
|
|
348
|
+
readonly outlineColor: "colors";
|
|
349
|
+
readonly padding: "space-inset";
|
|
350
|
+
readonly paddingBlock: "space-inset";
|
|
351
|
+
readonly paddingBlockEnd: "space-inset";
|
|
352
|
+
readonly paddingBlockStart: "space-inset";
|
|
353
|
+
readonly paddingBottom: "space-inset";
|
|
354
|
+
readonly paddingInline: "space-inset";
|
|
355
|
+
readonly paddingInlineEnd: "space-inset";
|
|
356
|
+
readonly paddingInlineStart: "space-inset";
|
|
357
|
+
readonly paddingLeft: "space-inset";
|
|
358
|
+
readonly paddingRight: "space-inset";
|
|
359
|
+
readonly paddingTop: "space-inset";
|
|
360
|
+
readonly right: "space";
|
|
361
|
+
readonly rowGap: "space-gap";
|
|
362
|
+
readonly scrollMargin: "space-offset";
|
|
363
|
+
readonly scrollMarginBlock: "space-offset";
|
|
364
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
365
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
366
|
+
readonly scrollMarginBottom: "space-offset";
|
|
367
|
+
readonly scrollMarginInline: "space-offset";
|
|
368
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
369
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
370
|
+
readonly scrollMarginLeft: "space-offset";
|
|
371
|
+
readonly scrollMarginRight: "space-offset";
|
|
372
|
+
readonly scrollMarginTop: "space-offset";
|
|
373
|
+
readonly scrollPadding: "space-inset";
|
|
374
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
375
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
376
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
377
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
378
|
+
readonly scrollPaddingInline: "space-inset";
|
|
379
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
380
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
381
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
382
|
+
readonly scrollPaddingRight: "space-inset";
|
|
383
|
+
readonly scrollPaddingTop: "space-inset";
|
|
384
|
+
readonly stroke: "colors";
|
|
385
|
+
readonly textDecorationColor: "colors";
|
|
386
|
+
readonly textShadow: "shadows";
|
|
387
|
+
readonly top: "space";
|
|
388
|
+
readonly transition: "transitions";
|
|
389
|
+
readonly width: "sizes";
|
|
390
|
+
readonly zIndex: "z-indices";
|
|
391
|
+
}, {
|
|
392
|
+
paddingX: (value: {
|
|
393
|
+
readonly [$$PropertyValue]: "padding";
|
|
394
|
+
}) => {
|
|
395
|
+
paddingLeft: {
|
|
396
|
+
readonly [$$PropertyValue]: "padding";
|
|
397
|
+
};
|
|
398
|
+
paddingRight: {
|
|
399
|
+
readonly [$$PropertyValue]: "padding";
|
|
400
|
+
};
|
|
422
401
|
};
|
|
423
|
-
|
|
402
|
+
paddingY: (value: {
|
|
403
|
+
readonly [$$PropertyValue]: "padding";
|
|
404
|
+
}) => {
|
|
405
|
+
paddingTop: {
|
|
406
|
+
readonly [$$PropertyValue]: "padding";
|
|
407
|
+
};
|
|
408
|
+
paddingBottom: {
|
|
409
|
+
readonly [$$PropertyValue]: "padding";
|
|
410
|
+
};
|
|
411
|
+
};
|
|
412
|
+
marginX: (value: {
|
|
424
413
|
readonly [$$PropertyValue]: "margin";
|
|
414
|
+
}) => {
|
|
415
|
+
marginLeft: {
|
|
416
|
+
readonly [$$PropertyValue]: "margin";
|
|
417
|
+
};
|
|
418
|
+
marginRight: {
|
|
419
|
+
readonly [$$PropertyValue]: "margin";
|
|
420
|
+
};
|
|
425
421
|
};
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
422
|
+
marginY: (value: {
|
|
423
|
+
readonly [$$PropertyValue]: "margin";
|
|
424
|
+
}) => {
|
|
425
|
+
marginTop: {
|
|
426
|
+
readonly [$$PropertyValue]: "margin";
|
|
427
|
+
};
|
|
428
|
+
marginBottom: {
|
|
429
|
+
readonly [$$PropertyValue]: "margin";
|
|
430
|
+
};
|
|
432
431
|
};
|
|
433
|
-
|
|
432
|
+
square: (value: {
|
|
434
433
|
readonly [$$PropertyValue]: "width";
|
|
434
|
+
}) => {
|
|
435
|
+
width: {
|
|
436
|
+
readonly [$$PropertyValue]: "width";
|
|
437
|
+
};
|
|
438
|
+
height: {
|
|
439
|
+
readonly [$$PropertyValue]: "width";
|
|
440
|
+
};
|
|
435
441
|
};
|
|
436
|
-
};
|
|
437
|
-
}
|
|
442
|
+
}> | undefined;
|
|
443
|
+
}> & {
|
|
444
|
+
children?: react.ReactNode;
|
|
445
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
|
|
438
446
|
declare type StyledTriggerProps = StrictComponentProps<typeof StyledTrigger>;
|
|
439
447
|
|
|
440
448
|
interface TriggerProps extends StyledTriggerProps {
|
|
@@ -446,440 +454,448 @@ interface TriggerProps extends StyledTriggerProps {
|
|
|
446
454
|
/**
|
|
447
455
|
* The trigger component is used to render the trigger element for the popover.
|
|
448
456
|
*/
|
|
449
|
-
declare const Trigger: react__default.ForwardRefExoticComponent<Pick<TriggerProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "
|
|
457
|
+
declare const Trigger: react__default.ForwardRefExoticComponent<Pick<TriggerProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "onPress"> & react__default.RefAttributes<HTMLButtonElement>>;
|
|
450
458
|
|
|
451
459
|
declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
452
460
|
variant?: "dark" | "light" | undefined;
|
|
453
461
|
}, "variant"> & _stitches_react_types_styled_component.TransformProps<{
|
|
454
462
|
variant?: "dark" | "light" | undefined;
|
|
455
|
-
}, {}> & _mirohq_design_system_stitches.
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
colors: {
|
|
463
|
-
readonly 'blue-100': any;
|
|
464
|
-
readonly 'blue-200': any;
|
|
465
|
-
readonly 'blue-300': any;
|
|
466
|
-
readonly 'blue-400': any;
|
|
467
|
-
readonly 'blue-500': any;
|
|
468
|
-
readonly 'blue-600': any;
|
|
469
|
-
readonly 'blue-700': any;
|
|
470
|
-
readonly 'blue-800': any;
|
|
471
|
-
readonly 'blue-900': any;
|
|
472
|
-
readonly 'blue-1000': any;
|
|
473
|
-
readonly 'gray-100': any;
|
|
474
|
-
readonly 'gray-200': any;
|
|
475
|
-
readonly 'gray-300': any;
|
|
476
|
-
readonly 'gray-400': any;
|
|
477
|
-
readonly 'gray-500': any;
|
|
478
|
-
readonly 'gray-600': any;
|
|
479
|
-
readonly 'gray-700': any;
|
|
480
|
-
readonly 'gray-800': any;
|
|
481
|
-
readonly 'gray-900': any;
|
|
482
|
-
readonly 'indigo-100': any;
|
|
483
|
-
readonly 'indigo-200': any;
|
|
484
|
-
readonly 'indigo-300': any;
|
|
485
|
-
readonly 'indigo-400': any;
|
|
486
|
-
readonly 'indigo-500': any;
|
|
487
|
-
readonly 'indigo-600': any;
|
|
488
|
-
readonly 'indigo-700': any;
|
|
489
|
-
readonly 'indigo-800': any;
|
|
490
|
-
readonly 'indigo-900': any;
|
|
491
|
-
readonly 'red-100': any;
|
|
492
|
-
readonly 'red-200': any;
|
|
493
|
-
readonly 'red-300': any;
|
|
494
|
-
readonly 'red-400': any;
|
|
495
|
-
readonly 'red-500': any;
|
|
496
|
-
readonly 'red-600': any;
|
|
497
|
-
readonly 'red-700': any;
|
|
498
|
-
readonly 'red-800': any;
|
|
499
|
-
readonly 'red-900': any;
|
|
500
|
-
readonly 'yellow-100': any;
|
|
501
|
-
readonly 'yellow-200': any;
|
|
502
|
-
readonly 'yellow-300': any;
|
|
503
|
-
readonly 'yellow-400': any;
|
|
504
|
-
readonly 'yellow-500': any;
|
|
505
|
-
readonly 'yellow-600': any;
|
|
506
|
-
readonly 'yellow-700': any;
|
|
507
|
-
readonly 'yellow-800': any;
|
|
508
|
-
readonly 'yellow-900': any;
|
|
509
|
-
readonly 'green-100': any;
|
|
510
|
-
readonly 'green-200': any;
|
|
511
|
-
readonly 'green-300': any;
|
|
512
|
-
readonly 'green-400': any;
|
|
513
|
-
readonly 'green-500': any;
|
|
514
|
-
readonly 'green-600': any;
|
|
515
|
-
readonly 'green-700': any;
|
|
516
|
-
readonly 'green-800': any;
|
|
517
|
-
readonly 'green-900': any;
|
|
518
|
-
readonly black: any;
|
|
519
|
-
readonly white: any;
|
|
520
|
-
readonly transparent: any;
|
|
521
|
-
readonly 'background-neutrals'?: any;
|
|
522
|
-
readonly 'background-neutrals-body'?: any;
|
|
523
|
-
readonly 'background-neutrals-container'?: any;
|
|
524
|
-
readonly 'background-neutrals-inverted'?: any;
|
|
525
|
-
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
526
|
-
readonly 'background-neutrals-subtle'?: any;
|
|
527
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
528
|
-
readonly 'background-neutrals-subtle-active'?: any;
|
|
529
|
-
readonly 'background-neutrals-disabled'?: any;
|
|
530
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
531
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
532
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
533
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
534
|
-
readonly 'background-primary-prominent'?: any;
|
|
535
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
536
|
-
readonly 'background-primary-prominent-active'?: any;
|
|
537
|
-
readonly 'background-primary-prominent-selected'?: any;
|
|
538
|
-
readonly 'background-primary-subtle'?: any;
|
|
539
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
540
|
-
readonly 'background-primary-subtle-active'?: any;
|
|
541
|
-
readonly 'background-primary-subtle-selected'?: any;
|
|
542
|
-
readonly 'background-danger-prominent'?: any;
|
|
543
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
544
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
545
|
-
readonly 'background-danger'?: any;
|
|
546
|
-
readonly 'background-danger-hover'?: any;
|
|
547
|
-
readonly 'background-success'?: any;
|
|
548
|
-
readonly 'background-warning-subtle'?: any;
|
|
549
|
-
readonly 'background-warning-prominent'?: any;
|
|
550
|
-
readonly 'text-neutrals-inverted'?: any;
|
|
551
|
-
readonly 'text-neutrals'?: any;
|
|
552
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
553
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
554
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
555
|
-
readonly 'text-neutrals-disabled'?: any;
|
|
556
|
-
readonly 'text-primary-inverted'?: any;
|
|
557
|
-
readonly 'text-primary'?: any;
|
|
558
|
-
readonly 'text-primary-hover'?: any;
|
|
559
|
-
readonly 'text-primary-active'?: any;
|
|
560
|
-
readonly 'text-primary-selected'?: any;
|
|
561
|
-
readonly 'text-primary-inverted-subtle'?: any;
|
|
562
|
-
readonly 'text-danger-inverted'?: any;
|
|
563
|
-
readonly 'text-danger'?: any;
|
|
564
|
-
readonly 'text-danger-hover'?: any;
|
|
565
|
-
readonly 'text-danger-active'?: any;
|
|
566
|
-
readonly 'text-success'?: any;
|
|
567
|
-
readonly 'text-warning'?: any;
|
|
568
|
-
readonly 'icon-neutrals-inverted'?: any;
|
|
569
|
-
readonly 'icon-neutrals'?: any;
|
|
570
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
571
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
572
|
-
readonly 'icon-neutrals-disabled'?: any;
|
|
573
|
-
readonly 'icon-neutrals-search'?: any;
|
|
574
|
-
readonly 'icon-neutrals-inactive'?: any;
|
|
575
|
-
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
576
|
-
readonly 'icon-primary-inverted'?: any;
|
|
577
|
-
readonly 'icon-primary'?: any;
|
|
578
|
-
readonly 'icon-primary-hover'?: any;
|
|
579
|
-
readonly 'icon-primary-active'?: any;
|
|
580
|
-
readonly 'icon-primary-selected'?: any;
|
|
581
|
-
readonly 'icon-danger-inverted'?: any;
|
|
582
|
-
readonly 'icon-danger'?: any;
|
|
583
|
-
readonly 'icon-danger-hover'?: any;
|
|
584
|
-
readonly 'icon-danger-active'?: any;
|
|
585
|
-
readonly 'icon-success-inverted'?: any;
|
|
586
|
-
readonly 'icon-success'?: any;
|
|
587
|
-
readonly 'icon-warning'?: any;
|
|
588
|
-
readonly 'border-focus-outer'?: any;
|
|
589
|
-
readonly 'border-focus-middle'?: any;
|
|
590
|
-
readonly 'border-focus-inner'?: any;
|
|
591
|
-
readonly 'border-neutrals'?: any;
|
|
592
|
-
readonly 'border-neutrals-hover'?: any;
|
|
593
|
-
readonly 'border-neutrals-active'?: any;
|
|
594
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
595
|
-
readonly 'border-neutrals-controls'?: any;
|
|
596
|
-
readonly 'border-neutrals-controls-disabled'?: any;
|
|
597
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
598
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
599
|
-
readonly 'border-primary'?: any;
|
|
600
|
-
readonly 'border-primary-hover'?: any;
|
|
601
|
-
readonly 'border-primary-active'?: any;
|
|
602
|
-
readonly 'border-primary-inverted'?: any;
|
|
603
|
-
readonly 'border-danger'?: any;
|
|
604
|
-
readonly 'border-success'?: any;
|
|
605
|
-
readonly 'border-warning'?: any;
|
|
606
|
-
};
|
|
607
|
-
'font-sizes': {
|
|
608
|
-
readonly 150: "0.75rem";
|
|
609
|
-
readonly 175: "0.875rem";
|
|
610
|
-
readonly 200: "1rem";
|
|
611
|
-
readonly 225: "1.125rem";
|
|
612
|
-
readonly 250: "1.25rem";
|
|
613
|
-
readonly 300: "1.5rem";
|
|
614
|
-
readonly 400: "2rem";
|
|
615
|
-
readonly 500: "2.5rem";
|
|
616
|
-
readonly 600: "3rem";
|
|
617
|
-
readonly 800: "4rem";
|
|
618
|
-
readonly 900: "4.5rem";
|
|
619
|
-
};
|
|
620
|
-
radii: {
|
|
621
|
-
readonly none: 0;
|
|
622
|
-
readonly half: "999em";
|
|
623
|
-
readonly 25: "2px";
|
|
624
|
-
readonly 50: "4px";
|
|
625
|
-
readonly 75: "6px";
|
|
626
|
-
readonly 100: "8px";
|
|
627
|
-
readonly 200: "16px";
|
|
628
|
-
};
|
|
629
|
-
shadows: {
|
|
630
|
-
readonly 50: "0 4px 16px #05003812";
|
|
631
|
-
readonly 100: "0 8px 32px #05003808";
|
|
632
|
-
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";
|
|
633
|
-
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";
|
|
634
|
-
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";
|
|
635
|
-
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";
|
|
636
|
-
};
|
|
637
|
-
sizes: {
|
|
638
|
-
readonly number: string;
|
|
639
|
-
readonly 'icon-200': "16px";
|
|
640
|
-
readonly 'icon-300': "24px";
|
|
641
|
-
readonly 'icon-400': "32px";
|
|
642
|
-
};
|
|
643
|
-
space: {
|
|
644
|
-
readonly none: 0;
|
|
645
|
-
readonly 50: "4px";
|
|
646
|
-
readonly 100: "8px";
|
|
647
|
-
readonly 150: "12px";
|
|
648
|
-
readonly 200: "16px";
|
|
649
|
-
readonly 300: "24px";
|
|
650
|
-
readonly 400: "32px";
|
|
651
|
-
readonly 500: "64px";
|
|
652
|
-
readonly 600: "48px";
|
|
653
|
-
readonly 800: "64px";
|
|
654
|
-
readonly 1200: "96px";
|
|
655
|
-
readonly 1600: "128px";
|
|
656
|
-
};
|
|
657
|
-
'space-gap': {
|
|
658
|
-
readonly none: any;
|
|
659
|
-
readonly 50: any;
|
|
660
|
-
readonly 100: any;
|
|
661
|
-
readonly 200: any;
|
|
662
|
-
readonly 300: any;
|
|
663
|
-
};
|
|
664
|
-
'space-inset': {
|
|
665
|
-
readonly none: any;
|
|
666
|
-
readonly 50: any;
|
|
667
|
-
readonly 100: any;
|
|
668
|
-
readonly 150: any;
|
|
669
|
-
readonly 200: any;
|
|
670
|
-
readonly 300: any;
|
|
671
|
-
readonly 400: any;
|
|
672
|
-
readonly 600: any;
|
|
673
|
-
readonly 800: any;
|
|
674
|
-
readonly 1200: any;
|
|
675
|
-
readonly 1600: any;
|
|
676
|
-
};
|
|
677
|
-
'space-offset': {
|
|
678
|
-
readonly none: any;
|
|
679
|
-
readonly 50: any;
|
|
680
|
-
readonly 100: any;
|
|
681
|
-
readonly 150: any;
|
|
682
|
-
readonly 200: any;
|
|
683
|
-
readonly 300: any;
|
|
684
|
-
readonly 400: any;
|
|
685
|
-
readonly 600: any;
|
|
686
|
-
readonly 800: any;
|
|
687
|
-
readonly 1200: any;
|
|
688
|
-
readonly 1600: any;
|
|
689
|
-
readonly 'stacking-none': any;
|
|
690
|
-
readonly 'stacking-100': any;
|
|
691
|
-
readonly 'stacking-200': any;
|
|
692
|
-
readonly 'stacking-300': any;
|
|
693
|
-
readonly 'stacking-400': any;
|
|
694
|
-
readonly 'stacking-500': any;
|
|
695
|
-
readonly 'stacking-800': any;
|
|
696
|
-
};
|
|
697
|
-
'z-indices': {
|
|
698
|
-
readonly dropdownMenu: 100;
|
|
699
|
-
readonly popover: 200;
|
|
700
|
-
readonly tooltip: 300;
|
|
701
|
-
};
|
|
702
|
-
}, {
|
|
703
|
-
readonly background: "colors";
|
|
704
|
-
readonly backgroundColor: "colors";
|
|
705
|
-
readonly backgroundImage: "colors";
|
|
706
|
-
readonly blockSize: "sizes";
|
|
707
|
-
readonly border: "colors";
|
|
708
|
-
readonly borderBlock: "colors";
|
|
709
|
-
readonly borderBlockEnd: "colors";
|
|
710
|
-
readonly borderBlockStart: "colors";
|
|
711
|
-
readonly borderBottom: "colors";
|
|
712
|
-
readonly borderBottomColor: "colors";
|
|
713
|
-
readonly borderBottomLeftRadius: "radii";
|
|
714
|
-
readonly borderBottomRightRadius: "radii";
|
|
715
|
-
readonly borderBottomStyle: "border-styles";
|
|
716
|
-
readonly borderBottomWidth: "border-widths";
|
|
717
|
-
readonly borderColor: "colors";
|
|
718
|
-
readonly borderImage: "colors";
|
|
719
|
-
readonly borderInline: "colors";
|
|
720
|
-
readonly borderInlineEnd: "colors";
|
|
721
|
-
readonly borderInlineStart: "colors";
|
|
722
|
-
readonly borderLeft: "colors";
|
|
723
|
-
readonly borderLeftColor: "colors";
|
|
724
|
-
readonly borderLeftStyle: "border-styles";
|
|
725
|
-
readonly borderLeftWidth: "border-widths";
|
|
726
|
-
readonly borderRadius: "radii";
|
|
727
|
-
readonly borderRight: "colors";
|
|
728
|
-
readonly borderRightColor: "colors";
|
|
729
|
-
readonly borderRightStyle: "border-styles";
|
|
730
|
-
readonly borderRightWidth: "border-widths";
|
|
731
|
-
readonly borderStyle: "border-styles";
|
|
732
|
-
readonly borderTop: "colors";
|
|
733
|
-
readonly borderTopColor: "colors";
|
|
734
|
-
readonly borderTopLeftRadius: "radii";
|
|
735
|
-
readonly borderTopRightRadius: "radii";
|
|
736
|
-
readonly borderTopStyle: "border-styles";
|
|
737
|
-
readonly borderTopWidth: "border-widths";
|
|
738
|
-
readonly borderWidth: "border-widths";
|
|
739
|
-
readonly bottom: "space";
|
|
740
|
-
readonly boxShadow: "shadows";
|
|
741
|
-
readonly caretColor: "colors";
|
|
742
|
-
readonly color: "colors";
|
|
743
|
-
readonly columnGap: "space-gap";
|
|
744
|
-
readonly columnRuleColor: "colors";
|
|
745
|
-
readonly fill: "colors";
|
|
746
|
-
readonly flexBasis: "sizes";
|
|
747
|
-
readonly fontFamily: "fonts";
|
|
748
|
-
readonly fontSize: "font-sizes";
|
|
749
|
-
readonly fontWeight: "font-weights";
|
|
750
|
-
readonly gap: "space-gap";
|
|
751
|
-
readonly gridColumnGap: "space-gap";
|
|
752
|
-
readonly gridGap: "space-gap";
|
|
753
|
-
readonly gridRowGap: "space-gap";
|
|
754
|
-
readonly gridTemplateColumns: "sizes";
|
|
755
|
-
readonly gridTemplateRows: "sizes";
|
|
756
|
-
readonly height: "sizes";
|
|
757
|
-
readonly inlineSize: "sizes";
|
|
758
|
-
readonly inset: "space-inset";
|
|
759
|
-
readonly insetBlock: "space-inset";
|
|
760
|
-
readonly insetBlockEnd: "space-inset";
|
|
761
|
-
readonly insetBlockStart: "space-inset";
|
|
762
|
-
readonly insetInline: "space-inset";
|
|
763
|
-
readonly insetInlineEnd: "space-inset";
|
|
764
|
-
readonly insetInlineStart: "space-inset";
|
|
765
|
-
readonly left: "space";
|
|
766
|
-
readonly letterSpacing: "letter-spacings";
|
|
767
|
-
readonly lineHeight: "line-heights";
|
|
768
|
-
readonly margin: "space-offset";
|
|
769
|
-
readonly marginBlock: "space-offset";
|
|
770
|
-
readonly marginBlockEnd: "space-offset";
|
|
771
|
-
readonly marginBlockStart: "space-offset";
|
|
772
|
-
readonly marginBottom: "space-offset";
|
|
773
|
-
readonly marginInline: "space-offset";
|
|
774
|
-
readonly marginInlineEnd: "space-offset";
|
|
775
|
-
readonly marginInlineStart: "space-offset";
|
|
776
|
-
readonly marginLeft: "space-offset";
|
|
777
|
-
readonly marginRight: "space-offset";
|
|
778
|
-
readonly marginTop: "space-offset";
|
|
779
|
-
readonly maxBlockSize: "sizes";
|
|
780
|
-
readonly maxHeight: "sizes";
|
|
781
|
-
readonly maxInlineSize: "sizes";
|
|
782
|
-
readonly maxWidth: "sizes";
|
|
783
|
-
readonly minBlockSize: "sizes";
|
|
784
|
-
readonly minHeight: "sizes";
|
|
785
|
-
readonly minInlineSize: "sizes";
|
|
786
|
-
readonly minWidth: "sizes";
|
|
787
|
-
readonly outline: "colors";
|
|
788
|
-
readonly outlineColor: "colors";
|
|
789
|
-
readonly padding: "space-inset";
|
|
790
|
-
readonly paddingBlock: "space-inset";
|
|
791
|
-
readonly paddingBlockEnd: "space-inset";
|
|
792
|
-
readonly paddingBlockStart: "space-inset";
|
|
793
|
-
readonly paddingBottom: "space-inset";
|
|
794
|
-
readonly paddingInline: "space-inset";
|
|
795
|
-
readonly paddingInlineEnd: "space-inset";
|
|
796
|
-
readonly paddingInlineStart: "space-inset";
|
|
797
|
-
readonly paddingLeft: "space-inset";
|
|
798
|
-
readonly paddingRight: "space-inset";
|
|
799
|
-
readonly paddingTop: "space-inset";
|
|
800
|
-
readonly right: "space";
|
|
801
|
-
readonly rowGap: "space-gap";
|
|
802
|
-
readonly scrollMargin: "space-offset";
|
|
803
|
-
readonly scrollMarginBlock: "space-offset";
|
|
804
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
805
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
806
|
-
readonly scrollMarginBottom: "space-offset";
|
|
807
|
-
readonly scrollMarginInline: "space-offset";
|
|
808
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
809
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
810
|
-
readonly scrollMarginLeft: "space-offset";
|
|
811
|
-
readonly scrollMarginRight: "space-offset";
|
|
812
|
-
readonly scrollMarginTop: "space-offset";
|
|
813
|
-
readonly scrollPadding: "space-inset";
|
|
814
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
815
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
816
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
817
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
818
|
-
readonly scrollPaddingInline: "space-inset";
|
|
819
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
820
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
821
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
822
|
-
readonly scrollPaddingRight: "space-inset";
|
|
823
|
-
readonly scrollPaddingTop: "space-inset";
|
|
824
|
-
readonly stroke: "colors";
|
|
825
|
-
readonly textDecorationColor: "colors";
|
|
826
|
-
readonly textShadow: "shadows";
|
|
827
|
-
readonly top: "space";
|
|
828
|
-
readonly transition: "transitions";
|
|
829
|
-
readonly width: "sizes";
|
|
830
|
-
readonly zIndex: "z-indices";
|
|
831
|
-
}, {
|
|
832
|
-
paddingX: (value: {
|
|
833
|
-
readonly [$$PropertyValue]: "padding";
|
|
834
|
-
}) => {
|
|
835
|
-
paddingLeft: {
|
|
836
|
-
readonly [$$PropertyValue]: "padding";
|
|
463
|
+
}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_popover.PopoverContentProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
464
|
+
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
465
|
+
'border-widths': {
|
|
466
|
+
readonly none: 0;
|
|
467
|
+
readonly sm: "1px";
|
|
468
|
+
readonly md: "2px";
|
|
469
|
+
readonly lg: "4px";
|
|
837
470
|
};
|
|
838
|
-
|
|
839
|
-
readonly
|
|
471
|
+
colors: {
|
|
472
|
+
readonly 'blue-100': any;
|
|
473
|
+
readonly 'blue-200': any;
|
|
474
|
+
readonly 'blue-300': any;
|
|
475
|
+
readonly 'blue-400': any;
|
|
476
|
+
readonly 'blue-500': any;
|
|
477
|
+
readonly 'blue-600': any;
|
|
478
|
+
readonly 'blue-700': any;
|
|
479
|
+
readonly 'blue-800': any;
|
|
480
|
+
readonly 'blue-900': any;
|
|
481
|
+
readonly 'blue-1000': any;
|
|
482
|
+
readonly 'gray-100': any;
|
|
483
|
+
readonly 'gray-200': any;
|
|
484
|
+
readonly 'gray-300': any;
|
|
485
|
+
readonly 'gray-400': any;
|
|
486
|
+
readonly 'gray-500': any;
|
|
487
|
+
readonly 'gray-600': any;
|
|
488
|
+
readonly 'gray-700': any;
|
|
489
|
+
readonly 'gray-800': any;
|
|
490
|
+
readonly 'gray-900': any;
|
|
491
|
+
readonly 'indigo-100': any;
|
|
492
|
+
readonly 'indigo-200': any;
|
|
493
|
+
readonly 'indigo-300': any;
|
|
494
|
+
readonly 'indigo-400': any;
|
|
495
|
+
readonly 'indigo-500': any;
|
|
496
|
+
readonly 'indigo-600': any;
|
|
497
|
+
readonly 'indigo-700': any;
|
|
498
|
+
readonly 'indigo-800': any;
|
|
499
|
+
readonly 'indigo-900': any;
|
|
500
|
+
readonly 'red-100': any;
|
|
501
|
+
readonly 'red-200': any;
|
|
502
|
+
readonly 'red-300': any;
|
|
503
|
+
readonly 'red-400': any;
|
|
504
|
+
readonly 'red-500': any;
|
|
505
|
+
readonly 'red-600': any;
|
|
506
|
+
readonly 'red-700': any;
|
|
507
|
+
readonly 'red-800': any;
|
|
508
|
+
readonly 'red-900': any;
|
|
509
|
+
readonly 'yellow-100': any;
|
|
510
|
+
readonly 'yellow-200': any;
|
|
511
|
+
readonly 'yellow-300': any;
|
|
512
|
+
readonly 'yellow-400': any;
|
|
513
|
+
readonly 'yellow-500': any;
|
|
514
|
+
readonly 'yellow-600': any;
|
|
515
|
+
readonly 'yellow-700': any;
|
|
516
|
+
readonly 'yellow-800': any;
|
|
517
|
+
readonly 'yellow-900': any;
|
|
518
|
+
readonly 'green-100': any;
|
|
519
|
+
readonly 'green-200': any;
|
|
520
|
+
readonly 'green-300': any;
|
|
521
|
+
readonly 'green-400': any;
|
|
522
|
+
readonly 'green-500': any;
|
|
523
|
+
readonly 'green-600': any;
|
|
524
|
+
readonly 'green-700': any;
|
|
525
|
+
readonly 'green-800': any;
|
|
526
|
+
readonly 'green-900': any;
|
|
527
|
+
readonly black: any;
|
|
528
|
+
readonly white: any;
|
|
529
|
+
readonly transparent: any;
|
|
530
|
+
readonly 'background-danger'?: any;
|
|
531
|
+
readonly 'background-danger-hover'?: any;
|
|
532
|
+
readonly 'background-danger-prominent'?: any;
|
|
533
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
534
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
535
|
+
readonly 'background-neutrals'?: any;
|
|
536
|
+
readonly 'background-neutrals-body'?: any;
|
|
537
|
+
readonly 'background-neutrals-container'?: any;
|
|
538
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
539
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
540
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
541
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
542
|
+
readonly 'background-neutrals-inverted'?: any;
|
|
543
|
+
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
544
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
545
|
+
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
546
|
+
readonly 'background-neutrals-subtle'?: any;
|
|
547
|
+
readonly 'background-neutrals-subtle-active'?: any;
|
|
548
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
549
|
+
readonly 'background-primary-prominent'?: any;
|
|
550
|
+
readonly 'background-primary-prominent-active'?: any;
|
|
551
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
552
|
+
readonly 'background-primary-prominent-selected'?: any;
|
|
553
|
+
readonly 'background-primary-subtle'?: any;
|
|
554
|
+
readonly 'background-primary-subtle-active'?: any;
|
|
555
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
556
|
+
readonly 'background-primary-subtle-selected'?: any;
|
|
557
|
+
readonly 'background-success'?: any;
|
|
558
|
+
readonly 'background-warning-prominent'?: any;
|
|
559
|
+
readonly 'background-warning-subtle'?: any;
|
|
560
|
+
readonly 'text-danger'?: any;
|
|
561
|
+
readonly 'text-danger-active'?: any;
|
|
562
|
+
readonly 'text-danger-hover'?: any;
|
|
563
|
+
readonly 'text-danger-inverted'?: any;
|
|
564
|
+
readonly 'text-neutrals'?: any;
|
|
565
|
+
readonly 'text-neutrals-disabled'?: any;
|
|
566
|
+
readonly 'text-neutrals-inverted'?: any;
|
|
567
|
+
readonly 'text-neutrals-link'?: any;
|
|
568
|
+
readonly 'text-neutrals-link-active'?: any;
|
|
569
|
+
readonly 'text-neutrals-link-hover'?: any;
|
|
570
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
571
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
572
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
573
|
+
readonly 'text-primary'?: any;
|
|
574
|
+
readonly 'text-primary-active'?: any;
|
|
575
|
+
readonly 'text-primary-hover'?: any;
|
|
576
|
+
readonly 'text-primary-inverted'?: any;
|
|
577
|
+
readonly 'text-primary-inverted-subtle'?: any;
|
|
578
|
+
readonly 'text-primary-selected'?: any;
|
|
579
|
+
readonly 'text-success'?: any;
|
|
580
|
+
readonly 'text-warning'?: any;
|
|
581
|
+
readonly 'icon-danger'?: any;
|
|
582
|
+
readonly 'icon-danger-active'?: any;
|
|
583
|
+
readonly 'icon-danger-hover'?: any;
|
|
584
|
+
readonly 'icon-danger-inverted'?: any;
|
|
585
|
+
readonly 'icon-neutrals'?: any;
|
|
586
|
+
readonly 'icon-neutrals-disabled'?: any;
|
|
587
|
+
readonly 'icon-neutrals-inactive'?: any;
|
|
588
|
+
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
589
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
590
|
+
readonly 'icon-neutrals-search'?: any;
|
|
591
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
592
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
593
|
+
readonly 'icon-primary'?: any;
|
|
594
|
+
readonly 'icon-primary-active'?: any;
|
|
595
|
+
readonly 'icon-primary-hover'?: any;
|
|
596
|
+
readonly 'icon-primary-inverted'?: any;
|
|
597
|
+
readonly 'icon-primary-selected'?: any;
|
|
598
|
+
readonly 'icon-success'?: any;
|
|
599
|
+
readonly 'icon-success-inverted'?: any;
|
|
600
|
+
readonly 'icon-warning'?: any;
|
|
601
|
+
readonly 'border-danger'?: any;
|
|
602
|
+
readonly 'border-focus-inner'?: any;
|
|
603
|
+
readonly 'border-focus-middle'?: any;
|
|
604
|
+
readonly 'border-focus-outer'?: any;
|
|
605
|
+
readonly 'border-neutrals'?: any;
|
|
606
|
+
readonly 'border-neutrals-active'?: any;
|
|
607
|
+
readonly 'border-neutrals-controls'?: any;
|
|
608
|
+
readonly 'border-neutrals-controls-disabled'?: any;
|
|
609
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
610
|
+
readonly 'border-neutrals-hover'?: any;
|
|
611
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
612
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
613
|
+
readonly 'border-primary'?: any;
|
|
614
|
+
readonly 'border-primary-active'?: any;
|
|
615
|
+
readonly 'border-primary-hover'?: any;
|
|
616
|
+
readonly 'border-primary-inverted'?: any;
|
|
617
|
+
readonly 'border-success'?: any;
|
|
618
|
+
readonly 'border-warning'?: any;
|
|
840
619
|
};
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
readonly
|
|
620
|
+
'font-sizes': {
|
|
621
|
+
readonly 150: "0.75rem";
|
|
622
|
+
readonly 175: "0.875rem";
|
|
623
|
+
readonly 200: "1rem";
|
|
624
|
+
readonly 225: "1.125rem";
|
|
625
|
+
readonly 250: "1.25rem";
|
|
626
|
+
readonly 300: "1.5rem";
|
|
627
|
+
readonly 400: "2rem";
|
|
628
|
+
readonly 500: "2.5rem";
|
|
629
|
+
readonly 600: "3rem";
|
|
630
|
+
readonly 800: "4rem";
|
|
631
|
+
readonly 900: "4.5rem";
|
|
847
632
|
};
|
|
848
|
-
|
|
849
|
-
readonly
|
|
633
|
+
radii: {
|
|
634
|
+
readonly none: 0;
|
|
635
|
+
readonly half: "999em";
|
|
636
|
+
readonly 25: "2px";
|
|
637
|
+
readonly 50: "4px";
|
|
638
|
+
readonly 75: "6px";
|
|
639
|
+
readonly 100: "8px";
|
|
640
|
+
readonly 200: "16px";
|
|
850
641
|
};
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
readonly
|
|
642
|
+
shadows: {
|
|
643
|
+
readonly 50: "0 4px 16px #05003812";
|
|
644
|
+
readonly 100: "0 8px 32px #05003808";
|
|
645
|
+
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";
|
|
646
|
+
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";
|
|
647
|
+
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";
|
|
648
|
+
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";
|
|
857
649
|
};
|
|
858
|
-
|
|
859
|
-
readonly
|
|
650
|
+
sizes: {
|
|
651
|
+
readonly number: string;
|
|
652
|
+
readonly 'icon-200': "16px";
|
|
653
|
+
readonly 'icon-300': "24px";
|
|
654
|
+
readonly 'icon-400': "32px";
|
|
860
655
|
};
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
readonly
|
|
656
|
+
space: {
|
|
657
|
+
readonly none: 0;
|
|
658
|
+
readonly 50: "4px";
|
|
659
|
+
readonly 100: "8px";
|
|
660
|
+
readonly 150: "12px";
|
|
661
|
+
readonly 200: "16px";
|
|
662
|
+
readonly 300: "24px";
|
|
663
|
+
readonly 400: "32px";
|
|
664
|
+
readonly 500: "64px";
|
|
665
|
+
readonly 600: "48px";
|
|
666
|
+
readonly 800: "64px";
|
|
667
|
+
readonly 1200: "96px";
|
|
668
|
+
readonly 1600: "128px";
|
|
669
|
+
};
|
|
670
|
+
'space-gap': {
|
|
671
|
+
readonly none: any;
|
|
672
|
+
readonly 50: any;
|
|
673
|
+
readonly 100: any;
|
|
674
|
+
readonly 200: any;
|
|
675
|
+
readonly 300: any;
|
|
676
|
+
};
|
|
677
|
+
'space-inset': {
|
|
678
|
+
readonly none: any;
|
|
679
|
+
readonly 50: any;
|
|
680
|
+
readonly 100: any;
|
|
681
|
+
readonly 150: any;
|
|
682
|
+
readonly 200: any;
|
|
683
|
+
readonly 300: any;
|
|
684
|
+
readonly 400: any;
|
|
685
|
+
readonly 600: any;
|
|
686
|
+
readonly 800: any;
|
|
687
|
+
readonly 1200: any;
|
|
688
|
+
readonly 1600: any;
|
|
867
689
|
};
|
|
868
|
-
|
|
690
|
+
'space-offset': {
|
|
691
|
+
readonly none: any;
|
|
692
|
+
readonly 50: any;
|
|
693
|
+
readonly 100: any;
|
|
694
|
+
readonly 150: any;
|
|
695
|
+
readonly 200: any;
|
|
696
|
+
readonly 300: any;
|
|
697
|
+
readonly 400: any;
|
|
698
|
+
readonly 600: any;
|
|
699
|
+
readonly 800: any;
|
|
700
|
+
readonly 1200: any;
|
|
701
|
+
readonly 1600: any;
|
|
702
|
+
readonly 'stacking-none': any;
|
|
703
|
+
readonly 'stacking-100': any;
|
|
704
|
+
readonly 'stacking-200': any;
|
|
705
|
+
readonly 'stacking-300': any;
|
|
706
|
+
readonly 'stacking-400': any;
|
|
707
|
+
readonly 'stacking-500': any;
|
|
708
|
+
readonly 'stacking-800': any;
|
|
709
|
+
};
|
|
710
|
+
'z-indices': {
|
|
711
|
+
readonly dropdownMenu: 100;
|
|
712
|
+
readonly popover: 200;
|
|
713
|
+
readonly tooltip: 300;
|
|
714
|
+
};
|
|
715
|
+
}, {
|
|
716
|
+
readonly background: "colors";
|
|
717
|
+
readonly backgroundColor: "colors";
|
|
718
|
+
readonly backgroundImage: "colors";
|
|
719
|
+
readonly blockSize: "sizes";
|
|
720
|
+
readonly border: "colors";
|
|
721
|
+
readonly borderBlock: "colors";
|
|
722
|
+
readonly borderBlockEnd: "colors";
|
|
723
|
+
readonly borderBlockStart: "colors";
|
|
724
|
+
readonly borderBottom: "colors";
|
|
725
|
+
readonly borderBottomColor: "colors";
|
|
726
|
+
readonly borderBottomLeftRadius: "radii";
|
|
727
|
+
readonly borderBottomRightRadius: "radii";
|
|
728
|
+
readonly borderBottomStyle: "border-styles";
|
|
729
|
+
readonly borderBottomWidth: "border-widths";
|
|
730
|
+
readonly borderColor: "colors";
|
|
731
|
+
readonly borderImage: "colors";
|
|
732
|
+
readonly borderInline: "colors";
|
|
733
|
+
readonly borderInlineEnd: "colors";
|
|
734
|
+
readonly borderInlineStart: "colors";
|
|
735
|
+
readonly borderLeft: "colors";
|
|
736
|
+
readonly borderLeftColor: "colors";
|
|
737
|
+
readonly borderLeftStyle: "border-styles";
|
|
738
|
+
readonly borderLeftWidth: "border-widths";
|
|
739
|
+
readonly borderRadius: "radii";
|
|
740
|
+
readonly borderRight: "colors";
|
|
741
|
+
readonly borderRightColor: "colors";
|
|
742
|
+
readonly borderRightStyle: "border-styles";
|
|
743
|
+
readonly borderRightWidth: "border-widths";
|
|
744
|
+
readonly borderStyle: "border-styles";
|
|
745
|
+
readonly borderTop: "colors";
|
|
746
|
+
readonly borderTopColor: "colors";
|
|
747
|
+
readonly borderTopLeftRadius: "radii";
|
|
748
|
+
readonly borderTopRightRadius: "radii";
|
|
749
|
+
readonly borderTopStyle: "border-styles";
|
|
750
|
+
readonly borderTopWidth: "border-widths";
|
|
751
|
+
readonly borderWidth: "border-widths";
|
|
752
|
+
readonly bottom: "space";
|
|
753
|
+
readonly boxShadow: "shadows";
|
|
754
|
+
readonly caretColor: "colors";
|
|
755
|
+
readonly color: "colors";
|
|
756
|
+
readonly columnGap: "space-gap";
|
|
757
|
+
readonly columnRuleColor: "colors";
|
|
758
|
+
readonly fill: "colors";
|
|
759
|
+
readonly flexBasis: "sizes";
|
|
760
|
+
readonly fontFamily: "fonts";
|
|
761
|
+
readonly fontSize: "font-sizes";
|
|
762
|
+
readonly fontWeight: "font-weights";
|
|
763
|
+
readonly gap: "space-gap";
|
|
764
|
+
readonly gridColumnGap: "space-gap";
|
|
765
|
+
readonly gridGap: "space-gap";
|
|
766
|
+
readonly gridRowGap: "space-gap";
|
|
767
|
+
readonly gridTemplateColumns: "sizes";
|
|
768
|
+
readonly gridTemplateRows: "sizes";
|
|
769
|
+
readonly height: "sizes";
|
|
770
|
+
readonly inlineSize: "sizes";
|
|
771
|
+
readonly inset: "space-inset";
|
|
772
|
+
readonly insetBlock: "space-inset";
|
|
773
|
+
readonly insetBlockEnd: "space-inset";
|
|
774
|
+
readonly insetBlockStart: "space-inset";
|
|
775
|
+
readonly insetInline: "space-inset";
|
|
776
|
+
readonly insetInlineEnd: "space-inset";
|
|
777
|
+
readonly insetInlineStart: "space-inset";
|
|
778
|
+
readonly left: "space";
|
|
779
|
+
readonly letterSpacing: "letter-spacings";
|
|
780
|
+
readonly lineHeight: "line-heights";
|
|
781
|
+
readonly margin: "space-offset";
|
|
782
|
+
readonly marginBlock: "space-offset";
|
|
783
|
+
readonly marginBlockEnd: "space-offset";
|
|
784
|
+
readonly marginBlockStart: "space-offset";
|
|
785
|
+
readonly marginBottom: "space-offset";
|
|
786
|
+
readonly marginInline: "space-offset";
|
|
787
|
+
readonly marginInlineEnd: "space-offset";
|
|
788
|
+
readonly marginInlineStart: "space-offset";
|
|
789
|
+
readonly marginLeft: "space-offset";
|
|
790
|
+
readonly marginRight: "space-offset";
|
|
791
|
+
readonly marginTop: "space-offset";
|
|
792
|
+
readonly maxBlockSize: "sizes";
|
|
793
|
+
readonly maxHeight: "sizes";
|
|
794
|
+
readonly maxInlineSize: "sizes";
|
|
795
|
+
readonly maxWidth: "sizes";
|
|
796
|
+
readonly minBlockSize: "sizes";
|
|
797
|
+
readonly minHeight: "sizes";
|
|
798
|
+
readonly minInlineSize: "sizes";
|
|
799
|
+
readonly minWidth: "sizes";
|
|
800
|
+
readonly outline: "colors";
|
|
801
|
+
readonly outlineColor: "colors";
|
|
802
|
+
readonly padding: "space-inset";
|
|
803
|
+
readonly paddingBlock: "space-inset";
|
|
804
|
+
readonly paddingBlockEnd: "space-inset";
|
|
805
|
+
readonly paddingBlockStart: "space-inset";
|
|
806
|
+
readonly paddingBottom: "space-inset";
|
|
807
|
+
readonly paddingInline: "space-inset";
|
|
808
|
+
readonly paddingInlineEnd: "space-inset";
|
|
809
|
+
readonly paddingInlineStart: "space-inset";
|
|
810
|
+
readonly paddingLeft: "space-inset";
|
|
811
|
+
readonly paddingRight: "space-inset";
|
|
812
|
+
readonly paddingTop: "space-inset";
|
|
813
|
+
readonly right: "space";
|
|
814
|
+
readonly rowGap: "space-gap";
|
|
815
|
+
readonly scrollMargin: "space-offset";
|
|
816
|
+
readonly scrollMarginBlock: "space-offset";
|
|
817
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
818
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
819
|
+
readonly scrollMarginBottom: "space-offset";
|
|
820
|
+
readonly scrollMarginInline: "space-offset";
|
|
821
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
822
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
823
|
+
readonly scrollMarginLeft: "space-offset";
|
|
824
|
+
readonly scrollMarginRight: "space-offset";
|
|
825
|
+
readonly scrollMarginTop: "space-offset";
|
|
826
|
+
readonly scrollPadding: "space-inset";
|
|
827
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
828
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
829
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
830
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
831
|
+
readonly scrollPaddingInline: "space-inset";
|
|
832
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
833
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
834
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
835
|
+
readonly scrollPaddingRight: "space-inset";
|
|
836
|
+
readonly scrollPaddingTop: "space-inset";
|
|
837
|
+
readonly stroke: "colors";
|
|
838
|
+
readonly textDecorationColor: "colors";
|
|
839
|
+
readonly textShadow: "shadows";
|
|
840
|
+
readonly top: "space";
|
|
841
|
+
readonly transition: "transitions";
|
|
842
|
+
readonly width: "sizes";
|
|
843
|
+
readonly zIndex: "z-indices";
|
|
844
|
+
}, {
|
|
845
|
+
paddingX: (value: {
|
|
846
|
+
readonly [$$PropertyValue]: "padding";
|
|
847
|
+
}) => {
|
|
848
|
+
paddingLeft: {
|
|
849
|
+
readonly [$$PropertyValue]: "padding";
|
|
850
|
+
};
|
|
851
|
+
paddingRight: {
|
|
852
|
+
readonly [$$PropertyValue]: "padding";
|
|
853
|
+
};
|
|
854
|
+
};
|
|
855
|
+
paddingY: (value: {
|
|
856
|
+
readonly [$$PropertyValue]: "padding";
|
|
857
|
+
}) => {
|
|
858
|
+
paddingTop: {
|
|
859
|
+
readonly [$$PropertyValue]: "padding";
|
|
860
|
+
};
|
|
861
|
+
paddingBottom: {
|
|
862
|
+
readonly [$$PropertyValue]: "padding";
|
|
863
|
+
};
|
|
864
|
+
};
|
|
865
|
+
marginX: (value: {
|
|
869
866
|
readonly [$$PropertyValue]: "margin";
|
|
867
|
+
}) => {
|
|
868
|
+
marginLeft: {
|
|
869
|
+
readonly [$$PropertyValue]: "margin";
|
|
870
|
+
};
|
|
871
|
+
marginRight: {
|
|
872
|
+
readonly [$$PropertyValue]: "margin";
|
|
873
|
+
};
|
|
870
874
|
};
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
875
|
+
marginY: (value: {
|
|
876
|
+
readonly [$$PropertyValue]: "margin";
|
|
877
|
+
}) => {
|
|
878
|
+
marginTop: {
|
|
879
|
+
readonly [$$PropertyValue]: "margin";
|
|
880
|
+
};
|
|
881
|
+
marginBottom: {
|
|
882
|
+
readonly [$$PropertyValue]: "margin";
|
|
883
|
+
};
|
|
877
884
|
};
|
|
878
|
-
|
|
885
|
+
square: (value: {
|
|
879
886
|
readonly [$$PropertyValue]: "width";
|
|
887
|
+
}) => {
|
|
888
|
+
width: {
|
|
889
|
+
readonly [$$PropertyValue]: "width";
|
|
890
|
+
};
|
|
891
|
+
height: {
|
|
892
|
+
readonly [$$PropertyValue]: "width";
|
|
893
|
+
};
|
|
880
894
|
};
|
|
881
|
-
};
|
|
882
|
-
}
|
|
895
|
+
}> | undefined;
|
|
896
|
+
}> & {
|
|
897
|
+
children?: react.ReactNode;
|
|
898
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "align" | "sticky" | keyof _mirohq_design_system_stitches.CustomStylesProps | "variant" | "side" | "sideOffset" | "alignOffset" | "arrowPadding" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "onOpenAutoFocus" | "onCloseAutoFocus" | "forceMount"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverContentProps & react.RefAttributes<HTMLDivElement>>, {
|
|
883
899
|
variant?: "dark" | "light" | undefined;
|
|
884
900
|
}, {}>;
|
|
885
901
|
declare type StyledContentProps = StrictComponentProps<typeof StyledContent>;
|
|
@@ -993,447 +1009,455 @@ interface ContentProps extends StyledContentProps {
|
|
|
993
1009
|
/**
|
|
994
1010
|
* The content component is used to render rich content elements for the popover.
|
|
995
1011
|
*/
|
|
996
|
-
declare const Content: react__default.ForwardRefExoticComponent<Pick<ContentProps, "anchor" | "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "
|
|
1012
|
+
declare const Content: react__default.ForwardRefExoticComponent<Pick<ContentProps, "anchor" | "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "slot" | "title" | "placeholder" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "align" | "sticky" | "variant" | "side" | "alignOffset" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "forceMount" | "portalled"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
997
1013
|
|
|
998
1014
|
declare const StyledClose: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
999
1015
|
variant?: "dark" | "light" | undefined;
|
|
1000
1016
|
}, "variant"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1001
1017
|
variant?: "dark" | "light" | undefined;
|
|
1002
|
-
}, {}> & _mirohq_design_system_stitches.
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
colors: {
|
|
1010
|
-
readonly 'blue-100': any;
|
|
1011
|
-
readonly 'blue-200': any;
|
|
1012
|
-
readonly 'blue-300': any;
|
|
1013
|
-
readonly 'blue-400': any;
|
|
1014
|
-
readonly 'blue-500': any;
|
|
1015
|
-
readonly 'blue-600': any;
|
|
1016
|
-
readonly 'blue-700': any;
|
|
1017
|
-
readonly 'blue-800': any;
|
|
1018
|
-
readonly 'blue-900': any;
|
|
1019
|
-
readonly 'blue-1000': any;
|
|
1020
|
-
readonly 'gray-100': any;
|
|
1021
|
-
readonly 'gray-200': any;
|
|
1022
|
-
readonly 'gray-300': any;
|
|
1023
|
-
readonly 'gray-400': any;
|
|
1024
|
-
readonly 'gray-500': any;
|
|
1025
|
-
readonly 'gray-600': any;
|
|
1026
|
-
readonly 'gray-700': any;
|
|
1027
|
-
readonly 'gray-800': any;
|
|
1028
|
-
readonly 'gray-900': any;
|
|
1029
|
-
readonly 'indigo-100': any;
|
|
1030
|
-
readonly 'indigo-200': any;
|
|
1031
|
-
readonly 'indigo-300': any;
|
|
1032
|
-
readonly 'indigo-400': any;
|
|
1033
|
-
readonly 'indigo-500': any;
|
|
1034
|
-
readonly 'indigo-600': any;
|
|
1035
|
-
readonly 'indigo-700': any;
|
|
1036
|
-
readonly 'indigo-800': any;
|
|
1037
|
-
readonly 'indigo-900': any;
|
|
1038
|
-
readonly 'red-100': any;
|
|
1039
|
-
readonly 'red-200': any;
|
|
1040
|
-
readonly 'red-300': any;
|
|
1041
|
-
readonly 'red-400': any;
|
|
1042
|
-
readonly 'red-500': any;
|
|
1043
|
-
readonly 'red-600': any;
|
|
1044
|
-
readonly 'red-700': any;
|
|
1045
|
-
readonly 'red-800': any;
|
|
1046
|
-
readonly 'red-900': any;
|
|
1047
|
-
readonly 'yellow-100': any;
|
|
1048
|
-
readonly 'yellow-200': any;
|
|
1049
|
-
readonly 'yellow-300': any;
|
|
1050
|
-
readonly 'yellow-400': any;
|
|
1051
|
-
readonly 'yellow-500': any;
|
|
1052
|
-
readonly 'yellow-600': any;
|
|
1053
|
-
readonly 'yellow-700': any;
|
|
1054
|
-
readonly 'yellow-800': any;
|
|
1055
|
-
readonly 'yellow-900': any;
|
|
1056
|
-
readonly 'green-100': any;
|
|
1057
|
-
readonly 'green-200': any;
|
|
1058
|
-
readonly 'green-300': any;
|
|
1059
|
-
readonly 'green-400': any;
|
|
1060
|
-
readonly 'green-500': any;
|
|
1061
|
-
readonly 'green-600': any;
|
|
1062
|
-
readonly 'green-700': any;
|
|
1063
|
-
readonly 'green-800': any;
|
|
1064
|
-
readonly 'green-900': any;
|
|
1065
|
-
readonly black: any;
|
|
1066
|
-
readonly white: any;
|
|
1067
|
-
readonly transparent: any;
|
|
1068
|
-
readonly 'background-neutrals'?: any;
|
|
1069
|
-
readonly 'background-neutrals-body'?: any;
|
|
1070
|
-
readonly 'background-neutrals-container'?: any;
|
|
1071
|
-
readonly 'background-neutrals-inverted'?: any;
|
|
1072
|
-
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
1073
|
-
readonly 'background-neutrals-subtle'?: any;
|
|
1074
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
1075
|
-
readonly 'background-neutrals-subtle-active'?: any;
|
|
1076
|
-
readonly 'background-neutrals-disabled'?: any;
|
|
1077
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1078
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
1079
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
1080
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
1081
|
-
readonly 'background-primary-prominent'?: any;
|
|
1082
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
1083
|
-
readonly 'background-primary-prominent-active'?: any;
|
|
1084
|
-
readonly 'background-primary-prominent-selected'?: any;
|
|
1085
|
-
readonly 'background-primary-subtle'?: any;
|
|
1086
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
1087
|
-
readonly 'background-primary-subtle-active'?: any;
|
|
1088
|
-
readonly 'background-primary-subtle-selected'?: any;
|
|
1089
|
-
readonly 'background-danger-prominent'?: any;
|
|
1090
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
1091
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
1092
|
-
readonly 'background-danger'?: any;
|
|
1093
|
-
readonly 'background-danger-hover'?: any;
|
|
1094
|
-
readonly 'background-success'?: any;
|
|
1095
|
-
readonly 'background-warning-subtle'?: any;
|
|
1096
|
-
readonly 'background-warning-prominent'?: any;
|
|
1097
|
-
readonly 'text-neutrals-inverted'?: any;
|
|
1098
|
-
readonly 'text-neutrals'?: any;
|
|
1099
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
1100
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1101
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
1102
|
-
readonly 'text-neutrals-disabled'?: any;
|
|
1103
|
-
readonly 'text-primary-inverted'?: any;
|
|
1104
|
-
readonly 'text-primary'?: any;
|
|
1105
|
-
readonly 'text-primary-hover'?: any;
|
|
1106
|
-
readonly 'text-primary-active'?: any;
|
|
1107
|
-
readonly 'text-primary-selected'?: any;
|
|
1108
|
-
readonly 'text-primary-inverted-subtle'?: any;
|
|
1109
|
-
readonly 'text-danger-inverted'?: any;
|
|
1110
|
-
readonly 'text-danger'?: any;
|
|
1111
|
-
readonly 'text-danger-hover'?: any;
|
|
1112
|
-
readonly 'text-danger-active'?: any;
|
|
1113
|
-
readonly 'text-success'?: any;
|
|
1114
|
-
readonly 'text-warning'?: any;
|
|
1115
|
-
readonly 'icon-neutrals-inverted'?: any;
|
|
1116
|
-
readonly 'icon-neutrals'?: any;
|
|
1117
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
1118
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
1119
|
-
readonly 'icon-neutrals-disabled'?: any;
|
|
1120
|
-
readonly 'icon-neutrals-search'?: any;
|
|
1121
|
-
readonly 'icon-neutrals-inactive'?: any;
|
|
1122
|
-
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
1123
|
-
readonly 'icon-primary-inverted'?: any;
|
|
1124
|
-
readonly 'icon-primary'?: any;
|
|
1125
|
-
readonly 'icon-primary-hover'?: any;
|
|
1126
|
-
readonly 'icon-primary-active'?: any;
|
|
1127
|
-
readonly 'icon-primary-selected'?: any;
|
|
1128
|
-
readonly 'icon-danger-inverted'?: any;
|
|
1129
|
-
readonly 'icon-danger'?: any;
|
|
1130
|
-
readonly 'icon-danger-hover'?: any;
|
|
1131
|
-
readonly 'icon-danger-active'?: any;
|
|
1132
|
-
readonly 'icon-success-inverted'?: any;
|
|
1133
|
-
readonly 'icon-success'?: any;
|
|
1134
|
-
readonly 'icon-warning'?: any;
|
|
1135
|
-
readonly 'border-focus-outer'?: any;
|
|
1136
|
-
readonly 'border-focus-middle'?: any;
|
|
1137
|
-
readonly 'border-focus-inner'?: any;
|
|
1138
|
-
readonly 'border-neutrals'?: any;
|
|
1139
|
-
readonly 'border-neutrals-hover'?: any;
|
|
1140
|
-
readonly 'border-neutrals-active'?: any;
|
|
1141
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
1142
|
-
readonly 'border-neutrals-controls'?: any;
|
|
1143
|
-
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1144
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
1145
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
1146
|
-
readonly 'border-primary'?: any;
|
|
1147
|
-
readonly 'border-primary-hover'?: any;
|
|
1148
|
-
readonly 'border-primary-active'?: any;
|
|
1149
|
-
readonly 'border-primary-inverted'?: any;
|
|
1150
|
-
readonly 'border-danger'?: any;
|
|
1151
|
-
readonly 'border-success'?: any;
|
|
1152
|
-
readonly 'border-warning'?: any;
|
|
1153
|
-
};
|
|
1154
|
-
'font-sizes': {
|
|
1155
|
-
readonly 150: "0.75rem";
|
|
1156
|
-
readonly 175: "0.875rem";
|
|
1157
|
-
readonly 200: "1rem";
|
|
1158
|
-
readonly 225: "1.125rem";
|
|
1159
|
-
readonly 250: "1.25rem";
|
|
1160
|
-
readonly 300: "1.5rem";
|
|
1161
|
-
readonly 400: "2rem";
|
|
1162
|
-
readonly 500: "2.5rem";
|
|
1163
|
-
readonly 600: "3rem";
|
|
1164
|
-
readonly 800: "4rem";
|
|
1165
|
-
readonly 900: "4.5rem";
|
|
1166
|
-
};
|
|
1167
|
-
radii: {
|
|
1168
|
-
readonly none: 0;
|
|
1169
|
-
readonly half: "999em";
|
|
1170
|
-
readonly 25: "2px";
|
|
1171
|
-
readonly 50: "4px";
|
|
1172
|
-
readonly 75: "6px";
|
|
1173
|
-
readonly 100: "8px";
|
|
1174
|
-
readonly 200: "16px";
|
|
1175
|
-
};
|
|
1176
|
-
shadows: {
|
|
1177
|
-
readonly 50: "0 4px 16px #05003812";
|
|
1178
|
-
readonly 100: "0 8px 32px #05003808";
|
|
1179
|
-
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";
|
|
1180
|
-
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";
|
|
1181
|
-
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";
|
|
1182
|
-
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";
|
|
1183
|
-
};
|
|
1184
|
-
sizes: {
|
|
1185
|
-
readonly number: string;
|
|
1186
|
-
readonly 'icon-200': "16px";
|
|
1187
|
-
readonly 'icon-300': "24px";
|
|
1188
|
-
readonly 'icon-400': "32px";
|
|
1189
|
-
};
|
|
1190
|
-
space: {
|
|
1191
|
-
readonly none: 0;
|
|
1192
|
-
readonly 50: "4px";
|
|
1193
|
-
readonly 100: "8px";
|
|
1194
|
-
readonly 150: "12px";
|
|
1195
|
-
readonly 200: "16px";
|
|
1196
|
-
readonly 300: "24px";
|
|
1197
|
-
readonly 400: "32px";
|
|
1198
|
-
readonly 500: "64px";
|
|
1199
|
-
readonly 600: "48px";
|
|
1200
|
-
readonly 800: "64px";
|
|
1201
|
-
readonly 1200: "96px";
|
|
1202
|
-
readonly 1600: "128px";
|
|
1203
|
-
};
|
|
1204
|
-
'space-gap': {
|
|
1205
|
-
readonly none: any;
|
|
1206
|
-
readonly 50: any;
|
|
1207
|
-
readonly 100: any;
|
|
1208
|
-
readonly 200: any;
|
|
1209
|
-
readonly 300: any;
|
|
1210
|
-
};
|
|
1211
|
-
'space-inset': {
|
|
1212
|
-
readonly none: any;
|
|
1213
|
-
readonly 50: any;
|
|
1214
|
-
readonly 100: any;
|
|
1215
|
-
readonly 150: any;
|
|
1216
|
-
readonly 200: any;
|
|
1217
|
-
readonly 300: any;
|
|
1218
|
-
readonly 400: any;
|
|
1219
|
-
readonly 600: any;
|
|
1220
|
-
readonly 800: any;
|
|
1221
|
-
readonly 1200: any;
|
|
1222
|
-
readonly 1600: any;
|
|
1223
|
-
};
|
|
1224
|
-
'space-offset': {
|
|
1225
|
-
readonly none: any;
|
|
1226
|
-
readonly 50: any;
|
|
1227
|
-
readonly 100: any;
|
|
1228
|
-
readonly 150: any;
|
|
1229
|
-
readonly 200: any;
|
|
1230
|
-
readonly 300: any;
|
|
1231
|
-
readonly 400: any;
|
|
1232
|
-
readonly 600: any;
|
|
1233
|
-
readonly 800: any;
|
|
1234
|
-
readonly 1200: any;
|
|
1235
|
-
readonly 1600: any;
|
|
1236
|
-
readonly 'stacking-none': any;
|
|
1237
|
-
readonly 'stacking-100': any;
|
|
1238
|
-
readonly 'stacking-200': any;
|
|
1239
|
-
readonly 'stacking-300': any;
|
|
1240
|
-
readonly 'stacking-400': any;
|
|
1241
|
-
readonly 'stacking-500': any;
|
|
1242
|
-
readonly 'stacking-800': any;
|
|
1243
|
-
};
|
|
1244
|
-
'z-indices': {
|
|
1245
|
-
readonly dropdownMenu: 100;
|
|
1246
|
-
readonly popover: 200;
|
|
1247
|
-
readonly tooltip: 300;
|
|
1248
|
-
};
|
|
1249
|
-
}, {
|
|
1250
|
-
readonly background: "colors";
|
|
1251
|
-
readonly backgroundColor: "colors";
|
|
1252
|
-
readonly backgroundImage: "colors";
|
|
1253
|
-
readonly blockSize: "sizes";
|
|
1254
|
-
readonly border: "colors";
|
|
1255
|
-
readonly borderBlock: "colors";
|
|
1256
|
-
readonly borderBlockEnd: "colors";
|
|
1257
|
-
readonly borderBlockStart: "colors";
|
|
1258
|
-
readonly borderBottom: "colors";
|
|
1259
|
-
readonly borderBottomColor: "colors";
|
|
1260
|
-
readonly borderBottomLeftRadius: "radii";
|
|
1261
|
-
readonly borderBottomRightRadius: "radii";
|
|
1262
|
-
readonly borderBottomStyle: "border-styles";
|
|
1263
|
-
readonly borderBottomWidth: "border-widths";
|
|
1264
|
-
readonly borderColor: "colors";
|
|
1265
|
-
readonly borderImage: "colors";
|
|
1266
|
-
readonly borderInline: "colors";
|
|
1267
|
-
readonly borderInlineEnd: "colors";
|
|
1268
|
-
readonly borderInlineStart: "colors";
|
|
1269
|
-
readonly borderLeft: "colors";
|
|
1270
|
-
readonly borderLeftColor: "colors";
|
|
1271
|
-
readonly borderLeftStyle: "border-styles";
|
|
1272
|
-
readonly borderLeftWidth: "border-widths";
|
|
1273
|
-
readonly borderRadius: "radii";
|
|
1274
|
-
readonly borderRight: "colors";
|
|
1275
|
-
readonly borderRightColor: "colors";
|
|
1276
|
-
readonly borderRightStyle: "border-styles";
|
|
1277
|
-
readonly borderRightWidth: "border-widths";
|
|
1278
|
-
readonly borderStyle: "border-styles";
|
|
1279
|
-
readonly borderTop: "colors";
|
|
1280
|
-
readonly borderTopColor: "colors";
|
|
1281
|
-
readonly borderTopLeftRadius: "radii";
|
|
1282
|
-
readonly borderTopRightRadius: "radii";
|
|
1283
|
-
readonly borderTopStyle: "border-styles";
|
|
1284
|
-
readonly borderTopWidth: "border-widths";
|
|
1285
|
-
readonly borderWidth: "border-widths";
|
|
1286
|
-
readonly bottom: "space";
|
|
1287
|
-
readonly boxShadow: "shadows";
|
|
1288
|
-
readonly caretColor: "colors";
|
|
1289
|
-
readonly color: "colors";
|
|
1290
|
-
readonly columnGap: "space-gap";
|
|
1291
|
-
readonly columnRuleColor: "colors";
|
|
1292
|
-
readonly fill: "colors";
|
|
1293
|
-
readonly flexBasis: "sizes";
|
|
1294
|
-
readonly fontFamily: "fonts";
|
|
1295
|
-
readonly fontSize: "font-sizes";
|
|
1296
|
-
readonly fontWeight: "font-weights";
|
|
1297
|
-
readonly gap: "space-gap";
|
|
1298
|
-
readonly gridColumnGap: "space-gap";
|
|
1299
|
-
readonly gridGap: "space-gap";
|
|
1300
|
-
readonly gridRowGap: "space-gap";
|
|
1301
|
-
readonly gridTemplateColumns: "sizes";
|
|
1302
|
-
readonly gridTemplateRows: "sizes";
|
|
1303
|
-
readonly height: "sizes";
|
|
1304
|
-
readonly inlineSize: "sizes";
|
|
1305
|
-
readonly inset: "space-inset";
|
|
1306
|
-
readonly insetBlock: "space-inset";
|
|
1307
|
-
readonly insetBlockEnd: "space-inset";
|
|
1308
|
-
readonly insetBlockStart: "space-inset";
|
|
1309
|
-
readonly insetInline: "space-inset";
|
|
1310
|
-
readonly insetInlineEnd: "space-inset";
|
|
1311
|
-
readonly insetInlineStart: "space-inset";
|
|
1312
|
-
readonly left: "space";
|
|
1313
|
-
readonly letterSpacing: "letter-spacings";
|
|
1314
|
-
readonly lineHeight: "line-heights";
|
|
1315
|
-
readonly margin: "space-offset";
|
|
1316
|
-
readonly marginBlock: "space-offset";
|
|
1317
|
-
readonly marginBlockEnd: "space-offset";
|
|
1318
|
-
readonly marginBlockStart: "space-offset";
|
|
1319
|
-
readonly marginBottom: "space-offset";
|
|
1320
|
-
readonly marginInline: "space-offset";
|
|
1321
|
-
readonly marginInlineEnd: "space-offset";
|
|
1322
|
-
readonly marginInlineStart: "space-offset";
|
|
1323
|
-
readonly marginLeft: "space-offset";
|
|
1324
|
-
readonly marginRight: "space-offset";
|
|
1325
|
-
readonly marginTop: "space-offset";
|
|
1326
|
-
readonly maxBlockSize: "sizes";
|
|
1327
|
-
readonly maxHeight: "sizes";
|
|
1328
|
-
readonly maxInlineSize: "sizes";
|
|
1329
|
-
readonly maxWidth: "sizes";
|
|
1330
|
-
readonly minBlockSize: "sizes";
|
|
1331
|
-
readonly minHeight: "sizes";
|
|
1332
|
-
readonly minInlineSize: "sizes";
|
|
1333
|
-
readonly minWidth: "sizes";
|
|
1334
|
-
readonly outline: "colors";
|
|
1335
|
-
readonly outlineColor: "colors";
|
|
1336
|
-
readonly padding: "space-inset";
|
|
1337
|
-
readonly paddingBlock: "space-inset";
|
|
1338
|
-
readonly paddingBlockEnd: "space-inset";
|
|
1339
|
-
readonly paddingBlockStart: "space-inset";
|
|
1340
|
-
readonly paddingBottom: "space-inset";
|
|
1341
|
-
readonly paddingInline: "space-inset";
|
|
1342
|
-
readonly paddingInlineEnd: "space-inset";
|
|
1343
|
-
readonly paddingInlineStart: "space-inset";
|
|
1344
|
-
readonly paddingLeft: "space-inset";
|
|
1345
|
-
readonly paddingRight: "space-inset";
|
|
1346
|
-
readonly paddingTop: "space-inset";
|
|
1347
|
-
readonly right: "space";
|
|
1348
|
-
readonly rowGap: "space-gap";
|
|
1349
|
-
readonly scrollMargin: "space-offset";
|
|
1350
|
-
readonly scrollMarginBlock: "space-offset";
|
|
1351
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
1352
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
1353
|
-
readonly scrollMarginBottom: "space-offset";
|
|
1354
|
-
readonly scrollMarginInline: "space-offset";
|
|
1355
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
1356
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
1357
|
-
readonly scrollMarginLeft: "space-offset";
|
|
1358
|
-
readonly scrollMarginRight: "space-offset";
|
|
1359
|
-
readonly scrollMarginTop: "space-offset";
|
|
1360
|
-
readonly scrollPadding: "space-inset";
|
|
1361
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
1362
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1363
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
1364
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
1365
|
-
readonly scrollPaddingInline: "space-inset";
|
|
1366
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1367
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
1368
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
1369
|
-
readonly scrollPaddingRight: "space-inset";
|
|
1370
|
-
readonly scrollPaddingTop: "space-inset";
|
|
1371
|
-
readonly stroke: "colors";
|
|
1372
|
-
readonly textDecorationColor: "colors";
|
|
1373
|
-
readonly textShadow: "shadows";
|
|
1374
|
-
readonly top: "space";
|
|
1375
|
-
readonly transition: "transitions";
|
|
1376
|
-
readonly width: "sizes";
|
|
1377
|
-
readonly zIndex: "z-indices";
|
|
1378
|
-
}, {
|
|
1379
|
-
paddingX: (value: {
|
|
1380
|
-
readonly [$$PropertyValue]: "padding";
|
|
1381
|
-
}) => {
|
|
1382
|
-
paddingLeft: {
|
|
1383
|
-
readonly [$$PropertyValue]: "padding";
|
|
1018
|
+
}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_popover.PopoverCloseProps & react.RefAttributes<HTMLButtonElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
1019
|
+
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
1020
|
+
'border-widths': {
|
|
1021
|
+
readonly none: 0;
|
|
1022
|
+
readonly sm: "1px";
|
|
1023
|
+
readonly md: "2px";
|
|
1024
|
+
readonly lg: "4px";
|
|
1384
1025
|
};
|
|
1385
|
-
|
|
1386
|
-
readonly
|
|
1026
|
+
colors: {
|
|
1027
|
+
readonly 'blue-100': any;
|
|
1028
|
+
readonly 'blue-200': any;
|
|
1029
|
+
readonly 'blue-300': any;
|
|
1030
|
+
readonly 'blue-400': any;
|
|
1031
|
+
readonly 'blue-500': any;
|
|
1032
|
+
readonly 'blue-600': any;
|
|
1033
|
+
readonly 'blue-700': any;
|
|
1034
|
+
readonly 'blue-800': any;
|
|
1035
|
+
readonly 'blue-900': any;
|
|
1036
|
+
readonly 'blue-1000': any;
|
|
1037
|
+
readonly 'gray-100': any;
|
|
1038
|
+
readonly 'gray-200': any;
|
|
1039
|
+
readonly 'gray-300': any;
|
|
1040
|
+
readonly 'gray-400': any;
|
|
1041
|
+
readonly 'gray-500': any;
|
|
1042
|
+
readonly 'gray-600': any;
|
|
1043
|
+
readonly 'gray-700': any;
|
|
1044
|
+
readonly 'gray-800': any;
|
|
1045
|
+
readonly 'gray-900': any;
|
|
1046
|
+
readonly 'indigo-100': any;
|
|
1047
|
+
readonly 'indigo-200': any;
|
|
1048
|
+
readonly 'indigo-300': any;
|
|
1049
|
+
readonly 'indigo-400': any;
|
|
1050
|
+
readonly 'indigo-500': any;
|
|
1051
|
+
readonly 'indigo-600': any;
|
|
1052
|
+
readonly 'indigo-700': any;
|
|
1053
|
+
readonly 'indigo-800': any;
|
|
1054
|
+
readonly 'indigo-900': any;
|
|
1055
|
+
readonly 'red-100': any;
|
|
1056
|
+
readonly 'red-200': any;
|
|
1057
|
+
readonly 'red-300': any;
|
|
1058
|
+
readonly 'red-400': any;
|
|
1059
|
+
readonly 'red-500': any;
|
|
1060
|
+
readonly 'red-600': any;
|
|
1061
|
+
readonly 'red-700': any;
|
|
1062
|
+
readonly 'red-800': any;
|
|
1063
|
+
readonly 'red-900': any;
|
|
1064
|
+
readonly 'yellow-100': any;
|
|
1065
|
+
readonly 'yellow-200': any;
|
|
1066
|
+
readonly 'yellow-300': any;
|
|
1067
|
+
readonly 'yellow-400': any;
|
|
1068
|
+
readonly 'yellow-500': any;
|
|
1069
|
+
readonly 'yellow-600': any;
|
|
1070
|
+
readonly 'yellow-700': any;
|
|
1071
|
+
readonly 'yellow-800': any;
|
|
1072
|
+
readonly 'yellow-900': any;
|
|
1073
|
+
readonly 'green-100': any;
|
|
1074
|
+
readonly 'green-200': any;
|
|
1075
|
+
readonly 'green-300': any;
|
|
1076
|
+
readonly 'green-400': any;
|
|
1077
|
+
readonly 'green-500': any;
|
|
1078
|
+
readonly 'green-600': any;
|
|
1079
|
+
readonly 'green-700': any;
|
|
1080
|
+
readonly 'green-800': any;
|
|
1081
|
+
readonly 'green-900': any;
|
|
1082
|
+
readonly black: any;
|
|
1083
|
+
readonly white: any;
|
|
1084
|
+
readonly transparent: any;
|
|
1085
|
+
readonly 'background-danger'?: any;
|
|
1086
|
+
readonly 'background-danger-hover'?: any;
|
|
1087
|
+
readonly 'background-danger-prominent'?: any;
|
|
1088
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
1089
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
1090
|
+
readonly 'background-neutrals'?: any;
|
|
1091
|
+
readonly 'background-neutrals-body'?: any;
|
|
1092
|
+
readonly 'background-neutrals-container'?: any;
|
|
1093
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
1094
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
1095
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
1096
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
1097
|
+
readonly 'background-neutrals-inverted'?: any;
|
|
1098
|
+
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
1099
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
1100
|
+
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
1101
|
+
readonly 'background-neutrals-subtle'?: any;
|
|
1102
|
+
readonly 'background-neutrals-subtle-active'?: any;
|
|
1103
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
1104
|
+
readonly 'background-primary-prominent'?: any;
|
|
1105
|
+
readonly 'background-primary-prominent-active'?: any;
|
|
1106
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
1107
|
+
readonly 'background-primary-prominent-selected'?: any;
|
|
1108
|
+
readonly 'background-primary-subtle'?: any;
|
|
1109
|
+
readonly 'background-primary-subtle-active'?: any;
|
|
1110
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
1111
|
+
readonly 'background-primary-subtle-selected'?: any;
|
|
1112
|
+
readonly 'background-success'?: any;
|
|
1113
|
+
readonly 'background-warning-prominent'?: any;
|
|
1114
|
+
readonly 'background-warning-subtle'?: any;
|
|
1115
|
+
readonly 'text-danger'?: any;
|
|
1116
|
+
readonly 'text-danger-active'?: any;
|
|
1117
|
+
readonly 'text-danger-hover'?: any;
|
|
1118
|
+
readonly 'text-danger-inverted'?: any;
|
|
1119
|
+
readonly 'text-neutrals'?: any;
|
|
1120
|
+
readonly 'text-neutrals-disabled'?: any;
|
|
1121
|
+
readonly 'text-neutrals-inverted'?: any;
|
|
1122
|
+
readonly 'text-neutrals-link'?: any;
|
|
1123
|
+
readonly 'text-neutrals-link-active'?: any;
|
|
1124
|
+
readonly 'text-neutrals-link-hover'?: any;
|
|
1125
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
1126
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
1127
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
1128
|
+
readonly 'text-primary'?: any;
|
|
1129
|
+
readonly 'text-primary-active'?: any;
|
|
1130
|
+
readonly 'text-primary-hover'?: any;
|
|
1131
|
+
readonly 'text-primary-inverted'?: any;
|
|
1132
|
+
readonly 'text-primary-inverted-subtle'?: any;
|
|
1133
|
+
readonly 'text-primary-selected'?: any;
|
|
1134
|
+
readonly 'text-success'?: any;
|
|
1135
|
+
readonly 'text-warning'?: any;
|
|
1136
|
+
readonly 'icon-danger'?: any;
|
|
1137
|
+
readonly 'icon-danger-active'?: any;
|
|
1138
|
+
readonly 'icon-danger-hover'?: any;
|
|
1139
|
+
readonly 'icon-danger-inverted'?: any;
|
|
1140
|
+
readonly 'icon-neutrals'?: any;
|
|
1141
|
+
readonly 'icon-neutrals-disabled'?: any;
|
|
1142
|
+
readonly 'icon-neutrals-inactive'?: any;
|
|
1143
|
+
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
1144
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
1145
|
+
readonly 'icon-neutrals-search'?: any;
|
|
1146
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
1147
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
1148
|
+
readonly 'icon-primary'?: any;
|
|
1149
|
+
readonly 'icon-primary-active'?: any;
|
|
1150
|
+
readonly 'icon-primary-hover'?: any;
|
|
1151
|
+
readonly 'icon-primary-inverted'?: any;
|
|
1152
|
+
readonly 'icon-primary-selected'?: any;
|
|
1153
|
+
readonly 'icon-success'?: any;
|
|
1154
|
+
readonly 'icon-success-inverted'?: any;
|
|
1155
|
+
readonly 'icon-warning'?: any;
|
|
1156
|
+
readonly 'border-danger'?: any;
|
|
1157
|
+
readonly 'border-focus-inner'?: any;
|
|
1158
|
+
readonly 'border-focus-middle'?: any;
|
|
1159
|
+
readonly 'border-focus-outer'?: any;
|
|
1160
|
+
readonly 'border-neutrals'?: any;
|
|
1161
|
+
readonly 'border-neutrals-active'?: any;
|
|
1162
|
+
readonly 'border-neutrals-controls'?: any;
|
|
1163
|
+
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1164
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
1165
|
+
readonly 'border-neutrals-hover'?: any;
|
|
1166
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
1167
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
1168
|
+
readonly 'border-primary'?: any;
|
|
1169
|
+
readonly 'border-primary-active'?: any;
|
|
1170
|
+
readonly 'border-primary-hover'?: any;
|
|
1171
|
+
readonly 'border-primary-inverted'?: any;
|
|
1172
|
+
readonly 'border-success'?: any;
|
|
1173
|
+
readonly 'border-warning'?: any;
|
|
1387
1174
|
};
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
readonly
|
|
1175
|
+
'font-sizes': {
|
|
1176
|
+
readonly 150: "0.75rem";
|
|
1177
|
+
readonly 175: "0.875rem";
|
|
1178
|
+
readonly 200: "1rem";
|
|
1179
|
+
readonly 225: "1.125rem";
|
|
1180
|
+
readonly 250: "1.25rem";
|
|
1181
|
+
readonly 300: "1.5rem";
|
|
1182
|
+
readonly 400: "2rem";
|
|
1183
|
+
readonly 500: "2.5rem";
|
|
1184
|
+
readonly 600: "3rem";
|
|
1185
|
+
readonly 800: "4rem";
|
|
1186
|
+
readonly 900: "4.5rem";
|
|
1394
1187
|
};
|
|
1395
|
-
|
|
1396
|
-
readonly
|
|
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";
|
|
1397
1196
|
};
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
readonly
|
|
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";
|
|
1404
1204
|
};
|
|
1405
|
-
|
|
1406
|
-
readonly
|
|
1205
|
+
sizes: {
|
|
1206
|
+
readonly number: string;
|
|
1207
|
+
readonly 'icon-200': "16px";
|
|
1208
|
+
readonly 'icon-300': "24px";
|
|
1209
|
+
readonly 'icon-400': "32px";
|
|
1407
1210
|
};
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
readonly
|
|
1211
|
+
space: {
|
|
1212
|
+
readonly none: 0;
|
|
1213
|
+
readonly 50: "4px";
|
|
1214
|
+
readonly 100: "8px";
|
|
1215
|
+
readonly 150: "12px";
|
|
1216
|
+
readonly 200: "16px";
|
|
1217
|
+
readonly 300: "24px";
|
|
1218
|
+
readonly 400: "32px";
|
|
1219
|
+
readonly 500: "64px";
|
|
1220
|
+
readonly 600: "48px";
|
|
1221
|
+
readonly 800: "64px";
|
|
1222
|
+
readonly 1200: "96px";
|
|
1223
|
+
readonly 1600: "128px";
|
|
1224
|
+
};
|
|
1225
|
+
'space-gap': {
|
|
1226
|
+
readonly none: any;
|
|
1227
|
+
readonly 50: any;
|
|
1228
|
+
readonly 100: any;
|
|
1229
|
+
readonly 200: any;
|
|
1230
|
+
readonly 300: any;
|
|
1231
|
+
};
|
|
1232
|
+
'space-inset': {
|
|
1233
|
+
readonly none: any;
|
|
1234
|
+
readonly 50: any;
|
|
1235
|
+
readonly 100: any;
|
|
1236
|
+
readonly 150: any;
|
|
1237
|
+
readonly 200: any;
|
|
1238
|
+
readonly 300: any;
|
|
1239
|
+
readonly 400: any;
|
|
1240
|
+
readonly 600: any;
|
|
1241
|
+
readonly 800: any;
|
|
1242
|
+
readonly 1200: any;
|
|
1243
|
+
readonly 1600: any;
|
|
1244
|
+
};
|
|
1245
|
+
'space-offset': {
|
|
1246
|
+
readonly none: any;
|
|
1247
|
+
readonly 50: any;
|
|
1248
|
+
readonly 100: any;
|
|
1249
|
+
readonly 150: any;
|
|
1250
|
+
readonly 200: any;
|
|
1251
|
+
readonly 300: any;
|
|
1252
|
+
readonly 400: any;
|
|
1253
|
+
readonly 600: any;
|
|
1254
|
+
readonly 800: any;
|
|
1255
|
+
readonly 1200: any;
|
|
1256
|
+
readonly 1600: any;
|
|
1257
|
+
readonly 'stacking-none': any;
|
|
1258
|
+
readonly 'stacking-100': any;
|
|
1259
|
+
readonly 'stacking-200': any;
|
|
1260
|
+
readonly 'stacking-300': any;
|
|
1261
|
+
readonly 'stacking-400': any;
|
|
1262
|
+
readonly 'stacking-500': any;
|
|
1263
|
+
readonly 'stacking-800': any;
|
|
1264
|
+
};
|
|
1265
|
+
'z-indices': {
|
|
1266
|
+
readonly dropdownMenu: 100;
|
|
1267
|
+
readonly popover: 200;
|
|
1268
|
+
readonly tooltip: 300;
|
|
1414
1269
|
};
|
|
1415
|
-
|
|
1270
|
+
}, {
|
|
1271
|
+
readonly background: "colors";
|
|
1272
|
+
readonly backgroundColor: "colors";
|
|
1273
|
+
readonly backgroundImage: "colors";
|
|
1274
|
+
readonly blockSize: "sizes";
|
|
1275
|
+
readonly border: "colors";
|
|
1276
|
+
readonly borderBlock: "colors";
|
|
1277
|
+
readonly borderBlockEnd: "colors";
|
|
1278
|
+
readonly borderBlockStart: "colors";
|
|
1279
|
+
readonly borderBottom: "colors";
|
|
1280
|
+
readonly borderBottomColor: "colors";
|
|
1281
|
+
readonly borderBottomLeftRadius: "radii";
|
|
1282
|
+
readonly borderBottomRightRadius: "radii";
|
|
1283
|
+
readonly borderBottomStyle: "border-styles";
|
|
1284
|
+
readonly borderBottomWidth: "border-widths";
|
|
1285
|
+
readonly borderColor: "colors";
|
|
1286
|
+
readonly borderImage: "colors";
|
|
1287
|
+
readonly borderInline: "colors";
|
|
1288
|
+
readonly borderInlineEnd: "colors";
|
|
1289
|
+
readonly borderInlineStart: "colors";
|
|
1290
|
+
readonly borderLeft: "colors";
|
|
1291
|
+
readonly borderLeftColor: "colors";
|
|
1292
|
+
readonly borderLeftStyle: "border-styles";
|
|
1293
|
+
readonly borderLeftWidth: "border-widths";
|
|
1294
|
+
readonly borderRadius: "radii";
|
|
1295
|
+
readonly borderRight: "colors";
|
|
1296
|
+
readonly borderRightColor: "colors";
|
|
1297
|
+
readonly borderRightStyle: "border-styles";
|
|
1298
|
+
readonly borderRightWidth: "border-widths";
|
|
1299
|
+
readonly borderStyle: "border-styles";
|
|
1300
|
+
readonly borderTop: "colors";
|
|
1301
|
+
readonly borderTopColor: "colors";
|
|
1302
|
+
readonly borderTopLeftRadius: "radii";
|
|
1303
|
+
readonly borderTopRightRadius: "radii";
|
|
1304
|
+
readonly borderTopStyle: "border-styles";
|
|
1305
|
+
readonly borderTopWidth: "border-widths";
|
|
1306
|
+
readonly borderWidth: "border-widths";
|
|
1307
|
+
readonly bottom: "space";
|
|
1308
|
+
readonly boxShadow: "shadows";
|
|
1309
|
+
readonly caretColor: "colors";
|
|
1310
|
+
readonly color: "colors";
|
|
1311
|
+
readonly columnGap: "space-gap";
|
|
1312
|
+
readonly columnRuleColor: "colors";
|
|
1313
|
+
readonly fill: "colors";
|
|
1314
|
+
readonly flexBasis: "sizes";
|
|
1315
|
+
readonly fontFamily: "fonts";
|
|
1316
|
+
readonly fontSize: "font-sizes";
|
|
1317
|
+
readonly fontWeight: "font-weights";
|
|
1318
|
+
readonly gap: "space-gap";
|
|
1319
|
+
readonly gridColumnGap: "space-gap";
|
|
1320
|
+
readonly gridGap: "space-gap";
|
|
1321
|
+
readonly gridRowGap: "space-gap";
|
|
1322
|
+
readonly gridTemplateColumns: "sizes";
|
|
1323
|
+
readonly gridTemplateRows: "sizes";
|
|
1324
|
+
readonly height: "sizes";
|
|
1325
|
+
readonly inlineSize: "sizes";
|
|
1326
|
+
readonly inset: "space-inset";
|
|
1327
|
+
readonly insetBlock: "space-inset";
|
|
1328
|
+
readonly insetBlockEnd: "space-inset";
|
|
1329
|
+
readonly insetBlockStart: "space-inset";
|
|
1330
|
+
readonly insetInline: "space-inset";
|
|
1331
|
+
readonly insetInlineEnd: "space-inset";
|
|
1332
|
+
readonly insetInlineStart: "space-inset";
|
|
1333
|
+
readonly left: "space";
|
|
1334
|
+
readonly letterSpacing: "letter-spacings";
|
|
1335
|
+
readonly lineHeight: "line-heights";
|
|
1336
|
+
readonly margin: "space-offset";
|
|
1337
|
+
readonly marginBlock: "space-offset";
|
|
1338
|
+
readonly marginBlockEnd: "space-offset";
|
|
1339
|
+
readonly marginBlockStart: "space-offset";
|
|
1340
|
+
readonly marginBottom: "space-offset";
|
|
1341
|
+
readonly marginInline: "space-offset";
|
|
1342
|
+
readonly marginInlineEnd: "space-offset";
|
|
1343
|
+
readonly marginInlineStart: "space-offset";
|
|
1344
|
+
readonly marginLeft: "space-offset";
|
|
1345
|
+
readonly marginRight: "space-offset";
|
|
1346
|
+
readonly marginTop: "space-offset";
|
|
1347
|
+
readonly maxBlockSize: "sizes";
|
|
1348
|
+
readonly maxHeight: "sizes";
|
|
1349
|
+
readonly maxInlineSize: "sizes";
|
|
1350
|
+
readonly maxWidth: "sizes";
|
|
1351
|
+
readonly minBlockSize: "sizes";
|
|
1352
|
+
readonly minHeight: "sizes";
|
|
1353
|
+
readonly minInlineSize: "sizes";
|
|
1354
|
+
readonly minWidth: "sizes";
|
|
1355
|
+
readonly outline: "colors";
|
|
1356
|
+
readonly outlineColor: "colors";
|
|
1357
|
+
readonly padding: "space-inset";
|
|
1358
|
+
readonly paddingBlock: "space-inset";
|
|
1359
|
+
readonly paddingBlockEnd: "space-inset";
|
|
1360
|
+
readonly paddingBlockStart: "space-inset";
|
|
1361
|
+
readonly paddingBottom: "space-inset";
|
|
1362
|
+
readonly paddingInline: "space-inset";
|
|
1363
|
+
readonly paddingInlineEnd: "space-inset";
|
|
1364
|
+
readonly paddingInlineStart: "space-inset";
|
|
1365
|
+
readonly paddingLeft: "space-inset";
|
|
1366
|
+
readonly paddingRight: "space-inset";
|
|
1367
|
+
readonly paddingTop: "space-inset";
|
|
1368
|
+
readonly right: "space";
|
|
1369
|
+
readonly rowGap: "space-gap";
|
|
1370
|
+
readonly scrollMargin: "space-offset";
|
|
1371
|
+
readonly scrollMarginBlock: "space-offset";
|
|
1372
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
1373
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
1374
|
+
readonly scrollMarginBottom: "space-offset";
|
|
1375
|
+
readonly scrollMarginInline: "space-offset";
|
|
1376
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
1377
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
1378
|
+
readonly scrollMarginLeft: "space-offset";
|
|
1379
|
+
readonly scrollMarginRight: "space-offset";
|
|
1380
|
+
readonly scrollMarginTop: "space-offset";
|
|
1381
|
+
readonly scrollPadding: "space-inset";
|
|
1382
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
1383
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
1384
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
1385
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
1386
|
+
readonly scrollPaddingInline: "space-inset";
|
|
1387
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
1388
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
1389
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
1390
|
+
readonly scrollPaddingRight: "space-inset";
|
|
1391
|
+
readonly scrollPaddingTop: "space-inset";
|
|
1392
|
+
readonly stroke: "colors";
|
|
1393
|
+
readonly textDecorationColor: "colors";
|
|
1394
|
+
readonly textShadow: "shadows";
|
|
1395
|
+
readonly top: "space";
|
|
1396
|
+
readonly transition: "transitions";
|
|
1397
|
+
readonly width: "sizes";
|
|
1398
|
+
readonly zIndex: "z-indices";
|
|
1399
|
+
}, {
|
|
1400
|
+
paddingX: (value: {
|
|
1401
|
+
readonly [$$PropertyValue]: "padding";
|
|
1402
|
+
}) => {
|
|
1403
|
+
paddingLeft: {
|
|
1404
|
+
readonly [$$PropertyValue]: "padding";
|
|
1405
|
+
};
|
|
1406
|
+
paddingRight: {
|
|
1407
|
+
readonly [$$PropertyValue]: "padding";
|
|
1408
|
+
};
|
|
1409
|
+
};
|
|
1410
|
+
paddingY: (value: {
|
|
1411
|
+
readonly [$$PropertyValue]: "padding";
|
|
1412
|
+
}) => {
|
|
1413
|
+
paddingTop: {
|
|
1414
|
+
readonly [$$PropertyValue]: "padding";
|
|
1415
|
+
};
|
|
1416
|
+
paddingBottom: {
|
|
1417
|
+
readonly [$$PropertyValue]: "padding";
|
|
1418
|
+
};
|
|
1419
|
+
};
|
|
1420
|
+
marginX: (value: {
|
|
1416
1421
|
readonly [$$PropertyValue]: "margin";
|
|
1422
|
+
}) => {
|
|
1423
|
+
marginLeft: {
|
|
1424
|
+
readonly [$$PropertyValue]: "margin";
|
|
1425
|
+
};
|
|
1426
|
+
marginRight: {
|
|
1427
|
+
readonly [$$PropertyValue]: "margin";
|
|
1428
|
+
};
|
|
1417
1429
|
};
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1430
|
+
marginY: (value: {
|
|
1431
|
+
readonly [$$PropertyValue]: "margin";
|
|
1432
|
+
}) => {
|
|
1433
|
+
marginTop: {
|
|
1434
|
+
readonly [$$PropertyValue]: "margin";
|
|
1435
|
+
};
|
|
1436
|
+
marginBottom: {
|
|
1437
|
+
readonly [$$PropertyValue]: "margin";
|
|
1438
|
+
};
|
|
1424
1439
|
};
|
|
1425
|
-
|
|
1440
|
+
square: (value: {
|
|
1426
1441
|
readonly [$$PropertyValue]: "width";
|
|
1442
|
+
}) => {
|
|
1443
|
+
width: {
|
|
1444
|
+
readonly [$$PropertyValue]: "width";
|
|
1445
|
+
};
|
|
1446
|
+
height: {
|
|
1447
|
+
readonly [$$PropertyValue]: "width";
|
|
1448
|
+
};
|
|
1427
1449
|
};
|
|
1428
|
-
};
|
|
1429
|
-
}
|
|
1450
|
+
}> | undefined;
|
|
1451
|
+
}> & {
|
|
1452
|
+
children?: react.ReactNode;
|
|
1453
|
+
} & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | keyof _mirohq_design_system_stitches.CustomStylesProps | "variant"> & react.RefAttributes<HTMLButtonElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_popover.PopoverCloseProps & react.RefAttributes<HTMLButtonElement>>, {
|
|
1430
1454
|
variant?: "dark" | "light" | undefined;
|
|
1431
1455
|
}, {}>;
|
|
1432
1456
|
declare type StyledCloseProps = StrictComponentProps<typeof StyledClose>;
|
|
1433
1457
|
|
|
1434
1458
|
interface CloseProps extends StyledCloseProps {
|
|
1435
1459
|
}
|
|
1436
|
-
declare const Close: react__default.ForwardRefExoticComponent<Pick<CloseProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "
|
|
1460
|
+
declare const Close: react__default.ForwardRefExoticComponent<Pick<CloseProps, "color" | "translate" | "css" | "prefix" | "asChild" | "UNSAFE_style" | "children" | "form" | "slot" | "title" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "placeholder" | "type" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "variant"> & react__default.RefAttributes<HTMLButtonElement>>;
|
|
1437
1461
|
|
|
1438
1462
|
interface PortalProps extends PopoverPortalProps {
|
|
1439
1463
|
/**
|