@salesgenterp/ui-components 0.4.32 → 0.4.34
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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1952,7 +1952,8 @@ var CartPageComponent = function CartPageComponent(_ref) {
|
|
|
1952
1952
|
clickRedirect: clickRedirect,
|
|
1953
1953
|
subtotal: cartData === null || cartData === void 0 ? void 0 : cartData.totalCartPrice,
|
|
1954
1954
|
totalCartPrice: cartData === null || cartData === void 0 ? void 0 : cartData.totalCartPrice,
|
|
1955
|
-
styles: styles
|
|
1955
|
+
styles: styles,
|
|
1956
|
+
loading: loading
|
|
1956
1957
|
})));
|
|
1957
1958
|
};
|
|
1958
1959
|
|
|
@@ -1972,7 +1973,7 @@ var CheckoutSummaryContainer = styled.div(_templateObject$7 || (_templateObject$
|
|
|
1972
1973
|
return props.bg || 'rgba(255, 240, 236, 1)';
|
|
1973
1974
|
});
|
|
1974
1975
|
var TextRow = styled.div(_templateObject2$7 || (_templateObject2$7 = _taggedTemplateLiteralLoose(["\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n max-width: 90%;\n margin-bottom: 1em;\n padding-bottom: 1em;\n width: 90%;\n border-bottom: 1px solid rgba(250, 232, 229, 1);\n .text {\n font-size: 0.875em;\n font-weight: 300;\n text-transform: capitalize;\n }\n .total {\n font-size: 1.65em;\n font-weight: 800;\n }\n"])));
|
|
1975
|
-
var FilledInfo = styled.div(_templateObject3$7 || (_templateObject3$7 = _taggedTemplateLiteralLoose(["\n margin-bottom: 2em;\n .heading {\n font-size: 1.25em;\n font-weight: 800;\n margin-bottom: 0.8em;\n }\n\n p {\n font-size: 0.875em;\n font-weight: 300;\n text-transform: capitalize;\n max-width: 50%;\n }\n .bold {\n font-weight: 700;\n }\n .payment {\n width: 70px;\n height: 48px;\n background: #ffffff;\n border-radius: 15.875px;\n display: grid;\n place-items: center;\n overflow: hidden;\n }\n .blank {\n padding-bottom: 2em;\n }\n"])));
|
|
1976
|
+
var FilledInfo = styled.div(_templateObject3$7 || (_templateObject3$7 = _taggedTemplateLiteralLoose(["\n margin-bottom: 2em;\n .heading {\n font-size: 1.25em;\n font-weight: 800;\n margin-bottom: 0.8em;\n }\n\n p {\n font-size: 0.875em;\n font-weight: 300;\n text-transform: capitalize;\n max-width: 50%;\n }\n .bold {\n font-weight: 700;\n margin-bottom: .8em;\n }\n .payment {\n width: 70px;\n height: 48px;\n background: #ffffff;\n border-radius: 15.875px;\n display: grid;\n place-items: center;\n overflow: hidden;\n }\n .blank {\n padding-bottom: 2em;\n }\n"])));
|
|
1976
1977
|
|
|
1977
1978
|
var CheckoutSummary = function CheckoutSummary(_ref) {
|
|
1978
1979
|
var _src;
|