@thecb/components 7.11.0-beta.5 → 7.11.0-beta.6

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.cjs.js CHANGED
@@ -46591,7 +46591,6 @@ var createPartialAmountFormState = function createPartialAmountFormState(lineIte
46591
46591
  console.log("maximum is", maximum);
46592
46592
  console.log("item amount is", item.amount);
46593
46593
  console.log("block payment overpay", blockPartialPaymentOverpay);
46594
- console.log("payment max is", paymentMax);
46595
46594
  var validators = [required(), validateSum(numberGreaterThanOrEqualTo(minimum), lineItems.filter(function (lineItem) {
46596
46595
  return lineItem != item;
46597
46596
  }).reduce(function (acc, curr) {