@thecb/components 10.6.3-beta.1 → 10.6.3-beta.2
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
|
@@ -48922,9 +48922,9 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
48922
48922
|
justify: "space-between",
|
|
48923
48923
|
align: "center"
|
|
48924
48924
|
}, /*#__PURE__*/React__default.createElement(Title$1, {
|
|
48925
|
-
weight:
|
|
48925
|
+
weight: FONT_WEIGHT_SEMIBOLD,
|
|
48926
48926
|
as: "h2",
|
|
48927
|
-
extraStyles: "font-size: 1.
|
|
48927
|
+
extraStyles: "font-size: 1.5rem; line-height: ".concat(isMobile ? "2.2861rem" : "2.25rem", ";"),
|
|
48928
48928
|
id: "payment-details-title"
|
|
48929
48929
|
}, titleText), /*#__PURE__*/React__default.createElement(Title$1, {
|
|
48930
48930
|
weight: FONT_WEIGHT_BOLD,
|
|
@@ -48932,9 +48932,9 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
48932
48932
|
extraStyles: "font-size: 1.375rem;"
|
|
48933
48933
|
}, displayCurrency(total)))) : /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(Title$1, {
|
|
48934
48934
|
as: "h2",
|
|
48935
|
-
weight:
|
|
48935
|
+
weight: FONT_WEIGHT_SEMIBOLD,
|
|
48936
48936
|
margin: "1rem 0 0 0",
|
|
48937
|
-
extraStyles: "font-size: 1.
|
|
48937
|
+
extraStyles: "font-size: 1.5rem; line-height: ".concat(isMobile ? "2.2861rem" : "2.25rem", ";"),
|
|
48938
48938
|
id: "payment-details-title"
|
|
48939
48939
|
}, titleText), agencySubheading);
|
|
48940
48940
|
return isCollapsible ? /*#__PURE__*/React__default.createElement(Collapsible, {
|