@thecb/components 8.4.0-beta.18 → 8.4.0-beta.19

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
@@ -19776,9 +19776,9 @@ var fontFamily$2 = {
19776
19776
  primary: "Public Sans",
19777
19777
  secondary: "Open Sans"
19778
19778
  };
19779
- var hoverColor$2 = "#116285";
19780
- var activeColor$3 = "#0E506D";
19781
- var externalLinkColor = "#15749D";
19779
+ var hoverColor$2 = SAPPHIRE_BLUE;
19780
+ var activeColor$3 = PEACOCK_BLUE;
19781
+ var externalLinkColor = MATISSE_BLUE;
19782
19782
  var fallbackValues$a = {
19783
19783
  fontFamily: fontFamily$2,
19784
19784
  hoverColor: hoverColor$2,
@@ -42897,7 +42897,7 @@ var LinkCard = function LinkCard(_ref) {
42897
42897
  borderRadius: "8px",
42898
42898
  dataQa: "link-card-".concat(title),
42899
42899
  width: "100%",
42900
- maxWidth: "288px",
42900
+ maxWidth: isMobile ? "100%" : "288px",
42901
42901
  minWidth: isMobile ? "240px" : "288px",
42902
42902
  minHeight: "141px",
42903
42903
  padding: "24px",