@adstore/templates 2.0.10 → 2.0.11
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/CHANGELOG.md +6 -0
- package/dist/style.css +24 -21
- package/dist/templates.es.js +30 -20
- package/dist/templates.umd.js +30 -20
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
@@ -352,11 +352,11 @@ textarea {
|
|
352
352
|
50% {
|
353
353
|
transform: scale(1) translateZ(0);
|
354
354
|
}
|
355
|
-
}.
|
355
|
+
}._root_1hrqs_1 {
|
356
356
|
position: relative;
|
357
357
|
}
|
358
358
|
|
359
|
-
.
|
359
|
+
._icon_1hrqs_5 {
|
360
360
|
width: 30px;
|
361
361
|
height: 30px;
|
362
362
|
display: flex;
|
@@ -368,25 +368,28 @@ textarea {
|
|
368
368
|
cursor: pointer;
|
369
369
|
}
|
370
370
|
|
371
|
-
.
|
371
|
+
._iconTarget_1hrqs_17 {
|
372
372
|
width: 17px;
|
373
373
|
height: 20px;
|
374
374
|
}
|
375
375
|
|
376
|
-
.
|
376
|
+
._body_1hrqs_22 {
|
377
377
|
position: absolute;
|
378
378
|
left: -30px;
|
379
379
|
top: 50px;
|
380
|
-
width:
|
380
|
+
width: 300px;
|
381
381
|
display: none;
|
382
382
|
}
|
383
|
+
._desktop_1hrqs_29 ._body_1hrqs_22, ._tablet_1hrqs_29 ._body_1hrqs_22, ._laptop_1hrqs_29 ._body_1hrqs_22 {
|
384
|
+
width: 360px;
|
385
|
+
}
|
383
386
|
|
384
|
-
.
|
385
|
-
animation:
|
387
|
+
._bodyOpen_1hrqs_33 {
|
388
|
+
animation: _complexGift_in_1hrqs_1 0.3s;
|
386
389
|
display: block;
|
387
390
|
}
|
388
391
|
|
389
|
-
@keyframes
|
392
|
+
@keyframes _complexGift_in_1hrqs_1 {
|
390
393
|
from {
|
391
394
|
opacity: 0;
|
392
395
|
}
|
@@ -394,7 +397,7 @@ textarea {
|
|
394
397
|
opacity: 1;
|
395
398
|
}
|
396
399
|
}
|
397
|
-
.
|
400
|
+
._arrow_1hrqs_46 {
|
398
401
|
position: absolute;
|
399
402
|
transform: rotate(45deg);
|
400
403
|
height: 15px;
|
@@ -404,12 +407,12 @@ textarea {
|
|
404
407
|
background-color: #333;
|
405
408
|
}
|
406
409
|
|
407
|
-
.
|
410
|
+
._container_1hrqs_56 {
|
408
411
|
background-color: #333;
|
409
412
|
border-radius: 4px;
|
410
413
|
}
|
411
414
|
|
412
|
-
.
|
415
|
+
._promotion_1hrqs_61 {
|
413
416
|
position: absolute;
|
414
417
|
top: 12px;
|
415
418
|
right: 35px;
|
@@ -417,7 +420,7 @@ textarea {
|
|
417
420
|
font-size: 8px;
|
418
421
|
}
|
419
422
|
|
420
|
-
.
|
423
|
+
._close_1hrqs_69 {
|
421
424
|
position: absolute;
|
422
425
|
top: 9px;
|
423
426
|
right: 9px;
|
@@ -426,38 +429,38 @@ textarea {
|
|
426
429
|
align-items: center;
|
427
430
|
cursor: pointer;
|
428
431
|
}
|
429
|
-
.
|
432
|
+
._close_1hrqs_69 svg {
|
430
433
|
width: 15px;
|
431
434
|
height: 15px;
|
432
435
|
}
|
433
436
|
|
434
|
-
.
|
437
|
+
._head_1hrqs_83 {
|
435
438
|
padding: 12px 20px;
|
436
439
|
display: flex;
|
437
440
|
align-items: center;
|
438
441
|
color: #fff;
|
439
442
|
}
|
440
443
|
|
441
|
-
.
|
444
|
+
._headIcon_1hrqs_90 {
|
442
445
|
width: 20px;
|
443
446
|
height: 20px;
|
444
447
|
margin-right: 10px;
|
445
448
|
}
|
446
449
|
|
447
|
-
.
|
450
|
+
._headTitle_1hrqs_96 {
|
448
451
|
font-size: 16px;
|
449
452
|
line-height: 1.2;
|
450
453
|
font-weight: bold;
|
451
454
|
width: 100%;
|
452
455
|
}
|
453
456
|
|
454
|
-
.
|
457
|
+
._inner_1hrqs_103 {
|
455
458
|
border-radius: 6px;
|
456
459
|
overflow: hidden;
|
457
460
|
padding: 0 6px 6px 6px;
|
458
461
|
}
|
459
462
|
|
460
|
-
@keyframes
|
463
|
+
@keyframes _fadein_1hrqs_1 {
|
461
464
|
0%, 100% {
|
462
465
|
opacity: 0;
|
463
466
|
}
|
@@ -465,7 +468,7 @@ textarea {
|
|
465
468
|
opacity: 1;
|
466
469
|
}
|
467
470
|
}
|
468
|
-
@keyframes
|
471
|
+
@keyframes _pulse_1hrqs_1 {
|
469
472
|
from {
|
470
473
|
transform: scale(1);
|
471
474
|
}
|
@@ -473,7 +476,7 @@ textarea {
|
|
473
476
|
transform: scale(1.05);
|
474
477
|
}
|
475
478
|
}
|
476
|
-
@keyframes
|
479
|
+
@keyframes _gradient_1hrqs_1 {
|
477
480
|
0% {
|
478
481
|
background-position: 0 50%;
|
479
482
|
}
|
@@ -484,7 +487,7 @@ textarea {
|
|
484
487
|
background-position: 0 50%;
|
485
488
|
}
|
486
489
|
}
|
487
|
-
@keyframes
|
490
|
+
@keyframes _wiggle_1hrqs_1 {
|
488
491
|
0%, 7% {
|
489
492
|
transform: rotateZ(0);
|
490
493
|
}
|