heroes-of-chess-components 0.6.38 → 0.6.39

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.
@@ -171,7 +171,6 @@ const HRaceTable: React.FC<HRaceTableProps> = ({ data, points }) => {
171
171
  >
172
172
  <CharacterImage
173
173
  src={setCharacterPicture(getPlayerProfileInfo(point) || {}).picture}
174
- margin="0 10px 0 10px"
175
174
  style={{ width: "50px", height: "50px" }}
176
175
  />
177
176
  <HTitle
@@ -186,14 +185,14 @@ const HRaceTable: React.FC<HRaceTableProps> = ({ data, points }) => {
186
185
  textAlign={"left"}
187
186
  />
188
187
  <HCoinLabel
189
- width={"280px"}
188
+ width={"250px"}
190
189
  value={knowCoinsAndDiamonds({
191
190
  coins: true,
192
191
  id: getPlayerId(point),
193
192
  })}
194
193
  />
195
194
  <HCoinLabel
196
- width={"280px"}
195
+ width={"250px"}
197
196
  value={knowCoinsAndDiamonds({
198
197
  diamonds: true,
199
198
  id: getPlayerId(point),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heroes-of-chess-components",
3
- "version": "0.6.38",
3
+ "version": "0.6.39",
4
4
  "description": "Reusable React Components for Heroes of Chess Apps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",