@salesgenterp/ui-components 0.4.35 → 0.4.36
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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1835,7 +1835,8 @@ var CartSummary = function CartSummary(_ref) {
|
|
|
1835
1835
|
clickRedirect = _ref.clickRedirect,
|
|
1836
1836
|
subtotal = _ref.subtotal,
|
|
1837
1837
|
styles = _ref.styles,
|
|
1838
|
-
totalCartPrice = _ref.totalCartPrice
|
|
1838
|
+
totalCartPrice = _ref.totalCartPrice,
|
|
1839
|
+
loading = _ref.loading;
|
|
1839
1840
|
var cartSummary = styles.cartSummary,
|
|
1840
1841
|
Btn = styles.Btn;
|
|
1841
1842
|
return /*#__PURE__*/React__default.createElement(CartSummaryContainer, {
|