@mirohq/design-system-tooltip 3.2.6 → 3.2.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 +850 -834
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -7,434 +7,442 @@ import * as _radix_ui_react_tooltip from '@radix-ui/react-tooltip';
|
|
|
7
7
|
import { TooltipPortalProps } from '@radix-ui/react-tooltip';
|
|
8
8
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
9
9
|
|
|
10
|
-
declare const StyledContent: 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 StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_tooltip.TooltipContentProps & react.RefAttributes<HTMLDivElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
11
|
+
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
12
|
+
'border-widths': {
|
|
13
|
+
readonly none: 0;
|
|
14
|
+
readonly sm: "1px";
|
|
15
|
+
readonly md: "2px";
|
|
16
|
+
readonly lg: "4px";
|
|
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;
|
|
422
236
|
};
|
|
423
|
-
|
|
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
|
+
};
|
|
401
|
+
};
|
|
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" | "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 | "side" | "sideOffset" | "alignOffset" | "arrowPadding" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "forceMount" | "onEscapeKeyDown" | "onPointerDownOutside"> & react.RefAttributes<HTMLDivElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_radix_ui_react_tooltip.TooltipContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}>;
|
|
438
446
|
declare type StyledContentProps = StrictComponentProps<typeof StyledContent>;
|
|
439
447
|
|
|
440
448
|
declare type PointerDownOutsideEvent = CustomEvent<{
|
|
@@ -514,436 +522,444 @@ interface ContentProps extends StyledContentProps {
|
|
|
514
522
|
*/
|
|
515
523
|
onPointerDownOutside?: (event: PointerDownOutsideEvent) => void;
|
|
516
524
|
}
|
|
517
|
-
declare const Content: react__default.ForwardRefExoticComponent<Pick<ContentProps, "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" | "
|
|
525
|
+
declare const Content: react__default.ForwardRefExoticComponent<Pick<ContentProps, "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" | "side" | "sideOffset" | "alignOffset" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "forceMount" | "onEscapeKeyDown" | "onPointerDownOutside"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
518
526
|
|
|
519
|
-
declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
colors: {
|
|
527
|
-
readonly 'blue-100': any;
|
|
528
|
-
readonly 'blue-200': any;
|
|
529
|
-
readonly 'blue-300': any;
|
|
530
|
-
readonly 'blue-400': any;
|
|
531
|
-
readonly 'blue-500': any;
|
|
532
|
-
readonly 'blue-600': any;
|
|
533
|
-
readonly 'blue-700': any;
|
|
534
|
-
readonly 'blue-800': any;
|
|
535
|
-
readonly 'blue-900': any;
|
|
536
|
-
readonly 'blue-1000': any;
|
|
537
|
-
readonly 'gray-100': any;
|
|
538
|
-
readonly 'gray-200': any;
|
|
539
|
-
readonly 'gray-300': any;
|
|
540
|
-
readonly 'gray-400': any;
|
|
541
|
-
readonly 'gray-500': any;
|
|
542
|
-
readonly 'gray-600': any;
|
|
543
|
-
readonly 'gray-700': any;
|
|
544
|
-
readonly 'gray-800': any;
|
|
545
|
-
readonly 'gray-900': any;
|
|
546
|
-
readonly 'indigo-100': any;
|
|
547
|
-
readonly 'indigo-200': any;
|
|
548
|
-
readonly 'indigo-300': any;
|
|
549
|
-
readonly 'indigo-400': any;
|
|
550
|
-
readonly 'indigo-500': any;
|
|
551
|
-
readonly 'indigo-600': any;
|
|
552
|
-
readonly 'indigo-700': any;
|
|
553
|
-
readonly 'indigo-800': any;
|
|
554
|
-
readonly 'indigo-900': any;
|
|
555
|
-
readonly 'red-100': any;
|
|
556
|
-
readonly 'red-200': any;
|
|
557
|
-
readonly 'red-300': any;
|
|
558
|
-
readonly 'red-400': any;
|
|
559
|
-
readonly 'red-500': any;
|
|
560
|
-
readonly 'red-600': any;
|
|
561
|
-
readonly 'red-700': any;
|
|
562
|
-
readonly 'red-800': any;
|
|
563
|
-
readonly 'red-900': any;
|
|
564
|
-
readonly 'yellow-100': any;
|
|
565
|
-
readonly 'yellow-200': any;
|
|
566
|
-
readonly 'yellow-300': any;
|
|
567
|
-
readonly 'yellow-400': any;
|
|
568
|
-
readonly 'yellow-500': any;
|
|
569
|
-
readonly 'yellow-600': any;
|
|
570
|
-
readonly 'yellow-700': any;
|
|
571
|
-
readonly 'yellow-800': any;
|
|
572
|
-
readonly 'yellow-900': any;
|
|
573
|
-
readonly 'green-100': any;
|
|
574
|
-
readonly 'green-200': any;
|
|
575
|
-
readonly 'green-300': any;
|
|
576
|
-
readonly 'green-400': any;
|
|
577
|
-
readonly 'green-500': any;
|
|
578
|
-
readonly 'green-600': any;
|
|
579
|
-
readonly 'green-700': any;
|
|
580
|
-
readonly 'green-800': any;
|
|
581
|
-
readonly 'green-900': any;
|
|
582
|
-
readonly black: any;
|
|
583
|
-
readonly white: any;
|
|
584
|
-
readonly transparent: any;
|
|
585
|
-
readonly 'background-neutrals'?: any;
|
|
586
|
-
readonly 'background-neutrals-body'?: any;
|
|
587
|
-
readonly 'background-neutrals-container'?: any;
|
|
588
|
-
readonly 'background-neutrals-inverted'?: any;
|
|
589
|
-
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
590
|
-
readonly 'background-neutrals-subtle'?: any;
|
|
591
|
-
readonly 'background-neutrals-subtle-hover'?: any;
|
|
592
|
-
readonly 'background-neutrals-subtle-active'?: any;
|
|
593
|
-
readonly 'background-neutrals-disabled'?: any;
|
|
594
|
-
readonly 'background-neutrals-controls-disabled'?: any;
|
|
595
|
-
readonly 'background-neutrals-scrolls'?: any;
|
|
596
|
-
readonly 'background-neutrals-inactive'?: any;
|
|
597
|
-
readonly 'background-neutrals-inactive-hover'?: any;
|
|
598
|
-
readonly 'background-primary-prominent'?: any;
|
|
599
|
-
readonly 'background-primary-prominent-hover'?: any;
|
|
600
|
-
readonly 'background-primary-prominent-active'?: any;
|
|
601
|
-
readonly 'background-primary-prominent-selected'?: any;
|
|
602
|
-
readonly 'background-primary-subtle'?: any;
|
|
603
|
-
readonly 'background-primary-subtle-hover'?: any;
|
|
604
|
-
readonly 'background-primary-subtle-active'?: any;
|
|
605
|
-
readonly 'background-primary-subtle-selected'?: any;
|
|
606
|
-
readonly 'background-danger-prominent'?: any;
|
|
607
|
-
readonly 'background-danger-prominent-hover'?: any;
|
|
608
|
-
readonly 'background-danger-prominent-active'?: any;
|
|
609
|
-
readonly 'background-danger'?: any;
|
|
610
|
-
readonly 'background-danger-hover'?: any;
|
|
611
|
-
readonly 'background-success'?: any;
|
|
612
|
-
readonly 'background-warning-subtle'?: any;
|
|
613
|
-
readonly 'background-warning-prominent'?: any;
|
|
614
|
-
readonly 'text-neutrals-inverted'?: any;
|
|
615
|
-
readonly 'text-neutrals'?: any;
|
|
616
|
-
readonly 'text-neutrals-subtle'?: any;
|
|
617
|
-
readonly 'text-neutrals-placeholder-only'?: any;
|
|
618
|
-
readonly 'text-neutrals-placeholder'?: any;
|
|
619
|
-
readonly 'text-neutrals-disabled'?: any;
|
|
620
|
-
readonly 'text-primary-inverted'?: any;
|
|
621
|
-
readonly 'text-primary'?: any;
|
|
622
|
-
readonly 'text-primary-hover'?: any;
|
|
623
|
-
readonly 'text-primary-active'?: any;
|
|
624
|
-
readonly 'text-primary-selected'?: any;
|
|
625
|
-
readonly 'text-primary-inverted-subtle'?: any;
|
|
626
|
-
readonly 'text-danger-inverted'?: any;
|
|
627
|
-
readonly 'text-danger'?: any;
|
|
628
|
-
readonly 'text-danger-hover'?: any;
|
|
629
|
-
readonly 'text-danger-active'?: any;
|
|
630
|
-
readonly 'text-success'?: any;
|
|
631
|
-
readonly 'text-warning'?: any;
|
|
632
|
-
readonly 'icon-neutrals-inverted'?: any;
|
|
633
|
-
readonly 'icon-neutrals'?: any;
|
|
634
|
-
readonly 'icon-neutrals-with-text'?: any;
|
|
635
|
-
readonly 'icon-neutrals-subtle'?: any;
|
|
636
|
-
readonly 'icon-neutrals-disabled'?: any;
|
|
637
|
-
readonly 'icon-neutrals-search'?: any;
|
|
638
|
-
readonly 'icon-neutrals-inactive'?: any;
|
|
639
|
-
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
640
|
-
readonly 'icon-primary-inverted'?: any;
|
|
641
|
-
readonly 'icon-primary'?: any;
|
|
642
|
-
readonly 'icon-primary-hover'?: any;
|
|
643
|
-
readonly 'icon-primary-active'?: any;
|
|
644
|
-
readonly 'icon-primary-selected'?: any;
|
|
645
|
-
readonly 'icon-danger-inverted'?: any;
|
|
646
|
-
readonly 'icon-danger'?: any;
|
|
647
|
-
readonly 'icon-danger-hover'?: any;
|
|
648
|
-
readonly 'icon-danger-active'?: any;
|
|
649
|
-
readonly 'icon-success-inverted'?: any;
|
|
650
|
-
readonly 'icon-success'?: any;
|
|
651
|
-
readonly 'icon-warning'?: any;
|
|
652
|
-
readonly 'border-focus-outer'?: any;
|
|
653
|
-
readonly 'border-focus-middle'?: any;
|
|
654
|
-
readonly 'border-focus-inner'?: any;
|
|
655
|
-
readonly 'border-neutrals'?: any;
|
|
656
|
-
readonly 'border-neutrals-hover'?: any;
|
|
657
|
-
readonly 'border-neutrals-active'?: any;
|
|
658
|
-
readonly 'border-neutrals-disabled'?: any;
|
|
659
|
-
readonly 'border-neutrals-controls'?: any;
|
|
660
|
-
readonly 'border-neutrals-controls-disabled'?: any;
|
|
661
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
662
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
663
|
-
readonly 'border-primary'?: any;
|
|
664
|
-
readonly 'border-primary-hover'?: any;
|
|
665
|
-
readonly 'border-primary-active'?: any;
|
|
666
|
-
readonly 'border-primary-inverted'?: any;
|
|
667
|
-
readonly 'border-danger'?: any;
|
|
668
|
-
readonly 'border-success'?: any;
|
|
669
|
-
readonly 'border-warning'?: any;
|
|
670
|
-
};
|
|
671
|
-
'font-sizes': {
|
|
672
|
-
readonly 150: "0.75rem";
|
|
673
|
-
readonly 175: "0.875rem";
|
|
674
|
-
readonly 200: "1rem";
|
|
675
|
-
readonly 225: "1.125rem";
|
|
676
|
-
readonly 250: "1.25rem";
|
|
677
|
-
readonly 300: "1.5rem";
|
|
678
|
-
readonly 400: "2rem";
|
|
679
|
-
readonly 500: "2.5rem";
|
|
680
|
-
readonly 600: "3rem";
|
|
681
|
-
readonly 800: "4rem";
|
|
682
|
-
readonly 900: "4.5rem";
|
|
683
|
-
};
|
|
684
|
-
radii: {
|
|
685
|
-
readonly none: 0;
|
|
686
|
-
readonly half: "999em";
|
|
687
|
-
readonly 25: "2px";
|
|
688
|
-
readonly 50: "4px";
|
|
689
|
-
readonly 75: "6px";
|
|
690
|
-
readonly 100: "8px";
|
|
691
|
-
readonly 200: "16px";
|
|
692
|
-
};
|
|
693
|
-
shadows: {
|
|
694
|
-
readonly 50: "0 4px 16px #05003812";
|
|
695
|
-
readonly 100: "0 8px 32px #05003808";
|
|
696
|
-
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";
|
|
697
|
-
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";
|
|
698
|
-
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";
|
|
699
|
-
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";
|
|
700
|
-
};
|
|
701
|
-
sizes: {
|
|
702
|
-
readonly number: string;
|
|
703
|
-
readonly 'icon-200': "16px";
|
|
704
|
-
readonly 'icon-300': "24px";
|
|
705
|
-
readonly 'icon-400': "32px";
|
|
706
|
-
};
|
|
707
|
-
space: {
|
|
708
|
-
readonly none: 0;
|
|
709
|
-
readonly 50: "4px";
|
|
710
|
-
readonly 100: "8px";
|
|
711
|
-
readonly 150: "12px";
|
|
712
|
-
readonly 200: "16px";
|
|
713
|
-
readonly 300: "24px";
|
|
714
|
-
readonly 400: "32px";
|
|
715
|
-
readonly 500: "64px";
|
|
716
|
-
readonly 600: "48px";
|
|
717
|
-
readonly 800: "64px";
|
|
718
|
-
readonly 1200: "96px";
|
|
719
|
-
readonly 1600: "128px";
|
|
720
|
-
};
|
|
721
|
-
'space-gap': {
|
|
722
|
-
readonly none: any;
|
|
723
|
-
readonly 50: any;
|
|
724
|
-
readonly 100: any;
|
|
725
|
-
readonly 200: any;
|
|
726
|
-
readonly 300: any;
|
|
727
|
-
};
|
|
728
|
-
'space-inset': {
|
|
729
|
-
readonly none: any;
|
|
730
|
-
readonly 50: any;
|
|
731
|
-
readonly 100: any;
|
|
732
|
-
readonly 150: any;
|
|
733
|
-
readonly 200: any;
|
|
734
|
-
readonly 300: any;
|
|
735
|
-
readonly 400: any;
|
|
736
|
-
readonly 600: any;
|
|
737
|
-
readonly 800: any;
|
|
738
|
-
readonly 1200: any;
|
|
739
|
-
readonly 1600: any;
|
|
740
|
-
};
|
|
741
|
-
'space-offset': {
|
|
742
|
-
readonly none: any;
|
|
743
|
-
readonly 50: any;
|
|
744
|
-
readonly 100: any;
|
|
745
|
-
readonly 150: any;
|
|
746
|
-
readonly 200: any;
|
|
747
|
-
readonly 300: any;
|
|
748
|
-
readonly 400: any;
|
|
749
|
-
readonly 600: any;
|
|
750
|
-
readonly 800: any;
|
|
751
|
-
readonly 1200: any;
|
|
752
|
-
readonly 1600: any;
|
|
753
|
-
readonly 'stacking-none': any;
|
|
754
|
-
readonly 'stacking-100': any;
|
|
755
|
-
readonly 'stacking-200': any;
|
|
756
|
-
readonly 'stacking-300': any;
|
|
757
|
-
readonly 'stacking-400': any;
|
|
758
|
-
readonly 'stacking-500': any;
|
|
759
|
-
readonly 'stacking-800': any;
|
|
760
|
-
};
|
|
761
|
-
'z-indices': {
|
|
762
|
-
readonly dropdownMenu: 100;
|
|
763
|
-
readonly popover: 200;
|
|
764
|
-
readonly tooltip: 300;
|
|
765
|
-
};
|
|
766
|
-
}, {
|
|
767
|
-
readonly background: "colors";
|
|
768
|
-
readonly backgroundColor: "colors";
|
|
769
|
-
readonly backgroundImage: "colors";
|
|
770
|
-
readonly blockSize: "sizes";
|
|
771
|
-
readonly border: "colors";
|
|
772
|
-
readonly borderBlock: "colors";
|
|
773
|
-
readonly borderBlockEnd: "colors";
|
|
774
|
-
readonly borderBlockStart: "colors";
|
|
775
|
-
readonly borderBottom: "colors";
|
|
776
|
-
readonly borderBottomColor: "colors";
|
|
777
|
-
readonly borderBottomLeftRadius: "radii";
|
|
778
|
-
readonly borderBottomRightRadius: "radii";
|
|
779
|
-
readonly borderBottomStyle: "border-styles";
|
|
780
|
-
readonly borderBottomWidth: "border-widths";
|
|
781
|
-
readonly borderColor: "colors";
|
|
782
|
-
readonly borderImage: "colors";
|
|
783
|
-
readonly borderInline: "colors";
|
|
784
|
-
readonly borderInlineEnd: "colors";
|
|
785
|
-
readonly borderInlineStart: "colors";
|
|
786
|
-
readonly borderLeft: "colors";
|
|
787
|
-
readonly borderLeftColor: "colors";
|
|
788
|
-
readonly borderLeftStyle: "border-styles";
|
|
789
|
-
readonly borderLeftWidth: "border-widths";
|
|
790
|
-
readonly borderRadius: "radii";
|
|
791
|
-
readonly borderRight: "colors";
|
|
792
|
-
readonly borderRightColor: "colors";
|
|
793
|
-
readonly borderRightStyle: "border-styles";
|
|
794
|
-
readonly borderRightWidth: "border-widths";
|
|
795
|
-
readonly borderStyle: "border-styles";
|
|
796
|
-
readonly borderTop: "colors";
|
|
797
|
-
readonly borderTopColor: "colors";
|
|
798
|
-
readonly borderTopLeftRadius: "radii";
|
|
799
|
-
readonly borderTopRightRadius: "radii";
|
|
800
|
-
readonly borderTopStyle: "border-styles";
|
|
801
|
-
readonly borderTopWidth: "border-widths";
|
|
802
|
-
readonly borderWidth: "border-widths";
|
|
803
|
-
readonly bottom: "space";
|
|
804
|
-
readonly boxShadow: "shadows";
|
|
805
|
-
readonly caretColor: "colors";
|
|
806
|
-
readonly color: "colors";
|
|
807
|
-
readonly columnGap: "space-gap";
|
|
808
|
-
readonly columnRuleColor: "colors";
|
|
809
|
-
readonly fill: "colors";
|
|
810
|
-
readonly flexBasis: "sizes";
|
|
811
|
-
readonly fontFamily: "fonts";
|
|
812
|
-
readonly fontSize: "font-sizes";
|
|
813
|
-
readonly fontWeight: "font-weights";
|
|
814
|
-
readonly gap: "space-gap";
|
|
815
|
-
readonly gridColumnGap: "space-gap";
|
|
816
|
-
readonly gridGap: "space-gap";
|
|
817
|
-
readonly gridRowGap: "space-gap";
|
|
818
|
-
readonly gridTemplateColumns: "sizes";
|
|
819
|
-
readonly gridTemplateRows: "sizes";
|
|
820
|
-
readonly height: "sizes";
|
|
821
|
-
readonly inlineSize: "sizes";
|
|
822
|
-
readonly inset: "space-inset";
|
|
823
|
-
readonly insetBlock: "space-inset";
|
|
824
|
-
readonly insetBlockEnd: "space-inset";
|
|
825
|
-
readonly insetBlockStart: "space-inset";
|
|
826
|
-
readonly insetInline: "space-inset";
|
|
827
|
-
readonly insetInlineEnd: "space-inset";
|
|
828
|
-
readonly insetInlineStart: "space-inset";
|
|
829
|
-
readonly left: "space";
|
|
830
|
-
readonly letterSpacing: "letter-spacings";
|
|
831
|
-
readonly lineHeight: "line-heights";
|
|
832
|
-
readonly margin: "space-offset";
|
|
833
|
-
readonly marginBlock: "space-offset";
|
|
834
|
-
readonly marginBlockEnd: "space-offset";
|
|
835
|
-
readonly marginBlockStart: "space-offset";
|
|
836
|
-
readonly marginBottom: "space-offset";
|
|
837
|
-
readonly marginInline: "space-offset";
|
|
838
|
-
readonly marginInlineEnd: "space-offset";
|
|
839
|
-
readonly marginInlineStart: "space-offset";
|
|
840
|
-
readonly marginLeft: "space-offset";
|
|
841
|
-
readonly marginRight: "space-offset";
|
|
842
|
-
readonly marginTop: "space-offset";
|
|
843
|
-
readonly maxBlockSize: "sizes";
|
|
844
|
-
readonly maxHeight: "sizes";
|
|
845
|
-
readonly maxInlineSize: "sizes";
|
|
846
|
-
readonly maxWidth: "sizes";
|
|
847
|
-
readonly minBlockSize: "sizes";
|
|
848
|
-
readonly minHeight: "sizes";
|
|
849
|
-
readonly minInlineSize: "sizes";
|
|
850
|
-
readonly minWidth: "sizes";
|
|
851
|
-
readonly outline: "colors";
|
|
852
|
-
readonly outlineColor: "colors";
|
|
853
|
-
readonly padding: "space-inset";
|
|
854
|
-
readonly paddingBlock: "space-inset";
|
|
855
|
-
readonly paddingBlockEnd: "space-inset";
|
|
856
|
-
readonly paddingBlockStart: "space-inset";
|
|
857
|
-
readonly paddingBottom: "space-inset";
|
|
858
|
-
readonly paddingInline: "space-inset";
|
|
859
|
-
readonly paddingInlineEnd: "space-inset";
|
|
860
|
-
readonly paddingInlineStart: "space-inset";
|
|
861
|
-
readonly paddingLeft: "space-inset";
|
|
862
|
-
readonly paddingRight: "space-inset";
|
|
863
|
-
readonly paddingTop: "space-inset";
|
|
864
|
-
readonly right: "space";
|
|
865
|
-
readonly rowGap: "space-gap";
|
|
866
|
-
readonly scrollMargin: "space-offset";
|
|
867
|
-
readonly scrollMarginBlock: "space-offset";
|
|
868
|
-
readonly scrollMarginBlockEnd: "space-offset";
|
|
869
|
-
readonly scrollMarginBlockStart: "space-offset";
|
|
870
|
-
readonly scrollMarginBottom: "space-offset";
|
|
871
|
-
readonly scrollMarginInline: "space-offset";
|
|
872
|
-
readonly scrollMarginInlineEnd: "space-offset";
|
|
873
|
-
readonly scrollMarginInlineStart: "space-offset";
|
|
874
|
-
readonly scrollMarginLeft: "space-offset";
|
|
875
|
-
readonly scrollMarginRight: "space-offset";
|
|
876
|
-
readonly scrollMarginTop: "space-offset";
|
|
877
|
-
readonly scrollPadding: "space-inset";
|
|
878
|
-
readonly scrollPaddingBlock: "space-inset";
|
|
879
|
-
readonly scrollPaddingBlockEnd: "space-inset";
|
|
880
|
-
readonly scrollPaddingBlockStart: "space-inset";
|
|
881
|
-
readonly scrollPaddingBottom: "space-inset";
|
|
882
|
-
readonly scrollPaddingInline: "space-inset";
|
|
883
|
-
readonly scrollPaddingInlineEnd: "space-inset";
|
|
884
|
-
readonly scrollPaddingInlineStart: "space-inset";
|
|
885
|
-
readonly scrollPaddingLeft: "space-inset";
|
|
886
|
-
readonly scrollPaddingRight: "space-inset";
|
|
887
|
-
readonly scrollPaddingTop: "space-inset";
|
|
888
|
-
readonly stroke: "colors";
|
|
889
|
-
readonly textDecorationColor: "colors";
|
|
890
|
-
readonly textShadow: "shadows";
|
|
891
|
-
readonly top: "space";
|
|
892
|
-
readonly transition: "transitions";
|
|
893
|
-
readonly width: "sizes";
|
|
894
|
-
readonly zIndex: "z-indices";
|
|
895
|
-
}, {
|
|
896
|
-
paddingX: (value: {
|
|
897
|
-
readonly [$$PropertyValue]: "padding";
|
|
898
|
-
}) => {
|
|
899
|
-
paddingLeft: {
|
|
900
|
-
readonly [$$PropertyValue]: "padding";
|
|
527
|
+
declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.SafeProps<Omit<_radix_ui_react_tooltip.TooltipTriggerProps & react.RefAttributes<HTMLButtonElement>, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
|
|
528
|
+
css?: _stitches_react_types_css_util.CSS<{}, {
|
|
529
|
+
'border-widths': {
|
|
530
|
+
readonly none: 0;
|
|
531
|
+
readonly sm: "1px";
|
|
532
|
+
readonly md: "2px";
|
|
533
|
+
readonly lg: "4px";
|
|
901
534
|
};
|
|
902
|
-
|
|
903
|
-
readonly
|
|
535
|
+
colors: {
|
|
536
|
+
readonly 'blue-100': any;
|
|
537
|
+
readonly 'blue-200': any;
|
|
538
|
+
readonly 'blue-300': any;
|
|
539
|
+
readonly 'blue-400': any;
|
|
540
|
+
readonly 'blue-500': any;
|
|
541
|
+
readonly 'blue-600': any;
|
|
542
|
+
readonly 'blue-700': any;
|
|
543
|
+
readonly 'blue-800': any;
|
|
544
|
+
readonly 'blue-900': any;
|
|
545
|
+
readonly 'blue-1000': any;
|
|
546
|
+
readonly 'gray-100': any;
|
|
547
|
+
readonly 'gray-200': any;
|
|
548
|
+
readonly 'gray-300': any;
|
|
549
|
+
readonly 'gray-400': any;
|
|
550
|
+
readonly 'gray-500': any;
|
|
551
|
+
readonly 'gray-600': any;
|
|
552
|
+
readonly 'gray-700': any;
|
|
553
|
+
readonly 'gray-800': any;
|
|
554
|
+
readonly 'gray-900': any;
|
|
555
|
+
readonly 'indigo-100': any;
|
|
556
|
+
readonly 'indigo-200': any;
|
|
557
|
+
readonly 'indigo-300': any;
|
|
558
|
+
readonly 'indigo-400': any;
|
|
559
|
+
readonly 'indigo-500': any;
|
|
560
|
+
readonly 'indigo-600': any;
|
|
561
|
+
readonly 'indigo-700': any;
|
|
562
|
+
readonly 'indigo-800': any;
|
|
563
|
+
readonly 'indigo-900': any;
|
|
564
|
+
readonly 'red-100': any;
|
|
565
|
+
readonly 'red-200': any;
|
|
566
|
+
readonly 'red-300': any;
|
|
567
|
+
readonly 'red-400': any;
|
|
568
|
+
readonly 'red-500': any;
|
|
569
|
+
readonly 'red-600': any;
|
|
570
|
+
readonly 'red-700': any;
|
|
571
|
+
readonly 'red-800': any;
|
|
572
|
+
readonly 'red-900': any;
|
|
573
|
+
readonly 'yellow-100': any;
|
|
574
|
+
readonly 'yellow-200': any;
|
|
575
|
+
readonly 'yellow-300': any;
|
|
576
|
+
readonly 'yellow-400': any;
|
|
577
|
+
readonly 'yellow-500': any;
|
|
578
|
+
readonly 'yellow-600': any;
|
|
579
|
+
readonly 'yellow-700': any;
|
|
580
|
+
readonly 'yellow-800': any;
|
|
581
|
+
readonly 'yellow-900': any;
|
|
582
|
+
readonly 'green-100': any;
|
|
583
|
+
readonly 'green-200': any;
|
|
584
|
+
readonly 'green-300': any;
|
|
585
|
+
readonly 'green-400': any;
|
|
586
|
+
readonly 'green-500': any;
|
|
587
|
+
readonly 'green-600': any;
|
|
588
|
+
readonly 'green-700': any;
|
|
589
|
+
readonly 'green-800': any;
|
|
590
|
+
readonly 'green-900': any;
|
|
591
|
+
readonly black: any;
|
|
592
|
+
readonly white: any;
|
|
593
|
+
readonly transparent: any;
|
|
594
|
+
readonly 'background-danger'?: any;
|
|
595
|
+
readonly 'background-danger-hover'?: any;
|
|
596
|
+
readonly 'background-danger-prominent'?: any;
|
|
597
|
+
readonly 'background-danger-prominent-active'?: any;
|
|
598
|
+
readonly 'background-danger-prominent-hover'?: any;
|
|
599
|
+
readonly 'background-neutrals'?: any;
|
|
600
|
+
readonly 'background-neutrals-body'?: any;
|
|
601
|
+
readonly 'background-neutrals-container'?: any;
|
|
602
|
+
readonly 'background-neutrals-controls-disabled'?: any;
|
|
603
|
+
readonly 'background-neutrals-disabled'?: any;
|
|
604
|
+
readonly 'background-neutrals-inactive'?: any;
|
|
605
|
+
readonly 'background-neutrals-inactive-hover'?: any;
|
|
606
|
+
readonly 'background-neutrals-inverted'?: any;
|
|
607
|
+
readonly 'background-neutrals-inverted-subtle'?: any;
|
|
608
|
+
readonly 'background-neutrals-scrolls'?: any;
|
|
609
|
+
readonly 'background-neutrals-scrolls-hover'?: any;
|
|
610
|
+
readonly 'background-neutrals-subtle'?: any;
|
|
611
|
+
readonly 'background-neutrals-subtle-active'?: any;
|
|
612
|
+
readonly 'background-neutrals-subtle-hover'?: any;
|
|
613
|
+
readonly 'background-primary-prominent'?: any;
|
|
614
|
+
readonly 'background-primary-prominent-active'?: any;
|
|
615
|
+
readonly 'background-primary-prominent-hover'?: any;
|
|
616
|
+
readonly 'background-primary-prominent-selected'?: any;
|
|
617
|
+
readonly 'background-primary-subtle'?: any;
|
|
618
|
+
readonly 'background-primary-subtle-active'?: any;
|
|
619
|
+
readonly 'background-primary-subtle-hover'?: any;
|
|
620
|
+
readonly 'background-primary-subtle-selected'?: any;
|
|
621
|
+
readonly 'background-success'?: any;
|
|
622
|
+
readonly 'background-warning-prominent'?: any;
|
|
623
|
+
readonly 'background-warning-subtle'?: any;
|
|
624
|
+
readonly 'text-danger'?: any;
|
|
625
|
+
readonly 'text-danger-active'?: any;
|
|
626
|
+
readonly 'text-danger-hover'?: any;
|
|
627
|
+
readonly 'text-danger-inverted'?: any;
|
|
628
|
+
readonly 'text-neutrals'?: any;
|
|
629
|
+
readonly 'text-neutrals-disabled'?: any;
|
|
630
|
+
readonly 'text-neutrals-inverted'?: any;
|
|
631
|
+
readonly 'text-neutrals-link'?: any;
|
|
632
|
+
readonly 'text-neutrals-link-active'?: any;
|
|
633
|
+
readonly 'text-neutrals-link-hover'?: any;
|
|
634
|
+
readonly 'text-neutrals-placeholder'?: any;
|
|
635
|
+
readonly 'text-neutrals-placeholder-only'?: any;
|
|
636
|
+
readonly 'text-neutrals-subtle'?: any;
|
|
637
|
+
readonly 'text-primary'?: any;
|
|
638
|
+
readonly 'text-primary-active'?: any;
|
|
639
|
+
readonly 'text-primary-hover'?: any;
|
|
640
|
+
readonly 'text-primary-inverted'?: any;
|
|
641
|
+
readonly 'text-primary-inverted-subtle'?: any;
|
|
642
|
+
readonly 'text-primary-selected'?: any;
|
|
643
|
+
readonly 'text-success'?: any;
|
|
644
|
+
readonly 'text-warning'?: any;
|
|
645
|
+
readonly 'icon-danger'?: any;
|
|
646
|
+
readonly 'icon-danger-active'?: any;
|
|
647
|
+
readonly 'icon-danger-hover'?: any;
|
|
648
|
+
readonly 'icon-danger-inverted'?: any;
|
|
649
|
+
readonly 'icon-neutrals'?: any;
|
|
650
|
+
readonly 'icon-neutrals-disabled'?: any;
|
|
651
|
+
readonly 'icon-neutrals-inactive'?: any;
|
|
652
|
+
readonly 'icon-neutrals-inactive-hover'?: any;
|
|
653
|
+
readonly 'icon-neutrals-inverted'?: any;
|
|
654
|
+
readonly 'icon-neutrals-search'?: any;
|
|
655
|
+
readonly 'icon-neutrals-subtle'?: any;
|
|
656
|
+
readonly 'icon-neutrals-with-text'?: any;
|
|
657
|
+
readonly 'icon-primary'?: any;
|
|
658
|
+
readonly 'icon-primary-active'?: any;
|
|
659
|
+
readonly 'icon-primary-hover'?: any;
|
|
660
|
+
readonly 'icon-primary-inverted'?: any;
|
|
661
|
+
readonly 'icon-primary-selected'?: any;
|
|
662
|
+
readonly 'icon-success'?: any;
|
|
663
|
+
readonly 'icon-success-inverted'?: any;
|
|
664
|
+
readonly 'icon-warning'?: any;
|
|
665
|
+
readonly 'border-danger'?: any;
|
|
666
|
+
readonly 'border-focus-inner'?: any;
|
|
667
|
+
readonly 'border-focus-middle'?: any;
|
|
668
|
+
readonly 'border-focus-outer'?: any;
|
|
669
|
+
readonly 'border-neutrals'?: any;
|
|
670
|
+
readonly 'border-neutrals-active'?: any;
|
|
671
|
+
readonly 'border-neutrals-controls'?: any;
|
|
672
|
+
readonly 'border-neutrals-controls-disabled'?: any;
|
|
673
|
+
readonly 'border-neutrals-disabled'?: any;
|
|
674
|
+
readonly 'border-neutrals-hover'?: any;
|
|
675
|
+
readonly 'border-neutrals-inverted'?: any;
|
|
676
|
+
readonly 'border-neutrals-subtle'?: any;
|
|
677
|
+
readonly 'border-primary'?: any;
|
|
678
|
+
readonly 'border-primary-active'?: any;
|
|
679
|
+
readonly 'border-primary-hover'?: any;
|
|
680
|
+
readonly 'border-primary-inverted'?: any;
|
|
681
|
+
readonly 'border-success'?: any;
|
|
682
|
+
readonly 'border-warning'?: any;
|
|
904
683
|
};
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
readonly
|
|
684
|
+
'font-sizes': {
|
|
685
|
+
readonly 150: "0.75rem";
|
|
686
|
+
readonly 175: "0.875rem";
|
|
687
|
+
readonly 200: "1rem";
|
|
688
|
+
readonly 225: "1.125rem";
|
|
689
|
+
readonly 250: "1.25rem";
|
|
690
|
+
readonly 300: "1.5rem";
|
|
691
|
+
readonly 400: "2rem";
|
|
692
|
+
readonly 500: "2.5rem";
|
|
693
|
+
readonly 600: "3rem";
|
|
694
|
+
readonly 800: "4rem";
|
|
695
|
+
readonly 900: "4.5rem";
|
|
911
696
|
};
|
|
912
|
-
|
|
913
|
-
readonly
|
|
697
|
+
radii: {
|
|
698
|
+
readonly none: 0;
|
|
699
|
+
readonly half: "999em";
|
|
700
|
+
readonly 25: "2px";
|
|
701
|
+
readonly 50: "4px";
|
|
702
|
+
readonly 75: "6px";
|
|
703
|
+
readonly 100: "8px";
|
|
704
|
+
readonly 200: "16px";
|
|
914
705
|
};
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
readonly
|
|
706
|
+
shadows: {
|
|
707
|
+
readonly 50: "0 4px 16px #05003812";
|
|
708
|
+
readonly 100: "0 8px 32px #05003808";
|
|
709
|
+
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";
|
|
710
|
+
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";
|
|
711
|
+
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";
|
|
712
|
+
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";
|
|
921
713
|
};
|
|
922
|
-
|
|
923
|
-
readonly
|
|
714
|
+
sizes: {
|
|
715
|
+
readonly number: string;
|
|
716
|
+
readonly 'icon-200': "16px";
|
|
717
|
+
readonly 'icon-300': "24px";
|
|
718
|
+
readonly 'icon-400': "32px";
|
|
924
719
|
};
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
readonly
|
|
720
|
+
space: {
|
|
721
|
+
readonly none: 0;
|
|
722
|
+
readonly 50: "4px";
|
|
723
|
+
readonly 100: "8px";
|
|
724
|
+
readonly 150: "12px";
|
|
725
|
+
readonly 200: "16px";
|
|
726
|
+
readonly 300: "24px";
|
|
727
|
+
readonly 400: "32px";
|
|
728
|
+
readonly 500: "64px";
|
|
729
|
+
readonly 600: "48px";
|
|
730
|
+
readonly 800: "64px";
|
|
731
|
+
readonly 1200: "96px";
|
|
732
|
+
readonly 1600: "128px";
|
|
733
|
+
};
|
|
734
|
+
'space-gap': {
|
|
735
|
+
readonly none: any;
|
|
736
|
+
readonly 50: any;
|
|
737
|
+
readonly 100: any;
|
|
738
|
+
readonly 200: any;
|
|
739
|
+
readonly 300: any;
|
|
740
|
+
};
|
|
741
|
+
'space-inset': {
|
|
742
|
+
readonly none: any;
|
|
743
|
+
readonly 50: any;
|
|
744
|
+
readonly 100: any;
|
|
745
|
+
readonly 150: any;
|
|
746
|
+
readonly 200: any;
|
|
747
|
+
readonly 300: any;
|
|
748
|
+
readonly 400: any;
|
|
749
|
+
readonly 600: any;
|
|
750
|
+
readonly 800: any;
|
|
751
|
+
readonly 1200: any;
|
|
752
|
+
readonly 1600: any;
|
|
931
753
|
};
|
|
932
|
-
|
|
754
|
+
'space-offset': {
|
|
755
|
+
readonly none: any;
|
|
756
|
+
readonly 50: any;
|
|
757
|
+
readonly 100: any;
|
|
758
|
+
readonly 150: any;
|
|
759
|
+
readonly 200: any;
|
|
760
|
+
readonly 300: any;
|
|
761
|
+
readonly 400: any;
|
|
762
|
+
readonly 600: any;
|
|
763
|
+
readonly 800: any;
|
|
764
|
+
readonly 1200: any;
|
|
765
|
+
readonly 1600: any;
|
|
766
|
+
readonly 'stacking-none': any;
|
|
767
|
+
readonly 'stacking-100': any;
|
|
768
|
+
readonly 'stacking-200': any;
|
|
769
|
+
readonly 'stacking-300': any;
|
|
770
|
+
readonly 'stacking-400': any;
|
|
771
|
+
readonly 'stacking-500': any;
|
|
772
|
+
readonly 'stacking-800': any;
|
|
773
|
+
};
|
|
774
|
+
'z-indices': {
|
|
775
|
+
readonly dropdownMenu: 100;
|
|
776
|
+
readonly popover: 200;
|
|
777
|
+
readonly tooltip: 300;
|
|
778
|
+
};
|
|
779
|
+
}, {
|
|
780
|
+
readonly background: "colors";
|
|
781
|
+
readonly backgroundColor: "colors";
|
|
782
|
+
readonly backgroundImage: "colors";
|
|
783
|
+
readonly blockSize: "sizes";
|
|
784
|
+
readonly border: "colors";
|
|
785
|
+
readonly borderBlock: "colors";
|
|
786
|
+
readonly borderBlockEnd: "colors";
|
|
787
|
+
readonly borderBlockStart: "colors";
|
|
788
|
+
readonly borderBottom: "colors";
|
|
789
|
+
readonly borderBottomColor: "colors";
|
|
790
|
+
readonly borderBottomLeftRadius: "radii";
|
|
791
|
+
readonly borderBottomRightRadius: "radii";
|
|
792
|
+
readonly borderBottomStyle: "border-styles";
|
|
793
|
+
readonly borderBottomWidth: "border-widths";
|
|
794
|
+
readonly borderColor: "colors";
|
|
795
|
+
readonly borderImage: "colors";
|
|
796
|
+
readonly borderInline: "colors";
|
|
797
|
+
readonly borderInlineEnd: "colors";
|
|
798
|
+
readonly borderInlineStart: "colors";
|
|
799
|
+
readonly borderLeft: "colors";
|
|
800
|
+
readonly borderLeftColor: "colors";
|
|
801
|
+
readonly borderLeftStyle: "border-styles";
|
|
802
|
+
readonly borderLeftWidth: "border-widths";
|
|
803
|
+
readonly borderRadius: "radii";
|
|
804
|
+
readonly borderRight: "colors";
|
|
805
|
+
readonly borderRightColor: "colors";
|
|
806
|
+
readonly borderRightStyle: "border-styles";
|
|
807
|
+
readonly borderRightWidth: "border-widths";
|
|
808
|
+
readonly borderStyle: "border-styles";
|
|
809
|
+
readonly borderTop: "colors";
|
|
810
|
+
readonly borderTopColor: "colors";
|
|
811
|
+
readonly borderTopLeftRadius: "radii";
|
|
812
|
+
readonly borderTopRightRadius: "radii";
|
|
813
|
+
readonly borderTopStyle: "border-styles";
|
|
814
|
+
readonly borderTopWidth: "border-widths";
|
|
815
|
+
readonly borderWidth: "border-widths";
|
|
816
|
+
readonly bottom: "space";
|
|
817
|
+
readonly boxShadow: "shadows";
|
|
818
|
+
readonly caretColor: "colors";
|
|
819
|
+
readonly color: "colors";
|
|
820
|
+
readonly columnGap: "space-gap";
|
|
821
|
+
readonly columnRuleColor: "colors";
|
|
822
|
+
readonly fill: "colors";
|
|
823
|
+
readonly flexBasis: "sizes";
|
|
824
|
+
readonly fontFamily: "fonts";
|
|
825
|
+
readonly fontSize: "font-sizes";
|
|
826
|
+
readonly fontWeight: "font-weights";
|
|
827
|
+
readonly gap: "space-gap";
|
|
828
|
+
readonly gridColumnGap: "space-gap";
|
|
829
|
+
readonly gridGap: "space-gap";
|
|
830
|
+
readonly gridRowGap: "space-gap";
|
|
831
|
+
readonly gridTemplateColumns: "sizes";
|
|
832
|
+
readonly gridTemplateRows: "sizes";
|
|
833
|
+
readonly height: "sizes";
|
|
834
|
+
readonly inlineSize: "sizes";
|
|
835
|
+
readonly inset: "space-inset";
|
|
836
|
+
readonly insetBlock: "space-inset";
|
|
837
|
+
readonly insetBlockEnd: "space-inset";
|
|
838
|
+
readonly insetBlockStart: "space-inset";
|
|
839
|
+
readonly insetInline: "space-inset";
|
|
840
|
+
readonly insetInlineEnd: "space-inset";
|
|
841
|
+
readonly insetInlineStart: "space-inset";
|
|
842
|
+
readonly left: "space";
|
|
843
|
+
readonly letterSpacing: "letter-spacings";
|
|
844
|
+
readonly lineHeight: "line-heights";
|
|
845
|
+
readonly margin: "space-offset";
|
|
846
|
+
readonly marginBlock: "space-offset";
|
|
847
|
+
readonly marginBlockEnd: "space-offset";
|
|
848
|
+
readonly marginBlockStart: "space-offset";
|
|
849
|
+
readonly marginBottom: "space-offset";
|
|
850
|
+
readonly marginInline: "space-offset";
|
|
851
|
+
readonly marginInlineEnd: "space-offset";
|
|
852
|
+
readonly marginInlineStart: "space-offset";
|
|
853
|
+
readonly marginLeft: "space-offset";
|
|
854
|
+
readonly marginRight: "space-offset";
|
|
855
|
+
readonly marginTop: "space-offset";
|
|
856
|
+
readonly maxBlockSize: "sizes";
|
|
857
|
+
readonly maxHeight: "sizes";
|
|
858
|
+
readonly maxInlineSize: "sizes";
|
|
859
|
+
readonly maxWidth: "sizes";
|
|
860
|
+
readonly minBlockSize: "sizes";
|
|
861
|
+
readonly minHeight: "sizes";
|
|
862
|
+
readonly minInlineSize: "sizes";
|
|
863
|
+
readonly minWidth: "sizes";
|
|
864
|
+
readonly outline: "colors";
|
|
865
|
+
readonly outlineColor: "colors";
|
|
866
|
+
readonly padding: "space-inset";
|
|
867
|
+
readonly paddingBlock: "space-inset";
|
|
868
|
+
readonly paddingBlockEnd: "space-inset";
|
|
869
|
+
readonly paddingBlockStart: "space-inset";
|
|
870
|
+
readonly paddingBottom: "space-inset";
|
|
871
|
+
readonly paddingInline: "space-inset";
|
|
872
|
+
readonly paddingInlineEnd: "space-inset";
|
|
873
|
+
readonly paddingInlineStart: "space-inset";
|
|
874
|
+
readonly paddingLeft: "space-inset";
|
|
875
|
+
readonly paddingRight: "space-inset";
|
|
876
|
+
readonly paddingTop: "space-inset";
|
|
877
|
+
readonly right: "space";
|
|
878
|
+
readonly rowGap: "space-gap";
|
|
879
|
+
readonly scrollMargin: "space-offset";
|
|
880
|
+
readonly scrollMarginBlock: "space-offset";
|
|
881
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
882
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
883
|
+
readonly scrollMarginBottom: "space-offset";
|
|
884
|
+
readonly scrollMarginInline: "space-offset";
|
|
885
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
886
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
887
|
+
readonly scrollMarginLeft: "space-offset";
|
|
888
|
+
readonly scrollMarginRight: "space-offset";
|
|
889
|
+
readonly scrollMarginTop: "space-offset";
|
|
890
|
+
readonly scrollPadding: "space-inset";
|
|
891
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
892
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
893
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
894
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
895
|
+
readonly scrollPaddingInline: "space-inset";
|
|
896
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
897
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
898
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
899
|
+
readonly scrollPaddingRight: "space-inset";
|
|
900
|
+
readonly scrollPaddingTop: "space-inset";
|
|
901
|
+
readonly stroke: "colors";
|
|
902
|
+
readonly textDecorationColor: "colors";
|
|
903
|
+
readonly textShadow: "shadows";
|
|
904
|
+
readonly top: "space";
|
|
905
|
+
readonly transition: "transitions";
|
|
906
|
+
readonly width: "sizes";
|
|
907
|
+
readonly zIndex: "z-indices";
|
|
908
|
+
}, {
|
|
909
|
+
paddingX: (value: {
|
|
910
|
+
readonly [$$PropertyValue]: "padding";
|
|
911
|
+
}) => {
|
|
912
|
+
paddingLeft: {
|
|
913
|
+
readonly [$$PropertyValue]: "padding";
|
|
914
|
+
};
|
|
915
|
+
paddingRight: {
|
|
916
|
+
readonly [$$PropertyValue]: "padding";
|
|
917
|
+
};
|
|
918
|
+
};
|
|
919
|
+
paddingY: (value: {
|
|
920
|
+
readonly [$$PropertyValue]: "padding";
|
|
921
|
+
}) => {
|
|
922
|
+
paddingTop: {
|
|
923
|
+
readonly [$$PropertyValue]: "padding";
|
|
924
|
+
};
|
|
925
|
+
paddingBottom: {
|
|
926
|
+
readonly [$$PropertyValue]: "padding";
|
|
927
|
+
};
|
|
928
|
+
};
|
|
929
|
+
marginX: (value: {
|
|
933
930
|
readonly [$$PropertyValue]: "margin";
|
|
931
|
+
}) => {
|
|
932
|
+
marginLeft: {
|
|
933
|
+
readonly [$$PropertyValue]: "margin";
|
|
934
|
+
};
|
|
935
|
+
marginRight: {
|
|
936
|
+
readonly [$$PropertyValue]: "margin";
|
|
937
|
+
};
|
|
934
938
|
};
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
939
|
+
marginY: (value: {
|
|
940
|
+
readonly [$$PropertyValue]: "margin";
|
|
941
|
+
}) => {
|
|
942
|
+
marginTop: {
|
|
943
|
+
readonly [$$PropertyValue]: "margin";
|
|
944
|
+
};
|
|
945
|
+
marginBottom: {
|
|
946
|
+
readonly [$$PropertyValue]: "margin";
|
|
947
|
+
};
|
|
941
948
|
};
|
|
942
|
-
|
|
949
|
+
square: (value: {
|
|
943
950
|
readonly [$$PropertyValue]: "width";
|
|
951
|
+
}) => {
|
|
952
|
+
width: {
|
|
953
|
+
readonly [$$PropertyValue]: "width";
|
|
954
|
+
};
|
|
955
|
+
height: {
|
|
956
|
+
readonly [$$PropertyValue]: "width";
|
|
957
|
+
};
|
|
944
958
|
};
|
|
945
|
-
};
|
|
946
|
-
}
|
|
959
|
+
}> | undefined;
|
|
960
|
+
}> & {
|
|
961
|
+
children?: react.ReactNode;
|
|
962
|
+
} & _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_tooltip.TooltipTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}>;
|
|
947
963
|
declare type StyledTriggerProps = StrictComponentProps<typeof StyledTrigger>;
|
|
948
964
|
|
|
949
965
|
interface TriggerProps extends StyledTriggerProps {
|
|
@@ -952,7 +968,7 @@ interface TriggerProps extends StyledTriggerProps {
|
|
|
952
968
|
*/
|
|
953
969
|
onPress?: DOMAttributes<HTMLElement>['onClick'];
|
|
954
970
|
}
|
|
955
|
-
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" | "
|
|
971
|
+
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>>;
|
|
956
972
|
|
|
957
973
|
interface ProviderProps {
|
|
958
974
|
/**
|