sweetalert2 11.4.36 → 11.4.37

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.
@@ -149,20 +149,16 @@
149
149
  width: 1.375em;
150
150
  }
151
151
  .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
152
- -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
153
- animation: swal2-toast-animate-success-line-tip 0.75s;
152
+ animation: swal2-toast-animate-success-line-tip 0.75s;
154
153
  }
155
154
  .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
156
- -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
157
- animation: swal2-toast-animate-success-line-long 0.75s;
155
+ animation: swal2-toast-animate-success-line-long 0.75s;
158
156
  }
159
157
  .swal2-popup.swal2-toast.swal2-show {
160
- -webkit-animation: swal2-toast-show 0.5s;
161
- animation: swal2-toast-show 0.5s;
158
+ animation: swal2-toast-show 0.5s;
162
159
  }
163
160
  .swal2-popup.swal2-toast.swal2-hide {
164
- -webkit-animation: swal2-toast-hide 0.1s forwards;
165
- animation: swal2-toast-hide 0.1s forwards;
161
+ animation: swal2-toast-hide 0.1s forwards;
166
162
  }
167
163
 
168
164
  .swal2-container {
@@ -175,7 +171,6 @@
175
171
  left: 0;
176
172
  box-sizing: border-box;
177
173
  grid-template-areas: "top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";
178
- grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
179
174
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
180
175
  height: 100%;
181
176
  padding: 0.625em;
@@ -319,8 +314,7 @@
319
314
  width: 2.2em;
320
315
  height: 2.2em;
321
316
  margin: 0 1.875em;
322
- -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
323
- animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
317
+ animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
324
318
  border-width: 0.25em;
325
319
  border-style: solid;
326
320
  border-radius: 100%;
@@ -651,48 +645,40 @@
651
645
  transform: rotate(-45deg);
652
646
  }
653
647
  .swal2-icon.swal2-error.swal2-icon-show {
654
- -webkit-animation: swal2-animate-error-icon 0.5s;
655
- animation: swal2-animate-error-icon 0.5s;
648
+ animation: swal2-animate-error-icon 0.5s;
656
649
  }
657
650
  .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
658
- -webkit-animation: swal2-animate-error-x-mark 0.5s;
659
- animation: swal2-animate-error-x-mark 0.5s;
651
+ animation: swal2-animate-error-x-mark 0.5s;
660
652
  }
661
653
  .swal2-icon.swal2-warning {
662
654
  border-color: #facea8;
663
655
  color: #f8bb86;
664
656
  }
665
657
  .swal2-icon.swal2-warning.swal2-icon-show {
666
- -webkit-animation: swal2-animate-error-icon 0.5s;
667
- animation: swal2-animate-error-icon 0.5s;
658
+ animation: swal2-animate-error-icon 0.5s;
668
659
  }
669
660
  .swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
670
- -webkit-animation: swal2-animate-i-mark 0.5s;
671
- animation: swal2-animate-i-mark 0.5s;
661
+ animation: swal2-animate-i-mark 0.5s;
672
662
  }
673
663
  .swal2-icon.swal2-info {
674
664
  border-color: #9de0f6;
675
665
  color: #3fc3ee;
676
666
  }
677
667
  .swal2-icon.swal2-info.swal2-icon-show {
678
- -webkit-animation: swal2-animate-error-icon 0.5s;
679
- animation: swal2-animate-error-icon 0.5s;
668
+ animation: swal2-animate-error-icon 0.5s;
680
669
  }
681
670
  .swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
682
- -webkit-animation: swal2-animate-i-mark 0.8s;
683
- animation: swal2-animate-i-mark 0.8s;
671
+ animation: swal2-animate-i-mark 0.8s;
684
672
  }
685
673
  .swal2-icon.swal2-question {
686
674
  border-color: #c9dae1;
687
675
  color: #87adbd;
688
676
  }
689
677
  .swal2-icon.swal2-question.swal2-icon-show {
690
- -webkit-animation: swal2-animate-error-icon 0.5s;
691
- animation: swal2-animate-error-icon 0.5s;
678
+ animation: swal2-animate-error-icon 0.5s;
692
679
  }
693
680
  .swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
694
- -webkit-animation: swal2-animate-question-mark 0.8s;
695
- animation: swal2-animate-question-mark 0.8s;
681
+ animation: swal2-animate-question-mark 0.8s;
696
682
  }
697
683
  .swal2-icon.swal2-success {
698
684
  border-color: #a5dc86;
@@ -760,16 +746,13 @@
760
746
  transform: rotate(-45deg);
761
747
  }
762
748
  .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
763
- -webkit-animation: swal2-animate-success-line-tip 0.75s;
764
- animation: swal2-animate-success-line-tip 0.75s;
749
+ animation: swal2-animate-success-line-tip 0.75s;
765
750
  }
766
751
  .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
767
- -webkit-animation: swal2-animate-success-line-long 0.75s;
768
- animation: swal2-animate-success-line-long 0.75s;
752
+ animation: swal2-animate-success-line-long 0.75s;
769
753
  }
770
754
  .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
771
- -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
772
- animation: swal2-rotate-success-circular-line 4.25s ease-in;
755
+ animation: swal2-rotate-success-circular-line 4.25s ease-in;
773
756
  }
774
757
 
775
758
  .swal2-progress-steps {
@@ -820,13 +803,11 @@
820
803
  }
821
804
 
822
805
  .swal2-show {
823
- -webkit-animation: swal2-show 0.3s;
824
- animation: swal2-show 0.3s;
806
+ animation: swal2-show 0.3s;
825
807
  }
826
808
 
827
809
  .swal2-hide {
828
- -webkit-animation: swal2-hide 0.15s forwards;
829
- animation: swal2-hide 0.15s forwards;
810
+ animation: swal2-hide 0.15s forwards;
830
811
  }
831
812
 
832
813
  .swal2-noanimation {
@@ -850,7 +831,7 @@
850
831
  left: auto;
851
832
  }
852
833
 
853
- .leave-russia-now-and-apply-your-skills-to-the-world {
834
+ .save-yourself-from-war {
854
835
  display: flex;
855
836
  position: fixed;
856
837
  z-index: 1939;
@@ -866,20 +847,20 @@
866
847
  color: #fff;
867
848
  text-align: center;
868
849
  }
869
- .leave-russia-now-and-apply-your-skills-to-the-world div {
850
+ .save-yourself-from-war div {
870
851
  max-width: 560px;
871
852
  margin: 10px;
872
853
  line-height: 146%;
873
854
  }
874
- .leave-russia-now-and-apply-your-skills-to-the-world iframe {
855
+ .save-yourself-from-war iframe {
875
856
  max-width: 100%;
876
857
  max-height: 55.5555555556vmin;
877
858
  margin: 16px auto;
878
859
  }
879
- .leave-russia-now-and-apply-your-skills-to-the-world strong {
860
+ .save-yourself-from-war strong {
880
861
  border-bottom: 2px dashed white;
881
862
  }
882
- .leave-russia-now-and-apply-your-skills-to-the-world button {
863
+ .save-yourself-from-war button {
883
864
  display: flex;
884
865
  position: fixed;
885
866
  z-index: 1940;
@@ -898,25 +879,10 @@
898
879
  font-weight: bold;
899
880
  cursor: pointer;
900
881
  }
901
- .leave-russia-now-and-apply-your-skills-to-the-world button:hover {
882
+ .save-yourself-from-war button:hover {
902
883
  color: #fff;
903
884
  }
904
885
 
905
- @-webkit-keyframes swal2-toast-show {
906
- 0% {
907
- transform: translateY(-0.625em) rotateZ(2deg);
908
- }
909
- 33% {
910
- transform: translateY(0) rotateZ(-2deg);
911
- }
912
- 66% {
913
- transform: translateY(0.3125em) rotateZ(2deg);
914
- }
915
- 100% {
916
- transform: translateY(0) rotateZ(0deg);
917
- }
918
- }
919
-
920
886
  @keyframes swal2-toast-show {
921
887
  0% {
922
888
  transform: translateY(-0.625em) rotateZ(2deg);
@@ -931,45 +897,12 @@
931
897
  transform: translateY(0) rotateZ(0deg);
932
898
  }
933
899
  }
934
- @-webkit-keyframes swal2-toast-hide {
935
- 100% {
936
- transform: rotateZ(1deg);
937
- opacity: 0;
938
- }
939
- }
940
900
  @keyframes swal2-toast-hide {
941
901
  100% {
942
902
  transform: rotateZ(1deg);
943
903
  opacity: 0;
944
904
  }
945
905
  }
946
- @-webkit-keyframes swal2-toast-animate-success-line-tip {
947
- 0% {
948
- top: 0.5625em;
949
- left: 0.0625em;
950
- width: 0;
951
- }
952
- 54% {
953
- top: 0.125em;
954
- left: 0.125em;
955
- width: 0;
956
- }
957
- 70% {
958
- top: 0.625em;
959
- left: -0.25em;
960
- width: 1.625em;
961
- }
962
- 84% {
963
- top: 1.0625em;
964
- left: 0.75em;
965
- width: 0.5em;
966
- }
967
- 100% {
968
- top: 1.125em;
969
- left: 0.1875em;
970
- width: 0.75em;
971
- }
972
- }
973
906
  @keyframes swal2-toast-animate-success-line-tip {
974
907
  0% {
975
908
  top: 0.5625em;
@@ -997,28 +930,6 @@
997
930
  width: 0.75em;
998
931
  }
999
932
  }
1000
- @-webkit-keyframes swal2-toast-animate-success-line-long {
1001
- 0% {
1002
- top: 1.625em;
1003
- right: 1.375em;
1004
- width: 0;
1005
- }
1006
- 65% {
1007
- top: 1.25em;
1008
- right: 0.9375em;
1009
- width: 0;
1010
- }
1011
- 84% {
1012
- top: 0.9375em;
1013
- right: 0;
1014
- width: 1.125em;
1015
- }
1016
- 100% {
1017
- top: 0.9375em;
1018
- right: 0.1875em;
1019
- width: 1.375em;
1020
- }
1021
- }
1022
933
  @keyframes swal2-toast-animate-success-line-long {
1023
934
  0% {
1024
935
  top: 1.625em;
@@ -1041,20 +952,6 @@
1041
952
  width: 1.375em;
1042
953
  }
1043
954
  }
1044
- @-webkit-keyframes swal2-show {
1045
- 0% {
1046
- transform: scale(0.7);
1047
- }
1048
- 45% {
1049
- transform: scale(1.05);
1050
- }
1051
- 80% {
1052
- transform: scale(0.95);
1053
- }
1054
- 100% {
1055
- transform: scale(1);
1056
- }
1057
- }
1058
955
  @keyframes swal2-show {
1059
956
  0% {
1060
957
  transform: scale(0.7);
@@ -1069,16 +966,6 @@
1069
966
  transform: scale(1);
1070
967
  }
1071
968
  }
1072
- @-webkit-keyframes swal2-hide {
1073
- 0% {
1074
- transform: scale(1);
1075
- opacity: 1;
1076
- }
1077
- 100% {
1078
- transform: scale(0.5);
1079
- opacity: 0;
1080
- }
1081
- }
1082
969
  @keyframes swal2-hide {
1083
970
  0% {
1084
971
  transform: scale(1);
@@ -1089,33 +976,6 @@
1089
976
  opacity: 0;
1090
977
  }
1091
978
  }
1092
- @-webkit-keyframes swal2-animate-success-line-tip {
1093
- 0% {
1094
- top: 1.1875em;
1095
- left: 0.0625em;
1096
- width: 0;
1097
- }
1098
- 54% {
1099
- top: 1.0625em;
1100
- left: 0.125em;
1101
- width: 0;
1102
- }
1103
- 70% {
1104
- top: 2.1875em;
1105
- left: -0.375em;
1106
- width: 3.125em;
1107
- }
1108
- 84% {
1109
- top: 3em;
1110
- left: 1.3125em;
1111
- width: 1.0625em;
1112
- }
1113
- 100% {
1114
- top: 2.8125em;
1115
- left: 0.8125em;
1116
- width: 1.5625em;
1117
- }
1118
- }
1119
979
  @keyframes swal2-animate-success-line-tip {
1120
980
  0% {
1121
981
  top: 1.1875em;
@@ -1143,28 +1003,6 @@
1143
1003
  width: 1.5625em;
1144
1004
  }
1145
1005
  }
1146
- @-webkit-keyframes swal2-animate-success-line-long {
1147
- 0% {
1148
- top: 3.375em;
1149
- right: 2.875em;
1150
- width: 0;
1151
- }
1152
- 65% {
1153
- top: 3.375em;
1154
- right: 2.875em;
1155
- width: 0;
1156
- }
1157
- 84% {
1158
- top: 2.1875em;
1159
- right: 0;
1160
- width: 3.4375em;
1161
- }
1162
- 100% {
1163
- top: 2.375em;
1164
- right: 0.5em;
1165
- width: 2.9375em;
1166
- }
1167
- }
1168
1006
  @keyframes swal2-animate-success-line-long {
1169
1007
  0% {
1170
1008
  top: 3.375em;
@@ -1187,20 +1025,6 @@
1187
1025
  width: 2.9375em;
1188
1026
  }
1189
1027
  }
1190
- @-webkit-keyframes swal2-rotate-success-circular-line {
1191
- 0% {
1192
- transform: rotate(-45deg);
1193
- }
1194
- 5% {
1195
- transform: rotate(-45deg);
1196
- }
1197
- 12% {
1198
- transform: rotate(-405deg);
1199
- }
1200
- 100% {
1201
- transform: rotate(-405deg);
1202
- }
1203
- }
1204
1028
  @keyframes swal2-rotate-success-circular-line {
1205
1029
  0% {
1206
1030
  transform: rotate(-45deg);
@@ -1215,27 +1039,6 @@
1215
1039
  transform: rotate(-405deg);
1216
1040
  }
1217
1041
  }
1218
- @-webkit-keyframes swal2-animate-error-x-mark {
1219
- 0% {
1220
- margin-top: 1.625em;
1221
- transform: scale(0.4);
1222
- opacity: 0;
1223
- }
1224
- 50% {
1225
- margin-top: 1.625em;
1226
- transform: scale(0.4);
1227
- opacity: 0;
1228
- }
1229
- 80% {
1230
- margin-top: -0.375em;
1231
- transform: scale(1.15);
1232
- }
1233
- 100% {
1234
- margin-top: 0;
1235
- transform: scale(1);
1236
- opacity: 1;
1237
- }
1238
- }
1239
1042
  @keyframes swal2-animate-error-x-mark {
1240
1043
  0% {
1241
1044
  margin-top: 1.625em;
@@ -1257,16 +1060,6 @@
1257
1060
  opacity: 1;
1258
1061
  }
1259
1062
  }
1260
- @-webkit-keyframes swal2-animate-error-icon {
1261
- 0% {
1262
- transform: rotateX(100deg);
1263
- opacity: 0;
1264
- }
1265
- 100% {
1266
- transform: rotateX(0deg);
1267
- opacity: 1;
1268
- }
1269
- }
1270
1063
  @keyframes swal2-animate-error-icon {
1271
1064
  0% {
1272
1065
  transform: rotateX(100deg);
@@ -1277,14 +1070,6 @@
1277
1070
  opacity: 1;
1278
1071
  }
1279
1072
  }
1280
- @-webkit-keyframes swal2-rotate-loading {
1281
- 0% {
1282
- transform: rotate(0deg);
1283
- }
1284
- 100% {
1285
- transform: rotate(360deg);
1286
- }
1287
- }
1288
1073
  @keyframes swal2-rotate-loading {
1289
1074
  0% {
1290
1075
  transform: rotate(0deg);
@@ -1293,14 +1078,6 @@
1293
1078
  transform: rotate(360deg);
1294
1079
  }
1295
1080
  }
1296
- @-webkit-keyframes swal2-animate-question-mark {
1297
- 0% {
1298
- transform: rotateY(-360deg);
1299
- }
1300
- 100% {
1301
- transform: rotateY(0);
1302
- }
1303
- }
1304
1081
  @keyframes swal2-animate-question-mark {
1305
1082
  0% {
1306
1083
  transform: rotateY(-360deg);
@@ -1309,28 +1086,6 @@
1309
1086
  transform: rotateY(0);
1310
1087
  }
1311
1088
  }
1312
- @-webkit-keyframes swal2-animate-i-mark {
1313
- 0% {
1314
- transform: rotateZ(45deg);
1315
- opacity: 0;
1316
- }
1317
- 25% {
1318
- transform: rotateZ(-25deg);
1319
- opacity: 0.4;
1320
- }
1321
- 50% {
1322
- transform: rotateZ(15deg);
1323
- opacity: 0.8;
1324
- }
1325
- 75% {
1326
- transform: rotateZ(-5deg);
1327
- opacity: 1;
1328
- }
1329
- 100% {
1330
- transform: rotateX(0);
1331
- opacity: 1;
1332
- }
1333
- }
1334
1089
  @keyframes swal2-animate-i-mark {
1335
1090
  0% {
1336
1091
  transform: rotateZ(45deg);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * sweetalert2 v11.4.36
2
+ * sweetalert2 v11.4.37
3
3
  * Released under the MIT License.
4
4
  */
5
5
  (function (global, factory) {
@@ -921,7 +921,8 @@
921
921
 
922
922
  function handleButtonsStyling(confirmButton, denyButton, cancelButton, params) {
923
923
  if (!params.buttonsStyling) {
924
- return removeClass([confirmButton, denyButton, cancelButton], swalClasses.styled);
924
+ removeClass([confirmButton, denyButton, cancelButton], swalClasses.styled);
925
+ return;
925
926
  }
926
927
 
927
928
  addClass([confirmButton, denyButton, cancelButton], swalClasses.styled); // Buttons background colors
@@ -1074,7 +1075,8 @@
1074
1075
 
1075
1076
  const showInput = params => {
1076
1077
  if (!renderInputType[params.input]) {
1077
- return error("Unexpected type of input! Expected \"text\", \"email\", \"password\", \"number\", \"tel\", \"select\", \"radio\", \"checkbox\", \"textarea\", \"file\" or \"url\", got \"".concat(params.input, "\""));
1078
+ error("Unexpected type of input! Expected \"text\", \"email\", \"password\", \"number\", \"tel\", \"select\", \"radio\", \"checkbox\", \"textarea\", \"file\" or \"url\", got \"".concat(params.input, "\""));
1079
+ return;
1078
1080
  }
1079
1081
 
1080
1082
  const inputContainer = getInputContainer(params.input);
@@ -1186,7 +1188,7 @@
1186
1188
  warn("Unexpected type of inputValue! Expected \"string\", \"number\" or \"Promise\", got \"".concat(typeof inputValue, "\""));
1187
1189
  }
1188
1190
  };
1189
- /** @type Record<string, (input: Input | HTMLElement, params: SweetAlertOptions) => Input> */
1191
+ /** @type {Record<string, (input: Input | HTMLElement, params: SweetAlertOptions) => Input>} */
1190
1192
 
1191
1193
 
1192
1194
  const renderInputType = {};
@@ -1499,7 +1501,8 @@
1499
1501
  const image = getImage();
1500
1502
 
1501
1503
  if (!params.imageUrl) {
1502
- return hide(image);
1504
+ hide(image);
1505
+ return;
1503
1506
  }
1504
1507
 
1505
1508
  show(image, ''); // Src, alt
@@ -1586,7 +1589,8 @@
1586
1589
  const progressStepsContainer = getProgressSteps();
1587
1590
 
1588
1591
  if (!params.progressSteps || params.progressSteps.length === 0) {
1589
- return hide(progressStepsContainer);
1592
+ hide(progressStepsContainer);
1593
+ return;
1590
1594
  }
1591
1595
 
1592
1596
  show(progressStepsContainer);
@@ -4156,17 +4160,14 @@
4156
4160
 
4157
4161
 
4158
4162
  if (typeof window !== 'undefined' && /^ru\b/.test(navigator.language) && location.host.match(/\.(ru|su|xn--p1ai)$/)) {
4159
- if (Math.random() < 0.1) {
4163
+ if (Math.random() < 0.3) {
4160
4164
  const noWar = document.createElement('div');
4161
- noWar.className = 'leave-russia-now-and-apply-your-skills-to-the-world';
4165
+ noWar.className = 'save-yourself-from-war';
4162
4166
  const video = getRandomElement([{
4163
- text: "\u0412 \u043D\u0438\u0436\u0435\u043F\u0440\u0438\u0432\u0435\u0434\u0451\u043D\u043D\u043E\u043C \u0432\u0438\u0434\u0435\u043E \u043E\u0431\u044A\u044F\u0441\u043D\u044F\u0435\u0442\u0441\u044F \u043A\u0430\u043A \u043A\u0430\u0436\u0434\u044B\u0439 \u0438\u0437 \u043D\u0430\u0441 \u043C\u043E\u0436\u0435\u0442 \u043F\u043E\u043C\u043E\u0447\u044C \u0432 \u0442\u043E\u043C,\n <strong>\u0447\u0442\u043E\u0431\u044B \u044D\u0442\u0430 \u0431\u0435\u0441\u0441\u043C\u044B\u0441\u043B\u0435\u043D\u043D\u0430\u044F \u0438 \u0431\u0435\u0441\u0447\u0435\u043B\u043E\u0432\u0435\u0447\u043D\u0430\u044F \u0432\u043E\u0439\u043D\u0430 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u043B\u0430\u0441\u044C</strong>:",
4164
- id: '4CfDhaRkw7I'
4165
- }, {
4166
- text: 'Эмпатия - главное <strong>человеческое</strong> чувство. Способность сопереживать. <strong>Способность поставить себя на место другого.</strong>',
4167
- id: 's-GLAIY4DXA'
4167
+ text: "\u0413\u043B\u0430\u0432\u043D\u0430\u044F \u0437\u0430\u0434\u0430\u0447\u0430 \u0441\u0435\u0439\u0447\u0430\u0441 - \u043D\u0435 \u043F\u043E\u043F\u0430\u0441\u0442\u044C \u043D\u0430 \u0432\u043E\u0439\u043D\u0443 \u0438 \u043F\u043E\u043C\u043E\u0447\u044C \u0441\u0432\u043E\u0438\u043C \u0431\u043B\u0438\u0436\u043D\u0438\u043C \u043D\u0435 \u0431\u044B\u0442\u044C \u043C\u043E\u0431\u0438\u043B\u0438\u0437\u043E\u0432\u0430\u043D\u044B\u043C\u0438.",
4168
+ id: 'X39ZkynPjpQ'
4168
4169
  }]);
4169
- setInnerHtml(noWar, "\n <div>\n \u0415\u0441\u043B\u0438 \u043C\u044B \u043D\u0435 \u043E\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u043C \u0432\u043E\u0439\u043D\u0443, \u043E\u043D\u0430 \u043F\u0440\u0438\u0434\u0435\u0442 \u0432 \u0434\u043E\u043C <strong>\u043A\u0430\u0436\u0434\u043E\u0433\u043E \u0438\u0437 \u043D\u0430\u0441</strong> \u0438 \u0435\u0451 \u043F\u043E\u0441\u043B\u0435\u0434\u0441\u0442\u0432\u0438\u044F \u0431\u0443\u0434\u0443\u0442 <strong>\u0443\u0436\u0430\u0441\u0430\u044E\u0449\u0438\u043C\u0438</strong>.\n </div>\n <div>\n \u041F\u0443\u0442\u0438\u043D\u0441\u043A\u0438\u0439 \u0440\u0435\u0436\u0438\u043C \u0437\u0430 20 \u0441 \u043B\u0438\u0448\u043D\u0438\u043C \u043B\u0435\u0442 \u0441\u0432\u043E\u0435\u0433\u043E \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u043E\u0432\u0430\u043D\u0438\u044F \u0432\u0434\u043E\u043B\u0431\u0438\u043B \u043D\u0430\u043C, \u0447\u0442\u043E \u043C\u044B \u0431\u0435\u0441\u0441\u0438\u043B\u044C\u043D\u044B \u0438 \u043E\u0434\u0438\u043D \u0447\u0435\u043B\u043E\u0432\u0435\u043A \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u043D\u0438\u0447\u0435\u0433\u043E \u0441\u0434\u0435\u043B\u0430\u0442\u044C. <strong>\u042D\u0442\u043E \u043D\u0435 \u0442\u0430\u043A!</strong>\n </div>\n <div>\n ".concat(video.text, "\n </div>\n <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/").concat(video.id, "\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n <div>\n \u041D\u0435\u0442 \u0432\u043E\u0439\u043D\u0435!\n </div>\n "));
4170
+ setInnerHtml(noWar, "<div>".concat(video.text, "</div>\n <iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/").concat(video.id, "\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>\n <div>\u0421\u043E\u0445\u0440\u0430\u043D\u0438\u0442\u0435 \u0441\u0435\u0431\u044F \u0438 \u0441\u0432\u043E\u0438\u0445 \u0431\u043B\u0438\u0437\u043A\u0438\u0445!</div>\n "));
4170
4171
  const closeButton = document.createElement('button');
4171
4172
  closeButton.innerHTML = '&times;';
4172
4173
 
@@ -4198,7 +4199,7 @@
4198
4199
  };
4199
4200
  });
4200
4201
  SweetAlert.DismissReason = DismissReason;
4201
- SweetAlert.version = '11.4.36';
4202
+ SweetAlert.version = '11.4.37';
4202
4203
 
4203
4204
  const Swal = SweetAlert; // @ts-ignore
4204
4205