@thecb/components 12.0.6-beta.0 → 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
@@ -13930,7 +13930,8 @@ var ForgotPasswordIcon = function ForgotPasswordIcon(_ref) {
13930
13930
  xmlnsXlink: "http://www.w3.org/1999/xlink",
13931
13931
  width: "100",
13932
13932
  height: "100",
13933
- viewBox: "0 0 100 100"
13933
+ viewBox: "0 0 100 100",
13934
+ "aria-hidden": "true"
13934
13935
  }, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("path", {
13935
13936
  id: "prefix__a",
13936
13937
  d: "M0 0h100v100H0z"
@@ -27020,7 +27021,7 @@ var NavFooter = function NavFooter(_ref) {
27020
27021
  background: backgroundColor,
27021
27022
  minHeight: footerMinHeight,
27022
27023
  minWidth: "100%",
27023
- extraStyles: isMobile ? "overflow: hidden;" : "height: ".concat(footerMinHeight, "; > * { height: 100%; };")
27024
+ extraStyles: isMobile ? "" : "min-height: ".concat(footerMinHeight, "; > * { min-height: 100%; };")
27024
27025
  }, rest), /*#__PURE__*/React__default.createElement(Center, {
27025
27026
  maxWidth: footerWidth || "76.5rem"
27026
27027
  }, /*#__PURE__*/React__default.createElement(Cover, {
@@ -47878,7 +47879,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
47878
47879
  }
47879
47880
  }, /*#__PURE__*/React__default.createElement(Title$1, {
47880
47881
  weight: FONT_WEIGHT_REGULAR,
47881
- as: "h3",
47882
+ as: "p",
47882
47883
  extraStyles: "font-size: 1rem;"
47883
47884
  }, agencyDisplayName), (lineItems === null || lineItems === void 0 ? void 0 : lineItems.length) && /*#__PURE__*/React__default.createElement(Text$1, {
47884
47885
  variant: "pS",
@@ -47929,7 +47930,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
47929
47930
  }, /*#__PURE__*/React__default.createElement(Title$1, {
47930
47931
  weight: FONT_WEIGHT_SEMIBOLD,
47931
47932
  as: "h2",
47932
- 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", ";"),
47933
47934
  id: "payment-details-title"
47934
47935
  }, titleText), /*#__PURE__*/React__default.createElement(Title$1, {
47935
47936
  weight: FONT_WEIGHT_BOLD,
@@ -47939,7 +47940,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
47939
47940
  as: "h2",
47940
47941
  weight: FONT_WEIGHT_SEMIBOLD,
47941
47942
  margin: "1rem 0 0 0",
47942
- 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", ";"),
47943
47944
  id: "payment-details-title"
47944
47945
  }, titleText), agencySubheading);
47945
47946
  return isCollapsible ? /*#__PURE__*/React__default.createElement(Collapsible, {