@react-spectrum/card 3.0.0-alpha.12 → 3.0.0-alpha.13

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/module.js CHANGED
@@ -1001,6 +1001,7 @@ class $c0ba81539c443916$export$8e52095834484b61 extends $3d424c147206bac9$export
1001
1001
  if (widths[item[0]][1] > this.minItemSize.width) {
1002
1002
  // subtract the delta from the width, if it's still greater than the min width
1003
1003
  // then we have finished, subtract the delta permanently from that width
1004
+ // eslint-disable-next-line max-depth
1004
1005
  if (widths[item[0]][1] - delta > this.minItemSize.width) {
1005
1006
  widths[item[0]][1] -= delta;
1006
1007
  delta = 0;