minecraft-inventory 0.1.8 → 0.1.9

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": "minecraft-inventory",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "release": {
@@ -298,7 +298,7 @@ export function InventoryOverlay({
298
298
  lineHeight: 1,
299
299
  }}
300
300
  >
301
- INV 0.1.8
301
+ INV 0.1.9
302
302
  </a>
303
303
  )}
304
304
 
@@ -225,7 +225,7 @@ export const ItemCanvas = memo(function ItemCanvas({
225
225
  right: 0,
226
226
  fontSize: countFontSize,
227
227
  fontFamily: "'Minecraftia', 'Minecraft', monospace",
228
- fontWeight: 'bold',
228
+ fontWeight: 'normal',
229
229
  color: '#ffffff',
230
230
  lineHeight: 1,
231
231
  pointerEvents: 'none',