tf-checkout-react 1.7.15 → 1.7.16
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/tf-checkout-react.cjs.development.js +2 -1
- package/dist/tf-checkout-react.cjs.development.js.map +1 -1
- package/dist/tf-checkout-react.cjs.production.min.js +1 -1
- package/dist/tf-checkout-react.cjs.production.min.js.map +1 -1
- package/dist/tf-checkout-react.esm.js +2 -1
- package/dist/tf-checkout-react.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/addonsContainer/SimpleAddonsContainer.tsx +1 -0
|
@@ -4760,7 +4760,8 @@ var SimpleAddonsContainer = function SimpleAddonsContainer(_ref) {
|
|
|
4760
4760
|
addOnDataWithCustomFields: addOnDataWithCustomFields,
|
|
4761
4761
|
configs: configs,
|
|
4762
4762
|
values: values,
|
|
4763
|
-
errors: errors
|
|
4763
|
+
errors: errors,
|
|
4764
|
+
useStepperQty: useStepperQty
|
|
4764
4765
|
})));
|
|
4765
4766
|
})));
|
|
4766
4767
|
})));
|