@adstore/templates 2.0.15 → 2.0.17

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,11 @@
1
1
  # @adstore/templates
2
2
 
3
+ ## 2.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 7db235d: Fix horizontal line between offers (Complex gift)
8
+
3
9
  ## 2.0.15
4
10
 
5
11
  ### Patch Changes
package/dist/style.css CHANGED
@@ -396,25 +396,25 @@
396
396
  40%, 100% {
397
397
  transform: rotateZ(0);
398
398
  }
399
- }._root_1dvwc_1 {
399
+ }._root_tv8qf_1 {
400
400
  padding: 6px;
401
401
  background-color: #fff;
402
402
  position: relative;
403
403
  display: block;
404
404
  }
405
- ._root_1dvwc_1:first-child {
405
+ ._root_tv8qf_1:first-child {
406
406
  border-top-left-radius: 6px;
407
407
  border-top-right-radius: 6px;
408
408
  }
409
- ._root_1dvwc_1:first-child:after {
410
- display: none;
411
- }
412
- ._root_1dvwc_1:last-child {
409
+ ._root_tv8qf_1:last-child {
413
410
  border-bottom-left-radius: 6px;
414
411
  border-bottom-right-radius: 6px;
415
412
  border-bottom: none;
416
413
  }
417
- ._root_1dvwc_1:after {
414
+ ._root_tv8qf_1:last-child:after {
415
+ display: none;
416
+ }
417
+ ._root_tv8qf_1:after {
418
418
  content: "";
419
419
  width: 100%;
420
420
  height: 1px;
@@ -425,7 +425,7 @@
425
425
  bottom: 0;
426
426
  }
427
427
 
428
- ._body_1dvwc_30 {
428
+ ._body_tv8qf_30 {
429
429
  display: flex;
430
430
  align-items: center;
431
431
  position: relative;
@@ -433,12 +433,12 @@
433
433
  justify-content: space-between;
434
434
  }
435
435
 
436
- ._bodyInner_1dvwc_38 {
436
+ ._bodyInner_tv8qf_38 {
437
437
  display: flex;
438
438
  align-items: center;
439
439
  }
440
440
 
441
- ._line_1dvwc_43 {
441
+ ._line_tv8qf_43 {
442
442
  position: absolute;
443
443
  left: -6px;
444
444
  top: 0;
@@ -448,7 +448,7 @@
448
448
  border-radius: 0 2px 2px 0;
449
449
  }
450
450
 
451
- ._text_1dvwc_53 {
451
+ ._text_tv8qf_53 {
452
452
  font-size: 12px;
453
453
  line-height: 1.2;
454
454
  color: #333;
@@ -458,13 +458,13 @@
458
458
  --accent-color: #ffbc00;
459
459
  --font-family: Roboto, sans-serif;
460
460
  }
461
- ._text_1dvwc_53 span {
461
+ ._text_tv8qf_53 span {
462
462
  font-family: var(--font-family);
463
463
  color: var(--accent-color);
464
464
  font-size: var(--accent-size);
465
465
  }
466
466
 
467
- ._button_1dvwc_69 {
467
+ ._button_tv8qf_69 {
468
468
  margin-left: auto;
469
469
  padding: 2px;
470
470
  background-color: #ffb800;
@@ -476,21 +476,21 @@
476
476
  line-height: 2;
477
477
  font-weight: bold;
478
478
  }
479
- ._button_1dvwc_69 ._logo_1dvwc_81 {
479
+ ._button_tv8qf_69 ._logo_tv8qf_81 {
480
480
  width: 30px;
481
481
  height: 30px;
482
482
  margin-right: initial;
483
483
  display: block;
484
484
  }
485
- ._variant2_1dvwc_87 ._button_1dvwc_69 ._logo_1dvwc_81 {
485
+ ._variant2_tv8qf_87 ._button_tv8qf_69 ._logo_tv8qf_81 {
486
486
  display: none;
487
487
  }
488
488
 
489
- ._buttonText_1dvwc_91 {
489
+ ._buttonText_tv8qf_91 {
490
490
  padding: 0 7px;
491
491
  }
492
492
 
493
- ._logo_1dvwc_81 {
493
+ ._logo_tv8qf_81 {
494
494
  width: 25px;
495
495
  height: 25px;
496
496
  border-radius: 30px;
@@ -499,11 +499,11 @@
499
499
  display: none;
500
500
  background-position: center;
501
501
  }
502
- ._variant2_1dvwc_87 ._logo_1dvwc_81 {
502
+ ._variant2_tv8qf_87 ._logo_tv8qf_81 {
503
503
  display: block;
504
504
  }
505
505
 
506
- ._legal_1dvwc_108 {
506
+ ._legal_tv8qf_108 {
507
507
  background-color: #eee;
508
508
  padding: 2px 5px;
509
509
  height: 14px;
@@ -514,17 +514,17 @@
514
514
  font-size: 8px;
515
515
  }
516
516
 
517
- ._legal_1dvwc_108::-webkit-scrollbar {
517
+ ._legal_tv8qf_108::-webkit-scrollbar {
518
518
  width: 4px;
519
519
  background: #e5e6e9;
520
520
  border-radius: 5px;
521
521
  }
522
522
 
523
- ._legal_1dvwc_108::-webkit-scrollbar-track {
523
+ ._legal_tv8qf_108::-webkit-scrollbar-track {
524
524
  border-radius: 5px;
525
525
  }
526
526
 
527
- ._legal_1dvwc_108::-webkit-scrollbar-thumb {
527
+ ._legal_tv8qf_108::-webkit-scrollbar-thumb {
528
528
  background: #7e8392;
529
529
  border-radius: 5px;
530
530
  }._root_1l0ud_1 {