kokopu-react 3.3.3 → 3.3.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.
Files changed (182) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +15 -2
  3. package/dist/lib/chessboard/BoardProperties.d.ts +1 -1
  4. package/dist/lib/chessboard/BoardProperties.js +1 -1
  5. package/dist/lib/chessboard/Chessboard.css +1 -1
  6. package/dist/lib/chessboard/Chessboard.d.ts +1 -1
  7. package/dist/lib/chessboard/Chessboard.js +1 -1
  8. package/dist/lib/chessboard/ChessboardImpl.d.ts +1 -1
  9. package/dist/lib/chessboard/ChessboardImpl.js +1 -1
  10. package/dist/lib/chessboard/Draggable.d.ts +1 -1
  11. package/dist/lib/chessboard/Draggable.js +1 -1
  12. package/dist/lib/chessboard/Motion.d.ts +1 -1
  13. package/dist/lib/chessboard/Motion.js +1 -1
  14. package/dist/lib/chessboard/colorsets.d.ts +1 -1
  15. package/dist/lib/chessboard/colorsets.js +1 -1
  16. package/dist/lib/chessboard/piecesets.d.ts +1 -1
  17. package/dist/lib/chessboard/piecesets.js +1 -1
  18. package/dist/lib/errorbox/ErrorBox.css +1 -1
  19. package/dist/lib/errorbox/ErrorBox.d.ts +1 -1
  20. package/dist/lib/errorbox/ErrorBox.js +1 -1
  21. package/dist/lib/errorbox/parsing.d.ts +1 -1
  22. package/dist/lib/errorbox/parsing.js +1 -1
  23. package/dist/lib/exception.d.ts +1 -1
  24. package/dist/lib/exception.js +1 -1
  25. package/dist/lib/i18n.d.ts +1 -1
  26. package/dist/lib/i18n.js +1 -1
  27. package/dist/lib/icons/AnnotationSymbolShape.css +1 -1
  28. package/dist/lib/icons/AnnotationSymbolShape.d.ts +1 -1
  29. package/dist/lib/icons/AnnotationSymbolShape.js +1 -1
  30. package/dist/lib/icons/ArrowMarkerIcon.d.ts +1 -1
  31. package/dist/lib/icons/ArrowMarkerIcon.js +1 -1
  32. package/dist/lib/icons/ArrowTip.d.ts +1 -1
  33. package/dist/lib/icons/ArrowTip.js +1 -1
  34. package/dist/lib/icons/ChessPieceIcon.d.ts +1 -1
  35. package/dist/lib/icons/ChessPieceIcon.js +1 -1
  36. package/dist/lib/icons/SquareMarkerIcon.d.ts +1 -1
  37. package/dist/lib/icons/SquareMarkerIcon.js +1 -1
  38. package/dist/lib/icons/TextMarkerIcon.d.ts +1 -1
  39. package/dist/lib/icons/TextMarkerIcon.js +1 -1
  40. package/dist/lib/icons/arrow.css +1 -1
  41. package/dist/lib/index.d.ts +1 -1
  42. package/dist/lib/index.js +1 -1
  43. package/dist/lib/movetext/Movetext.css +1 -1
  44. package/dist/lib/movetext/Movetext.d.ts +1 -1
  45. package/dist/lib/movetext/Movetext.js +1 -1
  46. package/dist/lib/movetext/MovetextImpl.d.ts +1 -1
  47. package/dist/lib/movetext/MovetextImpl.js +1 -1
  48. package/dist/lib/movetext/fonts.css +1 -1
  49. package/dist/lib/movetext/htmlFilter.d.ts +1 -1
  50. package/dist/lib/movetext/htmlFilter.js +1 -1
  51. package/dist/lib/movetext/moveFormatter.d.ts +1 -1
  52. package/dist/lib/movetext/moveFormatter.js +1 -1
  53. package/dist/lib/navigationboard/NavigationBoard.d.ts +1 -1
  54. package/dist/lib/navigationboard/NavigationBoard.js +1 -1
  55. package/dist/lib/navigationboard/NavigationButton.d.ts +1 -1
  56. package/dist/lib/navigationboard/NavigationButton.js +1 -1
  57. package/dist/lib/navigationboard/NavigationField.css +1 -1
  58. package/dist/lib/navigationboard/NavigationField.d.ts +1 -1
  59. package/dist/lib/navigationboard/NavigationField.js +1 -1
  60. package/dist/lib/navigationboard/NavigationToolbar.css +1 -1
  61. package/dist/lib/navigationboard/NavigationToolbar.d.ts +1 -1
  62. package/dist/lib/navigationboard/NavigationToolbar.js +1 -1
  63. package/dist/lib/navigationboard/iconPaths.d.ts +1 -1
  64. package/dist/lib/navigationboard/iconPaths.js +1 -1
  65. package/dist/lib/sanitization.d.ts +1 -1
  66. package/dist/lib/sanitization.js +1 -1
  67. package/dist/lib/types.d.ts +1 -1
  68. package/dist/lib/types.js +1 -1
  69. package/dist/lib/util.d.ts +1 -1
  70. package/dist/lib/util.js +1 -1
  71. package/doc_src/demo/PageChessboardBase.tsx +1 -1
  72. package/doc_src/demo/PageChessboardInteraction.tsx +1 -1
  73. package/doc_src/demo/PageChessboardMove.tsx +1 -1
  74. package/doc_src/demo/PageChessboardSmallScreens.tsx +1 -1
  75. package/doc_src/demo/PageMovetextBase.tsx +1 -1
  76. package/doc_src/demo/PageMovetextInteraction.tsx +1 -1
  77. package/doc_src/demo/PageNavigationBoardBase.tsx +1 -1
  78. package/doc_src/demo/PageNavigationBoardUncontrolledVsControlled.tsx +1 -1
  79. package/doc_src/demo/PageSynchroNavigationBoardMovetext.tsx +1 -1
  80. package/doc_src/demo/decs.d.ts +1 -1
  81. package/doc_src/demo/demo.css +1 -1
  82. package/doc_src/demo/util.ts +1 -1
  83. package/doc_src/home.md +1 -1
  84. package/doc_src/theming/LogoRenderer.js +1 -1
  85. package/doc_src/theming/theming.css +1 -1
  86. package/package.json +31 -29
  87. package/scripts/doc.styleguide.config.js +1 -1
  88. package/scripts/test-graphic.webpack.config.js +1 -1
  89. package/scripts/test-headless.webpack.config.js +1 -1
  90. package/src/chessboard/BoardProperties.ts +1 -1
  91. package/src/chessboard/Chessboard.css +1 -1
  92. package/src/chessboard/Chessboard.tsx +1 -1
  93. package/src/chessboard/ChessboardImpl.tsx +1 -1
  94. package/src/chessboard/Draggable.tsx +1 -1
  95. package/src/chessboard/Motion.tsx +1 -1
  96. package/src/chessboard/colorsets.ts +1 -1
  97. package/src/chessboard/piecesets.ts +1 -1
  98. package/src/decs.d.ts +1 -1
  99. package/src/errorbox/ErrorBox.css +1 -1
  100. package/src/errorbox/ErrorBox.tsx +1 -1
  101. package/src/errorbox/parsing.tsx +1 -1
  102. package/src/exception.ts +1 -1
  103. package/src/i18n.ts +1 -1
  104. package/src/icons/AnnotationSymbolShape.css +1 -1
  105. package/src/icons/AnnotationSymbolShape.tsx +1 -1
  106. package/src/icons/ArrowMarkerIcon.tsx +1 -1
  107. package/src/icons/ArrowTip.tsx +1 -1
  108. package/src/icons/ChessPieceIcon.tsx +1 -1
  109. package/src/icons/SquareMarkerIcon.tsx +1 -1
  110. package/src/icons/TextMarkerIcon.tsx +1 -1
  111. package/src/icons/arrow.css +1 -1
  112. package/src/index.ts +1 -1
  113. package/src/movetext/Movetext.css +1 -1
  114. package/src/movetext/Movetext.tsx +1 -1
  115. package/src/movetext/MovetextImpl.tsx +1 -1
  116. package/src/movetext/fonts.css +1 -1
  117. package/src/movetext/htmlFilter.tsx +1 -1
  118. package/src/movetext/moveFormatter.tsx +1 -1
  119. package/src/navigationboard/NavigationBoard.tsx +1 -1
  120. package/src/navigationboard/NavigationButton.ts +1 -1
  121. package/src/navigationboard/NavigationField.css +1 -1
  122. package/src/navigationboard/NavigationField.tsx +1 -1
  123. package/src/navigationboard/NavigationToolbar.css +1 -1
  124. package/src/navigationboard/NavigationToolbar.tsx +1 -1
  125. package/src/navigationboard/iconPaths.ts +1 -1
  126. package/src/sanitization.ts +1 -1
  127. package/src/types.ts +1 -1
  128. package/src/util.ts +1 -1
  129. package/test/01_types.js +1 -1
  130. package/test/02_chessboard_util.js +1 -1
  131. package/test/03_error_box_graphic.js +1 -1
  132. package/test/04_icons_graphic.js +1 -1
  133. package/test/05_chessboard_graphic.js +1 -1
  134. package/test/06_chessboard_animation.js +1 -1
  135. package/test/07_chessboard_interaction.js +1 -1
  136. package/test/08_chessboard_play_moves.js +1 -1
  137. package/test/09_chessboard_small_screens.js +1 -1
  138. package/test/10_movetext_graphic.js +1 -1
  139. package/test/11_movetext_interaction.js +1 -1
  140. package/test/12_navigation_board_base.js +1 -1
  141. package/test/13_navigation_board_graphic.js +1 -1
  142. package/test/14_navigation_board_autoplay.js +1 -1
  143. package/test/common/graphic.js +1 -1
  144. package/test/graphic_test_app/03_error_box_graphic/base.tsx +1 -1
  145. package/test/graphic_test_app/03_error_box_graphic/localization.tsx +1 -1
  146. package/test/graphic_test_app/04_icons_graphic/chess_piece.tsx +1 -1
  147. package/test/graphic_test_app/04_icons_graphic/marker.tsx +1 -1
  148. package/test/graphic_test_app/05_chessboard_graphic/annotations.tsx +1 -1
  149. package/test/graphic_test_app/05_chessboard_graphic/base.tsx +1 -1
  150. package/test/graphic_test_app/05_chessboard_graphic/chess_variants.tsx +1 -1
  151. package/test/graphic_test_app/05_chessboard_graphic/flipped.tsx +1 -1
  152. package/test/graphic_test_app/05_chessboard_graphic/move.tsx +1 -1
  153. package/test/graphic_test_app/05_chessboard_graphic/theme.tsx +1 -1
  154. package/test/graphic_test_app/06_chessboard_animation/base_1.tsx +1 -1
  155. package/test/graphic_test_app/06_chessboard_animation/base_2.tsx +1 -1
  156. package/test/graphic_test_app/06_chessboard_animation/base_3.tsx +1 -1
  157. package/test/graphic_test_app/06_chessboard_animation/on_redraw.tsx +1 -1
  158. package/test/graphic_test_app/07_chessboard_interaction/click_squares.tsx +1 -1
  159. package/test/graphic_test_app/07_chessboard_interaction/edit_arrows.tsx +1 -1
  160. package/test/graphic_test_app/07_chessboard_interaction/error.tsx +1 -1
  161. package/test/graphic_test_app/07_chessboard_interaction/move_pieces.tsx +1 -1
  162. package/test/graphic_test_app/08_chessboard_play_moves/base.tsx +1 -1
  163. package/test/graphic_test_app/08_chessboard_play_moves/promotions.tsx +1 -1
  164. package/test/graphic_test_app/09_chessboard_small_screens/base.tsx +1 -1
  165. package/test/graphic_test_app/09_chessboard_small_screens/top_bottom_components.tsx +1 -1
  166. package/test/graphic_test_app/10_movetext_graphic/base.tsx +1 -1
  167. package/test/graphic_test_app/10_movetext_graphic/error.tsx +1 -1
  168. package/test/graphic_test_app/10_movetext_graphic/format_move.tsx +1 -1
  169. package/test/graphic_test_app/10_movetext_graphic/html.tsx +1 -1
  170. package/test/graphic_test_app/10_movetext_graphic/options.tsx +1 -1
  171. package/test/graphic_test_app/11_movetext_interaction/error.tsx +1 -1
  172. package/test/graphic_test_app/11_movetext_interaction/select_moves.tsx +1 -1
  173. package/test/graphic_test_app/12_navigation_board_base/controlled.tsx +1 -1
  174. package/test/graphic_test_app/12_navigation_board_base/uncontrolled.tsx +1 -1
  175. package/test/graphic_test_app/13_navigation_board_graphic/additional_buttons.tsx +1 -1
  176. package/test/graphic_test_app/13_navigation_board_graphic/error.tsx +1 -1
  177. package/test/graphic_test_app/13_navigation_board_graphic/theme.tsx +1 -1
  178. package/test/graphic_test_app/14_navigation_board_autoplay/controlled.tsx +1 -1
  179. package/test/graphic_test_app/14_navigation_board_autoplay/uncontrolled.tsx +1 -1
  180. package/test/graphic_test_app/common/decs.d.ts +1 -1
  181. package/test/graphic_test_app/common/test_app.css +1 -1
  182. package/test/graphic_test_app/common/test_app.tsx +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  ChangeLog
2
2
  =========
3
3
 
4
+ 3.3.5 (January 1, 2026)
5
+ -----------------------
6
+ * Minor fixes.
7
+
8
+ 3.3.4 (October 19, 2025)
9
+ -------------------------
10
+ * Automated deployment using GitHub Actions.
11
+
4
12
  3.3.3 (June 22, 2025)
5
13
  ---------------------
6
14
  * Minor fixes in dependencies.
package/README.md CHANGED
@@ -8,8 +8,9 @@ Kokopu-React is built on top of [Kokopu](https://www.npmjs.com/package/kokopu),
8
8
  implements all the chess logic (game rules, parsing of [FEN](https://en.wikipedia.org/wiki/Forsyth%E2%80%93Edwards_Notation)
9
9
  and [PGN](https://en.wikipedia.org/wiki/Portable_Game_Notation) formats...).
10
10
 
11
- https://www.npmjs.com/package/kokopu-react
12
-
11
+ [![NPM Version](https://img.shields.io/npm/v/kokopu-react)](https://www.npmjs.com/package/kokopu-react)
12
+ [![NPM Last Update](https://img.shields.io/npm/last-update/kokopu-react)](https://github.com/yo35/kokopu-react/actions/workflows/publish.yml)
13
+ [![NPM Downloads](https://img.shields.io/npm/dw/kokopu-react)](https://www.npmjs.com/package/kokopu-react)
13
14
  [![Build Status](https://github.com/yo35/kokopu-react/actions/workflows/main.yml/badge.svg)](https://github.com/yo35/kokopu-react/actions/workflows/main.yml)
14
15
  [![Coverage Status](https://coveralls.io/repos/github/yo35/kokopu-react/badge.svg?branch=master)](https://coveralls.io/github/yo35/kokopu-react?branch=master)
15
16
 
@@ -22,6 +23,18 @@ https://kokopu-react.yo35.org/
22
23
 
23
24
 
24
25
 
26
+ Installation
27
+ ------------
28
+
29
+ ```
30
+ npm install kokopu-react
31
+ ```
32
+
33
+ If you use [Webpack](https://webpack.js.org/), please look at [webpack configuration](https://kokopu-react.yo35.org/docs/current/#/Webpack%20configuration)
34
+ to get more information on how to configure it to handle Kokopu-React properly.
35
+
36
+
37
+
25
38
  Example
26
39
  -------
27
40
 
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
package/dist/lib/i18n.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
package/dist/lib/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *
@@ -3,7 +3,7 @@
3
3
  * *
4
4
  * Kokopu-React - A React-based library of chess-related components. *
5
5
  * <https://www.npmjs.com/package/kokopu-react> *
6
- * Copyright (C) 2021-2025 Yoann Le Montagner <yo35 -at- melix.net> *
6
+ * Copyright (C) 2021-2026 Yoann Le Montagner <yo35 -at- melix.net> *
7
7
  * *
8
8
  * Kokopu-React is free software: you can redistribute it and/or *
9
9
  * modify it under the terms of the GNU Lesser General Public License *