react-chessboard-ui 2.9.0 → 2.10.0

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.
@@ -2441,7 +2441,8 @@ var useChessBoardInteractive = function useChessBoardInteractive(props) {
2441
2441
  if (!onClickByChessBoard) return;
2442
2442
  onClickByChessBoard({
2443
2443
  cellData: cellData,
2444
- pos: pos
2444
+ pos: pos,
2445
+ currentColor: currentColor
2445
2446
  });
2446
2447
  };
2447
2448
  var selectFigureFrom = function selectFigureFrom(cellPos, extActualState) {