@aveonline/ui-react 2.19.6 → 2.19.7
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/ui-react.mjs +2 -1
- package/package.json +1 -1
package/dist/ui-react.mjs
CHANGED
|
@@ -11087,6 +11087,7 @@ function wue({
|
|
|
11087
11087
|
{
|
|
11088
11088
|
placement: "right",
|
|
11089
11089
|
withClick: !0,
|
|
11090
|
+
asChild: !0,
|
|
11090
11091
|
description: A,
|
|
11091
11092
|
children: /* @__PURE__ */ m.jsx(
|
|
11092
11093
|
lt,
|
|
@@ -11116,7 +11117,7 @@ function wue({
|
|
|
11116
11117
|
),
|
|
11117
11118
|
children: [
|
|
11118
11119
|
v,
|
|
11119
|
-
b && A && /* @__PURE__ */ m.jsx(Yl, { placement: "right", withClick: !0, description: A, children: /* @__PURE__ */ m.jsx(
|
|
11120
|
+
b && A && /* @__PURE__ */ m.jsx(Yl, { placement: "right", withClick: !0, description: A, asChild: !0, children: /* @__PURE__ */ m.jsx(
|
|
11120
11121
|
lt,
|
|
11121
11122
|
{
|
|
11122
11123
|
kind: "info",
|