@kashifd/jwero-components 0.6.63 → 0.6.64
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 +6 -18
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -47003,33 +47003,21 @@ const aa = ({ stroke: e = "#000", ...t }) => /* @__PURE__ */ x.jsxs(
|
|
|
47003
47003
|
placement: r = "bottom",
|
|
47004
47004
|
onClose: a,
|
|
47005
47005
|
anchorEl: s,
|
|
47006
|
-
boxSx: c
|
|
47006
|
+
boxSx: c,
|
|
47007
|
+
popperProps: d
|
|
47007
47008
|
}) => {
|
|
47008
|
-
const
|
|
47009
|
+
const m = t && !!s ? "transition-popper" : void 0;
|
|
47009
47010
|
return /* @__PURE__ */ x.jsx(
|
|
47010
47011
|
Ta,
|
|
47011
47012
|
{
|
|
47012
|
-
id:
|
|
47013
|
+
id: m,
|
|
47013
47014
|
open: t,
|
|
47014
47015
|
anchorEl: s,
|
|
47015
47016
|
transition: !0,
|
|
47016
47017
|
placement: r,
|
|
47017
47018
|
sx: { zIndex: 9999 },
|
|
47018
|
-
|
|
47019
|
-
|
|
47020
|
-
name: "preventOverflow",
|
|
47021
|
-
options: {
|
|
47022
|
-
boundary: "window"
|
|
47023
|
-
}
|
|
47024
|
-
},
|
|
47025
|
-
{
|
|
47026
|
-
name: "flip",
|
|
47027
|
-
options: {
|
|
47028
|
-
fallbackPlacements: ["top", "right", "left"]
|
|
47029
|
-
}
|
|
47030
|
-
}
|
|
47031
|
-
],
|
|
47032
|
-
children: ({ TransitionProps: m }) => /* @__PURE__ */ x.jsx(As, { onClickAway: a, children: /* @__PURE__ */ x.jsx(Oa, { ...m, timeout: 350, children: /* @__PURE__ */ x.jsx(
|
|
47019
|
+
...d,
|
|
47020
|
+
children: ({ TransitionProps: v }) => /* @__PURE__ */ x.jsx(As, { onClickAway: a, children: /* @__PURE__ */ x.jsx(Oa, { ...v, timeout: 350, children: /* @__PURE__ */ x.jsx(
|
|
47033
47021
|
Ue,
|
|
47034
47022
|
{
|
|
47035
47023
|
sx: {
|