simple-keyboard 3.4.79 → 3.4.82

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.
@@ -116,6 +116,10 @@ export interface KeyboardOptions {
116
116
  * In other words, this calls button.click() on the highlighted button
117
117
  */
118
118
  physicalKeyboardHighlightPressUseClick?: boolean;
119
+ /**
120
+ * Whether physicalKeyboardHighlightPress should use pointer events to trigger buttons.
121
+ */
122
+ physicalKeyboardHighlightPressUsePointerEvents?: boolean;
119
123
  /**
120
124
  * Define the text color that the physical keyboard highlighted key should have.
121
125
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard",
3
- "version": "3.4.79",
3
+ "version": "3.4.82",
4
4
  "description": "On-screen Javascript Virtual Keyboard",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -46,7 +46,7 @@
46
46
  "@babel/polyfill": "^7.12.1",
47
47
  "@babel/preset-env": "^7.16.11",
48
48
  "@types/jest": "^27.4.1",
49
- "@typescript-eslint/eslint-plugin": "^5.16.0",
49
+ "@typescript-eslint/eslint-plugin": "^5.19.0",
50
50
  "@typescript-eslint/parser": "^5.18.0",
51
51
  "autoprefixer": "^10.4.4",
52
52
  "babel-eslint": "^10.1.0",