@appartmint/mint 2.10.7 → 2.10.9

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "2.10.7",
4
+ "version": "2.10.9",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -167,12 +167,14 @@
167
167
 
168
168
  &-hover {
169
169
  @include states(hover, focus) {
170
- animation: #{prefix(spin)} 1.5s ease-in-out forwards;
170
+ animation: #{prefix(spin)} 1s ease-in-out forwards;
171
171
  }
172
172
 
173
173
  &-icon {
174
174
  @include states(hover, focus) {
175
- animation: #{prefix(spin)} 1.5s ease-in-out forwards;
175
+ i {
176
+ animation: #{prefix(spin)} 1s ease-in-out forwards;
177
+ }
176
178
  }
177
179
  }
178
180
  }