ma-icons 0.3.22 → 0.3.24

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.
@@ -660,8 +660,7 @@ g.styles = o0`
660
660
  }
661
661
 
662
662
  .styled {
663
- transition-property: all;
664
- transition-duration: 200ms;
663
+ transition: opacity 200ms ease-in-out;
665
664
  color: hsl(0deg 0% 0% / calc(100% * 3/8));
666
665
  }
667
666
 
@@ -47,8 +47,7 @@ var MaIcons=function(z){"use strict";var o0;var x=typeof document<"u"?document.c
47
47
  }
48
48
 
49
49
  .styled {
50
- transition-property: all;
51
- transition-duration: 200ms;
50
+ transition: opacity 200ms ease-in-out;
52
51
  color: hsl(0deg 0% 0% / calc(100% * 3/8));
53
52
  }
54
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ma-icons",
3
- "version": "0.3.22",
3
+ "version": "0.3.24",
4
4
  "description": "Ma Icons by Taavi Rübenhagen",
5
5
  "type": "module",
6
6
  "main": "dist/ma-icons.iife.js",
@@ -29,7 +29,6 @@
29
29
  "author": "Taavi Rübenhagen",
30
30
  "license": "BSD-4-Clause-Shortened",
31
31
  "dependencies": {
32
- "alpinejs": "^3.14.9",
33
32
  "lit": "^3.3.0",
34
33
  "vite": "^6.3.0"
35
34
  }