@orderingstack/front-components-product-configurator 1.4.0 → 1.4.1

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/index.es.js CHANGED
@@ -6273,7 +6273,7 @@ const isInputCounterIncrementEnabled = (item, itemActualQty, validationMap) => {
6273
6273
  }
6274
6274
  };
6275
6275
  const isProductQtyCntAllowedToIncrement = (item, itemActualQty) => {
6276
- const { attrs: { qtyMax } = {} } = item;
6276
+ const { qtyMax } = item;
6277
6277
  return Number(itemActualQty) < Number(qtyMax || Number.MAX_SAFE_INTEGER);
6278
6278
  };
6279
6279
  const checkSelCtxParam = (item, validationMap, param) => {