ma-icons 0.3.0 → 0.3.1

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.
@@ -632,6 +632,9 @@ u.styles = pt`
632
632
  a {
633
633
  display: inline-flex;
634
634
  align-items: center;
635
+ color: inherit;
636
+ text-decoration: inherit;
637
+ font-size: inherit;
635
638
  }
636
639
  `;
637
640
  g([
@@ -39,5 +39,8 @@ var MaIcons=function(I){"use strict";/**
39
39
  a {
40
40
  display: inline-flex;
41
41
  align-items: center;
42
+ color: inherit;
43
+ text-decoration: inherit;
44
+ font-size: inherit;
42
45
  }
43
46
  `,m([S()],u.prototype,"href",2),m([S()],u.prototype,"leading",2),m([S()],u.prototype,"name",2),m([S()],u.prototype,"size",2),m([S()],u.prototype,"weight",2),m([S()],u.prototype,"color",2),m([Rt()],u.prototype,"svg",2),u=m([Tt("ma-icon")],u);const Dt=["add-circle","bottom-left","bottom-right","camera","camera-video","cmd","code","down","download","edit","explore","external-2","fullscreen","fullscreen-exit","github","heart","heart-filled","home","info","input","instagram","left","lock","lock-closed","lock-open","login","ma","ma-2","menu","options","pants","pause","person","play","remove-circle","right","search","send","settings","tiktok","top-left","top-right","trash","up","youtube"];return I.names=Dt,Object.defineProperty(I,Symbol.toStringTag,{value:"Module"}),I}({});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ma-icons",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Ma Icons by Taavi Rübenhagen",
5
5
  "type": "module",
6
6
  "main": "dist/ma-icons.iife.js",