@fileverse/ui 4.1.2-patch-7 → 4.1.2-patch-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/index.es.js +9 -4
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -39952,10 +39952,15 @@ const Rae = ({
|
|
|
39952
39952
|
content: e,
|
|
39953
39953
|
anchorTrigger: t,
|
|
39954
39954
|
...a
|
|
39955
|
-
}) =>
|
|
39956
|
-
|
|
39957
|
-
|
|
39958
|
-
|
|
39955
|
+
}) => {
|
|
39956
|
+
const n = (r) => {
|
|
39957
|
+
z.isValidElement(t) && t.props.onClick && t.props.onClick(r);
|
|
39958
|
+
};
|
|
39959
|
+
return /* @__PURE__ */ d.jsxs(Up, { children: [
|
|
39960
|
+
/* @__PURE__ */ d.jsx(Wp, { onClick: n, children: t }),
|
|
39961
|
+
/* @__PURE__ */ d.jsx(B0, { ...a, children: e })
|
|
39962
|
+
] });
|
|
39963
|
+
}, MX = YK, wX = _K, xX = QK, Yp = p.forwardRef(({ className: e, children: t, ...a }, n) => /* @__PURE__ */ d.jsxs(
|
|
39959
39964
|
Q3,
|
|
39960
39965
|
{
|
|
39961
39966
|
ref: n,
|