@adstore/templates 2.0.13 → 2.0.14

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.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 55e4ed7: Fix display Gifts
8
+
3
9
  ## 2.0.13
4
10
 
5
11
  ### Patch Changes
package/dist/style.css CHANGED
@@ -1,8 +1,8 @@
1
- ._root_1scoi_1 {
1
+ ._root_f4p14_1 {
2
2
  position: relative;
3
3
  }
4
4
 
5
- ._icon_1scoi_5 {
5
+ ._icon_f4p14_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
- ._iconTarget_1scoi_17 {
17
+ ._iconTarget_f4p14_17 {
18
18
  width: 17px;
19
19
  height: 20px;
20
20
  }
21
21
 
22
- ._body_1scoi_22 {
22
+ ._body_f4p14_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
- ._bodyOpen_1scoi_30 {
31
- animation: _simpleGift_in_1scoi_1 0.3s;
30
+ ._bodyOpen_f4p14_30 {
31
+ animation: _simpleGift_in_f4p14_1 0.3s;
32
32
  display: block;
33
33
  }
34
34
 
35
- @keyframes _simpleGift_in_1scoi_1 {
35
+ @keyframes _simpleGift_in_f4p14_1 {
36
36
  from {
37
37
  opacity: 0;
38
38
  }
@@ -40,7 +40,7 @@
40
40
  opacity: 1;
41
41
  }
42
42
  }
43
- ._close_1scoi_43 {
43
+ ._close_f4p14_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
- ._close_1scoi_43 svg {
52
+ ._close_f4p14_43 svg {
53
53
  width: 15px;
54
54
  height: 15px;
55
55
  }
56
56
 
57
- ._arrow_1scoi_57 {
57
+ ._arrow_f4p14_57 {
58
58
  position: absolute;
59
59
  transform: rotate(45deg);
60
60
  height: 15px;
@@ -64,27 +64,27 @@
64
64
  background-color: #333;
65
65
  }
66
66
 
67
- ._container_1scoi_67 {
67
+ ._container_f4p14_67 {
68
68
  background-color: #333;
69
69
  padding: 10px 10px 4px 10px;
70
70
  border-radius: 4px;
71
71
  }
72
72
 
73
- ._inner_1scoi_73 {
73
+ ._inner_f4p14_73 {
74
74
  display: flex;
75
75
  align-items: center;
76
76
  margin-bottom: 10px;
77
77
  padding-right: 30px;
78
78
  }
79
79
 
80
- ._logo_1scoi_80 {
80
+ ._logo_f4p14_80 {
81
81
  min-width: 60px;
82
82
  height: 24px;
83
83
  background-color: #eee;
84
84
  background-position: center;
85
85
  }
86
86
 
87
- ._text_1scoi_87 {
87
+ ._text_f4p14_87 {
88
88
  font-size: 17px;
89
89
  line-height: 1.2;
90
90
  color: #fff;
@@ -93,13 +93,13 @@
93
93
  --accent-size: #fff;
94
94
  --font-family: Roboto, sans-serif;
95
95
  }
96
- ._text_1scoi_87 span {
96
+ ._text_f4p14_87 span {
97
97
  font-family: var(--font-family);
98
98
  color: var(--accent-color);
99
99
  font-size: var(--accent-size);
100
100
  }
101
101
 
102
- ._button_1scoi_102 {
102
+ ._button_f4p14_102 {
103
103
  font-size: 13px;
104
104
  line-height: 2;
105
105
  border-radius: 4px;
@@ -108,15 +108,19 @@
108
108
  color: #333;
109
109
  }
110
110
 
111
- ._buttonAnimated_1scoi_111 {
112
- animation: _increase_1scoi_1 3s infinite;
111
+ ._buttonAnimated_f4p14_111 {
112
+ animation: _increase_f4p14_1 3s infinite;
113
113
  }
114
114
 
115
- ._legalWrapper_1scoi_115 {
116
- min-height: 18px;
115
+ ._legalGap_f4p14_115 {
116
+ height: 19px;
117
+ display: none;
118
+ }
119
+ ._legalOpen_f4p14_119 ._legalGap_f4p14_115 {
120
+ display: block;
117
121
  }
118
122
 
119
- ._legal_1scoi_115 {
123
+ ._legal_f4p14_115 {
120
124
  position: relative;
121
125
  display: flex;
122
126
  width: calc(100% + 12px);
@@ -132,7 +136,7 @@
132
136
  line-height: 11px;
133
137
  margin-top: 5px;
134
138
  }
135
- ._legalOpen_1scoi_135 ._legal_1scoi_115 {
139
+ ._legalOpen_f4p14_119 ._legal_f4p14_115 {
136
140
  position: absolute;
137
141
  inset: 0;
138
142
  z-index: 2;
@@ -140,7 +144,7 @@
140
144
  width: 100%;
141
145
  }
142
146
 
143
- ._legalText_1scoi_143 {
147
+ ._legalText_f4p14_147 {
144
148
  display: inline-block;
145
149
  margin: 0;
146
150
  -webkit-line-clamp: 1;
@@ -150,26 +154,26 @@
150
154
  text-overflow: ellipsis;
151
155
  padding-right: 25px;
152
156
  }
153
- ._legalOpen_1scoi_135 ._legalText_1scoi_143 {
157
+ ._legalOpen_f4p14_119 ._legalText_f4p14_147 {
154
158
  text-align: center;
155
159
  padding-right: 0;
156
160
  overflow: auto;
157
161
  }
158
162
 
159
- ._legalButton_1scoi_159 {
163
+ ._legalButton_f4p14_163 {
160
164
  cursor: pointer;
161
165
  text-decoration: underline;
162
166
  position: absolute;
163
167
  right: 4px;
164
168
  bottom: 4px;
165
169
  }
166
- ._legalOpen_1scoi_135 ._legalButton_1scoi_159 {
170
+ ._legalOpen_f4p14_119 ._legalButton_f4p14_163 {
167
171
  position: initial;
168
172
  display: inline-block;
169
173
  margin: 0 3px;
170
174
  }
171
175
 
172
- @keyframes _fadein_1scoi_1 {
176
+ @keyframes _fadein_f4p14_1 {
173
177
  0%, 100% {
174
178
  opacity: 0;
175
179
  }
@@ -177,7 +181,7 @@
177
181
  opacity: 1;
178
182
  }
179
183
  }
180
- @keyframes _pulse_1scoi_1 {
184
+ @keyframes _pulse_f4p14_1 {
181
185
  from {
182
186
  transform: scale(1);
183
187
  }
@@ -185,7 +189,7 @@
185
189
  transform: scale(1.05);
186
190
  }
187
191
  }
188
- @keyframes _gradient_1scoi_1 {
192
+ @keyframes _gradient_f4p14_1 {
189
193
  0% {
190
194
  background-position: 0% 50%;
191
195
  }
@@ -196,7 +200,7 @@
196
200
  background-position: 0% 50%;
197
201
  }
198
202
  }
199
- @keyframes _wiggle_1scoi_1 {
203
+ @keyframes _wiggle_f4p14_1 {
200
204
  0%, 7% {
201
205
  transform: rotateZ(0);
202
206
  }
@@ -219,7 +223,7 @@
219
223
  transform: rotateZ(0);
220
224
  }
221
225
  }
222
- @keyframes _increase_1scoi_1 {
226
+ @keyframes _increase_f4p14_1 {
223
227
  0% {
224
228
  transform: scale(1) translateZ(0);
225
229
  }