@wordpress/keycodes 3.30.0 → 3.32.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.
- package/CHANGELOG.md +4 -0
- package/README.md +3 -6
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -128,8 +128,7 @@ _Returns_
|
|
|
128
128
|
|
|
129
129
|
### isKeyboardEvent
|
|
130
130
|
|
|
131
|
-
An object that contains functions to check if a keyboard event matches a
|
|
132
|
-
predefined shortcut combination.
|
|
131
|
+
An object that contains functions to check if a keyboard event matches a predefined shortcut combination.
|
|
133
132
|
|
|
134
133
|
_Usage_
|
|
135
134
|
|
|
@@ -149,8 +148,7 @@ Keycode for LEFT key.
|
|
|
149
148
|
|
|
150
149
|
### modifiers
|
|
151
150
|
|
|
152
|
-
Object that contains functions that return the available modifier
|
|
153
|
-
depending on platform.
|
|
151
|
+
Object that contains functions that return the available modifier depending on platform.
|
|
154
152
|
|
|
155
153
|
_Type_
|
|
156
154
|
|
|
@@ -192,8 +190,7 @@ Keycode for SHIFT key.
|
|
|
192
190
|
|
|
193
191
|
### shortcutAriaLabel
|
|
194
192
|
|
|
195
|
-
An object that contains functions to return an aria label for a keyboard
|
|
196
|
-
shortcut.
|
|
193
|
+
An object that contains functions to return an aria label for a keyboard shortcut.
|
|
197
194
|
|
|
198
195
|
_Usage_
|
|
199
196
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/keycodes",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.0",
|
|
4
4
|
"description": "Keycodes utilities for WordPress. Used to check for keyboard events across browsers/operating systems.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"sideEffects": false,
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@babel/runtime": "^7.16.0",
|
|
31
|
-
"@wordpress/i18n": "^4.
|
|
31
|
+
"@wordpress/i18n": "^4.32.0",
|
|
32
32
|
"change-case": "^4.1.2"
|
|
33
33
|
},
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "6df0c62d43b8901414ccd22ffbe56eaa99d012a6"
|
|
38
38
|
}
|