@thecb/components 11.2.6-beta.4 → 11.2.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "11.2.6-beta.4",
3
+ "version": "11.2.6",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
@@ -87,7 +87,7 @@ const HeroImage = ({
87
87
  <Paragraph
88
88
  color={themeValues.heroTextColor}
89
89
  extraStyles={`line-height: 150%; ${
90
- !isMobile ? "font-size: 1.125rem;" : ""
90
+ !isMobile ? "font-size: 1.25rem;" : ""
91
91
  }`}
92
92
  >
93
93
  {description}
@@ -114,7 +114,7 @@ export const DesktopV1 = {
114
114
  minWidth: "1000px",
115
115
  minHeight: "274px",
116
116
  imageUrl:
117
- "https://cb-public-assets.s3-us-west-2.amazonaws.com/cityville/hero.png"
117
+ "https://cb-public-assets.s3-us-west-2.amazonaws.com/cityville/hero.jpg"
118
118
  }
119
119
  };
120
120