@economic/taco 2.30.1 → 2.30.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,4 +6,3 @@ export declare function isElementInsideOrTriggeredFromContainer(element: Element
6
6
  export declare function isElementInsideOverlay(element: Element | null): boolean;
7
7
  export declare function isSiblingElementInsideSameParentOverlay(element: Element | null, sibling: Element | null): boolean;
8
8
  export declare function isElementInteractive(element: Element | null): boolean;
9
- export declare function isElementInsideTable3OrReport(element: Element | null): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "2.30.1",
3
+ "version": "2.30.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": "cac4e0a1f94dec9e374e3e1831c58a76e1cad2c0"
133
+ "gitHead": "63dd157f9275597becffa17f41d6450f73522a15"
134
134
  }