@adstore/templates 2.0.14 → 2.0.16
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 +12 -0
- package/dist/style.css +56 -53
- package/dist/templates.es.js +50 -43
- package/dist/templates.umd.js +50 -43
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
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
|
+
|
9
|
+
## 2.0.15
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- e608bb5: Unlink border from legal info to container (SimpleGift)
|
14
|
+
|
3
15
|
## 2.0.14
|
4
16
|
|
5
17
|
### Patch Changes
|
package/dist/style.css
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
.
|
1
|
+
._root_24bq9_1 {
|
2
2
|
position: relative;
|
3
3
|
}
|
4
4
|
|
5
|
-
.
|
5
|
+
._icon_24bq9_5 {
|
6
6
|
width: 30px;
|
7
7
|
height: 30px;
|
8
8
|
display: flex;
|
@@ -14,12 +14,12 @@
|
|
14
14
|
cursor: pointer;
|
15
15
|
}
|
16
16
|
|
17
|
-
.
|
17
|
+
._iconTarget_24bq9_17 {
|
18
18
|
width: 17px;
|
19
19
|
height: 20px;
|
20
20
|
}
|
21
21
|
|
22
|
-
.
|
22
|
+
._body_24bq9_22 {
|
23
23
|
position: absolute;
|
24
24
|
left: -30px;
|
25
25
|
top: 50px;
|
@@ -27,12 +27,12 @@
|
|
27
27
|
display: none;
|
28
28
|
}
|
29
29
|
|
30
|
-
.
|
31
|
-
animation:
|
30
|
+
._bodyOpen_24bq9_30 {
|
31
|
+
animation: _simpleGift_in_24bq9_1 0.3s;
|
32
32
|
display: block;
|
33
33
|
}
|
34
34
|
|
35
|
-
@keyframes
|
35
|
+
@keyframes _simpleGift_in_24bq9_1 {
|
36
36
|
from {
|
37
37
|
opacity: 0;
|
38
38
|
}
|
@@ -40,7 +40,7 @@
|
|
40
40
|
opacity: 1;
|
41
41
|
}
|
42
42
|
}
|
43
|
-
.
|
43
|
+
._close_24bq9_43 {
|
44
44
|
position: absolute;
|
45
45
|
top: 9px;
|
46
46
|
right: 9px;
|
@@ -49,12 +49,12 @@
|
|
49
49
|
align-items: center;
|
50
50
|
cursor: pointer;
|
51
51
|
}
|
52
|
-
.
|
52
|
+
._close_24bq9_43 svg {
|
53
53
|
width: 15px;
|
54
54
|
height: 15px;
|
55
55
|
}
|
56
56
|
|
57
|
-
.
|
57
|
+
._arrow_24bq9_57 {
|
58
58
|
position: absolute;
|
59
59
|
transform: rotate(45deg);
|
60
60
|
height: 15px;
|
@@ -62,29 +62,30 @@
|
|
62
62
|
top: -7px;
|
63
63
|
left: 38px;
|
64
64
|
background-color: #333;
|
65
|
+
z-index: 5;
|
65
66
|
}
|
66
67
|
|
67
|
-
.
|
68
|
+
._container_24bq9_68 {
|
68
69
|
background-color: #333;
|
69
70
|
padding: 10px 10px 4px 10px;
|
70
71
|
border-radius: 4px;
|
71
72
|
}
|
72
73
|
|
73
|
-
.
|
74
|
+
._inner_24bq9_74 {
|
74
75
|
display: flex;
|
75
76
|
align-items: center;
|
76
77
|
margin-bottom: 10px;
|
77
78
|
padding-right: 30px;
|
78
79
|
}
|
79
80
|
|
80
|
-
.
|
81
|
+
._logo_24bq9_81 {
|
81
82
|
min-width: 60px;
|
82
83
|
height: 24px;
|
83
84
|
background-color: #eee;
|
84
85
|
background-position: center;
|
85
86
|
}
|
86
87
|
|
87
|
-
.
|
88
|
+
._text_24bq9_88 {
|
88
89
|
font-size: 17px;
|
89
90
|
line-height: 1.2;
|
90
91
|
color: #fff;
|
@@ -93,13 +94,13 @@
|
|
93
94
|
--accent-size: #fff;
|
94
95
|
--font-family: Roboto, sans-serif;
|
95
96
|
}
|
96
|
-
.
|
97
|
+
._text_24bq9_88 span {
|
97
98
|
font-family: var(--font-family);
|
98
99
|
color: var(--accent-color);
|
99
100
|
font-size: var(--accent-size);
|
100
101
|
}
|
101
102
|
|
102
|
-
.
|
103
|
+
._button_24bq9_103 {
|
103
104
|
font-size: 13px;
|
104
105
|
line-height: 2;
|
105
106
|
border-radius: 4px;
|
@@ -108,19 +109,19 @@
|
|
108
109
|
color: #333;
|
109
110
|
}
|
110
111
|
|
111
|
-
.
|
112
|
-
animation:
|
112
|
+
._buttonAnimated_24bq9_112 {
|
113
|
+
animation: _increase_24bq9_1 3s infinite;
|
113
114
|
}
|
114
115
|
|
115
|
-
.
|
116
|
+
._legalGap_24bq9_116 {
|
116
117
|
height: 19px;
|
117
118
|
display: none;
|
118
119
|
}
|
119
|
-
.
|
120
|
+
._legalOpen_24bq9_120 ._legalGap_24bq9_116 {
|
120
121
|
display: block;
|
121
122
|
}
|
122
123
|
|
123
|
-
.
|
124
|
+
._legal_24bq9_116 {
|
124
125
|
position: relative;
|
125
126
|
display: flex;
|
126
127
|
width: calc(100% + 12px);
|
@@ -136,7 +137,7 @@
|
|
136
137
|
line-height: 11px;
|
137
138
|
margin-top: 5px;
|
138
139
|
}
|
139
|
-
.
|
140
|
+
._legalOpen_24bq9_120 ._legal_24bq9_116 {
|
140
141
|
position: absolute;
|
141
142
|
inset: 0;
|
142
143
|
z-index: 2;
|
@@ -144,7 +145,7 @@
|
|
144
145
|
width: 100%;
|
145
146
|
}
|
146
147
|
|
147
|
-
.
|
148
|
+
._legalText_24bq9_148 {
|
148
149
|
display: inline-block;
|
149
150
|
margin: 0;
|
150
151
|
-webkit-line-clamp: 1;
|
@@ -154,26 +155,28 @@
|
|
154
155
|
text-overflow: ellipsis;
|
155
156
|
padding-right: 25px;
|
156
157
|
}
|
157
|
-
.
|
158
|
+
._legalOpen_24bq9_120 ._legalText_24bq9_148 {
|
158
159
|
text-align: center;
|
159
160
|
padding-right: 0;
|
160
161
|
overflow: auto;
|
162
|
+
display: flex;
|
163
|
+
align-items: center;
|
161
164
|
}
|
162
165
|
|
163
|
-
.
|
166
|
+
._legalButton_24bq9_166 {
|
164
167
|
cursor: pointer;
|
165
168
|
text-decoration: underline;
|
166
169
|
position: absolute;
|
167
170
|
right: 4px;
|
168
171
|
bottom: 4px;
|
169
172
|
}
|
170
|
-
.
|
173
|
+
._legalOpen_24bq9_120 ._legalButton_24bq9_166 {
|
171
174
|
position: initial;
|
172
175
|
display: inline-block;
|
173
176
|
margin: 0 3px;
|
174
177
|
}
|
175
178
|
|
176
|
-
@keyframes
|
179
|
+
@keyframes _fadein_24bq9_1 {
|
177
180
|
0%, 100% {
|
178
181
|
opacity: 0;
|
179
182
|
}
|
@@ -181,7 +184,7 @@
|
|
181
184
|
opacity: 1;
|
182
185
|
}
|
183
186
|
}
|
184
|
-
@keyframes
|
187
|
+
@keyframes _pulse_24bq9_1 {
|
185
188
|
from {
|
186
189
|
transform: scale(1);
|
187
190
|
}
|
@@ -189,7 +192,7 @@
|
|
189
192
|
transform: scale(1.05);
|
190
193
|
}
|
191
194
|
}
|
192
|
-
@keyframes
|
195
|
+
@keyframes _gradient_24bq9_1 {
|
193
196
|
0% {
|
194
197
|
background-position: 0% 50%;
|
195
198
|
}
|
@@ -200,7 +203,7 @@
|
|
200
203
|
background-position: 0% 50%;
|
201
204
|
}
|
202
205
|
}
|
203
|
-
@keyframes
|
206
|
+
@keyframes _wiggle_24bq9_1 {
|
204
207
|
0%, 7% {
|
205
208
|
transform: rotateZ(0);
|
206
209
|
}
|
@@ -223,7 +226,7 @@
|
|
223
226
|
transform: rotateZ(0);
|
224
227
|
}
|
225
228
|
}
|
226
|
-
@keyframes
|
229
|
+
@keyframes _increase_24bq9_1 {
|
227
230
|
0% {
|
228
231
|
transform: scale(1) translateZ(0);
|
229
232
|
}
|
@@ -393,25 +396,25 @@
|
|
393
396
|
40%, 100% {
|
394
397
|
transform: rotateZ(0);
|
395
398
|
}
|
396
|
-
}.
|
399
|
+
}._root_tv8qf_1 {
|
397
400
|
padding: 6px;
|
398
401
|
background-color: #fff;
|
399
402
|
position: relative;
|
400
403
|
display: block;
|
401
404
|
}
|
402
|
-
.
|
405
|
+
._root_tv8qf_1:first-child {
|
403
406
|
border-top-left-radius: 6px;
|
404
407
|
border-top-right-radius: 6px;
|
405
408
|
}
|
406
|
-
.
|
407
|
-
display: none;
|
408
|
-
}
|
409
|
-
._root_1dvwc_1:last-child {
|
409
|
+
._root_tv8qf_1:last-child {
|
410
410
|
border-bottom-left-radius: 6px;
|
411
411
|
border-bottom-right-radius: 6px;
|
412
412
|
border-bottom: none;
|
413
413
|
}
|
414
|
-
.
|
414
|
+
._root_tv8qf_1:last-child:after {
|
415
|
+
display: none;
|
416
|
+
}
|
417
|
+
._root_tv8qf_1:after {
|
415
418
|
content: "";
|
416
419
|
width: 100%;
|
417
420
|
height: 1px;
|
@@ -422,7 +425,7 @@
|
|
422
425
|
bottom: 0;
|
423
426
|
}
|
424
427
|
|
425
|
-
.
|
428
|
+
._body_tv8qf_30 {
|
426
429
|
display: flex;
|
427
430
|
align-items: center;
|
428
431
|
position: relative;
|
@@ -430,12 +433,12 @@
|
|
430
433
|
justify-content: space-between;
|
431
434
|
}
|
432
435
|
|
433
|
-
.
|
436
|
+
._bodyInner_tv8qf_38 {
|
434
437
|
display: flex;
|
435
438
|
align-items: center;
|
436
439
|
}
|
437
440
|
|
438
|
-
.
|
441
|
+
._line_tv8qf_43 {
|
439
442
|
position: absolute;
|
440
443
|
left: -6px;
|
441
444
|
top: 0;
|
@@ -445,7 +448,7 @@
|
|
445
448
|
border-radius: 0 2px 2px 0;
|
446
449
|
}
|
447
450
|
|
448
|
-
.
|
451
|
+
._text_tv8qf_53 {
|
449
452
|
font-size: 12px;
|
450
453
|
line-height: 1.2;
|
451
454
|
color: #333;
|
@@ -455,13 +458,13 @@
|
|
455
458
|
--accent-color: #ffbc00;
|
456
459
|
--font-family: Roboto, sans-serif;
|
457
460
|
}
|
458
|
-
.
|
461
|
+
._text_tv8qf_53 span {
|
459
462
|
font-family: var(--font-family);
|
460
463
|
color: var(--accent-color);
|
461
464
|
font-size: var(--accent-size);
|
462
465
|
}
|
463
466
|
|
464
|
-
.
|
467
|
+
._button_tv8qf_69 {
|
465
468
|
margin-left: auto;
|
466
469
|
padding: 2px;
|
467
470
|
background-color: #ffb800;
|
@@ -473,21 +476,21 @@
|
|
473
476
|
line-height: 2;
|
474
477
|
font-weight: bold;
|
475
478
|
}
|
476
|
-
.
|
479
|
+
._button_tv8qf_69 ._logo_tv8qf_81 {
|
477
480
|
width: 30px;
|
478
481
|
height: 30px;
|
479
482
|
margin-right: initial;
|
480
483
|
display: block;
|
481
484
|
}
|
482
|
-
.
|
485
|
+
._variant2_tv8qf_87 ._button_tv8qf_69 ._logo_tv8qf_81 {
|
483
486
|
display: none;
|
484
487
|
}
|
485
488
|
|
486
|
-
.
|
489
|
+
._buttonText_tv8qf_91 {
|
487
490
|
padding: 0 7px;
|
488
491
|
}
|
489
492
|
|
490
|
-
.
|
493
|
+
._logo_tv8qf_81 {
|
491
494
|
width: 25px;
|
492
495
|
height: 25px;
|
493
496
|
border-radius: 30px;
|
@@ -496,11 +499,11 @@
|
|
496
499
|
display: none;
|
497
500
|
background-position: center;
|
498
501
|
}
|
499
|
-
.
|
502
|
+
._variant2_tv8qf_87 ._logo_tv8qf_81 {
|
500
503
|
display: block;
|
501
504
|
}
|
502
505
|
|
503
|
-
.
|
506
|
+
._legal_tv8qf_108 {
|
504
507
|
background-color: #eee;
|
505
508
|
padding: 2px 5px;
|
506
509
|
height: 14px;
|
@@ -511,17 +514,17 @@
|
|
511
514
|
font-size: 8px;
|
512
515
|
}
|
513
516
|
|
514
|
-
.
|
517
|
+
._legal_tv8qf_108::-webkit-scrollbar {
|
515
518
|
width: 4px;
|
516
519
|
background: #e5e6e9;
|
517
520
|
border-radius: 5px;
|
518
521
|
}
|
519
522
|
|
520
|
-
.
|
523
|
+
._legal_tv8qf_108::-webkit-scrollbar-track {
|
521
524
|
border-radius: 5px;
|
522
525
|
}
|
523
526
|
|
524
|
-
.
|
527
|
+
._legal_tv8qf_108::-webkit-scrollbar-thumb {
|
525
528
|
background: #7e8392;
|
526
529
|
border-radius: 5px;
|
527
530
|
}._root_1l0ud_1 {
|