@adstore/templates 2.0.10 → 2.0.11

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.11
4
+
5
+ ### Patch Changes
6
+
7
+ - 0590d2d: Add max-width on mobile for ComplexGift
8
+
3
9
  ## 2.0.10
4
10
 
5
11
  ### Patch Changes
package/dist/style.css CHANGED
@@ -352,11 +352,11 @@ textarea {
352
352
  50% {
353
353
  transform: scale(1) translateZ(0);
354
354
  }
355
- }._root_107vu_1 {
355
+ }._root_1hrqs_1 {
356
356
  position: relative;
357
357
  }
358
358
 
359
- ._icon_107vu_5 {
359
+ ._icon_1hrqs_5 {
360
360
  width: 30px;
361
361
  height: 30px;
362
362
  display: flex;
@@ -368,25 +368,28 @@ textarea {
368
368
  cursor: pointer;
369
369
  }
370
370
 
371
- ._iconTarget_107vu_17 {
371
+ ._iconTarget_1hrqs_17 {
372
372
  width: 17px;
373
373
  height: 20px;
374
374
  }
375
375
 
376
- ._body_107vu_22 {
376
+ ._body_1hrqs_22 {
377
377
  position: absolute;
378
378
  left: -30px;
379
379
  top: 50px;
380
- width: 360px;
380
+ width: 300px;
381
381
  display: none;
382
382
  }
383
+ ._desktop_1hrqs_29 ._body_1hrqs_22, ._tablet_1hrqs_29 ._body_1hrqs_22, ._laptop_1hrqs_29 ._body_1hrqs_22 {
384
+ width: 360px;
385
+ }
383
386
 
384
- ._bodyOpen_107vu_30 {
385
- animation: _complexGift_in_107vu_1 0.3s;
387
+ ._bodyOpen_1hrqs_33 {
388
+ animation: _complexGift_in_1hrqs_1 0.3s;
386
389
  display: block;
387
390
  }
388
391
 
389
- @keyframes _complexGift_in_107vu_1 {
392
+ @keyframes _complexGift_in_1hrqs_1 {
390
393
  from {
391
394
  opacity: 0;
392
395
  }
@@ -394,7 +397,7 @@ textarea {
394
397
  opacity: 1;
395
398
  }
396
399
  }
397
- ._arrow_107vu_43 {
400
+ ._arrow_1hrqs_46 {
398
401
  position: absolute;
399
402
  transform: rotate(45deg);
400
403
  height: 15px;
@@ -404,12 +407,12 @@ textarea {
404
407
  background-color: #333;
405
408
  }
406
409
 
407
- ._container_107vu_53 {
410
+ ._container_1hrqs_56 {
408
411
  background-color: #333;
409
412
  border-radius: 4px;
410
413
  }
411
414
 
412
- ._promotion_107vu_58 {
415
+ ._promotion_1hrqs_61 {
413
416
  position: absolute;
414
417
  top: 12px;
415
418
  right: 35px;
@@ -417,7 +420,7 @@ textarea {
417
420
  font-size: 8px;
418
421
  }
419
422
 
420
- ._close_107vu_66 {
423
+ ._close_1hrqs_69 {
421
424
  position: absolute;
422
425
  top: 9px;
423
426
  right: 9px;
@@ -426,38 +429,38 @@ textarea {
426
429
  align-items: center;
427
430
  cursor: pointer;
428
431
  }
429
- ._close_107vu_66 svg {
432
+ ._close_1hrqs_69 svg {
430
433
  width: 15px;
431
434
  height: 15px;
432
435
  }
433
436
 
434
- ._head_107vu_80 {
437
+ ._head_1hrqs_83 {
435
438
  padding: 12px 20px;
436
439
  display: flex;
437
440
  align-items: center;
438
441
  color: #fff;
439
442
  }
440
443
 
441
- ._headIcon_107vu_87 {
444
+ ._headIcon_1hrqs_90 {
442
445
  width: 20px;
443
446
  height: 20px;
444
447
  margin-right: 10px;
445
448
  }
446
449
 
447
- ._headTitle_107vu_93 {
450
+ ._headTitle_1hrqs_96 {
448
451
  font-size: 16px;
449
452
  line-height: 1.2;
450
453
  font-weight: bold;
451
454
  width: 100%;
452
455
  }
453
456
 
454
- ._inner_107vu_100 {
457
+ ._inner_1hrqs_103 {
455
458
  border-radius: 6px;
456
459
  overflow: hidden;
457
460
  padding: 0 6px 6px 6px;
458
461
  }
459
462
 
460
- @keyframes _fadein_107vu_1 {
463
+ @keyframes _fadein_1hrqs_1 {
461
464
  0%, 100% {
462
465
  opacity: 0;
463
466
  }
@@ -465,7 +468,7 @@ textarea {
465
468
  opacity: 1;
466
469
  }
467
470
  }
468
- @keyframes _pulse_107vu_1 {
471
+ @keyframes _pulse_1hrqs_1 {
469
472
  from {
470
473
  transform: scale(1);
471
474
  }
@@ -473,7 +476,7 @@ textarea {
473
476
  transform: scale(1.05);
474
477
  }
475
478
  }
476
- @keyframes _gradient_107vu_1 {
479
+ @keyframes _gradient_1hrqs_1 {
477
480
  0% {
478
481
  background-position: 0 50%;
479
482
  }
@@ -484,7 +487,7 @@ textarea {
484
487
  background-position: 0 50%;
485
488
  }
486
489
  }
487
- @keyframes _wiggle_107vu_1 {
490
+ @keyframes _wiggle_1hrqs_1 {
488
491
  0%, 7% {
489
492
  transform: rotateZ(0);
490
493
  }