@adstore/templates 2.0.4 → 2.0.6

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,18 @@
1
1
  # @adstore/templates
2
2
 
3
+ ## 2.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix modifyState tool
8
+
9
+ ## 2.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - debb49a: Fix parent extend. Fix legal info scroll (SimpleGift)
14
+ - 89e63db: Add method for modify state
15
+
3
16
  ## 2.0.4
4
17
 
5
18
  ### Patch Changes
package/dist/style.css CHANGED
@@ -122,11 +122,11 @@ button,
122
122
  textarea {
123
123
  overflow: auto;
124
124
  resize: vertical;
125
- }._root_10lbg_1 {
125
+ }._root_241qx_1 {
126
126
  position: relative;
127
127
  }
128
128
 
129
- ._icon_10lbg_5 {
129
+ ._icon_241qx_5 {
130
130
  width: 30px;
131
131
  height: 30px;
132
132
  display: flex;
@@ -138,12 +138,12 @@ textarea {
138
138
  cursor: pointer;
139
139
  }
140
140
 
141
- ._iconTarget_10lbg_17 {
141
+ ._iconTarget_241qx_17 {
142
142
  width: 17px;
143
143
  height: 20px;
144
144
  }
145
145
 
146
- ._body_10lbg_22 {
146
+ ._body_241qx_22 {
147
147
  position: absolute;
148
148
  left: -30px;
149
149
  top: 50px;
@@ -151,12 +151,12 @@ textarea {
151
151
  display: none;
152
152
  }
153
153
 
154
- ._bodyOpen_10lbg_30 {
155
- animation: _simpleGift_in_10lbg_1 0.3s;
154
+ ._bodyOpen_241qx_30 {
155
+ animation: _simpleGift_in_241qx_1 0.3s;
156
156
  display: block;
157
157
  }
158
158
 
159
- @keyframes _simpleGift_in_10lbg_1 {
159
+ @keyframes _simpleGift_in_241qx_1 {
160
160
  from {
161
161
  opacity: 0;
162
162
  }
@@ -164,7 +164,7 @@ textarea {
164
164
  opacity: 1;
165
165
  }
166
166
  }
167
- ._close_10lbg_43 {
167
+ ._close_241qx_43 {
168
168
  position: absolute;
169
169
  top: 9px;
170
170
  right: 9px;
@@ -173,12 +173,12 @@ textarea {
173
173
  align-items: center;
174
174
  cursor: pointer;
175
175
  }
176
- ._close_10lbg_43 svg {
176
+ ._close_241qx_43 svg {
177
177
  width: 15px;
178
178
  height: 15px;
179
179
  }
180
180
 
181
- ._arrow_10lbg_57 {
181
+ ._arrow_241qx_57 {
182
182
  position: absolute;
183
183
  transform: rotate(45deg);
184
184
  height: 15px;
@@ -188,26 +188,26 @@ textarea {
188
188
  background-color: #333;
189
189
  }
190
190
 
191
- ._container_10lbg_67 {
191
+ ._container_241qx_67 {
192
192
  background-color: #333;
193
193
  padding: 10px 10px 4px 10px;
194
194
  border-radius: 4px;
195
195
  }
196
196
 
197
- ._inner_10lbg_73 {
197
+ ._inner_241qx_73 {
198
198
  display: flex;
199
199
  align-items: center;
200
200
  margin-bottom: 10px;
201
201
  padding-right: 30px;
202
202
  }
203
203
 
204
- ._logo_10lbg_80 {
204
+ ._logo_241qx_80 {
205
205
  min-width: 60px;
206
206
  height: 24px;
207
207
  background-color: #eee;
208
208
  }
209
209
 
210
- ._text_10lbg_86 {
210
+ ._text_241qx_86 {
211
211
  font-size: 17px;
212
212
  line-height: 1.2;
213
213
  color: #fff;
@@ -216,13 +216,13 @@ textarea {
216
216
  --accent-size: #fff;
217
217
  --font-family: Roboto, sans-serif;
218
218
  }
219
- ._text_10lbg_86 span {
219
+ ._text_241qx_86 span {
220
220
  font-family: var(--font-family);
221
221
  color: var(--accent-color);
222
222
  font-size: var(--accent-size);
223
223
  }
224
224
 
225
- ._button_10lbg_101 {
225
+ ._button_241qx_101 {
226
226
  font-size: 13px;
227
227
  line-height: 2;
228
228
  border-radius: 4px;
@@ -231,11 +231,11 @@ textarea {
231
231
  color: #333;
232
232
  }
233
233
 
234
- ._buttonAnimated_10lbg_110 {
235
- animation: _increase_10lbg_1 3s infinite;
234
+ ._buttonAnimated_241qx_110 {
235
+ animation: _increase_241qx_1 3s infinite;
236
236
  }
237
237
 
238
- ._legal_10lbg_114 {
238
+ ._legal_241qx_114 {
239
239
  position: relative;
240
240
  display: flex;
241
241
  width: calc(100% + 12px);
@@ -252,7 +252,7 @@ textarea {
252
252
  margin-top: 5px;
253
253
  }
254
254
 
255
- ._legalOpen_10lbg_131 {
255
+ ._legalOpen_241qx_131 {
256
256
  position: absolute;
257
257
  inset: 0;
258
258
  z-index: 2;
@@ -260,7 +260,7 @@ textarea {
260
260
  width: 100%;
261
261
  }
262
262
 
263
- ._legalText_10lbg_139 {
263
+ ._legalText_241qx_139 {
264
264
  display: inline-block;
265
265
  margin: 0;
266
266
  -webkit-line-clamp: 1;
@@ -270,25 +270,26 @@ textarea {
270
270
  text-overflow: ellipsis;
271
271
  padding-right: 25px;
272
272
  }
273
- ._legalOpen_10lbg_131 ._legalText_10lbg_139 {
273
+ ._legalOpen_241qx_131 ._legalText_241qx_139 {
274
274
  text-align: center;
275
275
  padding-right: 0;
276
+ overflow: auto;
276
277
  }
277
278
 
278
- ._legalButton_10lbg_154 {
279
+ ._legalButton_241qx_155 {
279
280
  cursor: pointer;
280
281
  text-decoration: underline;
281
282
  position: absolute;
282
283
  right: 4px;
283
284
  bottom: 4px;
284
285
  }
285
- ._legalOpen_10lbg_131 ._legalButton_10lbg_154 {
286
+ ._legalOpen_241qx_131 ._legalButton_241qx_155 {
286
287
  position: initial;
287
288
  display: inline-block;
288
289
  margin: 0 3px;
289
290
  }
290
291
 
291
- @keyframes _fadein_10lbg_1 {
292
+ @keyframes _fadein_241qx_1 {
292
293
  0%, 100% {
293
294
  opacity: 0;
294
295
  }
@@ -296,7 +297,7 @@ textarea {
296
297
  opacity: 1;
297
298
  }
298
299
  }
299
- @keyframes _pulse_10lbg_1 {
300
+ @keyframes _pulse_241qx_1 {
300
301
  from {
301
302
  transform: scale(1);
302
303
  }
@@ -304,7 +305,7 @@ textarea {
304
305
  transform: scale(1.05);
305
306
  }
306
307
  }
307
- @keyframes _gradient_10lbg_1 {
308
+ @keyframes _gradient_241qx_1 {
308
309
  0% {
309
310
  background-position: 0% 50%;
310
311
  }
@@ -315,7 +316,7 @@ textarea {
315
316
  background-position: 0% 50%;
316
317
  }
317
318
  }
318
- @keyframes _wiggle_10lbg_1 {
319
+ @keyframes _wiggle_241qx_1 {
319
320
  0%, 7% {
320
321
  transform: rotateZ(0);
321
322
  }
@@ -338,7 +339,7 @@ textarea {
338
339
  transform: rotateZ(0);
339
340
  }
340
341
  }
341
- @keyframes _increase_10lbg_1 {
342
+ @keyframes _increase_241qx_1 {
342
343
  0% {
343
344
  transform: scale(1) translateZ(0);
344
345
  }