@thecb/components 12.0.6-beta.0 → 12.0.7

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, {