@mirohq/design-system-tooltip 3.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +180 -0
- package/dist/main.js.map +1 -0
- package/dist/module.js +169 -0
- package/dist/module.js.map +1 -0
- package/dist/types.d.ts +867 -0
- package/package.json +45 -0
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,867 @@
|
|
|
1
|
+
import * as react from 'react';
|
|
2
|
+
import react__default, { DOMAttributes } from 'react';
|
|
3
|
+
import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
|
|
4
|
+
import { StrictComponentProps } from '@mirohq/design-system-stitches';
|
|
5
|
+
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
6
|
+
import * as _radix_ui_react_tooltip from '@radix-ui/react-tooltip';
|
|
7
|
+
import { TooltipPortalProps } from '@radix-ui/react-tooltip';
|
|
8
|
+
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
9
|
+
|
|
10
|
+
declare const StyledContent: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_tooltip.TooltipContentProps & react.RefAttributes<HTMLDivElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
11
|
+
'border-widths': {
|
|
12
|
+
readonly none: 0;
|
|
13
|
+
readonly sm: "1px";
|
|
14
|
+
readonly md: "2px";
|
|
15
|
+
readonly lg: "4px";
|
|
16
|
+
};
|
|
17
|
+
colors: {
|
|
18
|
+
readonly black: any;
|
|
19
|
+
readonly 'blue-10': any;
|
|
20
|
+
readonly 'blue-20': any;
|
|
21
|
+
readonly 'blue-50': any;
|
|
22
|
+
readonly 'blue-60': any;
|
|
23
|
+
readonly 'blue-70': any;
|
|
24
|
+
readonly 'blue-80': any;
|
|
25
|
+
readonly 'gray-20': any;
|
|
26
|
+
readonly 'gray-30': any;
|
|
27
|
+
readonly 'green-70': any;
|
|
28
|
+
readonly 'indigo-20': any;
|
|
29
|
+
readonly 'indigo-30': any;
|
|
30
|
+
readonly 'indigo-50': any;
|
|
31
|
+
readonly 'indigo-70': any;
|
|
32
|
+
readonly 'indigo-90': any;
|
|
33
|
+
readonly 'pink-20': any;
|
|
34
|
+
readonly 'pink-50': any;
|
|
35
|
+
readonly 'red-10': any;
|
|
36
|
+
readonly 'red-20': any;
|
|
37
|
+
readonly 'red-30': any;
|
|
38
|
+
readonly 'red-50': any;
|
|
39
|
+
readonly 'red-60': any;
|
|
40
|
+
readonly transparent: any;
|
|
41
|
+
readonly white: any;
|
|
42
|
+
readonly 'yellow-20': any;
|
|
43
|
+
readonly 'yellow-60': any;
|
|
44
|
+
readonly 'background-cta-active'?: any;
|
|
45
|
+
readonly 'background-cta-disabled'?: any;
|
|
46
|
+
readonly 'background-cta-hover'?: any;
|
|
47
|
+
readonly 'background-cta-idle'?: any;
|
|
48
|
+
readonly 'background-danger-active'?: any;
|
|
49
|
+
readonly 'background-danger-hover'?: any;
|
|
50
|
+
readonly 'background-danger-idle'?: any;
|
|
51
|
+
readonly 'background-default-active'?: any;
|
|
52
|
+
readonly 'background-default-disabled'?: any;
|
|
53
|
+
readonly 'background-default-hover'?: any;
|
|
54
|
+
readonly 'background-default-idle'?: any;
|
|
55
|
+
readonly 'background-default-selected'?: any;
|
|
56
|
+
readonly 'background-default-selected-active'?: any;
|
|
57
|
+
readonly 'background-info-idle'?: any;
|
|
58
|
+
readonly 'background-primary'?: any;
|
|
59
|
+
readonly 'background-secondary'?: any;
|
|
60
|
+
readonly 'background-success-idle'?: any;
|
|
61
|
+
readonly 'background-warning-idle'?: any;
|
|
62
|
+
readonly 'border-cta-idle'?: any;
|
|
63
|
+
readonly 'border-default-active'?: any;
|
|
64
|
+
readonly 'border-default-error'?: any;
|
|
65
|
+
readonly 'border-default-hover'?: any;
|
|
66
|
+
readonly 'border-default-idle'?: any;
|
|
67
|
+
readonly 'border-default-selected'?: any;
|
|
68
|
+
readonly 'canvas-primary'?: any;
|
|
69
|
+
readonly 'divider-default'?: any;
|
|
70
|
+
readonly 'focus-ring-default'?: any;
|
|
71
|
+
readonly 'font-cta-idle'?: any;
|
|
72
|
+
readonly 'font-default-active'?: any;
|
|
73
|
+
readonly 'font-default-disabled'?: any;
|
|
74
|
+
readonly 'font-default-error'?: any;
|
|
75
|
+
readonly 'font-default-hover'?: any;
|
|
76
|
+
readonly 'font-default-idle'?: any;
|
|
77
|
+
readonly 'font-default-selected'?: any;
|
|
78
|
+
readonly 'font-default-visited'?: any;
|
|
79
|
+
readonly 'font-primary'?: any;
|
|
80
|
+
readonly 'font-secondary'?: any;
|
|
81
|
+
readonly 'font-tertiary'?: any;
|
|
82
|
+
readonly 'icon-cta-idle'?: any;
|
|
83
|
+
readonly 'icon-default'?: any;
|
|
84
|
+
readonly 'icon-default-active'?: any;
|
|
85
|
+
readonly 'icon-default-disabled'?: any;
|
|
86
|
+
readonly 'icon-default-error'?: any;
|
|
87
|
+
readonly 'icon-default-hover'?: any;
|
|
88
|
+
readonly 'icon-default-idle'?: any;
|
|
89
|
+
readonly 'icon-default-selected'?: any;
|
|
90
|
+
};
|
|
91
|
+
'font-sizes': {
|
|
92
|
+
readonly 150: "0.75rem";
|
|
93
|
+
readonly 175: "0.875rem";
|
|
94
|
+
readonly 200: "1rem";
|
|
95
|
+
readonly 225: "1.125rem";
|
|
96
|
+
readonly 250: "1.25rem";
|
|
97
|
+
readonly 300: "1.5rem";
|
|
98
|
+
readonly 400: "2rem";
|
|
99
|
+
readonly 500: "2.5rem";
|
|
100
|
+
readonly 600: "3rem";
|
|
101
|
+
readonly 800: "4rem";
|
|
102
|
+
readonly 900: "4.5rem";
|
|
103
|
+
};
|
|
104
|
+
radii: {
|
|
105
|
+
readonly none: 0;
|
|
106
|
+
readonly half: "999em";
|
|
107
|
+
readonly 25: "2px";
|
|
108
|
+
readonly 50: "4px";
|
|
109
|
+
readonly 75: "6px";
|
|
110
|
+
readonly 100: "8px";
|
|
111
|
+
readonly 200: "16px";
|
|
112
|
+
};
|
|
113
|
+
shadows: {
|
|
114
|
+
readonly 50: "0 4px 16px #05003812";
|
|
115
|
+
readonly 100: "0 8px 32px #05003808";
|
|
116
|
+
};
|
|
117
|
+
sizes: {
|
|
118
|
+
readonly number: string;
|
|
119
|
+
readonly 'icon-200': "16px";
|
|
120
|
+
readonly 'icon-300': "24px";
|
|
121
|
+
readonly 'icon-400': "32px";
|
|
122
|
+
};
|
|
123
|
+
space: {
|
|
124
|
+
readonly none: 0;
|
|
125
|
+
readonly 50: "4px";
|
|
126
|
+
readonly 100: "8px";
|
|
127
|
+
readonly 150: "12px";
|
|
128
|
+
readonly 200: "16px";
|
|
129
|
+
readonly 300: "24px";
|
|
130
|
+
readonly 400: "32px";
|
|
131
|
+
readonly 500: "64px";
|
|
132
|
+
readonly 600: "48px";
|
|
133
|
+
readonly 800: "64px";
|
|
134
|
+
readonly 1200: "96px";
|
|
135
|
+
readonly 1600: "128px";
|
|
136
|
+
};
|
|
137
|
+
'space-gap': {
|
|
138
|
+
readonly none: any;
|
|
139
|
+
readonly 50: any;
|
|
140
|
+
readonly 100: any;
|
|
141
|
+
readonly 200: any;
|
|
142
|
+
readonly 300: any;
|
|
143
|
+
};
|
|
144
|
+
'space-inset': {
|
|
145
|
+
readonly none: any;
|
|
146
|
+
readonly 50: any;
|
|
147
|
+
readonly 100: any;
|
|
148
|
+
readonly 150: any;
|
|
149
|
+
readonly 200: any;
|
|
150
|
+
readonly 300: any;
|
|
151
|
+
readonly 400: any;
|
|
152
|
+
readonly 600: any;
|
|
153
|
+
readonly 800: any;
|
|
154
|
+
readonly 1200: any;
|
|
155
|
+
readonly 1600: any;
|
|
156
|
+
};
|
|
157
|
+
'space-offset': {
|
|
158
|
+
readonly none: any;
|
|
159
|
+
readonly 50: any;
|
|
160
|
+
readonly 100: any;
|
|
161
|
+
readonly 150: any;
|
|
162
|
+
readonly 200: any;
|
|
163
|
+
readonly 300: any;
|
|
164
|
+
readonly 400: any;
|
|
165
|
+
readonly 600: any;
|
|
166
|
+
readonly 800: any;
|
|
167
|
+
readonly 1200: any;
|
|
168
|
+
readonly 1600: any;
|
|
169
|
+
readonly 'stacking-none': any;
|
|
170
|
+
readonly 'stacking-100': any;
|
|
171
|
+
readonly 'stacking-200': any;
|
|
172
|
+
readonly 'stacking-300': any;
|
|
173
|
+
readonly 'stacking-400': any;
|
|
174
|
+
readonly 'stacking-500': any;
|
|
175
|
+
readonly 'stacking-800': any;
|
|
176
|
+
};
|
|
177
|
+
'z-indices': {
|
|
178
|
+
readonly dropdownMenu: 100;
|
|
179
|
+
readonly popover: 200;
|
|
180
|
+
readonly tooltip: 300;
|
|
181
|
+
};
|
|
182
|
+
}, {
|
|
183
|
+
readonly background: "colors";
|
|
184
|
+
readonly backgroundColor: "colors";
|
|
185
|
+
readonly backgroundImage: "colors";
|
|
186
|
+
readonly blockSize: "sizes";
|
|
187
|
+
readonly border: "colors";
|
|
188
|
+
readonly borderBlock: "colors";
|
|
189
|
+
readonly borderBlockEnd: "colors";
|
|
190
|
+
readonly borderBlockStart: "colors";
|
|
191
|
+
readonly borderBottom: "colors";
|
|
192
|
+
readonly borderBottomColor: "colors";
|
|
193
|
+
readonly borderBottomLeftRadius: "radii";
|
|
194
|
+
readonly borderBottomRightRadius: "radii";
|
|
195
|
+
readonly borderBottomStyle: "border-styles";
|
|
196
|
+
readonly borderBottomWidth: "border-widths";
|
|
197
|
+
readonly borderColor: "colors";
|
|
198
|
+
readonly borderImage: "colors";
|
|
199
|
+
readonly borderInline: "colors";
|
|
200
|
+
readonly borderInlineEnd: "colors";
|
|
201
|
+
readonly borderInlineStart: "colors";
|
|
202
|
+
readonly borderLeft: "colors";
|
|
203
|
+
readonly borderLeftColor: "colors";
|
|
204
|
+
readonly borderLeftStyle: "border-styles";
|
|
205
|
+
readonly borderLeftWidth: "border-widths";
|
|
206
|
+
readonly borderRadius: "radii";
|
|
207
|
+
readonly borderRight: "colors";
|
|
208
|
+
readonly borderRightColor: "colors";
|
|
209
|
+
readonly borderRightStyle: "border-styles";
|
|
210
|
+
readonly borderRightWidth: "border-widths";
|
|
211
|
+
readonly borderStyle: "border-styles";
|
|
212
|
+
readonly borderTop: "colors";
|
|
213
|
+
readonly borderTopColor: "colors";
|
|
214
|
+
readonly borderTopLeftRadius: "radii";
|
|
215
|
+
readonly borderTopRightRadius: "radii";
|
|
216
|
+
readonly borderTopStyle: "border-styles";
|
|
217
|
+
readonly borderTopWidth: "border-widths";
|
|
218
|
+
readonly borderWidth: "border-widths";
|
|
219
|
+
readonly bottom: "space";
|
|
220
|
+
readonly boxShadow: "shadows";
|
|
221
|
+
readonly caretColor: "colors";
|
|
222
|
+
readonly color: "colors";
|
|
223
|
+
readonly columnGap: "space-gap";
|
|
224
|
+
readonly columnRuleColor: "colors";
|
|
225
|
+
readonly fill: "colors";
|
|
226
|
+
readonly flexBasis: "sizes";
|
|
227
|
+
readonly fontFamily: "fonts";
|
|
228
|
+
readonly fontSize: "font-sizes";
|
|
229
|
+
readonly fontWeight: "font-weights";
|
|
230
|
+
readonly gap: "space-gap";
|
|
231
|
+
readonly gridColumnGap: "space-gap";
|
|
232
|
+
readonly gridGap: "space-gap";
|
|
233
|
+
readonly gridRowGap: "space-gap";
|
|
234
|
+
readonly gridTemplateColumns: "sizes";
|
|
235
|
+
readonly gridTemplateRows: "sizes";
|
|
236
|
+
readonly height: "sizes";
|
|
237
|
+
readonly inlineSize: "sizes";
|
|
238
|
+
readonly inset: "space-inset";
|
|
239
|
+
readonly insetBlock: "space-inset";
|
|
240
|
+
readonly insetBlockEnd: "space-inset";
|
|
241
|
+
readonly insetBlockStart: "space-inset";
|
|
242
|
+
readonly insetInline: "space-inset";
|
|
243
|
+
readonly insetInlineEnd: "space-inset";
|
|
244
|
+
readonly insetInlineStart: "space-inset";
|
|
245
|
+
readonly left: "space";
|
|
246
|
+
readonly letterSpacing: "letter-spacings";
|
|
247
|
+
readonly lineHeight: "line-heights";
|
|
248
|
+
readonly margin: "space-offset";
|
|
249
|
+
readonly marginBlock: "space-offset";
|
|
250
|
+
readonly marginBlockEnd: "space-offset";
|
|
251
|
+
readonly marginBlockStart: "space-offset";
|
|
252
|
+
readonly marginBottom: "space-offset";
|
|
253
|
+
readonly marginInline: "space-offset";
|
|
254
|
+
readonly marginInlineEnd: "space-offset";
|
|
255
|
+
readonly marginInlineStart: "space-offset";
|
|
256
|
+
readonly marginLeft: "space-offset";
|
|
257
|
+
readonly marginRight: "space-offset";
|
|
258
|
+
readonly marginTop: "space-offset";
|
|
259
|
+
readonly maxBlockSize: "sizes";
|
|
260
|
+
readonly maxHeight: "sizes";
|
|
261
|
+
readonly maxInlineSize: "sizes";
|
|
262
|
+
readonly maxWidth: "sizes";
|
|
263
|
+
readonly minBlockSize: "sizes";
|
|
264
|
+
readonly minHeight: "sizes";
|
|
265
|
+
readonly minInlineSize: "sizes";
|
|
266
|
+
readonly minWidth: "sizes";
|
|
267
|
+
readonly outline: "colors";
|
|
268
|
+
readonly outlineColor: "colors";
|
|
269
|
+
readonly padding: "space-inset";
|
|
270
|
+
readonly paddingBlock: "space-inset";
|
|
271
|
+
readonly paddingBlockEnd: "space-inset";
|
|
272
|
+
readonly paddingBlockStart: "space-inset";
|
|
273
|
+
readonly paddingBottom: "space-inset";
|
|
274
|
+
readonly paddingInline: "space-inset";
|
|
275
|
+
readonly paddingInlineEnd: "space-inset";
|
|
276
|
+
readonly paddingInlineStart: "space-inset";
|
|
277
|
+
readonly paddingLeft: "space-inset";
|
|
278
|
+
readonly paddingRight: "space-inset";
|
|
279
|
+
readonly paddingTop: "space-inset";
|
|
280
|
+
readonly right: "space";
|
|
281
|
+
readonly rowGap: "space-gap";
|
|
282
|
+
readonly scrollMargin: "space-offset";
|
|
283
|
+
readonly scrollMarginBlock: "space-offset";
|
|
284
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
285
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
286
|
+
readonly scrollMarginBottom: "space-offset";
|
|
287
|
+
readonly scrollMarginInline: "space-offset";
|
|
288
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
289
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
290
|
+
readonly scrollMarginLeft: "space-offset";
|
|
291
|
+
readonly scrollMarginRight: "space-offset";
|
|
292
|
+
readonly scrollMarginTop: "space-offset";
|
|
293
|
+
readonly scrollPadding: "space-inset";
|
|
294
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
295
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
296
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
297
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
298
|
+
readonly scrollPaddingInline: "space-inset";
|
|
299
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
300
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
301
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
302
|
+
readonly scrollPaddingRight: "space-inset";
|
|
303
|
+
readonly scrollPaddingTop: "space-inset";
|
|
304
|
+
readonly stroke: "colors";
|
|
305
|
+
readonly textDecorationColor: "colors";
|
|
306
|
+
readonly textShadow: "shadows";
|
|
307
|
+
readonly top: "space";
|
|
308
|
+
readonly transition: "transitions";
|
|
309
|
+
readonly width: "sizes";
|
|
310
|
+
readonly zIndex: "z-indices";
|
|
311
|
+
}, {
|
|
312
|
+
paddingX: (value: {
|
|
313
|
+
readonly [$$PropertyValue]: "padding";
|
|
314
|
+
}) => {
|
|
315
|
+
paddingLeft: {
|
|
316
|
+
readonly [$$PropertyValue]: "padding";
|
|
317
|
+
};
|
|
318
|
+
paddingRight: {
|
|
319
|
+
readonly [$$PropertyValue]: "padding";
|
|
320
|
+
};
|
|
321
|
+
};
|
|
322
|
+
paddingY: (value: {
|
|
323
|
+
readonly [$$PropertyValue]: "padding";
|
|
324
|
+
}) => {
|
|
325
|
+
paddingTop: {
|
|
326
|
+
readonly [$$PropertyValue]: "padding";
|
|
327
|
+
};
|
|
328
|
+
paddingBottom: {
|
|
329
|
+
readonly [$$PropertyValue]: "padding";
|
|
330
|
+
};
|
|
331
|
+
};
|
|
332
|
+
marginX: (value: {
|
|
333
|
+
readonly [$$PropertyValue]: "margin";
|
|
334
|
+
}) => {
|
|
335
|
+
marginLeft: {
|
|
336
|
+
readonly [$$PropertyValue]: "margin";
|
|
337
|
+
};
|
|
338
|
+
marginRight: {
|
|
339
|
+
readonly [$$PropertyValue]: "margin";
|
|
340
|
+
};
|
|
341
|
+
};
|
|
342
|
+
marginY: (value: {
|
|
343
|
+
readonly [$$PropertyValue]: "margin";
|
|
344
|
+
}) => {
|
|
345
|
+
marginTop: {
|
|
346
|
+
readonly [$$PropertyValue]: "margin";
|
|
347
|
+
};
|
|
348
|
+
marginBottom: {
|
|
349
|
+
readonly [$$PropertyValue]: "margin";
|
|
350
|
+
};
|
|
351
|
+
};
|
|
352
|
+
}>>> & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "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" | "children" | "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" | "sticky" | "align" | 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>>, {}, {}>;
|
|
353
|
+
declare type StyledContentProps = StrictComponentProps<typeof StyledContent>;
|
|
354
|
+
|
|
355
|
+
declare type PointerDownOutsideEvent = CustomEvent<{
|
|
356
|
+
originalEvent: PointerEvent;
|
|
357
|
+
}>;
|
|
358
|
+
declare type Side = 'top' | 'right' | 'bottom' | 'left';
|
|
359
|
+
declare type Align = 'start' | 'center' | 'end';
|
|
360
|
+
|
|
361
|
+
type types_PointerDownOutsideEvent = PointerDownOutsideEvent;
|
|
362
|
+
type types_Side = Side;
|
|
363
|
+
type types_Align = Align;
|
|
364
|
+
declare namespace types {
|
|
365
|
+
export {
|
|
366
|
+
types_PointerDownOutsideEvent as PointerDownOutsideEvent,
|
|
367
|
+
types_Side as Side,
|
|
368
|
+
types_Align as Align,
|
|
369
|
+
};
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
interface ContentProps extends StyledContentProps {
|
|
373
|
+
/**
|
|
374
|
+
* The preferred alignment against the trigger. May change when collisions
|
|
375
|
+
* occur.
|
|
376
|
+
*/
|
|
377
|
+
align?: Align;
|
|
378
|
+
/**
|
|
379
|
+
* An offset in pixels from the "start" or "end" alignment options.
|
|
380
|
+
*/
|
|
381
|
+
alignOffset?: number;
|
|
382
|
+
/**
|
|
383
|
+
* The distance in pixels from the trigger.
|
|
384
|
+
*/
|
|
385
|
+
sideOffset?: number;
|
|
386
|
+
/** The preferred side of the trigger to render against when open.
|
|
387
|
+
* Will be reversed when collisions occur and avoidCollisions is enabled.
|
|
388
|
+
*/
|
|
389
|
+
side?: Side;
|
|
390
|
+
/**
|
|
391
|
+
* When true, overrides the side and align preferences to prevent collisions
|
|
392
|
+
* with window edges.
|
|
393
|
+
*/
|
|
394
|
+
avoidCollisions?: boolean;
|
|
395
|
+
/**
|
|
396
|
+
* The distance in pixels from window edges where collision detection should
|
|
397
|
+
* occur.
|
|
398
|
+
*/
|
|
399
|
+
collisionPadding?: number;
|
|
400
|
+
/**
|
|
401
|
+
* Used to force mounting when more control is needed. Useful when controlling
|
|
402
|
+
* animation with React animation libraries. It inherits from Tooltip.Portal.
|
|
403
|
+
*/
|
|
404
|
+
forceMount?: true;
|
|
405
|
+
/**
|
|
406
|
+
* The element used as the collision boundary. By default this is the
|
|
407
|
+
* viewport, though you can provide additional element(s) to be included in
|
|
408
|
+
* this check.
|
|
409
|
+
*/
|
|
410
|
+
collisionBoundary?: Element | null;
|
|
411
|
+
/**
|
|
412
|
+
* The sticky behavior on the align axis. "partial" will keep the content in
|
|
413
|
+
* the boundary as long as the trigger is at least partially in the boundary
|
|
414
|
+
* whilst "always" will keep the content in the boundary regardless.
|
|
415
|
+
*/
|
|
416
|
+
sticky?: 'partial' | 'always';
|
|
417
|
+
/**
|
|
418
|
+
* Whether to hide the content when the trigger becomes fully occluded.
|
|
419
|
+
*/
|
|
420
|
+
hideWhenDetached?: boolean;
|
|
421
|
+
/**
|
|
422
|
+
* Event handler called when the escape key is down. It can be prevented by
|
|
423
|
+
* calling event.preventDefault.
|
|
424
|
+
*/
|
|
425
|
+
onEscapeKeyDown?: (event: KeyboardEvent) => void;
|
|
426
|
+
/**
|
|
427
|
+
* Event handler called when a pointer event occurs outside the bounds of the
|
|
428
|
+
* component. It can be prevented by calling event.preventDefault.
|
|
429
|
+
*/
|
|
430
|
+
onPointerDownOutside?: (event: PointerDownOutsideEvent) => void;
|
|
431
|
+
}
|
|
432
|
+
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" | "children" | "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" | "sticky" | "align" | "side" | "sideOffset" | "alignOffset" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "forceMount" | "onEscapeKeyDown" | "onPointerDownOutside"> & react__default.RefAttributes<HTMLDivElement>>;
|
|
433
|
+
|
|
434
|
+
declare const StyledTrigger: react.ForwardRefExoticComponent<Pick<Omit<{}, never> & _stitches_react_types_styled_component.TransformProps<{}, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_radix_ui_react_tooltip.TooltipTriggerProps & react.RefAttributes<HTMLButtonElement>>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
435
|
+
'border-widths': {
|
|
436
|
+
readonly none: 0;
|
|
437
|
+
readonly sm: "1px";
|
|
438
|
+
readonly md: "2px";
|
|
439
|
+
readonly lg: "4px";
|
|
440
|
+
};
|
|
441
|
+
colors: {
|
|
442
|
+
readonly black: any;
|
|
443
|
+
readonly 'blue-10': any;
|
|
444
|
+
readonly 'blue-20': any;
|
|
445
|
+
readonly 'blue-50': any;
|
|
446
|
+
readonly 'blue-60': any;
|
|
447
|
+
readonly 'blue-70': any;
|
|
448
|
+
readonly 'blue-80': any;
|
|
449
|
+
readonly 'gray-20': any;
|
|
450
|
+
readonly 'gray-30': any;
|
|
451
|
+
readonly 'green-70': any;
|
|
452
|
+
readonly 'indigo-20': any;
|
|
453
|
+
readonly 'indigo-30': any;
|
|
454
|
+
readonly 'indigo-50': any;
|
|
455
|
+
readonly 'indigo-70': any;
|
|
456
|
+
readonly 'indigo-90': any;
|
|
457
|
+
readonly 'pink-20': any;
|
|
458
|
+
readonly 'pink-50': any;
|
|
459
|
+
readonly 'red-10': any;
|
|
460
|
+
readonly 'red-20': any;
|
|
461
|
+
readonly 'red-30': any;
|
|
462
|
+
readonly 'red-50': any;
|
|
463
|
+
readonly 'red-60': any;
|
|
464
|
+
readonly transparent: any;
|
|
465
|
+
readonly white: any;
|
|
466
|
+
readonly 'yellow-20': any;
|
|
467
|
+
readonly 'yellow-60': any;
|
|
468
|
+
readonly 'background-cta-active'?: any;
|
|
469
|
+
readonly 'background-cta-disabled'?: any;
|
|
470
|
+
readonly 'background-cta-hover'?: any;
|
|
471
|
+
readonly 'background-cta-idle'?: any;
|
|
472
|
+
readonly 'background-danger-active'?: any;
|
|
473
|
+
readonly 'background-danger-hover'?: any;
|
|
474
|
+
readonly 'background-danger-idle'?: any;
|
|
475
|
+
readonly 'background-default-active'?: any;
|
|
476
|
+
readonly 'background-default-disabled'?: any;
|
|
477
|
+
readonly 'background-default-hover'?: any;
|
|
478
|
+
readonly 'background-default-idle'?: any;
|
|
479
|
+
readonly 'background-default-selected'?: any;
|
|
480
|
+
readonly 'background-default-selected-active'?: any;
|
|
481
|
+
readonly 'background-info-idle'?: any;
|
|
482
|
+
readonly 'background-primary'?: any;
|
|
483
|
+
readonly 'background-secondary'?: any;
|
|
484
|
+
readonly 'background-success-idle'?: any;
|
|
485
|
+
readonly 'background-warning-idle'?: any;
|
|
486
|
+
readonly 'border-cta-idle'?: any;
|
|
487
|
+
readonly 'border-default-active'?: any;
|
|
488
|
+
readonly 'border-default-error'?: any;
|
|
489
|
+
readonly 'border-default-hover'?: any;
|
|
490
|
+
readonly 'border-default-idle'?: any;
|
|
491
|
+
readonly 'border-default-selected'?: any;
|
|
492
|
+
readonly 'canvas-primary'?: any;
|
|
493
|
+
readonly 'divider-default'?: any;
|
|
494
|
+
readonly 'focus-ring-default'?: any;
|
|
495
|
+
readonly 'font-cta-idle'?: any;
|
|
496
|
+
readonly 'font-default-active'?: any;
|
|
497
|
+
readonly 'font-default-disabled'?: any;
|
|
498
|
+
readonly 'font-default-error'?: any;
|
|
499
|
+
readonly 'font-default-hover'?: any;
|
|
500
|
+
readonly 'font-default-idle'?: any;
|
|
501
|
+
readonly 'font-default-selected'?: any;
|
|
502
|
+
readonly 'font-default-visited'?: any;
|
|
503
|
+
readonly 'font-primary'?: any;
|
|
504
|
+
readonly 'font-secondary'?: any;
|
|
505
|
+
readonly 'font-tertiary'?: any;
|
|
506
|
+
readonly 'icon-cta-idle'?: any;
|
|
507
|
+
readonly 'icon-default'?: any;
|
|
508
|
+
readonly 'icon-default-active'?: any;
|
|
509
|
+
readonly 'icon-default-disabled'?: any;
|
|
510
|
+
readonly 'icon-default-error'?: any;
|
|
511
|
+
readonly 'icon-default-hover'?: any;
|
|
512
|
+
readonly 'icon-default-idle'?: any;
|
|
513
|
+
readonly 'icon-default-selected'?: any;
|
|
514
|
+
};
|
|
515
|
+
'font-sizes': {
|
|
516
|
+
readonly 150: "0.75rem";
|
|
517
|
+
readonly 175: "0.875rem";
|
|
518
|
+
readonly 200: "1rem";
|
|
519
|
+
readonly 225: "1.125rem";
|
|
520
|
+
readonly 250: "1.25rem";
|
|
521
|
+
readonly 300: "1.5rem";
|
|
522
|
+
readonly 400: "2rem";
|
|
523
|
+
readonly 500: "2.5rem";
|
|
524
|
+
readonly 600: "3rem";
|
|
525
|
+
readonly 800: "4rem";
|
|
526
|
+
readonly 900: "4.5rem";
|
|
527
|
+
};
|
|
528
|
+
radii: {
|
|
529
|
+
readonly none: 0;
|
|
530
|
+
readonly half: "999em";
|
|
531
|
+
readonly 25: "2px";
|
|
532
|
+
readonly 50: "4px";
|
|
533
|
+
readonly 75: "6px";
|
|
534
|
+
readonly 100: "8px";
|
|
535
|
+
readonly 200: "16px";
|
|
536
|
+
};
|
|
537
|
+
shadows: {
|
|
538
|
+
readonly 50: "0 4px 16px #05003812";
|
|
539
|
+
readonly 100: "0 8px 32px #05003808";
|
|
540
|
+
};
|
|
541
|
+
sizes: {
|
|
542
|
+
readonly number: string;
|
|
543
|
+
readonly 'icon-200': "16px";
|
|
544
|
+
readonly 'icon-300': "24px";
|
|
545
|
+
readonly 'icon-400': "32px";
|
|
546
|
+
};
|
|
547
|
+
space: {
|
|
548
|
+
readonly none: 0;
|
|
549
|
+
readonly 50: "4px";
|
|
550
|
+
readonly 100: "8px";
|
|
551
|
+
readonly 150: "12px";
|
|
552
|
+
readonly 200: "16px";
|
|
553
|
+
readonly 300: "24px";
|
|
554
|
+
readonly 400: "32px";
|
|
555
|
+
readonly 500: "64px";
|
|
556
|
+
readonly 600: "48px";
|
|
557
|
+
readonly 800: "64px";
|
|
558
|
+
readonly 1200: "96px";
|
|
559
|
+
readonly 1600: "128px";
|
|
560
|
+
};
|
|
561
|
+
'space-gap': {
|
|
562
|
+
readonly none: any;
|
|
563
|
+
readonly 50: any;
|
|
564
|
+
readonly 100: any;
|
|
565
|
+
readonly 200: any;
|
|
566
|
+
readonly 300: any;
|
|
567
|
+
};
|
|
568
|
+
'space-inset': {
|
|
569
|
+
readonly none: any;
|
|
570
|
+
readonly 50: any;
|
|
571
|
+
readonly 100: any;
|
|
572
|
+
readonly 150: any;
|
|
573
|
+
readonly 200: any;
|
|
574
|
+
readonly 300: any;
|
|
575
|
+
readonly 400: any;
|
|
576
|
+
readonly 600: any;
|
|
577
|
+
readonly 800: any;
|
|
578
|
+
readonly 1200: any;
|
|
579
|
+
readonly 1600: any;
|
|
580
|
+
};
|
|
581
|
+
'space-offset': {
|
|
582
|
+
readonly none: any;
|
|
583
|
+
readonly 50: any;
|
|
584
|
+
readonly 100: any;
|
|
585
|
+
readonly 150: any;
|
|
586
|
+
readonly 200: any;
|
|
587
|
+
readonly 300: any;
|
|
588
|
+
readonly 400: any;
|
|
589
|
+
readonly 600: any;
|
|
590
|
+
readonly 800: any;
|
|
591
|
+
readonly 1200: any;
|
|
592
|
+
readonly 1600: any;
|
|
593
|
+
readonly 'stacking-none': any;
|
|
594
|
+
readonly 'stacking-100': any;
|
|
595
|
+
readonly 'stacking-200': any;
|
|
596
|
+
readonly 'stacking-300': any;
|
|
597
|
+
readonly 'stacking-400': any;
|
|
598
|
+
readonly 'stacking-500': any;
|
|
599
|
+
readonly 'stacking-800': any;
|
|
600
|
+
};
|
|
601
|
+
'z-indices': {
|
|
602
|
+
readonly dropdownMenu: 100;
|
|
603
|
+
readonly popover: 200;
|
|
604
|
+
readonly tooltip: 300;
|
|
605
|
+
};
|
|
606
|
+
}, {
|
|
607
|
+
readonly background: "colors";
|
|
608
|
+
readonly backgroundColor: "colors";
|
|
609
|
+
readonly backgroundImage: "colors";
|
|
610
|
+
readonly blockSize: "sizes";
|
|
611
|
+
readonly border: "colors";
|
|
612
|
+
readonly borderBlock: "colors";
|
|
613
|
+
readonly borderBlockEnd: "colors";
|
|
614
|
+
readonly borderBlockStart: "colors";
|
|
615
|
+
readonly borderBottom: "colors";
|
|
616
|
+
readonly borderBottomColor: "colors";
|
|
617
|
+
readonly borderBottomLeftRadius: "radii";
|
|
618
|
+
readonly borderBottomRightRadius: "radii";
|
|
619
|
+
readonly borderBottomStyle: "border-styles";
|
|
620
|
+
readonly borderBottomWidth: "border-widths";
|
|
621
|
+
readonly borderColor: "colors";
|
|
622
|
+
readonly borderImage: "colors";
|
|
623
|
+
readonly borderInline: "colors";
|
|
624
|
+
readonly borderInlineEnd: "colors";
|
|
625
|
+
readonly borderInlineStart: "colors";
|
|
626
|
+
readonly borderLeft: "colors";
|
|
627
|
+
readonly borderLeftColor: "colors";
|
|
628
|
+
readonly borderLeftStyle: "border-styles";
|
|
629
|
+
readonly borderLeftWidth: "border-widths";
|
|
630
|
+
readonly borderRadius: "radii";
|
|
631
|
+
readonly borderRight: "colors";
|
|
632
|
+
readonly borderRightColor: "colors";
|
|
633
|
+
readonly borderRightStyle: "border-styles";
|
|
634
|
+
readonly borderRightWidth: "border-widths";
|
|
635
|
+
readonly borderStyle: "border-styles";
|
|
636
|
+
readonly borderTop: "colors";
|
|
637
|
+
readonly borderTopColor: "colors";
|
|
638
|
+
readonly borderTopLeftRadius: "radii";
|
|
639
|
+
readonly borderTopRightRadius: "radii";
|
|
640
|
+
readonly borderTopStyle: "border-styles";
|
|
641
|
+
readonly borderTopWidth: "border-widths";
|
|
642
|
+
readonly borderWidth: "border-widths";
|
|
643
|
+
readonly bottom: "space";
|
|
644
|
+
readonly boxShadow: "shadows";
|
|
645
|
+
readonly caretColor: "colors";
|
|
646
|
+
readonly color: "colors";
|
|
647
|
+
readonly columnGap: "space-gap";
|
|
648
|
+
readonly columnRuleColor: "colors";
|
|
649
|
+
readonly fill: "colors";
|
|
650
|
+
readonly flexBasis: "sizes";
|
|
651
|
+
readonly fontFamily: "fonts";
|
|
652
|
+
readonly fontSize: "font-sizes";
|
|
653
|
+
readonly fontWeight: "font-weights";
|
|
654
|
+
readonly gap: "space-gap";
|
|
655
|
+
readonly gridColumnGap: "space-gap";
|
|
656
|
+
readonly gridGap: "space-gap";
|
|
657
|
+
readonly gridRowGap: "space-gap";
|
|
658
|
+
readonly gridTemplateColumns: "sizes";
|
|
659
|
+
readonly gridTemplateRows: "sizes";
|
|
660
|
+
readonly height: "sizes";
|
|
661
|
+
readonly inlineSize: "sizes";
|
|
662
|
+
readonly inset: "space-inset";
|
|
663
|
+
readonly insetBlock: "space-inset";
|
|
664
|
+
readonly insetBlockEnd: "space-inset";
|
|
665
|
+
readonly insetBlockStart: "space-inset";
|
|
666
|
+
readonly insetInline: "space-inset";
|
|
667
|
+
readonly insetInlineEnd: "space-inset";
|
|
668
|
+
readonly insetInlineStart: "space-inset";
|
|
669
|
+
readonly left: "space";
|
|
670
|
+
readonly letterSpacing: "letter-spacings";
|
|
671
|
+
readonly lineHeight: "line-heights";
|
|
672
|
+
readonly margin: "space-offset";
|
|
673
|
+
readonly marginBlock: "space-offset";
|
|
674
|
+
readonly marginBlockEnd: "space-offset";
|
|
675
|
+
readonly marginBlockStart: "space-offset";
|
|
676
|
+
readonly marginBottom: "space-offset";
|
|
677
|
+
readonly marginInline: "space-offset";
|
|
678
|
+
readonly marginInlineEnd: "space-offset";
|
|
679
|
+
readonly marginInlineStart: "space-offset";
|
|
680
|
+
readonly marginLeft: "space-offset";
|
|
681
|
+
readonly marginRight: "space-offset";
|
|
682
|
+
readonly marginTop: "space-offset";
|
|
683
|
+
readonly maxBlockSize: "sizes";
|
|
684
|
+
readonly maxHeight: "sizes";
|
|
685
|
+
readonly maxInlineSize: "sizes";
|
|
686
|
+
readonly maxWidth: "sizes";
|
|
687
|
+
readonly minBlockSize: "sizes";
|
|
688
|
+
readonly minHeight: "sizes";
|
|
689
|
+
readonly minInlineSize: "sizes";
|
|
690
|
+
readonly minWidth: "sizes";
|
|
691
|
+
readonly outline: "colors";
|
|
692
|
+
readonly outlineColor: "colors";
|
|
693
|
+
readonly padding: "space-inset";
|
|
694
|
+
readonly paddingBlock: "space-inset";
|
|
695
|
+
readonly paddingBlockEnd: "space-inset";
|
|
696
|
+
readonly paddingBlockStart: "space-inset";
|
|
697
|
+
readonly paddingBottom: "space-inset";
|
|
698
|
+
readonly paddingInline: "space-inset";
|
|
699
|
+
readonly paddingInlineEnd: "space-inset";
|
|
700
|
+
readonly paddingInlineStart: "space-inset";
|
|
701
|
+
readonly paddingLeft: "space-inset";
|
|
702
|
+
readonly paddingRight: "space-inset";
|
|
703
|
+
readonly paddingTop: "space-inset";
|
|
704
|
+
readonly right: "space";
|
|
705
|
+
readonly rowGap: "space-gap";
|
|
706
|
+
readonly scrollMargin: "space-offset";
|
|
707
|
+
readonly scrollMarginBlock: "space-offset";
|
|
708
|
+
readonly scrollMarginBlockEnd: "space-offset";
|
|
709
|
+
readonly scrollMarginBlockStart: "space-offset";
|
|
710
|
+
readonly scrollMarginBottom: "space-offset";
|
|
711
|
+
readonly scrollMarginInline: "space-offset";
|
|
712
|
+
readonly scrollMarginInlineEnd: "space-offset";
|
|
713
|
+
readonly scrollMarginInlineStart: "space-offset";
|
|
714
|
+
readonly scrollMarginLeft: "space-offset";
|
|
715
|
+
readonly scrollMarginRight: "space-offset";
|
|
716
|
+
readonly scrollMarginTop: "space-offset";
|
|
717
|
+
readonly scrollPadding: "space-inset";
|
|
718
|
+
readonly scrollPaddingBlock: "space-inset";
|
|
719
|
+
readonly scrollPaddingBlockEnd: "space-inset";
|
|
720
|
+
readonly scrollPaddingBlockStart: "space-inset";
|
|
721
|
+
readonly scrollPaddingBottom: "space-inset";
|
|
722
|
+
readonly scrollPaddingInline: "space-inset";
|
|
723
|
+
readonly scrollPaddingInlineEnd: "space-inset";
|
|
724
|
+
readonly scrollPaddingInlineStart: "space-inset";
|
|
725
|
+
readonly scrollPaddingLeft: "space-inset";
|
|
726
|
+
readonly scrollPaddingRight: "space-inset";
|
|
727
|
+
readonly scrollPaddingTop: "space-inset";
|
|
728
|
+
readonly stroke: "colors";
|
|
729
|
+
readonly textDecorationColor: "colors";
|
|
730
|
+
readonly textShadow: "shadows";
|
|
731
|
+
readonly top: "space";
|
|
732
|
+
readonly transition: "transitions";
|
|
733
|
+
readonly width: "sizes";
|
|
734
|
+
readonly zIndex: "z-indices";
|
|
735
|
+
}, {
|
|
736
|
+
paddingX: (value: {
|
|
737
|
+
readonly [$$PropertyValue]: "padding";
|
|
738
|
+
}) => {
|
|
739
|
+
paddingLeft: {
|
|
740
|
+
readonly [$$PropertyValue]: "padding";
|
|
741
|
+
};
|
|
742
|
+
paddingRight: {
|
|
743
|
+
readonly [$$PropertyValue]: "padding";
|
|
744
|
+
};
|
|
745
|
+
};
|
|
746
|
+
paddingY: (value: {
|
|
747
|
+
readonly [$$PropertyValue]: "padding";
|
|
748
|
+
}) => {
|
|
749
|
+
paddingTop: {
|
|
750
|
+
readonly [$$PropertyValue]: "padding";
|
|
751
|
+
};
|
|
752
|
+
paddingBottom: {
|
|
753
|
+
readonly [$$PropertyValue]: "padding";
|
|
754
|
+
};
|
|
755
|
+
};
|
|
756
|
+
marginX: (value: {
|
|
757
|
+
readonly [$$PropertyValue]: "margin";
|
|
758
|
+
}) => {
|
|
759
|
+
marginLeft: {
|
|
760
|
+
readonly [$$PropertyValue]: "margin";
|
|
761
|
+
};
|
|
762
|
+
marginRight: {
|
|
763
|
+
readonly [$$PropertyValue]: "margin";
|
|
764
|
+
};
|
|
765
|
+
};
|
|
766
|
+
marginY: (value: {
|
|
767
|
+
readonly [$$PropertyValue]: "margin";
|
|
768
|
+
}) => {
|
|
769
|
+
marginTop: {
|
|
770
|
+
readonly [$$PropertyValue]: "margin";
|
|
771
|
+
};
|
|
772
|
+
marginBottom: {
|
|
773
|
+
readonly [$$PropertyValue]: "margin";
|
|
774
|
+
};
|
|
775
|
+
};
|
|
776
|
+
}>>> & _mirohq_design_system_stitches.CustomStylesProps, "color" | "translate" | "prefix" | "asChild" | "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" | "children" | "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>>, {}, {}>;
|
|
777
|
+
declare type StyledTriggerProps = StrictComponentProps<typeof StyledTrigger>;
|
|
778
|
+
|
|
779
|
+
interface TriggerProps extends StyledTriggerProps {
|
|
780
|
+
/**
|
|
781
|
+
* temporary the same as onClick, later will be added touch events support
|
|
782
|
+
*/
|
|
783
|
+
onPress?: DOMAttributes<HTMLElement>['onClick'];
|
|
784
|
+
}
|
|
785
|
+
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" | "children" | "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>>;
|
|
786
|
+
|
|
787
|
+
interface ProviderProps {
|
|
788
|
+
/**
|
|
789
|
+
* The duration from when the mouse enters a tooltip trigger until
|
|
790
|
+
* the tooltip opens.
|
|
791
|
+
*/
|
|
792
|
+
delayDuration?: number;
|
|
793
|
+
/**
|
|
794
|
+
* How much time a user has to enter another trigger without incurring
|
|
795
|
+
* a delay again.
|
|
796
|
+
*/
|
|
797
|
+
skipDelayDuration?: number;
|
|
798
|
+
}
|
|
799
|
+
declare const Provider: react__default.FC<ProviderProps>;
|
|
800
|
+
|
|
801
|
+
interface PortalProps extends TooltipPortalProps {
|
|
802
|
+
/**
|
|
803
|
+
* Used to force mounting when more control is needed. Useful when controlling
|
|
804
|
+
* animation with React animation libraries. If used on this part, it will be
|
|
805
|
+
* inherited by Tooltip.Content.
|
|
806
|
+
*/
|
|
807
|
+
forceMount?: true;
|
|
808
|
+
/**
|
|
809
|
+
* Specify a container element to portal the content into.
|
|
810
|
+
*/
|
|
811
|
+
container?: HTMLElement | null;
|
|
812
|
+
}
|
|
813
|
+
declare const Portal: react__default.FC<PortalProps>;
|
|
814
|
+
|
|
815
|
+
interface TooltipProps {
|
|
816
|
+
/**
|
|
817
|
+
* The open state of the tooltip when it is initially rendered. Use when you
|
|
818
|
+
* do not need to control its open state.
|
|
819
|
+
*/
|
|
820
|
+
defaultOpen?: boolean;
|
|
821
|
+
/**
|
|
822
|
+
* The current state of the tooltip.
|
|
823
|
+
*/
|
|
824
|
+
open?: boolean;
|
|
825
|
+
/**
|
|
826
|
+
* Event handler called when the tooltip opens.
|
|
827
|
+
*/
|
|
828
|
+
onOpen?: () => void;
|
|
829
|
+
/**
|
|
830
|
+
* Event handler called when the tooltip closes.
|
|
831
|
+
*/
|
|
832
|
+
onClose?: () => void;
|
|
833
|
+
/**
|
|
834
|
+
* Overrides the duration given to the `Provider` to customize the open delay
|
|
835
|
+
* for a specific tooltip.
|
|
836
|
+
* @default 400
|
|
837
|
+
*/
|
|
838
|
+
delayDuration?: number;
|
|
839
|
+
/**
|
|
840
|
+
* How much time a user has to enter another trigger without incurring
|
|
841
|
+
* a delay again.
|
|
842
|
+
* @default 500
|
|
843
|
+
*/
|
|
844
|
+
skipDelayDuration?: number;
|
|
845
|
+
/**
|
|
846
|
+
* Clears the delayDuration and skipDelayDuration timeouts when the component
|
|
847
|
+
* is unmounted. This flag is `true` by default when using NODE_ENV=test.
|
|
848
|
+
* @default false
|
|
849
|
+
*/
|
|
850
|
+
clearDelaysOnUnmount?: boolean;
|
|
851
|
+
/**
|
|
852
|
+
* Closes the tooltip as soon as the pointer leaves the trigger making it
|
|
853
|
+
* impossible to hover the content.
|
|
854
|
+
*/
|
|
855
|
+
disableHoverableContent?: boolean;
|
|
856
|
+
}
|
|
857
|
+
declare const DEFAULT_SKIP_DELAY_DURATION = 500;
|
|
858
|
+
declare const DEFAULT_DELAY_DURATION = 400;
|
|
859
|
+
declare const Tooltip: react__default.FC<TooltipProps> & Partials;
|
|
860
|
+
interface Partials {
|
|
861
|
+
Trigger: typeof Trigger;
|
|
862
|
+
Content: typeof Content;
|
|
863
|
+
Provider: typeof Provider;
|
|
864
|
+
Portal: typeof Portal;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
export { DEFAULT_DELAY_DURATION as TOOLTIP_DEFAULT_DELAY_DURATION, DEFAULT_SKIP_DELAY_DURATION as TOOLTIP_DEFAULT_SKIP_DELAY_DURATION, Tooltip, ContentProps as TooltipContentProps, PortalProps as TooltipPortalProps, TooltipProps, ProviderProps as TooltipProviderProps, TriggerProps as TooltipTriggerProps, types as TooltipTypes };
|