@types/reactour
Advanced tools
Comparing version 1.17.0 to 1.17.1
@@ -61,2 +61,11 @@ // Type definitions for reactour 1.17 | ||
export interface ReactourAccessibilityOptions { | ||
// attribute to associate the dialog with a title for screen readers | ||
ariaLabelledBy?: string; | ||
// aria-label attribute for the close button | ||
closeButtonAriaLabel?: string; | ||
// Show/Hide Navigation Dots for screen reader software | ||
showNavigationScreenReaders?: boolean; | ||
} | ||
export interface ReactourProps { | ||
@@ -253,2 +262,7 @@ /** | ||
disableFocusLock?: boolean; | ||
/** | ||
* Configure accessibility related accessibility options | ||
*/ | ||
accessibilityOptions?: ReactourAccessibilityOptions; | ||
} | ||
@@ -255,0 +269,0 @@ |
{ | ||
"name": "@types/reactour", | ||
"version": "1.17.0", | ||
"version": "1.17.1", | ||
"description": "TypeScript definitions for reactour", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "06f6e47503db803c74110c70c8f824a6b4460e2c59830403efaf2760012673e9", | ||
"typeScriptVersion": "2.9" | ||
"typesPublisherContentHash": "bc5b560c9f72950bd6c46531d6e57585d99d4a0db9d46e2ec98003c9e80d8b23", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 06 May 2020 15:03:53 GMT | ||
* Last updated: Wed, 24 Jun 2020 21:42:46 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
10499
269