@types/intro.js
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -17,13 +17,14 @@ // Type definitions for intro.js 5.1 | ||
position?: | ||
| 'top' | ||
| 'left' | ||
| 'right' | ||
| 'bottom' | ||
| 'bottom-left-aligned' | ||
| 'bottom-middle-aligned' | ||
| 'bottom-right-aligned' | ||
| 'auto' | undefined; | ||
| "top" | ||
| "left" | ||
| "right" | ||
| "bottom" | ||
| "bottom-left-aligned" | ||
| "bottom-middle-aligned" | ||
| "bottom-right-aligned" | ||
| "auto" | ||
| undefined; | ||
tooltipClass?: string | undefined; | ||
highlightClass?: string | undefined; | ||
scrollTo?: 'off' | 'tooltip' | 'element' | undefined; | ||
scrollTo?: "off" | "tooltip" | "element" | undefined; | ||
disableInteraction?: boolean | undefined; | ||
@@ -30,0 +31,0 @@ title?: string | undefined; |
{ | ||
"name": "@types/intro.js", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "TypeScript definitions for intro.js", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/intro.js", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f9a4b9ce6338a3ef59c63cca7150a965ec54ec0aa17247024967a80cfc149776", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "7c342a7fe451321ba3359dbe1ae2544ce5be0ab712ea1fb70312a9b4f76c23d0", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 14 Feb 2023 09:32:35 GMT | ||
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `introJs` |
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
7102
105