@appartmint/mint 2.10.5 → 2.10.7

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/dist/css/mint.css CHANGED
@@ -1741,6 +1741,18 @@ app-root {
1741
1741
  .mint-spin-5 {
1742
1742
  animation-duration: 5s;
1743
1743
  }
1744
+ .mint-spin-hover:hover {
1745
+ animation: mint-spin 1.5s ease-in-out forwards;
1746
+ }
1747
+ .mint-spin-hover:focus-visible {
1748
+ animation: mint-spin 1.5s ease-in-out forwards;
1749
+ }
1750
+ .mint-spin-hover-icon:hover {
1751
+ animation: mint-spin 1.5s ease-in-out forwards;
1752
+ }
1753
+ .mint-spin-hover-icon:focus-visible {
1754
+ animation: mint-spin 1.5s ease-in-out forwards;
1755
+ }
1744
1756
 
1745
1757
  .mint-pulse-out {
1746
1758
  animation: mint-pulse 0.75s ease-in-out forwards;
@@ -3536,8 +3548,6 @@ p, .mint-p {
3536
3548
  --mint-bandcamp: #629aa9;
3537
3549
  --mint-amazon-0: #F90;
3538
3550
  --mint-amazon-1: #146eb4;
3539
- --mint-napster-0: #2ca6de;
3540
- --mint-napster-1: #fdb813;
3541
3551
  --mint-google-play-0: #f55a34;
3542
3552
  --mint-google-play-1: #ffd119;
3543
3553
  --mint-google-play-2: #ff8c00;