@adstore/templates 2.0.13 → 2.0.15

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,17 @@
1
1
  # @adstore/templates
2
2
 
3
+ ## 2.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - e608bb5: Unlink border from legal info to container (SimpleGift)
8
+
9
+ ## 2.0.14
10
+
11
+ ### Patch Changes
12
+
13
+ - 55e4ed7: Fix display Gifts
14
+
3
15
  ## 2.0.13
4
16
 
5
17
  ### Patch Changes
package/dist/style.css CHANGED
@@ -1,8 +1,8 @@
1
- ._root_1scoi_1 {
1
+ ._root_24bq9_1 {
2
2
  position: relative;
3
3
  }
4
4
 
5
- ._icon_1scoi_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
- ._iconTarget_1scoi_17 {
17
+ ._iconTarget_24bq9_17 {
18
18
  width: 17px;
19
19
  height: 20px;
20
20
  }
21
21
 
22
- ._body_1scoi_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
- ._bodyOpen_1scoi_30 {
31
- animation: _simpleGift_in_1scoi_1 0.3s;
30
+ ._bodyOpen_24bq9_30 {
31
+ animation: _simpleGift_in_24bq9_1 0.3s;
32
32
  display: block;
33
33
  }
34
34
 
35
- @keyframes _simpleGift_in_1scoi_1 {
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
- ._close_1scoi_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
- ._close_1scoi_43 svg {
52
+ ._close_24bq9_43 svg {
53
53
  width: 15px;
54
54
  height: 15px;
55
55
  }
56
56
 
57
- ._arrow_1scoi_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
- ._container_1scoi_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
- ._inner_1scoi_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
- ._logo_1scoi_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
- ._text_1scoi_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
- ._text_1scoi_87 span {
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
- ._button_1scoi_102 {
103
+ ._button_24bq9_103 {
103
104
  font-size: 13px;
104
105
  line-height: 2;
105
106
  border-radius: 4px;
@@ -108,15 +109,19 @@
108
109
  color: #333;
109
110
  }
110
111
 
111
- ._buttonAnimated_1scoi_111 {
112
- animation: _increase_1scoi_1 3s infinite;
112
+ ._buttonAnimated_24bq9_112 {
113
+ animation: _increase_24bq9_1 3s infinite;
113
114
  }
114
115
 
115
- ._legalWrapper_1scoi_115 {
116
- min-height: 18px;
116
+ ._legalGap_24bq9_116 {
117
+ height: 19px;
118
+ display: none;
119
+ }
120
+ ._legalOpen_24bq9_120 ._legalGap_24bq9_116 {
121
+ display: block;
117
122
  }
118
123
 
119
- ._legal_1scoi_115 {
124
+ ._legal_24bq9_116 {
120
125
  position: relative;
121
126
  display: flex;
122
127
  width: calc(100% + 12px);
@@ -132,7 +137,7 @@
132
137
  line-height: 11px;
133
138
  margin-top: 5px;
134
139
  }
135
- ._legalOpen_1scoi_135 ._legal_1scoi_115 {
140
+ ._legalOpen_24bq9_120 ._legal_24bq9_116 {
136
141
  position: absolute;
137
142
  inset: 0;
138
143
  z-index: 2;
@@ -140,7 +145,7 @@
140
145
  width: 100%;
141
146
  }
142
147
 
143
- ._legalText_1scoi_143 {
148
+ ._legalText_24bq9_148 {
144
149
  display: inline-block;
145
150
  margin: 0;
146
151
  -webkit-line-clamp: 1;
@@ -150,26 +155,28 @@
150
155
  text-overflow: ellipsis;
151
156
  padding-right: 25px;
152
157
  }
153
- ._legalOpen_1scoi_135 ._legalText_1scoi_143 {
158
+ ._legalOpen_24bq9_120 ._legalText_24bq9_148 {
154
159
  text-align: center;
155
160
  padding-right: 0;
156
161
  overflow: auto;
162
+ display: flex;
163
+ align-items: center;
157
164
  }
158
165
 
159
- ._legalButton_1scoi_159 {
166
+ ._legalButton_24bq9_166 {
160
167
  cursor: pointer;
161
168
  text-decoration: underline;
162
169
  position: absolute;
163
170
  right: 4px;
164
171
  bottom: 4px;
165
172
  }
166
- ._legalOpen_1scoi_135 ._legalButton_1scoi_159 {
173
+ ._legalOpen_24bq9_120 ._legalButton_24bq9_166 {
167
174
  position: initial;
168
175
  display: inline-block;
169
176
  margin: 0 3px;
170
177
  }
171
178
 
172
- @keyframes _fadein_1scoi_1 {
179
+ @keyframes _fadein_24bq9_1 {
173
180
  0%, 100% {
174
181
  opacity: 0;
175
182
  }
@@ -177,7 +184,7 @@
177
184
  opacity: 1;
178
185
  }
179
186
  }
180
- @keyframes _pulse_1scoi_1 {
187
+ @keyframes _pulse_24bq9_1 {
181
188
  from {
182
189
  transform: scale(1);
183
190
  }
@@ -185,7 +192,7 @@
185
192
  transform: scale(1.05);
186
193
  }
187
194
  }
188
- @keyframes _gradient_1scoi_1 {
195
+ @keyframes _gradient_24bq9_1 {
189
196
  0% {
190
197
  background-position: 0% 50%;
191
198
  }
@@ -196,7 +203,7 @@
196
203
  background-position: 0% 50%;
197
204
  }
198
205
  }
199
- @keyframes _wiggle_1scoi_1 {
206
+ @keyframes _wiggle_24bq9_1 {
200
207
  0%, 7% {
201
208
  transform: rotateZ(0);
202
209
  }
@@ -219,7 +226,7 @@
219
226
  transform: rotateZ(0);
220
227
  }
221
228
  }
222
- @keyframes _increase_1scoi_1 {
229
+ @keyframes _increase_24bq9_1 {
223
230
  0% {
224
231
  transform: scale(1) translateZ(0);
225
232
  }