@react-spectrum/card 3.0.0-nightly.3047 → 3.0.0-nightly.3066
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 +1 -4
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -4
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +4 -4
- package/dist/types.d.ts.map +1 -1
- package/package.json +22 -22
- package/src/Card.tsx +5 -8
package/dist/module.js
CHANGED
|
@@ -1459,10 +1459,8 @@ let $bc82b9626491359d$var$Card = /*#__PURE__*/ $k8Xpo$forwardRef((props, ref)=>{
|
|
|
1459
1459
|
ref: ref
|
|
1460
1460
|
}));
|
|
1461
1461
|
});
|
|
1462
|
-
// TODO: Update the typescript for the below and the export
|
|
1463
1462
|
// @ts-ignore
|
|
1464
|
-
|
|
1465
|
-
$bc82b9626491359d$var$Card.getCollectionNode = function* getCollectionNode(props, context) {
|
|
1463
|
+
$bc82b9626491359d$var$Card.getCollectionNode = function* getCollectionNode(props) {
|
|
1466
1464
|
let { children: children , textValue: textValue } = props;
|
|
1467
1465
|
yield {
|
|
1468
1466
|
type: 'item',
|
|
@@ -1473,7 +1471,6 @@ $bc82b9626491359d$var$Card.getCollectionNode = function* getCollectionNode(props
|
|
|
1473
1471
|
textValue: textValue
|
|
1474
1472
|
};
|
|
1475
1473
|
};
|
|
1476
|
-
// eslint-disable-next-line
|
|
1477
1474
|
let $bc82b9626491359d$export$60332b2344f7fe41 = $bc82b9626491359d$var$Card;
|
|
1478
1475
|
|
|
1479
1476
|
|