sweetalert2 11.6.0 → 11.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/dist/sweetalert2.all.js +189 -123
- package/dist/sweetalert2.all.min.js +6 -2
- package/dist/sweetalert2.css +2 -7
- package/dist/sweetalert2.js +188 -121
- package/dist/sweetalert2.min.css +1 -1
- package/dist/sweetalert2.min.js +5 -1
- package/package.json +10 -20
- package/src/SweetAlert.js +14 -3
- package/sweetalert2.d.ts +5 -0
package/README.md
CHANGED
|
@@ -83,7 +83,6 @@ NSFW Sponsors
|
|
|
83
83
|
<tr>
|
|
84
84
|
<td align="center"><a href="https://cutesexdoll.com/"><img src="https://sweetalert2.github.io/images/sponsors/cutesexdoll.jpg" width="80"><br>Cute Sex Doll</a></td>
|
|
85
85
|
<td align="center"><a href="https://toyhero.com/"><img src="https://sweetalert2.github.io/images/sponsors/toyhero.png" width="80"><br>Adult Toys</a></td>
|
|
86
|
-
<td align="center"><a href="https://meifoxdoll.com/"><img src="https://sweetalert2.github.io/images/sponsors/meifoxdoll.png" width="80"><br>MeiFoxDoll</a></td>
|
|
87
86
|
<td align="center"><a href="https://www.sexysexdoll.com/"><img src="https://sweetalert2.github.io/images/sponsors/sexysexdoll.png" width="80"><br>Sexy Sex Doll</a></td>
|
|
88
87
|
<td align="center"><a href="https://www.dollnight.com/cheap-sex-doll"><img src="https://sweetalert2.github.io/images/sponsors/dollnight.jpeg" width="80"><br>Cheap Sex Doll</a></td>
|
|
89
88
|
</tr>
|