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 CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  export { Box } from './components/Box';
2
3
  export type { BoxProps } from './components/Box/types';
3
4
  export { Row } from './components/Row';
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, display: n = !0 }) => {
15977
- const t = z.useMemo(() => n8.parent({ display: n }), [n]);
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, "");