simple-keyboard 3.7.95 → 3.7.96

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.
@@ -1,5 +1,8 @@
1
1
  import SimpleKeyboard from "./components/Keyboard";
2
2
  import Utilities from "./services/Utilities";
3
+ export interface SKWindow extends Window {
4
+ SimpleKeyboardInstances?: any;
5
+ }
3
6
  export interface KeyboardLayoutObject {
4
7
  [key: string]: string[];
5
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard",
3
- "version": "3.7.95",
3
+ "version": "3.7.96",
4
4
  "description": "On-screen Javascript Virtual Keyboard",
5
5
  "main": "build/index.js",
6
6
  "scripts": {