bulma-toast
Advanced tools
Comparing version 2.4.1 to 2.4.2
/*! | ||
* bulma-toast 2.4.1 | ||
* bulma-toast 2.4.2 | ||
* (c) 2018-present @rfoel <rafaelfr@outlook.com> | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* bulma-toast 2.4.1 | ||
* bulma-toast 2.4.2 | ||
* (c) 2018-present @rfoel <rafaelfr@outlook.com> | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* bulma-toast 2.4.1 | ||
* bulma-toast 2.4.2 | ||
* (c) 2018-present @rfoel <rafaelfr@outlook.com> | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
@@ -15,2 +15,3 @@ export function toast(options: Options): void; | ||
closeOnClick?: boolean; | ||
single?: boolean; | ||
opacity?: number; | ||
@@ -17,0 +18,0 @@ animate?: ToastAnimation; |
{ | ||
"name": "bulma-toast", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Bulma's pure JavaScript extension to display toasts", | ||
@@ -5,0 +5,0 @@ "main": "dist/bulma-toast.cjs.js", |
@@ -22,2 +22,3 @@ # bulma-toast | ||
- `pauseOnHover`: Pauses delay when hovering the notification. Default is `false`. | ||
- `single`: Only show a single toast in `appendTo`. Default is `false`. | ||
- `closeOnClick`: Dismisses the notification when clicked. Default is `true`. | ||
@@ -24,0 +25,0 @@ - `opacity`: The notification's container opacity. Default is `1`. |
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
27846
127
193