nectiasw 0.0.44 → 0.0.46
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 +3 -3
- 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
|
@@ -15344,9 +15344,9 @@ const K6 = {
|
|
|
15344
15344
|
s && `items-${s}`,
|
|
15345
15345
|
l && `justify-${l}`
|
|
15346
15346
|
)
|
|
15347
|
-
}, Mj = ({ children: e,
|
|
15348
|
-
const
|
|
15349
|
-
return /* @__PURE__ */ B("div", { className:
|
|
15347
|
+
}, Mj = ({ children: e, display: n = !0, ...t }) => {
|
|
15348
|
+
const r = K6.parent({ display: n, ...t });
|
|
15349
|
+
return /* @__PURE__ */ B("div", { className: r, children: e });
|
|
15350
15350
|
}, gfe = ({ children: e, ...n }) => {
|
|
15351
15351
|
const t = K6.child(n);
|
|
15352
15352
|
return /* @__PURE__ */ B("div", { className: t, children: e });
|