@alixpartners/ui-components 2.4.2 → 2.4.4
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/assets/FilePicker.css +1 -1
- package/dist/assets/SplitButton.css +1 -1
- package/dist/assets/ap-icons-types.d.ts +1 -1
- package/dist/assets/ap-icons.d.ts +1 -1
- package/dist/assets/main.css +1 -1
- package/dist/components/DragAndDrop/DragAndDrop.d.ts +8 -5
- package/dist/components/DragAndDrop/DragAndDrop.js +110 -110
- package/dist/components/DragAndDrop/DragAndDrop.test.js +16 -12
- package/dist/components/FilePicker/FilePicker.d.ts +8 -4
- package/dist/components/FilePicker/FilePicker.js +197 -191
- package/dist/components/FilePicker/FilePicker.test.js +90 -86
- package/dist/components/Icons/IconsGallery.js +1 -1
- package/dist/components/SplitButton/SplitButton.js +132 -127
- package/dist/components/Tooltip/Tooltip.d.ts +3 -1
- package/dist/components/Tooltip/Tooltip.js +200 -196
- package/package.json +1 -1
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import { jsx as a, jsxs as
|
|
2
|
-
import { c as
|
|
3
|
-
import
|
|
4
|
-
import * as
|
|
5
|
-
import { useRef as
|
|
6
|
-
import
|
|
1
|
+
import { jsx as a, jsxs as R } from "react/jsx-runtime";
|
|
2
|
+
import { c as M } from "../../clsx-OuTLNxxd.js";
|
|
3
|
+
import W from "../Button/Button.js";
|
|
4
|
+
import * as p from "react";
|
|
5
|
+
import { useRef as U, useState as I, useEffect as $ } from "react";
|
|
6
|
+
import K from "../Icon/Icon.js";
|
|
7
7
|
import "../Input/Input.js";
|
|
8
|
-
import { u as
|
|
9
|
-
import { R as
|
|
10
|
-
import { u as
|
|
11
|
-
import '../../assets/SplitButton.css';var
|
|
12
|
-
|
|
8
|
+
import { u as j, P as H, c as v, a as F, b as V } from "../../index-DM51yNMI.js";
|
|
9
|
+
import { R as X, A as q, P as J, C as Q, I as Y, c as C, G as Z, L as ee, a as oe, b as ne, d as te, e as re, S as ae, f as ie, g as de, h as pe } from "../../index-D_3jWVyV.js";
|
|
10
|
+
import { u as y } from "../../index-7CBv-Jx6.js";
|
|
11
|
+
import '../../assets/SplitButton.css';var D = "DropdownMenu", [se] = V(
|
|
12
|
+
D,
|
|
13
13
|
[C]
|
|
14
|
-
), s = C(), [
|
|
14
|
+
), s = C(), [ue, x] = se(D), P = (e) => {
|
|
15
15
|
const {
|
|
16
16
|
__scopeDropdownMenu: t,
|
|
17
|
-
children:
|
|
17
|
+
children: o,
|
|
18
18
|
dir: n,
|
|
19
19
|
open: r,
|
|
20
20
|
defaultOpen: i,
|
|
21
|
-
onOpenChange:
|
|
22
|
-
modal:
|
|
23
|
-
} =
|
|
21
|
+
onOpenChange: m,
|
|
22
|
+
modal: d = !0
|
|
23
|
+
} = e, c = s(t), _ = p.useRef(null), [w, f] = j({
|
|
24
24
|
prop: r,
|
|
25
25
|
defaultProp: i ?? !1,
|
|
26
|
-
onChange:
|
|
27
|
-
caller:
|
|
26
|
+
onChange: m,
|
|
27
|
+
caller: D
|
|
28
28
|
});
|
|
29
29
|
return /* @__PURE__ */ a(
|
|
30
|
-
|
|
30
|
+
ue,
|
|
31
31
|
{
|
|
32
32
|
scope: t,
|
|
33
|
-
triggerId:
|
|
33
|
+
triggerId: y(),
|
|
34
34
|
triggerRef: _,
|
|
35
|
-
contentId:
|
|
35
|
+
contentId: y(),
|
|
36
36
|
open: w,
|
|
37
37
|
onOpenChange: f,
|
|
38
|
-
onOpenToggle:
|
|
39
|
-
modal:
|
|
40
|
-
children: /* @__PURE__ */ a(
|
|
38
|
+
onOpenToggle: p.useCallback(() => f((b) => !b), [f]),
|
|
39
|
+
modal: d,
|
|
40
|
+
children: /* @__PURE__ */ a(X, { ...c, open: w, onOpenChange: f, dir: n, modal: d, children: o })
|
|
41
41
|
}
|
|
42
42
|
);
|
|
43
43
|
};
|
|
44
|
-
|
|
45
|
-
var
|
|
46
|
-
(
|
|
47
|
-
const { __scopeDropdownMenu:
|
|
48
|
-
return /* @__PURE__ */ a(
|
|
44
|
+
P.displayName = D;
|
|
45
|
+
var E = "DropdownMenuTrigger", A = p.forwardRef(
|
|
46
|
+
(e, t) => {
|
|
47
|
+
const { __scopeDropdownMenu: o, disabled: n = !1, ...r } = e, i = x(E, o), m = s(o);
|
|
48
|
+
return /* @__PURE__ */ a(q, { asChild: !0, ...m, children: /* @__PURE__ */ a(
|
|
49
49
|
H.button,
|
|
50
50
|
{
|
|
51
51
|
type: "button",
|
|
@@ -57,44 +57,44 @@ var P = "DropdownMenuTrigger", E = d.forwardRef(
|
|
|
57
57
|
"data-disabled": n ? "" : void 0,
|
|
58
58
|
disabled: n,
|
|
59
59
|
...r,
|
|
60
|
-
ref:
|
|
61
|
-
onPointerDown:
|
|
62
|
-
!n &&
|
|
60
|
+
ref: F(t, i.triggerRef),
|
|
61
|
+
onPointerDown: v(e.onPointerDown, (d) => {
|
|
62
|
+
!n && d.button === 0 && d.ctrlKey === !1 && (i.onOpenToggle(), i.open || d.preventDefault());
|
|
63
63
|
}),
|
|
64
|
-
onKeyDown:
|
|
65
|
-
n || (["Enter", " "].includes(
|
|
64
|
+
onKeyDown: v(e.onKeyDown, (d) => {
|
|
65
|
+
n || (["Enter", " "].includes(d.key) && i.onOpenToggle(), d.key === "ArrowDown" && i.onOpenChange(!0), ["Enter", " ", "ArrowDown"].includes(d.key) && d.preventDefault());
|
|
66
66
|
})
|
|
67
67
|
}
|
|
68
68
|
) });
|
|
69
69
|
}
|
|
70
70
|
);
|
|
71
|
-
|
|
72
|
-
var
|
|
73
|
-
const { __scopeDropdownMenu: t, ...
|
|
74
|
-
return /* @__PURE__ */ a(
|
|
71
|
+
A.displayName = E;
|
|
72
|
+
var le = "DropdownMenuPortal", O = (e) => {
|
|
73
|
+
const { __scopeDropdownMenu: t, ...o } = e, n = s(t);
|
|
74
|
+
return /* @__PURE__ */ a(J, { ...n, ...o });
|
|
75
75
|
};
|
|
76
|
-
|
|
77
|
-
var
|
|
78
|
-
(
|
|
79
|
-
const { __scopeDropdownMenu:
|
|
76
|
+
O.displayName = le;
|
|
77
|
+
var B = "DropdownMenuContent", T = p.forwardRef(
|
|
78
|
+
(e, t) => {
|
|
79
|
+
const { __scopeDropdownMenu: o, ...n } = e, r = x(B, o), i = s(o), m = p.useRef(!1);
|
|
80
80
|
return /* @__PURE__ */ a(
|
|
81
|
-
|
|
81
|
+
Q,
|
|
82
82
|
{
|
|
83
83
|
id: r.contentId,
|
|
84
84
|
"aria-labelledby": r.triggerId,
|
|
85
85
|
...i,
|
|
86
86
|
...n,
|
|
87
87
|
ref: t,
|
|
88
|
-
onCloseAutoFocus:
|
|
89
|
-
var
|
|
90
|
-
|
|
88
|
+
onCloseAutoFocus: v(e.onCloseAutoFocus, (d) => {
|
|
89
|
+
var c;
|
|
90
|
+
m.current || (c = r.triggerRef.current) == null || c.focus(), m.current = !1, d.preventDefault();
|
|
91
91
|
}),
|
|
92
|
-
onInteractOutside:
|
|
93
|
-
const
|
|
94
|
-
(!r.modal || w) && (
|
|
92
|
+
onInteractOutside: v(e.onInteractOutside, (d) => {
|
|
93
|
+
const c = d.detail.originalEvent, _ = c.button === 0 && c.ctrlKey === !0, w = c.button === 2 || _;
|
|
94
|
+
(!r.modal || w) && (m.current = !0);
|
|
95
95
|
}),
|
|
96
96
|
style: {
|
|
97
|
-
...
|
|
97
|
+
...e.style,
|
|
98
98
|
"--radix-dropdown-menu-content-transform-origin": "var(--radix-popper-transform-origin)",
|
|
99
99
|
"--radix-dropdown-menu-content-available-width": "var(--radix-popper-available-width)",
|
|
100
100
|
"--radix-dropdown-menu-content-available-height": "var(--radix-popper-available-height)",
|
|
@@ -105,75 +105,75 @@ var O = "DropdownMenuContent", B = d.forwardRef(
|
|
|
105
105
|
);
|
|
106
106
|
}
|
|
107
107
|
);
|
|
108
|
-
|
|
109
|
-
var
|
|
110
|
-
(
|
|
111
|
-
const { __scopeDropdownMenu:
|
|
112
|
-
return /* @__PURE__ */ a(
|
|
108
|
+
T.displayName = B;
|
|
109
|
+
var ce = "DropdownMenuGroup", me = p.forwardRef(
|
|
110
|
+
(e, t) => {
|
|
111
|
+
const { __scopeDropdownMenu: o, ...n } = e, r = s(o);
|
|
112
|
+
return /* @__PURE__ */ a(Z, { ...r, ...n, ref: t });
|
|
113
113
|
}
|
|
114
114
|
);
|
|
115
|
-
|
|
116
|
-
var
|
|
117
|
-
(
|
|
118
|
-
const { __scopeDropdownMenu:
|
|
119
|
-
return /* @__PURE__ */ a(
|
|
115
|
+
me.displayName = ce;
|
|
116
|
+
var _e = "DropdownMenuLabel", we = p.forwardRef(
|
|
117
|
+
(e, t) => {
|
|
118
|
+
const { __scopeDropdownMenu: o, ...n } = e, r = s(o);
|
|
119
|
+
return /* @__PURE__ */ a(ee, { ...r, ...n, ref: t });
|
|
120
120
|
}
|
|
121
121
|
);
|
|
122
|
-
|
|
123
|
-
var
|
|
124
|
-
(
|
|
125
|
-
const { __scopeDropdownMenu:
|
|
126
|
-
return /* @__PURE__ */ a(
|
|
122
|
+
we.displayName = _e;
|
|
123
|
+
var fe = "DropdownMenuItem", k = p.forwardRef(
|
|
124
|
+
(e, t) => {
|
|
125
|
+
const { __scopeDropdownMenu: o, ...n } = e, r = s(o);
|
|
126
|
+
return /* @__PURE__ */ a(Y, { ...r, ...n, ref: t });
|
|
127
127
|
}
|
|
128
128
|
);
|
|
129
|
-
|
|
130
|
-
var
|
|
131
|
-
const { __scopeDropdownMenu:
|
|
132
|
-
return /* @__PURE__ */ a(
|
|
129
|
+
k.displayName = fe;
|
|
130
|
+
var be = "DropdownMenuCheckboxItem", ge = p.forwardRef((e, t) => {
|
|
131
|
+
const { __scopeDropdownMenu: o, ...n } = e, r = s(o);
|
|
132
|
+
return /* @__PURE__ */ a(oe, { ...r, ...n, ref: t });
|
|
133
133
|
});
|
|
134
|
-
|
|
135
|
-
var
|
|
136
|
-
const { __scopeDropdownMenu:
|
|
137
|
-
return /* @__PURE__ */ a(
|
|
134
|
+
ge.displayName = be;
|
|
135
|
+
var Me = "DropdownMenuRadioGroup", ve = p.forwardRef((e, t) => {
|
|
136
|
+
const { __scopeDropdownMenu: o, ...n } = e, r = s(o);
|
|
137
|
+
return /* @__PURE__ */ a(ne, { ...r, ...n, ref: t });
|
|
138
138
|
});
|
|
139
|
-
|
|
140
|
-
var
|
|
141
|
-
const { __scopeDropdownMenu:
|
|
142
|
-
return /* @__PURE__ */ a(
|
|
139
|
+
ve.displayName = Me;
|
|
140
|
+
var De = "DropdownMenuRadioItem", he = p.forwardRef((e, t) => {
|
|
141
|
+
const { __scopeDropdownMenu: o, ...n } = e, r = s(o);
|
|
142
|
+
return /* @__PURE__ */ a(te, { ...r, ...n, ref: t });
|
|
143
143
|
});
|
|
144
|
-
|
|
145
|
-
var
|
|
146
|
-
const { __scopeDropdownMenu:
|
|
147
|
-
return /* @__PURE__ */ a(
|
|
144
|
+
he.displayName = De;
|
|
145
|
+
var Se = "DropdownMenuItemIndicator", Re = p.forwardRef((e, t) => {
|
|
146
|
+
const { __scopeDropdownMenu: o, ...n } = e, r = s(o);
|
|
147
|
+
return /* @__PURE__ */ a(re, { ...r, ...n, ref: t });
|
|
148
148
|
});
|
|
149
|
-
|
|
150
|
-
var
|
|
151
|
-
const { __scopeDropdownMenu:
|
|
152
|
-
return /* @__PURE__ */ a(
|
|
149
|
+
Re.displayName = Se;
|
|
150
|
+
var Ne = "DropdownMenuSeparator", Ie = p.forwardRef((e, t) => {
|
|
151
|
+
const { __scopeDropdownMenu: o, ...n } = e, r = s(o);
|
|
152
|
+
return /* @__PURE__ */ a(ae, { ...r, ...n, ref: t });
|
|
153
153
|
});
|
|
154
|
-
|
|
155
|
-
var
|
|
156
|
-
(
|
|
157
|
-
const { __scopeDropdownMenu:
|
|
158
|
-
return /* @__PURE__ */ a(
|
|
154
|
+
Ie.displayName = Ne;
|
|
155
|
+
var ye = "DropdownMenuArrow", Ce = p.forwardRef(
|
|
156
|
+
(e, t) => {
|
|
157
|
+
const { __scopeDropdownMenu: o, ...n } = e, r = s(o);
|
|
158
|
+
return /* @__PURE__ */ a(ie, { ...r, ...n, ref: t });
|
|
159
159
|
}
|
|
160
160
|
);
|
|
161
|
-
|
|
162
|
-
var
|
|
163
|
-
const { __scopeDropdownMenu:
|
|
164
|
-
return /* @__PURE__ */ a(
|
|
161
|
+
Ce.displayName = ye;
|
|
162
|
+
var xe = "DropdownMenuSubTrigger", Pe = p.forwardRef((e, t) => {
|
|
163
|
+
const { __scopeDropdownMenu: o, ...n } = e, r = s(o);
|
|
164
|
+
return /* @__PURE__ */ a(de, { ...r, ...n, ref: t });
|
|
165
165
|
});
|
|
166
|
-
|
|
167
|
-
var
|
|
168
|
-
const { __scopeDropdownMenu:
|
|
166
|
+
Pe.displayName = xe;
|
|
167
|
+
var Ee = "DropdownMenuSubContent", Ae = p.forwardRef((e, t) => {
|
|
168
|
+
const { __scopeDropdownMenu: o, ...n } = e, r = s(o);
|
|
169
169
|
return /* @__PURE__ */ a(
|
|
170
|
-
|
|
170
|
+
pe,
|
|
171
171
|
{
|
|
172
172
|
...r,
|
|
173
173
|
...n,
|
|
174
174
|
ref: t,
|
|
175
175
|
style: {
|
|
176
|
-
...
|
|
176
|
+
...e.style,
|
|
177
177
|
"--radix-dropdown-menu-content-transform-origin": "var(--radix-popper-transform-origin)",
|
|
178
178
|
"--radix-dropdown-menu-content-available-width": "var(--radix-popper-available-width)",
|
|
179
179
|
"--radix-dropdown-menu-content-available-height": "var(--radix-popper-available-height)",
|
|
@@ -183,15 +183,16 @@ var Eo = "DropdownMenuSubContent", Ao = d.forwardRef((o, t) => {
|
|
|
183
183
|
}
|
|
184
184
|
);
|
|
185
185
|
});
|
|
186
|
-
|
|
187
|
-
var
|
|
188
|
-
const
|
|
186
|
+
Ae.displayName = Ee;
|
|
187
|
+
var Oe = P, Be = A, Te = O, ke = T, Ge = k;
|
|
188
|
+
const l = {
|
|
189
189
|
"split-button-container": "SplitButton-module__split-button-container___Pt3u6",
|
|
190
190
|
"split-button-action-trigger": "SplitButton-module__split-button-action-trigger___dRgWH",
|
|
191
191
|
"split-button-dropdown-trigger": "SplitButton-module__split-button-dropdown-trigger___kVFdu",
|
|
192
192
|
"split-button-container-trigger-single": "SplitButton-module__split-button-container-trigger-single___LHqLO",
|
|
193
193
|
"split-button-container-trigger-split": "SplitButton-module__split-button-container-trigger-split___vMf3J",
|
|
194
194
|
"split-button-dropdown-menu": "SplitButton-module__split-button-dropdown-menu___VM6wC",
|
|
195
|
+
"split-button-dropdown-item-disabled": "SplitButton-module__split-button-dropdown-item-disabled___0DjMv",
|
|
195
196
|
"split-button-container-type-primary": "SplitButton-module__split-button-container-type-primary___rvgCN",
|
|
196
197
|
"split-button-container-disabled": "SplitButton-module__split-button-container-disabled___EO8ba",
|
|
197
198
|
"split-button-container-type-secondary": "SplitButton-module__split-button-container-type-secondary___bkeij",
|
|
@@ -201,45 +202,49 @@ const u = {
|
|
|
201
202
|
"split-button-dropdown-menu-size-sm": "SplitButton-module__split-button-dropdown-menu-size-sm___xlVmW",
|
|
202
203
|
"split-button-dropdown-arrow": "SplitButton-module__split-button-dropdown-arrow___-Pf9C"
|
|
203
204
|
};
|
|
204
|
-
function
|
|
205
|
-
type:
|
|
205
|
+
function Ve({
|
|
206
|
+
type: e = "primary",
|
|
206
207
|
trigger: t = "single",
|
|
207
|
-
size:
|
|
208
|
+
size: o = "md",
|
|
208
209
|
actionOptions: n,
|
|
209
210
|
disabled: r,
|
|
210
211
|
loading: i,
|
|
211
|
-
buttonLabel:
|
|
212
|
-
className:
|
|
213
|
-
...
|
|
212
|
+
buttonLabel: m,
|
|
213
|
+
className: d,
|
|
214
|
+
...c
|
|
214
215
|
}) {
|
|
215
|
-
const _ =
|
|
216
|
-
|
|
217
|
-
var
|
|
218
|
-
const
|
|
219
|
-
|
|
220
|
-
}, [
|
|
221
|
-
const
|
|
222
|
-
|
|
216
|
+
const _ = U(null), [w, f] = I(0), [b, N] = I(!1);
|
|
217
|
+
$(() => {
|
|
218
|
+
var g;
|
|
219
|
+
const u = (g = _.current) == null ? void 0 : g.getBoundingClientRect().width;
|
|
220
|
+
u && f(u);
|
|
221
|
+
}, [o]);
|
|
222
|
+
const G = () => {
|
|
223
|
+
N(!b);
|
|
223
224
|
}, {
|
|
224
|
-
onClick:
|
|
225
|
-
...
|
|
226
|
-
} =
|
|
227
|
-
t === "single" ?
|
|
225
|
+
onClick: h,
|
|
226
|
+
...L
|
|
227
|
+
} = c, z = (u) => {
|
|
228
|
+
t === "single" ? G() : n[0].action(), h == null || h(u);
|
|
228
229
|
};
|
|
229
|
-
return /* @__PURE__ */
|
|
230
|
-
/* @__PURE__ */ a(
|
|
231
|
-
/* @__PURE__ */
|
|
232
|
-
/* @__PURE__ */ a(
|
|
233
|
-
/* @__PURE__ */ a(
|
|
230
|
+
return /* @__PURE__ */ R("div", { ref: _, className: M(l["split-button-container"], l[`split-button-container-type-${e}`], l[`split-button-container-trigger-${t}`], l[`split-button-container-size-${o}`], (r || i) && l["split-button-container-disabled"], d), children: [
|
|
231
|
+
/* @__PURE__ */ a(W, { type: e, variant: "default", size: o, onClick: z, className: l["split-button-action-trigger"], disabled: r, loading: i, ...L, children: t === "single" ? m : n[0].label }),
|
|
232
|
+
/* @__PURE__ */ R(Oe, { open: b, onOpenChange: N, children: [
|
|
233
|
+
/* @__PURE__ */ a(Be, { disabled: r || i, className: l["split-button-dropdown-trigger"], children: /* @__PURE__ */ a(K, { icon: "ap-icon-expand-more", className: M(l["split-button-dropdown-arrow"]) }) }),
|
|
234
|
+
/* @__PURE__ */ a(Te, { children: /* @__PURE__ */ R(ke, { align: "end", sideOffset: 5, style: {
|
|
234
235
|
minWidth: w,
|
|
235
236
|
zIndex: 9999
|
|
236
237
|
}, children: [
|
|
237
238
|
" ",
|
|
238
|
-
/* @__PURE__ */ a("div", { className:
|
|
239
|
+
/* @__PURE__ */ a("div", { className: M(l["split-button-dropdown-menu"], l[`split-button-dropdown-menu-size-${o}`], (r || i) && l["split-button-dropdown-menu-disabled"]), children: n.map((u, g) => t === "split" && g === 0 ? null : /* @__PURE__ */ a(Ge, { title: u.label, onClick: (S) => {
|
|
240
|
+
u.disabled ? S.preventDefault() : u.action();
|
|
241
|
+
}, onSelect: (S) => {
|
|
242
|
+
u.disabled && S.preventDefault();
|
|
243
|
+
}, disabled: u.disabled, className: M(u.disabled && l["split-button-dropdown-item-disabled"]), children: /* @__PURE__ */ a("button", { type: "button", disabled: u.disabled, children: u.label }) }, u.value)) })
|
|
239
244
|
] }) })
|
|
240
245
|
] })
|
|
241
246
|
] });
|
|
242
247
|
}
|
|
243
248
|
export {
|
|
244
|
-
|
|
249
|
+
Ve as default
|
|
245
250
|
};
|
|
@@ -2,6 +2,7 @@ export type TooltipProps = {
|
|
|
2
2
|
className?: string;
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
content: React.ReactNode;
|
|
5
|
+
disabled?: boolean;
|
|
5
6
|
size?: 'md' | 'sm';
|
|
6
7
|
theme?: 'dark' | 'light';
|
|
7
8
|
tipSide?: 'top' | 'bottom' | 'left' | 'right';
|
|
@@ -22,6 +23,7 @@ export type TooltipProps = {
|
|
|
22
23
|
* @param {object} props - Tooltip component props
|
|
23
24
|
* @param {React.ReactNode} props.children - The trigger element that will show the tooltip on hover/focus
|
|
24
25
|
* @param {React.ReactNode} props.content - The content to display inside the tooltip
|
|
26
|
+
* @param {boolean} [props.disabled=false] - When true, no tooltip is shown and children are rendered as-is with no wrapper
|
|
25
27
|
* @param {'md' | 'sm'} [props.size='md'] - The size of the tooltip (affects padding and close button visibility)
|
|
26
28
|
* @param {'dark' | 'light'} [props.theme='dark'] - The visual theme of the tooltip (affects colors and styling)
|
|
27
29
|
* @param {'top' | 'bottom' | 'left' | 'right'} [props.tipSide='top'] - The side where the tooltip arrow points
|
|
@@ -31,4 +33,4 @@ export type TooltipProps = {
|
|
|
31
33
|
* @param {() => void} [props.onClose] - Callback fired when the tooltip is closed (only available for 'md' size)
|
|
32
34
|
* @returns {JSX.Element} The rendered Tooltip component
|
|
33
35
|
*/
|
|
34
|
-
export default function Tooltip({ children, content, size, theme, tipSide, tipAlignment, keepVisible, startVisible, onClose, className, }: TooltipProps): import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
export default function Tooltip({ children, content, disabled, size, theme, tipSide, tipAlignment, keepVisible, startVisible, onClose, className, }: TooltipProps): import("react/jsx-runtime").JSX.Element;
|