cm-chessboard 8.1.4 → 8.1.5

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": "cm-chessboard",
3
- "version": "8.1.4",
3
+ "version": "8.1.5",
4
4
  "description": "A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.",
5
5
  "keywords": [
6
6
  "chess",
@@ -10,7 +10,7 @@ export class AutoBorderNone extends Extension {
10
10
  super(chessboard)
11
11
  this.props = {
12
12
  chessboardBorderType: chessboard.props.style.borderType,
13
- borderNoneBelow: 550 // pixels width of the board, where the border is set to none
13
+ borderNoneBelow: 540 // pixels width of the board, where the border is set to none
14
14
  }
15
15
  Object.assign(this.props, props)
16
16
  this.registerExtensionPoint(EXTENSION_POINT.beforeRedrawBoard, this.extensionPointBeforeRedrawBoard.bind(this))