@types/toastify-js
Advanced tools
Comparing version 1.9.2 to 1.11.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for toastify-js 1.9 | ||
// Type definitions for toastify-js 1.11 | ||
// Project: https://github.com/apvarun/toastify-js#readme | ||
@@ -19,3 +19,3 @@ // Definitions by: adblanc <https://github.com/adblanc> | ||
duration?: number | undefined; | ||
selector?: string | undefined; | ||
selector?: string | Node | undefined; | ||
destination?: string | undefined; | ||
@@ -26,2 +26,5 @@ newWindow?: boolean | undefined; | ||
position?: 'left' | 'center' | 'right' | undefined; | ||
/** | ||
* @deprecated use style.background option instead | ||
*/ | ||
backgroundColor?: string | undefined; | ||
@@ -43,2 +46,14 @@ /** | ||
offset?: Offset | undefined; | ||
/** | ||
* Toggle the default behavior of escaping HTML markup | ||
*/ | ||
escapeMarkup?: boolean | undefined; | ||
/** | ||
* HTML DOM Style properties to add any style directly to toast | ||
*/ | ||
style?: { [cssRule: string]: string }; | ||
/** | ||
* Set the order in which toasts are stacked in page | ||
*/ | ||
oldestFirst?: boolean | undefined; | ||
} | ||
@@ -45,0 +60,0 @@ } |
{ | ||
"name": "@types/toastify-js", | ||
"version": "1.9.2", | ||
"version": "1.11.0", | ||
"description": "TypeScript definitions for toastify-js", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/toastify-js", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "41f35374282dd100f68e777bc0ab40931b6987b1669f9efb87c25d270b297a7f", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "7a14861a1800aa1cf4f432dfcc578a4adad7e1b2e4037cc2c53f110d99a95281", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
````ts | ||
// Type definitions for toastify-js 1.9 | ||
// Type definitions for toastify-js 1.11 | ||
// Project: https://github.com/apvarun/toastify-js#readme | ||
@@ -30,3 +30,3 @@ // Definitions by: adblanc <https://github.com/adblanc> | ||
duration?: number | undefined; | ||
selector?: string | undefined; | ||
selector?: string | Node | undefined; | ||
destination?: string | undefined; | ||
@@ -37,2 +37,5 @@ newWindow?: boolean | undefined; | ||
position?: 'left' | 'center' | 'right' | undefined; | ||
/** | ||
* @deprecated use style.background option instead | ||
*/ | ||
backgroundColor?: string | undefined; | ||
@@ -54,2 +57,14 @@ /** | ||
offset?: Offset | undefined; | ||
/** | ||
* Toggle the default behavior of escaping HTML markup | ||
*/ | ||
escapeMarkup?: boolean | undefined; | ||
/** | ||
* HTML DOM Style properties to add any style directly to toast | ||
*/ | ||
style?: { [cssRule: string]: string }; | ||
/** | ||
* Set the order in which toasts are stacked in page | ||
*/ | ||
oldestFirst?: boolean | undefined; | ||
} | ||
@@ -70,3 +85,3 @@ } | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 19:37:12 GMT | ||
* Last updated: Thu, 16 Dec 2021 08:01:10 GMT | ||
* Dependencies: none | ||
@@ -73,0 +88,0 @@ * Global values: `Toastify` |
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
6750
61
87