@react-spectrum/card 3.0.0-nightly.3527 → 3.0.0-nightly.3534

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
@@ -1007,6 +1007,7 @@ class $8019a3d2c7d098ea$export$8e52095834484b61 extends $5ee605f09afaa4de$export
1007
1007
  if (widths[item[0]][1] > this.minItemSize.width) {
1008
1008
  // subtract the delta from the width, if it's still greater than the min width
1009
1009
  // then we have finished, subtract the delta permanently from that width
1010
+ // eslint-disable-next-line max-depth
1010
1011
  if (widths[item[0]][1] - delta > this.minItemSize.width) {
1011
1012
  widths[item[0]][1] -= delta;
1012
1013
  delta = 0;