abledom 0.6.3 → 0.6.5

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.
@@ -109,7 +109,7 @@ declare class AbleDOM {
109
109
  private _onFocusOut;
110
110
  private _notifyAsync;
111
111
  private _getCurrentIssues;
112
- idle(markAsRead?: boolean, timeout?: number): Promise<ValidationIssue[] | null>;
112
+ idle(markAsRead?: boolean, timeout?: number): Promise<ValidationIssue[]>;
113
113
  clearCurrentIssues(anchored?: boolean, notAnchored?: boolean): void;
114
114
  highlightElement(element: HTMLElement | null, scrollIntoView?: boolean, autoHideTime?: number): void;
115
115
  log: typeof console.error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abledom",
3
- "version": "0.6.3",
3
+ "version": "0.6.5",
4
4
  "author": "Marat Abdullin <marata@microsoft.com>",
5
5
  "description": "Continuous detection of typical web application accessibility problems.",
6
6
  "license": "MIT",