@types/reactour
Advanced tools
Comparing version 1.13.2 to 1.17.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for reactour 1.13 | ||
// Type definitions for reactour 1.17 | ||
// Project: https://github.com/elrumordelaluz/reactour#readme | ||
@@ -54,2 +54,7 @@ // Definitions by: Paweł Dąbrowski <https://github.com/paolostyle> | ||
style?: React.CSSProperties; | ||
/** | ||
* Text read to screen reader software for this step's navigation dot | ||
*/ | ||
navDotAriaLabel?: string; | ||
} | ||
@@ -242,2 +247,8 @@ | ||
updateDelay?: number; | ||
/** | ||
* Disable FocusLock component | ||
* @default false | ||
*/ | ||
disableFocusLock?: boolean; | ||
} | ||
@@ -244,0 +255,0 @@ |
{ | ||
"name": "@types/reactour", | ||
"version": "1.13.2", | ||
"version": "1.17.0", | ||
"description": "TypeScript definitions for reactour", | ||
@@ -24,4 +24,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "199044283f04221396c58f54909b54da8d0d076fbf543ce71071384d8f8e5646", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "06f6e47503db803c74110c70c8f824a6b4460e2c59830403efaf2760012673e9", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 26 Apr 2020 16:49:54 GMT | ||
* Last updated: Wed, 06 May 2020 15:03:53 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
10024
257