@adstore/templates 2.0.9 → 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 +15 -0
- package/dist/style.css +56 -38
- package/dist/templates.es.js +79 -621
- package/dist/templates.umd.js +79 -621
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# @adstore/templates
|
2
2
|
|
3
|
+
## 2.0.11
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 0590d2d: Add max-width on mobile for ComplexGift
|
8
|
+
|
9
|
+
## 2.0.10
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- Release version
|
14
|
+
- 605b897: Fixes for SimpleGift + ComplexGift
|
15
|
+
- 18cdeee: Fixes
|
16
|
+
- 484e490: Fix display title icon (ComplexGift)
|
17
|
+
|
3
18
|
## 2.0.6
|
4
19
|
|
5
20
|
### Patch Changes
|
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
|
}
|
@@ -506,25 +509,25 @@ textarea {
|
|
506
509
|
40%, 100% {
|
507
510
|
transform: rotateZ(0);
|
508
511
|
}
|
509
|
-
}.
|
512
|
+
}._root_5vnui_1 {
|
510
513
|
padding: 6px;
|
511
514
|
background-color: #fff;
|
512
515
|
position: relative;
|
513
516
|
display: block;
|
514
517
|
}
|
515
|
-
.
|
518
|
+
._root_5vnui_1:first-child {
|
516
519
|
border-top-left-radius: 6px;
|
517
520
|
border-top-right-radius: 6px;
|
518
521
|
}
|
519
|
-
.
|
522
|
+
._root_5vnui_1:first-child:after {
|
520
523
|
display: none;
|
521
524
|
}
|
522
|
-
.
|
525
|
+
._root_5vnui_1:last-child {
|
523
526
|
border-bottom-left-radius: 6px;
|
524
527
|
border-bottom-right-radius: 6px;
|
525
528
|
border-bottom: none;
|
526
529
|
}
|
527
|
-
.
|
530
|
+
._root_5vnui_1:after {
|
528
531
|
content: "";
|
529
532
|
width: 100%;
|
530
533
|
height: 1px;
|
@@ -535,7 +538,7 @@ textarea {
|
|
535
538
|
bottom: 0;
|
536
539
|
}
|
537
540
|
|
538
|
-
.
|
541
|
+
._body_5vnui_30 {
|
539
542
|
display: flex;
|
540
543
|
align-items: center;
|
541
544
|
position: relative;
|
@@ -543,12 +546,12 @@ textarea {
|
|
543
546
|
justify-content: space-between;
|
544
547
|
}
|
545
548
|
|
546
|
-
.
|
549
|
+
._bodyInner_5vnui_38 {
|
547
550
|
display: flex;
|
548
551
|
align-items: center;
|
549
552
|
}
|
550
553
|
|
551
|
-
.
|
554
|
+
._line_5vnui_43 {
|
552
555
|
position: absolute;
|
553
556
|
left: -6px;
|
554
557
|
top: 0;
|
@@ -558,7 +561,7 @@ textarea {
|
|
558
561
|
border-radius: 0 2px 2px 0;
|
559
562
|
}
|
560
563
|
|
561
|
-
.
|
564
|
+
._text_5vnui_53 {
|
562
565
|
font-size: 12px;
|
563
566
|
line-height: 1.2;
|
564
567
|
color: #333;
|
@@ -568,13 +571,13 @@ textarea {
|
|
568
571
|
--accent-color: #ffbc00;
|
569
572
|
--font-family: Roboto, sans-serif;
|
570
573
|
}
|
571
|
-
.
|
574
|
+
._text_5vnui_53 span {
|
572
575
|
font-family: var(--font-family);
|
573
576
|
color: var(--accent-color);
|
574
577
|
font-size: var(--accent-size);
|
575
578
|
}
|
576
579
|
|
577
|
-
.
|
580
|
+
._button_5vnui_69 {
|
578
581
|
margin-left: auto;
|
579
582
|
padding: 2px;
|
580
583
|
background-color: #ffb800;
|
@@ -586,21 +589,21 @@ textarea {
|
|
586
589
|
line-height: 2;
|
587
590
|
font-weight: bold;
|
588
591
|
}
|
589
|
-
.
|
592
|
+
._button_5vnui_69 ._logo_5vnui_81 {
|
590
593
|
width: 30px;
|
591
594
|
height: 30px;
|
592
595
|
margin-right: initial;
|
593
596
|
display: block;
|
594
597
|
}
|
595
|
-
.
|
598
|
+
._variant2_5vnui_87 ._button_5vnui_69 ._logo_5vnui_81 {
|
596
599
|
display: none;
|
597
600
|
}
|
598
601
|
|
599
|
-
.
|
602
|
+
._buttonText_5vnui_91 {
|
600
603
|
padding: 0 7px;
|
601
604
|
}
|
602
605
|
|
603
|
-
.
|
606
|
+
._logo_5vnui_81 {
|
604
607
|
width: 25px;
|
605
608
|
height: 25px;
|
606
609
|
border-radius: 30px;
|
@@ -608,11 +611,11 @@ textarea {
|
|
608
611
|
margin-right: 10px;
|
609
612
|
display: none;
|
610
613
|
}
|
611
|
-
.
|
614
|
+
._variant2_5vnui_87 ._logo_5vnui_81 {
|
612
615
|
display: block;
|
613
616
|
}
|
614
617
|
|
615
|
-
.
|
618
|
+
._legal_5vnui_107 {
|
616
619
|
background-color: #eee;
|
617
620
|
padding: 2px 5px;
|
618
621
|
height: 14px;
|
@@ -621,6 +624,21 @@ textarea {
|
|
621
624
|
border-radius: 4px;
|
622
625
|
color: #7e8392;
|
623
626
|
font-size: 8px;
|
627
|
+
}
|
628
|
+
|
629
|
+
._legal_5vnui_107::-webkit-scrollbar {
|
630
|
+
width: 4px;
|
631
|
+
background: #e5e6e9;
|
632
|
+
border-radius: 5px;
|
633
|
+
}
|
634
|
+
|
635
|
+
._legal_5vnui_107::-webkit-scrollbar-track {
|
636
|
+
border-radius: 5px;
|
637
|
+
}
|
638
|
+
|
639
|
+
._legal_5vnui_107::-webkit-scrollbar-thumb {
|
640
|
+
background: #7e8392;
|
641
|
+
border-radius: 5px;
|
624
642
|
}._root_1bgnc_1 {
|
625
643
|
max-width: 320px;
|
626
644
|
width: 100%;
|