a11y-status
Advanced tools
Comparing version 0.0.0-pr2169.2 to 0.0.0-pr2222.1
@@ -1,1 +0,15 @@ | ||
export { setStatus } from './_tsup-dts-rollup'; | ||
/** | ||
* Set the status of the created live region so that screen readers | ||
* announce the changes for a11y. | ||
* | ||
* @remarks | ||
* | ||
* The status is using a singleton html div. This means that the same invisible | ||
* live status element is used for the lifetime of your code. | ||
* | ||
* @param status the status message | ||
* @param doc document passed by the user. | ||
*/ | ||
declare const setStatus: (status: string, doc?: Document) => void; | ||
export { setStatus }; |
@@ -1,2 +0,2 @@ | ||
// src/a11y-status.ts | ||
// packages/a11y-status/src/a11y-status.ts | ||
import { debounce } from "throttle-debounce"; | ||
@@ -3,0 +3,0 @@ var statusDiv; |
{ | ||
"name": "a11y-status", | ||
"version": "0.0.0-pr2169.2", | ||
"version": "0.0.0-pr2222.1", | ||
"description": "Create a singleton live region for a11y status updates", | ||
@@ -36,5 +36,2 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status", | ||
}, | ||
"devDependencies": { | ||
"@remirror/cli": "0.0.0-pr2169.2" | ||
}, | ||
"publishConfig": { | ||
@@ -45,6 +42,3 @@ "access": "public" | ||
"sizeLimit": "1 KB" | ||
}, | ||
"scripts": { | ||
"build": "remirror-cli build" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
0
23166
11
195