fge-auth-component 0.0.2 → 0.0.4

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.
Files changed (29) hide show
  1. package/README.md +23 -19
  2. package/dist/components/FgeHeader.vue.d.ts +2 -2
  3. package/dist/components/FgeHeader.vue.d.ts.map +1 -1
  4. package/dist/components/svgIcons/CameraIcon.vue.d.ts +1 -9
  5. package/dist/components/svgIcons/DefaultUserIcon.vue.d.ts +2 -2
  6. package/dist/components/svgIcons/DefaultUserIcon.vue.d.ts.map +1 -1
  7. package/dist/components/svgIcons/EmailIcon.vue.d.ts +14 -0
  8. package/dist/components/svgIcons/EmailIcon.vue.d.ts.map +1 -0
  9. package/dist/components/svgIcons/ErrorIcon.vue.d.ts +2 -0
  10. package/dist/components/svgIcons/ErrorIcon.vue.d.ts.map +1 -0
  11. package/dist/components/svgIcons/EscudoIcon.vue.d.ts +2 -0
  12. package/dist/components/svgIcons/EscudoIcon.vue.d.ts.map +1 -0
  13. package/dist/components/svgIcons/ExclamationIcon.vue.d.ts +16 -0
  14. package/dist/components/svgIcons/ExclamationIcon.vue.d.ts.map +1 -0
  15. package/dist/components/svgIcons/TelegramIcon.vue.d.ts +14 -0
  16. package/dist/components/svgIcons/TelegramIcon.vue.d.ts.map +1 -0
  17. package/dist/components/svgIcons/WhatsappIcon.vue.d.ts +14 -0
  18. package/dist/components/svgIcons/WhatsappIcon.vue.d.ts.map +1 -0
  19. package/dist/fge-auth-component.css +1 -1
  20. package/dist/fge-auth-component.es.js +6787 -9903
  21. package/dist/fge-auth-component.umd.js +39 -46
  22. package/dist/outputs/main.d.ts +9 -4
  23. package/package.json +5 -14
  24. package/dist/fge-auth-component.cjs.js +0 -551
  25. package/dist/sweetalert2/dark.css +0 -1184
  26. package/dist/sweetalert2/dark.css.map +0 -1
  27. package/dist/sweetalert2/light.css +0 -1184
  28. package/dist/sweetalert2/light.css.map +0 -1
  29. package/dist/vite.svg +0 -1
@@ -1,1184 +0,0 @@
1
- .swal2-popup.swal2-toast {
2
- box-sizing: border-box;
3
- grid-column: 1/4 !important;
4
- grid-row: 1/4 !important;
5
- grid-template-columns: min-content auto min-content;
6
- padding: 1em;
7
- overflow-y: hidden;
8
- background: #293241;
9
- box-shadow: 0 0 1px hsla(0deg, 0%, 0%, 0.075), 0 1px 2px hsla(0deg, 0%, 0%, 0.075), 1px 2px 4px hsla(0deg, 0%, 0%, 0.075), 1px 3px 8px hsla(0deg, 0%, 0%, 0.075), 2px 4px 16px hsla(0deg, 0%, 0%, 0.075);
10
- pointer-events: all;
11
- }
12
- .swal2-popup.swal2-toast > * {
13
- grid-column: 2;
14
- }
15
- .swal2-popup.swal2-toast .swal2-title {
16
- margin: 0.5em 1em;
17
- padding: 0;
18
- font-size: 1em;
19
- text-align: initial;
20
- }
21
- .swal2-popup.swal2-toast .swal2-loading {
22
- justify-content: center;
23
- }
24
- .swal2-popup.swal2-toast .swal2-input {
25
- height: 2em;
26
- margin: 0.5em;
27
- font-size: 1em;
28
- }
29
- .swal2-popup.swal2-toast .swal2-validation-message {
30
- font-size: 1em;
31
- }
32
- .swal2-popup.swal2-toast .swal2-footer {
33
- margin: 0.5em 0 0;
34
- padding: 0.5em 0 0;
35
- font-size: 0.8em;
36
- }
37
- .swal2-popup.swal2-toast .swal2-close {
38
- grid-column: 3/3;
39
- grid-row: 1/99;
40
- align-self: center;
41
- width: 0.8em;
42
- height: 0.8em;
43
- margin: 0;
44
- font-size: 2em;
45
- }
46
- .swal2-popup.swal2-toast .swal2-html-container {
47
- margin: 0.5em 1em;
48
- padding: 0;
49
- overflow: initial;
50
- font-size: 1em;
51
- text-align: initial;
52
- }
53
- .swal2-popup.swal2-toast .swal2-html-container:empty {
54
- padding: 0;
55
- }
56
- .swal2-popup.swal2-toast .swal2-loader {
57
- grid-column: 1;
58
- grid-row: 1/99;
59
- align-self: center;
60
- width: 2em;
61
- height: 2em;
62
- margin: 0.25em;
63
- }
64
- .swal2-popup.swal2-toast .swal2-icon {
65
- grid-column: 1;
66
- grid-row: 1/99;
67
- align-self: center;
68
- width: 2em;
69
- min-width: 2em;
70
- height: 2em;
71
- margin: 0 0.5em 0 0;
72
- }
73
- .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
74
- display: flex;
75
- align-items: center;
76
- font-size: 1.8em;
77
- font-weight: bold;
78
- }
79
- .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
80
- width: 2em;
81
- height: 2em;
82
- }
83
- .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
84
- top: 0.875em;
85
- width: 1.375em;
86
- }
87
- .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
88
- left: 0.3125em;
89
- }
90
- .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
91
- right: 0.3125em;
92
- }
93
- .swal2-popup.swal2-toast .swal2-actions {
94
- justify-content: flex-start;
95
- height: auto;
96
- margin: 0;
97
- margin-top: 0.5em;
98
- padding: 0 0.5em;
99
- }
100
- .swal2-popup.swal2-toast .swal2-styled {
101
- margin: 0.25em 0.5em;
102
- padding: 0.4em 0.6em;
103
- font-size: 1em;
104
- }
105
- .swal2-popup.swal2-toast .swal2-success {
106
- border-color: #a5dc86;
107
- }
108
- .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
109
- position: absolute;
110
- width: 1.6em;
111
- height: 3em;
112
- transform: rotate(45deg);
113
- border-radius: 50%;
114
- }
115
- .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
116
- top: -0.8em;
117
- left: -0.5em;
118
- transform: rotate(-45deg);
119
- transform-origin: 2em 2em;
120
- border-radius: 4em 0 0 4em;
121
- }
122
- .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
123
- top: -0.25em;
124
- left: 0.9375em;
125
- transform-origin: 0 1.5em;
126
- border-radius: 0 4em 4em 0;
127
- }
128
- .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
129
- width: 2em;
130
- height: 2em;
131
- }
132
- .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
133
- top: 0;
134
- left: 0.4375em;
135
- width: 0.4375em;
136
- height: 2.6875em;
137
- }
138
- .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
139
- height: 0.3125em;
140
- }
141
- .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
142
- top: 1.125em;
143
- left: 0.1875em;
144
- width: 0.75em;
145
- }
146
- .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
147
- top: 0.9375em;
148
- right: 0.1875em;
149
- width: 1.375em;
150
- }
151
- .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
152
- animation: swal2-toast-animate-success-line-tip 0.75s;
153
- }
154
- .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
155
- animation: swal2-toast-animate-success-line-long 0.75s;
156
- }
157
- .swal2-popup.swal2-toast.swal2-show {
158
- animation: swal2-toast-show 0.5s;
159
- }
160
- .swal2-popup.swal2-toast.swal2-hide {
161
- animation: swal2-toast-hide 0.1s forwards;
162
- }
163
-
164
- .swal2-container {
165
- display: grid;
166
- position: fixed;
167
- z-index: 1060;
168
- top: 0;
169
- right: 0;
170
- bottom: 0;
171
- left: 0;
172
- box-sizing: border-box;
173
- grid-template-areas: "top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";
174
- grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
175
- height: 100%;
176
- padding: 0.625em;
177
- overflow-x: hidden;
178
- transition: background-color 0.1s;
179
- -webkit-overflow-scrolling: touch;
180
- }
181
- .swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
182
- background: rgba(41, 50, 65, 0.75);
183
- }
184
- .swal2-container.swal2-backdrop-hide {
185
- background: transparent !important;
186
- }
187
- .swal2-container.swal2-top-start, .swal2-container.swal2-center-start, .swal2-container.swal2-bottom-start {
188
- grid-template-columns: minmax(0, 1fr) auto auto;
189
- }
190
- .swal2-container.swal2-top, .swal2-container.swal2-center, .swal2-container.swal2-bottom {
191
- grid-template-columns: auto minmax(0, 1fr) auto;
192
- }
193
- .swal2-container.swal2-top-end, .swal2-container.swal2-center-end, .swal2-container.swal2-bottom-end {
194
- grid-template-columns: auto auto minmax(0, 1fr);
195
- }
196
- .swal2-container.swal2-top-start > .swal2-popup {
197
- align-self: start;
198
- }
199
- .swal2-container.swal2-top > .swal2-popup {
200
- grid-column: 2;
201
- align-self: start;
202
- justify-self: center;
203
- }
204
- .swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
205
- grid-column: 3;
206
- align-self: start;
207
- justify-self: end;
208
- }
209
- .swal2-container.swal2-center-start > .swal2-popup, .swal2-container.swal2-center-left > .swal2-popup {
210
- grid-row: 2;
211
- align-self: center;
212
- }
213
- .swal2-container.swal2-center > .swal2-popup {
214
- grid-column: 2;
215
- grid-row: 2;
216
- align-self: center;
217
- justify-self: center;
218
- }
219
- .swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
220
- grid-column: 3;
221
- grid-row: 2;
222
- align-self: center;
223
- justify-self: end;
224
- }
225
- .swal2-container.swal2-bottom-start > .swal2-popup, .swal2-container.swal2-bottom-left > .swal2-popup {
226
- grid-column: 1;
227
- grid-row: 3;
228
- align-self: end;
229
- }
230
- .swal2-container.swal2-bottom > .swal2-popup {
231
- grid-column: 2;
232
- grid-row: 3;
233
- justify-self: center;
234
- align-self: end;
235
- }
236
- .swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
237
- grid-column: 3;
238
- grid-row: 3;
239
- align-self: end;
240
- justify-self: end;
241
- }
242
- .swal2-container.swal2-grow-row > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
243
- grid-column: 1/4;
244
- width: 100%;
245
- }
246
- .swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
247
- grid-row: 1/4;
248
- align-self: stretch;
249
- }
250
- .swal2-container.swal2-no-transition {
251
- transition: none !important;
252
- }
253
-
254
- .swal2-popup {
255
- display: none;
256
- position: relative;
257
- box-sizing: border-box;
258
- grid-template-columns: minmax(0, 100%);
259
- width: 32em;
260
- max-width: 100%;
261
- padding: 0 0 1.25em;
262
- border: none;
263
- border-radius: 5px;
264
- background: #293241;
265
- color: #545454;
266
- font-family: inherit;
267
- font-size: 1rem;
268
- }
269
- .swal2-popup:focus {
270
- outline: none;
271
- }
272
- .swal2-popup.swal2-loading {
273
- overflow-y: hidden;
274
- }
275
-
276
- .swal2-title {
277
- position: relative;
278
- max-width: 100%;
279
- margin: 0;
280
- padding: 0.8em 1em 0;
281
- color: #e1e1e1;
282
- font-size: 1.875em;
283
- font-weight: 600;
284
- text-align: center;
285
- text-transform: none;
286
- word-wrap: break-word;
287
- }
288
-
289
- .swal2-actions {
290
- display: flex;
291
- z-index: 1;
292
- box-sizing: border-box;
293
- flex-wrap: wrap;
294
- align-items: center;
295
- justify-content: center;
296
- width: auto;
297
- margin: 1.25em auto 0;
298
- padding: 0;
299
- }
300
- .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
301
- opacity: 0.4;
302
- }
303
- .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
304
- background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
305
- }
306
- .swal2-actions:not(.swal2-loading) .swal2-styled:active {
307
- background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
308
- }
309
-
310
- .swal2-loader {
311
- display: none;
312
- align-items: center;
313
- justify-content: center;
314
- width: 2.2em;
315
- height: 2.2em;
316
- margin: 0 1.875em;
317
- animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
318
- border-width: 0.25em;
319
- border-style: solid;
320
- border-radius: 100%;
321
- border-color: #2778c4 transparent #2778c4 transparent;
322
- }
323
-
324
- .swal2-styled {
325
- margin: 0.3125em;
326
- padding: 0.625em 1.1em;
327
- transition: box-shadow 0.1s;
328
- box-shadow: 0 0 0 3px transparent;
329
- font-weight: 500;
330
- }
331
- .swal2-styled:not([disabled]) {
332
- cursor: pointer;
333
- }
334
- .swal2-styled.swal2-confirm {
335
- border: 0;
336
- border-radius: 0.25em;
337
- background: initial;
338
- background-color: var(--primary-color);
339
- color: #fff;
340
- font-size: 1em;
341
- }
342
- .swal2-styled.swal2-confirm:focus {
343
- box-shadow: 0 0 0 3px rgba(var(--primary-color), 0.5) !important;
344
- }
345
- .swal2-styled.swal2-deny {
346
- border: 0;
347
- border-radius: 0.25em;
348
- background: initial;
349
- background-color: #dc3741;
350
- color: #fff;
351
- font-size: 1em;
352
- }
353
- .swal2-styled.swal2-deny:focus {
354
- box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
355
- }
356
- .swal2-styled.swal2-cancel {
357
- border: 0;
358
- border-radius: 0.25em;
359
- background: initial;
360
- background-color: #6e7881;
361
- color: #fff;
362
- font-size: 1em;
363
- }
364
- .swal2-styled.swal2-cancel:focus {
365
- box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
366
- }
367
- .swal2-styled.swal2-default-outline:focus {
368
- box-shadow: 0 0 0 1px #293241, 0 0 0 3px rgba(138, 176, 213, 0.5);
369
- }
370
- .swal2-styled:focus {
371
- outline: none;
372
- }
373
- .swal2-styled::-moz-focus-inner {
374
- border: 0;
375
- }
376
-
377
- .swal2-footer {
378
- justify-content: center;
379
- margin: 1em 0 0;
380
- padding: 1em 1em 0;
381
- border-top: 1px solid #555;
382
- color: #bbbbbb;
383
- font-size: 1em;
384
- }
385
-
386
- .swal2-timer-progress-bar-container {
387
- position: absolute;
388
- right: 0;
389
- bottom: 0;
390
- left: 0;
391
- grid-column: auto !important;
392
- overflow: hidden;
393
- border-bottom-right-radius: 5px;
394
- border-bottom-left-radius: 5px;
395
- }
396
-
397
- .swal2-timer-progress-bar {
398
- width: 100%;
399
- height: 0.25em;
400
- background: rgba(225, 225, 225, 0.6);
401
- }
402
-
403
- .swal2-image {
404
- max-width: 100%;
405
- margin: 2em auto 1em;
406
- }
407
-
408
- .swal2-close {
409
- z-index: 2;
410
- align-items: center;
411
- justify-content: center;
412
- width: 1.2em;
413
- height: 1.2em;
414
- margin-top: 0;
415
- margin-right: 0;
416
- margin-bottom: -1.2em;
417
- padding: 0;
418
- overflow: hidden;
419
- transition: color 0.1s, box-shadow 0.1s;
420
- border: none;
421
- border-radius: 5px;
422
- background: transparent;
423
- color: #ccc;
424
- font-family: serif;
425
- font-family: monospace;
426
- font-size: 2.5em;
427
- cursor: pointer;
428
- justify-self: end;
429
- }
430
- .swal2-close:hover {
431
- transform: none;
432
- background: transparent;
433
- color: #f27474;
434
- }
435
- .swal2-close:focus {
436
- outline: none;
437
- box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
438
- }
439
- .swal2-close::-moz-focus-inner {
440
- border: 0;
441
- }
442
-
443
- .swal2-html-container {
444
- z-index: 1;
445
- justify-content: center;
446
- margin: 1em 1.6em 0.3em;
447
- padding: 0;
448
- overflow: auto;
449
- color: #e1e1e1;
450
- font-size: 1.125em;
451
- font-weight: normal;
452
- line-height: normal;
453
- text-align: center;
454
- word-wrap: break-word;
455
- word-break: break-word;
456
- }
457
-
458
- .swal2-input,
459
- .swal2-file,
460
- .swal2-textarea,
461
- .swal2-select,
462
- .swal2-radio,
463
- .swal2-checkbox {
464
- margin: 1em 2em 3px;
465
- }
466
-
467
- .swal2-input,
468
- .swal2-file,
469
- .swal2-textarea {
470
- box-sizing: border-box;
471
- width: auto;
472
- transition: border-color 0.1s, box-shadow 0.1s;
473
- border: 1px solid #d9d9d9;
474
- border-radius: 0.1875em;
475
- background: #3d4a60;
476
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
477
- color: #e1e1e1;
478
- font-size: 1.125em;
479
- }
480
- .swal2-input.swal2-inputerror,
481
- .swal2-file.swal2-inputerror,
482
- .swal2-textarea.swal2-inputerror {
483
- border-color: #f27474 !important;
484
- box-shadow: 0 0 2px #f27474 !important;
485
- }
486
- .swal2-input:focus,
487
- .swal2-file:focus,
488
- .swal2-textarea:focus {
489
- border: 1px solid #b4dbed;
490
- outline: none;
491
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5);
492
- }
493
- .swal2-input::placeholder,
494
- .swal2-file::placeholder,
495
- .swal2-textarea::placeholder {
496
- color: #ccc;
497
- }
498
-
499
- .swal2-range {
500
- margin: 1em 2em 3px;
501
- background: #293241;
502
- }
503
- .swal2-range input {
504
- width: 80%;
505
- }
506
- .swal2-range output {
507
- width: 20%;
508
- color: #e1e1e1;
509
- font-weight: 600;
510
- text-align: center;
511
- }
512
- .swal2-range input,
513
- .swal2-range output {
514
- height: 2.625em;
515
- padding: 0;
516
- font-size: 1.125em;
517
- line-height: 2.625em;
518
- }
519
-
520
- .swal2-input {
521
- height: 2.625em;
522
- padding: 0 0.75em;
523
- }
524
-
525
- .swal2-file {
526
- width: 75%;
527
- margin-right: auto;
528
- margin-left: auto;
529
- background: #3d4a60;
530
- font-size: 1.125em;
531
- }
532
-
533
- .swal2-textarea {
534
- height: 6.75em;
535
- padding: 0.75em;
536
- }
537
-
538
- .swal2-select {
539
- min-width: 50%;
540
- max-width: 100%;
541
- padding: 0.375em 0.625em;
542
- background: #3d4a60;
543
- color: #e1e1e1;
544
- font-size: 1.125em;
545
- }
546
-
547
- .swal2-radio,
548
- .swal2-checkbox {
549
- align-items: center;
550
- justify-content: center;
551
- background: #293241;
552
- color: #e1e1e1;
553
- }
554
- .swal2-radio label,
555
- .swal2-checkbox label {
556
- margin: 0 0.6em;
557
- font-size: 1.125em;
558
- }
559
- .swal2-radio input,
560
- .swal2-checkbox input {
561
- flex-shrink: 0;
562
- margin: 0 0.4em;
563
- }
564
-
565
- .swal2-input-label {
566
- display: flex;
567
- justify-content: center;
568
- margin: 1em auto 0;
569
- }
570
-
571
- .swal2-validation-message {
572
- align-items: center;
573
- justify-content: center;
574
- margin: 1em 0 0;
575
- padding: 0.625em;
576
- overflow: hidden;
577
- background: #3d4a60;
578
- color: #e1e1e1;
579
- font-size: 1em;
580
- font-weight: 300;
581
- }
582
- .swal2-validation-message::before {
583
- content: "!";
584
- display: inline-block;
585
- width: 1.5em;
586
- min-width: 1.5em;
587
- height: 1.5em;
588
- margin: 0 0.625em;
589
- border-radius: 50%;
590
- background-color: #f27474;
591
- color: #fff;
592
- font-weight: 600;
593
- line-height: 1.5em;
594
- text-align: center;
595
- }
596
-
597
- .swal2-icon {
598
- position: relative;
599
- box-sizing: content-box;
600
- justify-content: center;
601
- width: 5em;
602
- height: 5em;
603
- margin: 2.5em auto 0.6em;
604
- border: 0.25em solid transparent;
605
- border-radius: 50%;
606
- border-color: #000;
607
- font-family: inherit;
608
- line-height: 5em;
609
- cursor: default;
610
- user-select: none;
611
- }
612
- .swal2-icon .swal2-icon-content {
613
- display: flex;
614
- align-items: center;
615
- font-size: 3.75em;
616
- }
617
- .swal2-icon.swal2-error {
618
- border-color: #f27474;
619
- color: #f27474;
620
- }
621
- .swal2-icon.swal2-error .swal2-x-mark {
622
- position: relative;
623
- flex-grow: 1;
624
- }
625
- .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
626
- display: block;
627
- position: absolute;
628
- top: 2.3125em;
629
- width: 2.9375em;
630
- height: 0.3125em;
631
- border-radius: 0.125em;
632
- background-color: #f27474;
633
- }
634
- .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
635
- left: 1.0625em;
636
- transform: rotate(45deg);
637
- }
638
- .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
639
- right: 1em;
640
- transform: rotate(-45deg);
641
- }
642
- .swal2-icon.swal2-error.swal2-icon-show {
643
- animation: swal2-animate-error-icon 0.5s;
644
- }
645
- .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
646
- animation: swal2-animate-error-x-mark 0.5s;
647
- }
648
- .swal2-icon.swal2-warning {
649
- border-color: #facea8;
650
- color: #f8bb86;
651
- }
652
- .swal2-icon.swal2-warning.swal2-icon-show {
653
- animation: swal2-animate-error-icon 0.5s;
654
- }
655
- .swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
656
- animation: swal2-animate-i-mark 0.5s;
657
- }
658
- .swal2-icon.swal2-info {
659
- border-color: #9de0f6;
660
- color: #3fc3ee;
661
- }
662
- .swal2-icon.swal2-info.swal2-icon-show {
663
- animation: swal2-animate-error-icon 0.5s;
664
- }
665
- .swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
666
- animation: swal2-animate-i-mark 0.8s;
667
- }
668
- .swal2-icon.swal2-question {
669
- border-color: #c9dae1;
670
- color: #87adbd;
671
- }
672
- .swal2-icon.swal2-question.swal2-icon-show {
673
- animation: swal2-animate-error-icon 0.5s;
674
- }
675
- .swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
676
- animation: swal2-animate-question-mark 0.8s;
677
- }
678
- .swal2-icon.swal2-success {
679
- border-color: #a5dc86;
680
- color: #a5dc86;
681
- }
682
- .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
683
- position: absolute;
684
- width: 3.75em;
685
- height: 7.5em;
686
- transform: rotate(45deg);
687
- border-radius: 50%;
688
- }
689
- .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
690
- top: -0.4375em;
691
- left: -2.0635em;
692
- transform: rotate(-45deg);
693
- transform-origin: 3.75em 3.75em;
694
- border-radius: 7.5em 0 0 7.5em;
695
- }
696
- .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
697
- top: -0.6875em;
698
- left: 1.875em;
699
- transform: rotate(-45deg);
700
- transform-origin: 0 3.75em;
701
- border-radius: 0 7.5em 7.5em 0;
702
- }
703
- .swal2-icon.swal2-success .swal2-success-ring {
704
- position: absolute;
705
- z-index: 2;
706
- top: -0.25em;
707
- left: -0.25em;
708
- box-sizing: content-box;
709
- width: 100%;
710
- height: 100%;
711
- border: 0.25em solid rgba(165, 220, 134, 0.3);
712
- border-radius: 50%;
713
- }
714
- .swal2-icon.swal2-success .swal2-success-fix {
715
- position: absolute;
716
- z-index: 1;
717
- top: 0.5em;
718
- left: 1.625em;
719
- width: 0.4375em;
720
- height: 5.625em;
721
- transform: rotate(-45deg);
722
- }
723
- .swal2-icon.swal2-success [class^=swal2-success-line] {
724
- display: block;
725
- position: absolute;
726
- z-index: 2;
727
- height: 0.3125em;
728
- border-radius: 0.125em;
729
- background-color: #a5dc86;
730
- }
731
- .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
732
- top: 2.875em;
733
- left: 0.8125em;
734
- width: 1.5625em;
735
- transform: rotate(45deg);
736
- }
737
- .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
738
- top: 2.375em;
739
- right: 0.5em;
740
- width: 2.9375em;
741
- transform: rotate(-45deg);
742
- }
743
- .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
744
- animation: swal2-animate-success-line-tip 0.75s;
745
- }
746
- .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
747
- animation: swal2-animate-success-line-long 0.75s;
748
- }
749
- .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
750
- animation: swal2-rotate-success-circular-line 4.25s ease-in;
751
- }
752
-
753
- .swal2-progress-steps {
754
- flex-wrap: wrap;
755
- align-items: center;
756
- max-width: 100%;
757
- margin: 1.25em auto;
758
- padding: 0;
759
- background: transparent;
760
- font-weight: 600;
761
- }
762
- .swal2-progress-steps li {
763
- display: inline-block;
764
- position: relative;
765
- }
766
- .swal2-progress-steps .swal2-progress-step {
767
- z-index: 20;
768
- flex-shrink: 0;
769
- width: 2em;
770
- height: 2em;
771
- border-radius: 2em;
772
- background: #2778c4;
773
- color: #fff;
774
- line-height: 2em;
775
- text-align: center;
776
- }
777
- .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
778
- background: #2778c4;
779
- }
780
- .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
781
- background: #5a6e8f;
782
- color: #fff;
783
- }
784
- .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
785
- background: #5a6e8f;
786
- }
787
- .swal2-progress-steps .swal2-progress-step-line {
788
- z-index: 10;
789
- flex-shrink: 0;
790
- width: 2.5em;
791
- height: 0.4em;
792
- margin: 0 -1px;
793
- background: #2778c4;
794
- }
795
-
796
- [class^=swal2] {
797
- -webkit-tap-highlight-color: transparent;
798
- }
799
-
800
- .swal2-show {
801
- animation: swal2-show 0.3s;
802
- }
803
-
804
- .swal2-hide {
805
- animation: swal2-hide 0.15s forwards;
806
- }
807
-
808
- .swal2-noanimation {
809
- transition: none;
810
- }
811
-
812
- .swal2-scrollbar-measure {
813
- position: absolute;
814
- top: -9999px;
815
- width: 50px;
816
- height: 50px;
817
- overflow: scroll;
818
- }
819
-
820
- .swal2-rtl .swal2-close {
821
- margin-right: initial;
822
- margin-left: 0;
823
- }
824
- .swal2-rtl .swal2-timer-progress-bar {
825
- right: 0;
826
- left: auto;
827
- }
828
-
829
- @keyframes swal2-toast-show {
830
- 0% {
831
- transform: translateY(-0.625em) rotateZ(2deg);
832
- }
833
- 33% {
834
- transform: translateY(0) rotateZ(-2deg);
835
- }
836
- 66% {
837
- transform: translateY(0.3125em) rotateZ(2deg);
838
- }
839
- 100% {
840
- transform: translateY(0) rotateZ(0deg);
841
- }
842
- }
843
- @keyframes swal2-toast-hide {
844
- 100% {
845
- transform: rotateZ(1deg);
846
- opacity: 0;
847
- }
848
- }
849
- @keyframes swal2-toast-animate-success-line-tip {
850
- 0% {
851
- top: 0.5625em;
852
- left: 0.0625em;
853
- width: 0;
854
- }
855
- 54% {
856
- top: 0.125em;
857
- left: 0.125em;
858
- width: 0;
859
- }
860
- 70% {
861
- top: 0.625em;
862
- left: -0.25em;
863
- width: 1.625em;
864
- }
865
- 84% {
866
- top: 1.0625em;
867
- left: 0.75em;
868
- width: 0.5em;
869
- }
870
- 100% {
871
- top: 1.125em;
872
- left: 0.1875em;
873
- width: 0.75em;
874
- }
875
- }
876
- @keyframes swal2-toast-animate-success-line-long {
877
- 0% {
878
- top: 1.625em;
879
- right: 1.375em;
880
- width: 0;
881
- }
882
- 65% {
883
- top: 1.25em;
884
- right: 0.9375em;
885
- width: 0;
886
- }
887
- 84% {
888
- top: 0.9375em;
889
- right: 0;
890
- width: 1.125em;
891
- }
892
- 100% {
893
- top: 0.9375em;
894
- right: 0.1875em;
895
- width: 1.375em;
896
- }
897
- }
898
- @keyframes swal2-show {
899
- 0% {
900
- transform: scale(0.7);
901
- }
902
- 45% {
903
- transform: scale(1.05);
904
- }
905
- 80% {
906
- transform: scale(0.95);
907
- }
908
- 100% {
909
- transform: scale(1);
910
- }
911
- }
912
- @keyframes swal2-hide {
913
- 0% {
914
- transform: scale(1);
915
- opacity: 1;
916
- }
917
- 100% {
918
- transform: scale(0.5);
919
- opacity: 0;
920
- }
921
- }
922
- @keyframes swal2-animate-success-line-tip {
923
- 0% {
924
- top: 1.1875em;
925
- left: 0.0625em;
926
- width: 0;
927
- }
928
- 54% {
929
- top: 1.0625em;
930
- left: 0.125em;
931
- width: 0;
932
- }
933
- 70% {
934
- top: 2.1875em;
935
- left: -0.375em;
936
- width: 3.125em;
937
- }
938
- 84% {
939
- top: 3em;
940
- left: 1.3125em;
941
- width: 1.0625em;
942
- }
943
- 100% {
944
- top: 2.8125em;
945
- left: 0.8125em;
946
- width: 1.5625em;
947
- }
948
- }
949
- @keyframes swal2-animate-success-line-long {
950
- 0% {
951
- top: 3.375em;
952
- right: 2.875em;
953
- width: 0;
954
- }
955
- 65% {
956
- top: 3.375em;
957
- right: 2.875em;
958
- width: 0;
959
- }
960
- 84% {
961
- top: 2.1875em;
962
- right: 0;
963
- width: 3.4375em;
964
- }
965
- 100% {
966
- top: 2.375em;
967
- right: 0.5em;
968
- width: 2.9375em;
969
- }
970
- }
971
- @keyframes swal2-rotate-success-circular-line {
972
- 0% {
973
- transform: rotate(-45deg);
974
- }
975
- 5% {
976
- transform: rotate(-45deg);
977
- }
978
- 12% {
979
- transform: rotate(-405deg);
980
- }
981
- 100% {
982
- transform: rotate(-405deg);
983
- }
984
- }
985
- @keyframes swal2-animate-error-x-mark {
986
- 0% {
987
- margin-top: 1.625em;
988
- transform: scale(0.4);
989
- opacity: 0;
990
- }
991
- 50% {
992
- margin-top: 1.625em;
993
- transform: scale(0.4);
994
- opacity: 0;
995
- }
996
- 80% {
997
- margin-top: -0.375em;
998
- transform: scale(1.15);
999
- }
1000
- 100% {
1001
- margin-top: 0;
1002
- transform: scale(1);
1003
- opacity: 1;
1004
- }
1005
- }
1006
- @keyframes swal2-animate-error-icon {
1007
- 0% {
1008
- transform: rotateX(100deg);
1009
- opacity: 0;
1010
- }
1011
- 100% {
1012
- transform: rotateX(0deg);
1013
- opacity: 1;
1014
- }
1015
- }
1016
- @keyframes swal2-rotate-loading {
1017
- 0% {
1018
- transform: rotate(0deg);
1019
- }
1020
- 100% {
1021
- transform: rotate(360deg);
1022
- }
1023
- }
1024
- @keyframes swal2-animate-question-mark {
1025
- 0% {
1026
- transform: rotateY(-360deg);
1027
- }
1028
- 100% {
1029
- transform: rotateY(0);
1030
- }
1031
- }
1032
- @keyframes swal2-animate-i-mark {
1033
- 0% {
1034
- transform: rotateZ(45deg);
1035
- opacity: 0;
1036
- }
1037
- 25% {
1038
- transform: rotateZ(-25deg);
1039
- opacity: 0.4;
1040
- }
1041
- 50% {
1042
- transform: rotateZ(15deg);
1043
- opacity: 0.8;
1044
- }
1045
- 75% {
1046
- transform: rotateZ(-5deg);
1047
- opacity: 1;
1048
- }
1049
- 100% {
1050
- transform: rotateX(0);
1051
- opacity: 1;
1052
- }
1053
- }
1054
- body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
1055
- overflow: hidden;
1056
- }
1057
- body.swal2-height-auto {
1058
- height: auto !important;
1059
- }
1060
- body.swal2-no-backdrop .swal2-container {
1061
- background-color: transparent !important;
1062
- pointer-events: none;
1063
- }
1064
- body.swal2-no-backdrop .swal2-container .swal2-popup {
1065
- pointer-events: all;
1066
- }
1067
- body.swal2-no-backdrop .swal2-container .swal2-modal {
1068
- box-shadow: 0 0 10px rgba(41, 50, 65, 0.75);
1069
- }
1070
- @media print {
1071
- body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
1072
- overflow-y: scroll !important;
1073
- }
1074
- body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
1075
- display: none;
1076
- }
1077
- body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
1078
- position: static !important;
1079
- }
1080
- }
1081
- body.swal2-toast-shown .swal2-container {
1082
- box-sizing: border-box;
1083
- width: 360px;
1084
- max-width: 100%;
1085
- background-color: transparent;
1086
- pointer-events: none;
1087
- }
1088
- body.swal2-toast-shown .swal2-container.swal2-top {
1089
- top: 0;
1090
- right: auto;
1091
- bottom: auto;
1092
- left: 50%;
1093
- transform: translateX(-50%);
1094
- }
1095
- body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
1096
- top: 0;
1097
- right: 0;
1098
- bottom: auto;
1099
- left: auto;
1100
- }
1101
- body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
1102
- top: 0;
1103
- right: auto;
1104
- bottom: auto;
1105
- left: 0;
1106
- }
1107
- body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
1108
- top: 50%;
1109
- right: auto;
1110
- bottom: auto;
1111
- left: 0;
1112
- transform: translateY(-50%);
1113
- }
1114
- body.swal2-toast-shown .swal2-container.swal2-center {
1115
- top: 50%;
1116
- right: auto;
1117
- bottom: auto;
1118
- left: 50%;
1119
- transform: translate(-50%, -50%);
1120
- }
1121
- body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
1122
- top: 50%;
1123
- right: 0;
1124
- bottom: auto;
1125
- left: auto;
1126
- transform: translateY(-50%);
1127
- }
1128
- body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
1129
- top: auto;
1130
- right: auto;
1131
- bottom: 0;
1132
- left: 0;
1133
- }
1134
- body.swal2-toast-shown .swal2-container.swal2-bottom {
1135
- top: auto;
1136
- right: auto;
1137
- bottom: 0;
1138
- left: 50%;
1139
- transform: translateX(-50%);
1140
- }
1141
- body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
1142
- top: auto;
1143
- right: 0;
1144
- bottom: 0;
1145
- left: auto;
1146
- }
1147
-
1148
- .colored-toast.swal2-icon-success {
1149
- background-color: var(--primary-color) !important;
1150
- }
1151
-
1152
- .colored-toast.swal2-icon-error {
1153
- background-color: #f27474 !important;
1154
- }
1155
-
1156
- .colored-toast.swal2-icon-warning {
1157
- background-color: #f8bb86 !important;
1158
- }
1159
-
1160
- .colored-toast.swal2-icon-info {
1161
- background-color: #3fc3ee !important;
1162
- }
1163
-
1164
- .colored-toast.swal2-icon-question {
1165
- background-color: #87adbd !important;
1166
- }
1167
-
1168
- .colored-toast .swal2-title {
1169
- color: white;
1170
- }
1171
-
1172
- .colored-toast .swal2-close {
1173
- color: white;
1174
- }
1175
-
1176
- .colored-toast .swal2-html-container {
1177
- color: white;
1178
- }
1179
-
1180
- .swal2-container {
1181
- z-index: 20000 !important;
1182
- }
1183
-
1184
- /*# sourceMappingURL=dark.css.map */