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
|
@@ -4753,7 +4753,8 @@ var SimpleAddonsContainer = function SimpleAddonsContainer(_ref) {
|
|
|
4753
4753
|
addOnDataWithCustomFields: addOnDataWithCustomFields,
|
|
4754
4754
|
configs: configs,
|
|
4755
4755
|
values: values,
|
|
4756
|
-
errors: errors
|
|
4756
|
+
errors: errors,
|
|
4757
|
+
useStepperQty: useStepperQty
|
|
4757
4758
|
})));
|
|
4758
4759
|
})));
|
|
4759
4760
|
})));
|