heroes-of-chess-components 0.6.43 → 0.6.44

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.
@@ -7,7 +7,7 @@ import HTitle from "../HTitle/HTitle";
7
7
  import HBox from "../HBox/HBox";
8
8
 
9
9
  const CharacterImage = styled("img")<{ margin?: string }>`
10
- width: 70px;
10
+ width: 50px;
11
11
  border-radius: 50%;
12
12
  margin: ${({ margin }) => margin || "0"};
13
13
  `;
@@ -242,7 +242,7 @@ const HRaceTable: React.FC<HRaceTableProps> = ({ data, points }) => {
242
242
  margin="0 0 -60px 30px"
243
243
  />
244
244
  </HBox>
245
- <img src={HocIconPodioRace} alt="racePodio" width={375} />
245
+ <img src={HocIconPodioRace} alt="racePodio" width={345} />
246
246
  </HBox>
247
247
  </div>
248
248
  </HBox>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heroes-of-chess-components",
3
- "version": "0.6.43",
3
+ "version": "0.6.44",
4
4
  "description": "Reusable React Components for Heroes of Chess Apps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",