@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/main.js +4 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +4 -1
- package/dist/module.js.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -1598,6 +1598,7 @@ const $78991f4fdd965321$var$SpaceContext = /*#__PURE__*/ $E4F9t$react.createCont
|
|
|
1598
1598
|
function $78991f4fdd965321$export$eef1e68107c58ef2({ children: children , compact: compact , gap: gap , ...props }) {
|
|
1599
1599
|
const childrenCount = $E4F9t$react.Children.count(children);
|
|
1600
1600
|
const nodes = $E4F9t$react.useMemo(()=>{
|
|
1601
|
+
console.log("rendering space children");
|
|
1601
1602
|
return $E4F9t$react.Children.map(children, (child, index)=>{
|
|
1602
1603
|
const isFirstChild = index == 0;
|
|
1603
1604
|
const isLastChild = index == childrenCount - 1;
|
|
@@ -1614,7 +1615,9 @@ function $78991f4fdd965321$export$eef1e68107c58ef2({ children: children , compac
|
|
|
1614
1615
|
children: child
|
|
1615
1616
|
});
|
|
1616
1617
|
});
|
|
1617
|
-
}, [
|
|
1618
|
+
}, [
|
|
1619
|
+
children
|
|
1620
|
+
]);
|
|
1618
1621
|
const realGap = compact ? undefined : gap;
|
|
1619
1622
|
return /*#__PURE__*/ (0, $E4F9t$reactjsxruntime.jsx)($78991f4fdd965321$export$30d85e96e785900a, {
|
|
1620
1623
|
gap: realGap,
|