keyborg 3.237.0-canary.0 → 3.239.0-canary.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/dist/index.cjs CHANGED
@@ -334,7 +334,7 @@ function disposeKeyborg(instance) {
334
334
  * Copyright (c) Microsoft Corporation. All rights reserved.
335
335
  * Licensed under the MIT License.
336
336
  */
337
- const version = "3.237.0-canary.0";
337
+ const version = "3.239.0-canary.0";
338
338
  //#endregion
339
339
  exports.KEYBORG_FOCUSIN = KEYBORG_FOCUSIN;
340
340
  exports.KEYBORG_FOCUSOUT = KEYBORG_FOCUSOUT;
package/dist/index.js CHANGED
@@ -333,7 +333,7 @@ function disposeKeyborg(instance) {
333
333
  * Copyright (c) Microsoft Corporation. All rights reserved.
334
334
  * Licensed under the MIT License.
335
335
  */
336
- const version = "3.237.0-canary.0";
336
+ const version = "3.239.0-canary.0";
337
337
  //#endregion
338
338
  export { KEYBORG_FOCUSIN, KEYBORG_FOCUSOUT, createKeyborg, disposeKeyborg, getLastFocusedProgrammatically, nativeFocus, version };
339
339
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keyborg",
3
- "version": "3.237.0-canary.0",
3
+ "version": "3.239.0-canary.0",
4
4
  "description": "Keyboard Navigation Detection for Web",
5
5
  "author": "Marat Abdullin <marata@microsoft.com>",
6
6
  "license": "MIT",