@parrot-co/parrot-ui 0.0.75 → 0.0.76

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/module.js CHANGED
@@ -1553,6 +1553,7 @@ const $aca95339810194aa$var$SpaceContext = /*#__PURE__*/ $kF5Av$createContext({
1553
1553
  function $aca95339810194aa$export$eef1e68107c58ef2({ children: children , compact: compact , gap: gap , ...props }) {
1554
1554
  const childrenCount = $kF5Av$Children.count(children);
1555
1555
  const nodes = $kF5Av$useMemo(()=>{
1556
+ console.log("rendering space children");
1556
1557
  return $kF5Av$Children.map(children, (child, index)=>{
1557
1558
  const isFirstChild = index == 0;
1558
1559
  const isLastChild = index == childrenCount - 1;
@@ -1569,7 +1570,9 @@ function $aca95339810194aa$export$eef1e68107c58ef2({ children: children , compac
1569
1570
  children: child
1570
1571
  });
1571
1572
  });
1572
- }, []);
1573
+ }, [
1574
+ children
1575
+ ]);
1573
1576
  const realGap = compact ? undefined : gap;
1574
1577
  return /*#__PURE__*/ (0, $kF5Av$jsx)($aca95339810194aa$export$30d85e96e785900a, {
1575
1578
  gap: realGap,