a11y-status
Advanced tools
Comparing version 0.0.0-pr706.3 to 0.0.0-pr706.4
@@ -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-pr706.3", | ||
"version": "0.0.0-pr706.4", | ||
"description": "Create a singleton live region for a11y status updates", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15899