@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 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
- }._root_107vu_1 {
355
+ }._root_1hrqs_1 {
356
356
  position: relative;
357
357
  }
358
358
 
359
- ._icon_107vu_5 {
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
- ._iconTarget_107vu_17 {
371
+ ._iconTarget_1hrqs_17 {
372
372
  width: 17px;
373
373
  height: 20px;
374
374
  }
375
375
 
376
- ._body_107vu_22 {
376
+ ._body_1hrqs_22 {
377
377
  position: absolute;
378
378
  left: -30px;
379
379
  top: 50px;
380
- width: 360px;
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
- ._bodyOpen_107vu_30 {
385
- animation: _complexGift_in_107vu_1 0.3s;
387
+ ._bodyOpen_1hrqs_33 {
388
+ animation: _complexGift_in_1hrqs_1 0.3s;
386
389
  display: block;
387
390
  }
388
391
 
389
- @keyframes _complexGift_in_107vu_1 {
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
- ._arrow_107vu_43 {
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
- ._container_107vu_53 {
410
+ ._container_1hrqs_56 {
408
411
  background-color: #333;
409
412
  border-radius: 4px;
410
413
  }
411
414
 
412
- ._promotion_107vu_58 {
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
- ._close_107vu_66 {
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
- ._close_107vu_66 svg {
432
+ ._close_1hrqs_69 svg {
430
433
  width: 15px;
431
434
  height: 15px;
432
435
  }
433
436
 
434
- ._head_107vu_80 {
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
- ._headIcon_107vu_87 {
444
+ ._headIcon_1hrqs_90 {
442
445
  width: 20px;
443
446
  height: 20px;
444
447
  margin-right: 10px;
445
448
  }
446
449
 
447
- ._headTitle_107vu_93 {
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
- ._inner_107vu_100 {
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 _fadein_107vu_1 {
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 _pulse_107vu_1 {
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 _gradient_107vu_1 {
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 _wiggle_107vu_1 {
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
- }._root_1p6us_1 {
512
+ }._root_5vnui_1 {
510
513
  padding: 6px;
511
514
  background-color: #fff;
512
515
  position: relative;
513
516
  display: block;
514
517
  }
515
- ._root_1p6us_1:first-child {
518
+ ._root_5vnui_1:first-child {
516
519
  border-top-left-radius: 6px;
517
520
  border-top-right-radius: 6px;
518
521
  }
519
- ._root_1p6us_1:first-child:after {
522
+ ._root_5vnui_1:first-child:after {
520
523
  display: none;
521
524
  }
522
- ._root_1p6us_1:last-child {
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
- ._root_1p6us_1:after {
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
- ._body_1p6us_30 {
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
- ._bodyInner_1p6us_38 {
549
+ ._bodyInner_5vnui_38 {
547
550
  display: flex;
548
551
  align-items: center;
549
552
  }
550
553
 
551
- ._line_1p6us_43 {
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
- ._text_1p6us_53 {
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
- ._text_1p6us_53 span {
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
- ._button_1p6us_69 {
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
- ._button_1p6us_69 ._logo_1p6us_81 {
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
- ._variant2_1p6us_87 ._button_1p6us_69 ._logo_1p6us_81 {
598
+ ._variant2_5vnui_87 ._button_5vnui_69 ._logo_5vnui_81 {
596
599
  display: none;
597
600
  }
598
601
 
599
- ._buttonText_1p6us_91 {
602
+ ._buttonText_5vnui_91 {
600
603
  padding: 0 7px;
601
604
  }
602
605
 
603
- ._logo_1p6us_81 {
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
- ._variant2_1p6us_87 ._logo_1p6us_81 {
614
+ ._variant2_5vnui_87 ._logo_5vnui_81 {
612
615
  display: block;
613
616
  }
614
617
 
615
- ._legal_1p6us_107 {
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%;