a11y-status
Advanced tools
Comparing version 0.0.0-pr2128.4 to 0.0.0-pr2156.1
@@ -1,15 +0,1 @@ | ||
/** | ||
* 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 }; | ||
export {}; |
{ | ||
"name": "a11y-status", | ||
"version": "0.0.0-pr2128.4", | ||
"version": "0.0.0-pr2156.1", | ||
"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", |
Sorry, the diff of this file is not supported yet
13
22301
181