@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/module.js
CHANGED
|
@@ -1553,7 +1553,6 @@ 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");
|
|
1557
1556
|
return $kF5Av$Children.map(children, (child, index)=>{
|
|
1558
1557
|
const isFirstChild = index == 0;
|
|
1559
1558
|
const isLastChild = index == childrenCount - 1;
|