@kashifd/jwero-components 0.6.13 → 0.6.14
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 -0
- 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
|
@@ -46804,6 +46804,12 @@ const Ia = ({ stroke: e = "#000", ...t }) => /* @__PURE__ */ w.jsxs(
|
|
|
46804
46804
|
options: {
|
|
46805
46805
|
boundary: "window"
|
|
46806
46806
|
}
|
|
46807
|
+
},
|
|
46808
|
+
{
|
|
46809
|
+
name: "flip",
|
|
46810
|
+
options: {
|
|
46811
|
+
fallbackPlacements: ["top", "right", "left"]
|
|
46812
|
+
}
|
|
46807
46813
|
}
|
|
46808
46814
|
],
|
|
46809
46815
|
children: ({ TransitionProps: m }) => /* @__PURE__ */ w.jsx(ws, { onClickAway: a, children: /* @__PURE__ */ w.jsx(ka, { ...m, timeout: 350, children: /* @__PURE__ */ w.jsx(
|