pixijs-input-devices 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -456,5 +456,6 @@ export type KeyboardLayout = "QWERTY" | "AZERTY" | "JCUKEN" | "QWERTZ";
456
456
  export type NavigatableContainer = Container;
457
457
  export type NavigationDirection = "navigateLeft" | "navigateRight" | "navigateUp" | "navigateDown";
458
458
  export type NavigationIntent = "navigateBack" | "navigateDown" | "navigateLeft" | "navigateRight" | "navigateUp" | "trigger";
459
+ export type NavigationTargetEvent = "focus" | "blur";
459
460
 
460
461
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixijs-input-devices",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "author": "Reece Como <reece.como@gmail.com>",
5
5
  "authors": [
6
6
  "Reece Como <reece.como@gmail.com>"