@react-spectrum/card 3.0.0-nightly.3047 → 3.0.0-nightly.3059

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 CHANGED
@@ -1475,10 +1475,8 @@ let $3e14bd611b6472e1$var$Card = /*#__PURE__*/ $4fjnF$react.forwardRef((props, r
1475
1475
  ref: ref
1476
1476
  }));
1477
1477
  });
1478
- // TODO: Update the typescript for the below and the export
1479
1478
  // @ts-ignore
1480
- // eslint-disable-next-line
1481
- $3e14bd611b6472e1$var$Card.getCollectionNode = function* getCollectionNode(props, context) {
1479
+ $3e14bd611b6472e1$var$Card.getCollectionNode = function* getCollectionNode(props) {
1482
1480
  let { children: children , textValue: textValue } = props;
1483
1481
  yield {
1484
1482
  type: 'item',
@@ -1489,7 +1487,6 @@ $3e14bd611b6472e1$var$Card.getCollectionNode = function* getCollectionNode(props
1489
1487
  textValue: textValue
1490
1488
  };
1491
1489
  };
1492
- // eslint-disable-next-line
1493
1490
  let $3e14bd611b6472e1$export$60332b2344f7fe41 = $3e14bd611b6472e1$var$Card;
1494
1491
 
1495
1492