a11y-status
Advanced tools
Comparing version 0.0.0-pr862.2 to 0.0.0-pr877.1
@@ -45,3 +45,3 @@ 'use strict'; | ||
var cleanupStatus = /*#__PURE__*/throttleDebounce.debounce(500, () => { | ||
var cleanupStatus = throttleDebounce.debounce(500, () => { | ||
getStatusDiv().textContent = ''; | ||
@@ -48,0 +48,0 @@ }); |
@@ -41,3 +41,3 @@ import { debounce } from 'throttle-debounce'; | ||
var cleanupStatus = /*#__PURE__*/debounce(500, () => { | ||
var cleanupStatus = debounce(500, () => { | ||
getStatusDiv().textContent = ''; | ||
@@ -44,0 +44,0 @@ }); |
@@ -45,3 +45,3 @@ 'use strict'; | ||
var cleanupStatus = /*#__PURE__*/throttleDebounce.debounce(500, () => { | ||
var cleanupStatus = throttleDebounce.debounce(500, () => { | ||
getStatusDiv().textContent = ''; | ||
@@ -48,0 +48,0 @@ }); |
@@ -45,3 +45,3 @@ 'use strict'; | ||
var cleanupStatus = /*#__PURE__*/throttleDebounce.debounce(500, () => { | ||
var cleanupStatus = throttleDebounce.debounce(500, () => { | ||
getStatusDiv().textContent = ''; | ||
@@ -48,0 +48,0 @@ }); |
@@ -41,3 +41,3 @@ import { debounce } from 'throttle-debounce'; | ||
var cleanupStatus = /*#__PURE__*/debounce(500, () => { | ||
var cleanupStatus = debounce(500, () => { | ||
getStatusDiv().textContent = ''; | ||
@@ -44,0 +44,0 @@ }); |
{ | ||
"name": "a11y-status", | ||
"version": "0.0.0-pr862.2", | ||
"version": "0.0.0-pr877.1", | ||
"description": "Create a singleton live region for a11y status updates", | ||
@@ -33,3 +33,3 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status", | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.13", | ||
"@babel/runtime": "^7.13.7", | ||
"@types/throttle-debounce": "^2.1.0", | ||
@@ -36,0 +36,0 @@ "throttle-debounce": "^3.0.1" |
15898
Updated@babel/runtime@^7.13.7