simple-keyboard 3.5.8 → 3.5.10

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.
@@ -129,6 +129,10 @@ export interface KeyboardOptions {
129
129
  * Define the background color that the physical keyboard highlighted key should have.
130
130
  */
131
131
  physicalKeyboardHighlightBgColor?: string;
132
+ /**
133
+ * Whether physicalKeyboardHighlight should use preventDefault to disable default browser actions.
134
+ */
135
+ physicalKeyboardHighlightPreventDefault?: boolean;
132
136
  /**
133
137
  * Calling preventDefault for the mousedown events keeps the focus on the input.
134
138
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard",
3
- "version": "3.5.8",
3
+ "version": "3.5.10",
4
4
  "description": "On-screen Javascript Virtual Keyboard",
5
5
  "main": "build/index.js",
6
6
  "scripts": {