@economic/taco 2.2.0 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,5 +4,6 @@ export declare type KeyDownHandlerOptions = {
4
4
  meta?: boolean;
5
5
  shift?: boolean;
6
6
  };
7
+ export declare function isEventTriggeredOnInteractiveElement(eventTarget: EventTarget | null): boolean;
7
8
  export declare function createShortcutKeyDownHandler<T = Element>(key: string | KeyDownHandlerOptions, handler: (event: KeyboardEvent | React.KeyboardEvent<T>) => void): (event: KeyboardEvent | React.KeyboardEvent<T>) => void;
8
9
  export declare const isMacOs: () => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "> TODO: description",
5
5
  "author": "Matt Daly <matthew.daly@visma.com>",
6
6
  "homepage": "https://github.com/e-conomic/taco#readme",
@@ -130,5 +130,5 @@
130
130
  "not ie < 11"
131
131
  ]
132
132
  },
133
- "gitHead": "bc88f9d87477687d2229b29bafc8f9084f378c9b"
133
+ "gitHead": "a94399672ed32a00cd947829c3cc850d576e08a8"
134
134
  }