ma-icons 0.3.0 → 0.3.2

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.
@@ -629,9 +629,13 @@ u.styles = pt`
629
629
  svg {
630
630
  display: block;
631
631
  }
632
- a {
632
+ ::slotted(a) {
633
633
  display: inline-flex;
634
634
  align-items: center;
635
+ color: inherit;
636
+ text-decoration: inherit;
637
+ font-family: inherit;
638
+ font-size: inherit;
635
639
  }
636
640
  `;
637
641
  g([
@@ -36,8 +36,12 @@ var MaIcons=function(I){"use strict";/**
36
36
  svg {
37
37
  display: block;
38
38
  }
39
- a {
39
+ ::slotted(a) {
40
40
  display: inline-flex;
41
41
  align-items: center;
42
+ color: inherit;
43
+ text-decoration: inherit;
44
+ font-family: inherit;
45
+ font-size: inherit;
42
46
  }
43
47
  `,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.2",
4
4
  "description": "Ma Icons by Taavi Rübenhagen",
5
5
  "type": "module",
6
6
  "main": "dist/ma-icons.iife.js",