nectiasw 0.0.39 → 0.0.41
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.d.ts +1 -0
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +18 -18
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -15973,12 +15973,12 @@ const n8 = {
|
|
|
15973
15973
|
s && `items-${s}`,
|
|
15974
15974
|
l && `justify-${l}`
|
|
15975
15975
|
)
|
|
15976
|
-
}, LU = ({ children: e,
|
|
15977
|
-
const t =
|
|
15976
|
+
}, LU = ({ children: e, ...n }) => {
|
|
15977
|
+
const t = n8.parent(n);
|
|
15978
|
+
return /* @__PURE__ */ P.jsx("div", { className: t, children: e });
|
|
15979
|
+
}, xfe = ({ children: e, ...n }) => {
|
|
15980
|
+
const t = n8.child(n);
|
|
15978
15981
|
return /* @__PURE__ */ P.jsx("div", { className: t, children: e });
|
|
15979
|
-
}, xfe = (e) => {
|
|
15980
|
-
const n = z.useMemo(() => n8.child(e), [e]);
|
|
15981
|
-
return /* @__PURE__ */ P.jsx("div", { className: n, children: e.children });
|
|
15982
15982
|
};
|
|
15983
15983
|
function iS(e) {
|
|
15984
15984
|
const n = e.replace(/\D/g, "");
|