react-chessboard-ui 1.4.6 → 1.4.7

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.
Files changed (2) hide show
  1. package/dist/index.css +1 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -2,6 +2,7 @@
2
2
  position: relative;
3
3
  width: -moz-fit-content;
4
4
  width: fit-content;
5
+ -webkit-tap-highlight-color: transparent;
5
6
  }
6
7
 
7
8
  ._2SyRK {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-chessboard-ui",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "A customizable and interactive chessboard component for React applications. Easily integrate a fully functional and responsive chessboard into your React project with features like drag-and-drop pieces, move validation, and customizable board styles.",
5
5
  "author": "skilldill",
6
6
  "license": "MIT",