@byojs/modal
Advanced tools
Comparing version 0.2.4 to 0.2.5
{ | ||
"name": "@byojs/modal", | ||
"description": "Simple wrapper around SweetAlert2", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"exports": { | ||
@@ -22,3 +22,3 @@ "./": "./dist/modal.mjs" | ||
"@byojs/toggler": "~0.1.3", | ||
"sweetalert2": "~11.15.10" | ||
"sweetalert2": "~11.16.1" | ||
}, | ||
@@ -28,3 +28,3 @@ "devDependencies": { | ||
"recursive-readdir-sync": "~1.0.6", | ||
"terser": "~5.37.0" | ||
"terser": "~5.39.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "repository": { |
@@ -74,2 +74,4 @@ # Modal | ||
**Note:** In addition to the wrappers provided by **Modal** as described below, you can access the `Swal` import directly, which is just a re-export of **SweetAlert**. | ||
### Spinner | ||
@@ -76,0 +78,0 @@ |
@@ -18,2 +18,3 @@ import Swal from "sweetalert2"; | ||
export { | ||
Swal, | ||
showToast, | ||
@@ -29,2 +30,3 @@ showNotice, | ||
var publicAPI = { | ||
Swal, | ||
showToast, | ||
@@ -31,0 +33,0 @@ showNotice, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
118559
1083
245
+ Addedsweetalert2@11.16.1(transitive)
- Removedsweetalert2@11.15.10(transitive)
Updatedsweetalert2@~11.16.1