@parrot-co/parrot-ui 0.0.76 → 0.0.78
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 +0 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +0 -1
- package/dist/module.js.map +1 -1
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -1598,7 +1598,6 @@ 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");
|
|
1602
1601
|
return $E4F9t$react.Children.map(children, (child, index)=>{
|
|
1603
1602
|
const isFirstChild = index == 0;
|
|
1604
1603
|
const isLastChild = index == childrenCount - 1;
|