nectiasw 0.0.160 → 0.0.161
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +28 -28
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43859,7 +43859,7 @@ const hA = 2, Ei = {
|
|
|
43859
43859
|
t !== x && l && l(x);
|
|
43860
43860
|
};
|
|
43861
43861
|
return /* @__PURE__ */ B("div", { className: we(a && a), children: /* @__PURE__ */ he("div", { className: Ei.container, children: [
|
|
43862
|
-
/* @__PURE__ */ he("div", { className: Ei.controls.root, children: [
|
|
43862
|
+
/* @__PURE__ */ he("div", { className: Ei.controls.root(!!d), children: [
|
|
43863
43863
|
/* @__PURE__ */ B("span", { className: Ei.controls.prev }),
|
|
43864
43864
|
/* @__PURE__ */ B("span", { className: Ei.controls.next })
|
|
43865
43865
|
] }),
|