@msobiecki/react-marauders-path 1.12.0 → 1.14.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # react-marauders-path
2
2
 
3
+ [![License](https://img.shields.io/badge/license-%20%20GNU%20GPLv3%20-green.svg)](https://github.com/msobiecki/react-marauders-path/blob/master/LICENSE)
4
+
3
5
  A lightweight, type-safe React library for handling keyboard events. Perfect for games, interactive applications, and keyboard-driven interfaces.
4
6
 
5
7
  ![react-marauders-path](./docs/images/logotype.png)
@@ -152,6 +154,7 @@ interface WheelData {
152
154
  x: number; // Delta X value
153
155
  y: number; // Delta Y value
154
156
  z: number; // Delta Z value
157
+ deltaMode: number; // Delta mode value
155
158
  }
156
159
  ```
157
160
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@msobiecki/react-marauders-path",
3
- "version": "1.12.0",
3
+ "version": "1.14.0",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=22.17.1"