sweetalert2 11.11.0 → 11.12.0
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 +15 -26
- package/dist/sweetalert2.all.js +201 -150
- package/dist/sweetalert2.all.min.js +3 -3
- package/dist/sweetalert2.css +8 -8
- package/dist/sweetalert2.js +200 -149
- package/dist/sweetalert2.min.css +1 -1
- package/dist/sweetalert2.min.js +2 -2
- package/package.json +1 -1
- package/src/SweetAlert.js +36 -5
- package/src/scss/_core.scss +6 -6
- package/src/utils/getTemplateParams.js +6 -6
- package/src/utils/utils.js +5 -3
- package/src/variables.scss +2 -2
- package/sweetalert2.d.ts +1 -0
package/README.md
CHANGED
|
@@ -8,21 +8,7 @@ A beautiful, responsive, customizable, accessible (WAI-ARIA) replacement <br> fo
|
|
|
8
8
|
|
|
9
9
|
### [Installation](https://sweetalert2.github.io/#download) | [Usage](https://sweetalert2.github.io/#usage) | [Examples](https://sweetalert2.github.io/#examples) | [Recipe gallery](https://sweetalert2.github.io/recipe-gallery/) | [Themes](https://github.com/sweetalert2/sweetalert2-themes) | [React](https://github.com/sweetalert2/sweetalert2-react-content) | [Angular](https://github.com/sweetalert2/ngx-sweetalert2)
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
:moneybag: [Get $200 in free credits with DigitalOcean!](https://m.do.co/c/12907f2ba0bf)
|
|
14
|
-
|
|
15
|
-
---
|
|
16
|
-
|
|
17
|
-
> [!IMPORTANT]
|
|
18
|
-
> As a consequence of the illegal war in Ukraine, the behavior of this repository and related npm package [sweetalert2](https://www.npmjs.com/package/sweetalert2) is different for `.ru`, `.su`, `.by`, and `.рф` domain zones.
|
|
19
|
-
>
|
|
20
|
-
> Including this software in any domain in `.ru`, `.su`, `.by`, and `.рф` domain zones will block the website navigation and play the national anthem of Ukraine.
|
|
21
|
-
>
|
|
22
|
-
> This behavior is classified as [protestware](https://snyk.io/blog/protestware-open-source-types-impact/) and this project is listed in [GitHub Advisory Database](https://github.com/advisories/GHSA-mrr8-v49w-3333) and [Snyk Vulnerability DB](https://security.snyk.io/package/npm/sweetalert2/11.5.2).
|
|
23
|
-
|
|
24
|
-
Sponsors
|
|
25
|
-
--------
|
|
11
|
+
# Sponsors
|
|
26
12
|
|
|
27
13
|
For all questions related to sponsorship please get in touch with me via email sweetalert2@gmail.com
|
|
28
14
|
|
|
@@ -30,14 +16,12 @@ For all questions related to sponsorship please get in touch with me via email s
|
|
|
30
16
|
<tr>
|
|
31
17
|
<td align="center"><a href="SPONSORS.md#sponsors"><img src="https://sweetalert2.github.io/images/plus.png" width="80"><br>Become a sponsor</a></td>
|
|
32
18
|
<td align="center"><a href="https://www.coinbit.fi/"><img src="https://sweetalert2.github.io/images/sponsors/coinbit.png" width="80"><br>Kryptovaluutat</a></td>
|
|
33
|
-
<td align="center"><a href="https://www.vancouvercoir.com/"><img src="https://sweetalert2.github.io/images/sponsors/vancouvercoir.png" width="80"><br>Vancouver Coir</a></td>
|
|
34
19
|
<td align="center"><a href="https://dlxplugins.com/"><img src="https://avatars.githubusercontent.com/u/106675919?s=200&v=4" width="80"><br>DLX Plugins</a></td>
|
|
35
20
|
<td align="center"><a href="https://github.com/tiagostutz"><img src="https://avatars0.githubusercontent.com/u/3986989?s=80&v=4" width="80"><br>Tiago de Oliveira Stutz</a></td>
|
|
36
21
|
</tr>
|
|
37
22
|
</table>
|
|
38
23
|
<table>
|
|
39
24
|
<tr>
|
|
40
|
-
<td align="center"><a href="https://refermate.com/"><img src="https://sweetalert2.github.io/images/sponsors/refermate.png" width="80"><br>Refermate</a>
|
|
41
25
|
<td align="center"><a href="https://roboflow.com/"><img src="https://sweetalert2.github.io/images/sponsors/roboflow.png" width="80"><br>Roboflow</a>
|
|
42
26
|
<td align="center"><a href="https://www.zezelife.com/"><img src="https://sweetalert2.github.io/images/sponsors/zezelife.png" width="80"><br>ZezeLife</a>
|
|
43
27
|
<td align="center"><a href="https://www.serpempire.com/"><img src="https://sweetalert2.github.io/images/sponsors/serpempire.png" width="80"><br>SERP Empire</a>
|
|
@@ -51,29 +35,29 @@ For all questions related to sponsorship please get in touch with me via email s
|
|
|
51
35
|
</tr>
|
|
52
36
|
</table>
|
|
53
37
|
|
|
54
|
-
NSFW Sponsors
|
|
55
|
-
-------------
|
|
38
|
+
# NSFW Sponsors
|
|
56
39
|
|
|
57
40
|
<table>
|
|
58
41
|
<tr>
|
|
59
42
|
<td align="center"><a href="SPONSORS.md#sponsors"><img src="https://sweetalert2.github.io/images/plus.png" width="80"><br>Become a NSFW sponsor</a></td>
|
|
43
|
+
<td align="center"><a href="https://www.hismith.co.uk/"><img src="https://sweetalert2.github.io/images/sponsors/hismith.png" width="80"><br>Hismith</a></td>
|
|
44
|
+
<td align="center"><a href="https://dollauthority.com/"><img src="https://sweetalert2.github.io/images/sponsors/dollauthority.png" width="80"><br>Doll Authority</a></td>
|
|
60
45
|
<td align="center"><a href="https://dreamlovedoll.com/"><img src="https://sweetalert2.github.io/images/sponsors/dreamlovedoll.jpg" width="80"><br>DreamLoveDoll</a></td>
|
|
61
|
-
<td align="center"><a href="https://thepinkrabbits.com/"><img src="https://sweetalert2.github.io/images/sponsors/thepinkrabbits.png" width="80"><br>The Pink Rabbits</a></td>
|
|
62
|
-
<td align="center"><a href="https://www.sexdollpartner.com/"><img src="https://sweetalert2.github.io/images/sponsors/sexdollpartner.jpg" width="80"><br>SexDollPartner</a></td>
|
|
63
|
-
<td align="center"><a href="https://nexromance.com/playstore/index.php?sweetalert"><img src="https://sweetalert2.github.io/images/sponsors/chatforsex.jpg" width="80"><br>ChatGPT for Sex</a></td>
|
|
64
46
|
</tr>
|
|
65
47
|
</table>
|
|
66
48
|
<table>
|
|
67
49
|
<tr>
|
|
50
|
+
<td align="center"><a href="https://www.sexdollpartner.com/"><img src="https://sweetalert2.github.io/images/sponsors/sexdollpartner.jpg" width="80"><br>SexDollPartner</a></td>
|
|
51
|
+
<td align="center"><a href="https://nexromance.com/playstore/index.php?sweetalert"><img src="https://sweetalert2.github.io/images/sponsors/chatforsex.jpg" width="80"><br>ChatGPT for Sex</a></td>
|
|
68
52
|
<td align="center"><a href="https://www.xspacecup.com/"><img src="https://sweetalert2.github.io/images/sponsors/xspacecup.png" width="80"><br>XspaceCup</a></td>
|
|
69
53
|
<td align="center"><a href="https://vlixa.com/"><img src="https://sweetalert2.github.io/images/sponsors/vlixa.png" width="80"><br>Vlixa</a></td>
|
|
70
54
|
<td align="center"><a href="https://sexsitoys.com/lovense-games/"><img src="https://sweetalert2.github.io/images/sponsors/sexsitoys.jpg" width="80"><br>Sexsi Toys</a></td>
|
|
71
55
|
<td align="center"><a href="https://www.cheapestsexdolls.com"><img src="https://sweetalert2.github.io/images/sponsors/cheapestsexdolls.png" width="80"><br>CheapestSexDolls</a></td>
|
|
72
|
-
<td align="center"><a href="https://www.bestblowjobmachines.com/"><img src="https://sweetalert2.github.io/images/sponsors/best-blowjob-machines.jpg" width="80"><br>Best Blowjob Machines</a></td>
|
|
73
56
|
</tr>
|
|
74
57
|
</table>
|
|
75
58
|
<table>
|
|
76
59
|
<tr>
|
|
60
|
+
<td align="center"><a href="https://www.bestblowjobmachines.com/"><img src="https://sweetalert2.github.io/images/sponsors/best-blowjob-machines.jpg" width="80"><br>Best Blowjob Machines</a></td>
|
|
77
61
|
<td align="center"><a href="https://nakedoll.com/"><img src="https://sweetalert2.github.io/images/sponsors/nakedoll.png" width="80"><br>NakeDoll</a></td>
|
|
78
62
|
<td align="center"><a href="https://www.onahole.com/"><img src="https://sweetalert2.github.io/images/sponsors/onahole.png" width="80"><br>hentai sex toys</a></td>
|
|
79
63
|
<td align="center"><a href="https://blowupdollshop.com/inflatable-sex-doll/"><img src="https://sweetalert2.github.io/images/sponsors/blowupdollshop.png" width="80"><br>Inflatable sex doll</a></td>
|
|
@@ -125,7 +109,12 @@ NSFW Sponsors
|
|
|
125
109
|
</tr>
|
|
126
110
|
</table>
|
|
127
111
|
|
|
128
|
-
|
|
129
|
-
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
# Important notice about the usage of this software for `.ru`, `.su`, `.by`, and `.рф` domain zones
|
|
115
|
+
|
|
116
|
+
As a consequence of the illegal war in Ukraine, the behavior of this repository and related npm package [sweetalert2](https://www.npmjs.com/package/sweetalert2) is different for `.ru`, `.su`, `.by`, and `.рф` domain zones.
|
|
117
|
+
|
|
118
|
+
Including this software in any domain in `.ru`, `.su`, `.by`, and `.рф` domain zones will block the website navigation and play the national anthem of Ukraine.
|
|
130
119
|
|
|
131
|
-
|
|
120
|
+
This behavior is classified as [protestware](https://snyk.io/blog/protestware-open-source-types-impact/) and this project is listed in [GitHub Advisory Database](https://github.com/advisories/GHSA-mrr8-v49w-3333) and [Snyk Vulnerability DB](https://security.snyk.io/package/npm/sweetalert2/11.5.2).
|