@economic/taco 2.36.1 → 2.36.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  export declare const hasFocusableElement: (element: HTMLElement | null) => boolean | null;
2
2
  export declare const isOverflowing: (element: HTMLElement | null) => boolean;
3
3
  export declare const getIndexOfFirstChildOverflowingParent: (element: HTMLElement, overscan?: number) => number | null;
4
- export declare const getNextFocussableElement: (currentElement: HTMLElement | null, direction?: -1 | 1) => HTMLElement | null;
4
+ export declare const getNextFocussableElement: (currentElement: HTMLElement | null) => HTMLElement | null;
5
5
  export declare function isElementInsideOrTriggeredFromContainer(element: Element | null, container: Element | null): any;
6
6
  export declare function isElementInsideOverlay(element: Element | null): boolean;
7
7
  export declare function isSiblingElementInsideSameParentOverlay(element: Element | null, sibling: Element | null): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "2.36.1",
3
+ "version": "2.36.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": "65638147b57c85284d33adf34ca5e6fc2e31e0f2"
133
+ "gitHead": "bfb14edb43e54d2bd5cd6d4e467d59fa4f66eb3d"
134
134
  }