@thecb/components 10.6.3-beta.2 → 10.6.3-beta.3
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.esm.js
CHANGED
|
@@ -48916,7 +48916,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
48916
48916
|
}, /*#__PURE__*/React.createElement(Title$1, {
|
|
48917
48917
|
weight: FONT_WEIGHT_SEMIBOLD,
|
|
48918
48918
|
as: "h2",
|
|
48919
|
-
extraStyles: "font-size: 1.5rem; line-height: ".concat(isMobile ? "2.
|
|
48919
|
+
extraStyles: "font-size: 1.5rem; line-height: ".concat(isMobile ? "2.2857rem" : "2.25rem", ";"),
|
|
48920
48920
|
id: "payment-details-title"
|
|
48921
48921
|
}, titleText), /*#__PURE__*/React.createElement(Title$1, {
|
|
48922
48922
|
weight: FONT_WEIGHT_BOLD,
|
|
@@ -48926,7 +48926,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
48926
48926
|
as: "h2",
|
|
48927
48927
|
weight: FONT_WEIGHT_SEMIBOLD,
|
|
48928
48928
|
margin: "1rem 0 0 0",
|
|
48929
|
-
extraStyles: "font-size: 1.5rem; line-height: ".concat(isMobile ? "2.
|
|
48929
|
+
extraStyles: "font-size: 1.5rem; line-height: ".concat(isMobile ? "2.2857rem" : "2.25rem", ";"),
|
|
48930
48930
|
id: "payment-details-title"
|
|
48931
48931
|
}, titleText), agencySubheading);
|
|
48932
48932
|
return isCollapsible ? /*#__PURE__*/React.createElement(Collapsible, {
|