@thecb/components 12.0.6 → 12.0.7-beta.0

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
@@ -27021,7 +27021,7 @@ var NavFooter = function NavFooter(_ref) {
27021
27021
  background: backgroundColor,
27022
27022
  minHeight: footerMinHeight,
27023
27023
  minWidth: "100%",
27024
- extraStyles: isMobile ? "overflow: hidden;" : "height: ".concat(footerMinHeight, "; > * { height: 100%; };")
27024
+ extraStyles: isMobile ? "" : "min-height: ".concat(footerMinHeight, "; > * { min-height: 100%; };")
27025
27025
  }, rest), /*#__PURE__*/React__default.createElement(Center, {
27026
27026
  maxWidth: footerWidth || "76.5rem"
27027
27027
  }, /*#__PURE__*/React__default.createElement(Cover, {
@@ -47879,7 +47879,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
47879
47879
  }
47880
47880
  }, /*#__PURE__*/React__default.createElement(Title$1, {
47881
47881
  weight: FONT_WEIGHT_REGULAR,
47882
- as: "h3",
47882
+ as: "p",
47883
47883
  extraStyles: "font-size: 1rem;"
47884
47884
  }, agencyDisplayName), (lineItems === null || lineItems === void 0 ? void 0 : lineItems.length) && /*#__PURE__*/React__default.createElement(Text$1, {
47885
47885
  variant: "pS",
@@ -47930,7 +47930,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
47930
47930
  }, /*#__PURE__*/React__default.createElement(Title$1, {
47931
47931
  weight: FONT_WEIGHT_SEMIBOLD,
47932
47932
  as: "h2",
47933
- extraStyles: "font-size: 1.5rem; line-height: ".concat(isMobile ? "2.2857rem" : "2.25rem", ";"),
47933
+ extraStyles: "font-size: 1.375rem; line-height: ".concat(isMobile ? "2.2857rem" : "2.25rem", ";"),
47934
47934
  id: "payment-details-title"
47935
47935
  }, titleText), /*#__PURE__*/React__default.createElement(Title$1, {
47936
47936
  weight: FONT_WEIGHT_BOLD,
@@ -47940,7 +47940,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
47940
47940
  as: "h2",
47941
47941
  weight: FONT_WEIGHT_SEMIBOLD,
47942
47942
  margin: "1rem 0 0 0",
47943
- extraStyles: "font-size: 1.5rem; line-height: ".concat(isMobile ? "2.2857rem" : "2.25rem", ";"),
47943
+ extraStyles: "font-size: 1.375rem; line-height: ".concat(isMobile ? "2.2857rem" : "2.25rem", ";"),
47944
47944
  id: "payment-details-title"
47945
47945
  }, titleText), agencySubheading);
47946
47946
  return isCollapsible ? /*#__PURE__*/React__default.createElement(Collapsible, {