ma-icons 0.3.1 → 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.
- package/dist/ma-icons.es.js +2 -1
- package/dist/ma-icons.iife.js +2 -1
- package/package.json +1 -1
package/dist/ma-icons.es.js
CHANGED
|
@@ -629,11 +629,12 @@ 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
635
|
color: inherit;
|
|
636
636
|
text-decoration: inherit;
|
|
637
|
+
font-family: inherit;
|
|
637
638
|
font-size: inherit;
|
|
638
639
|
}
|
|
639
640
|
`;
|
package/dist/ma-icons.iife.js
CHANGED
|
@@ -36,11 +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
42
|
color: inherit;
|
|
43
43
|
text-decoration: inherit;
|
|
44
|
+
font-family: inherit;
|
|
44
45
|
font-size: inherit;
|
|
45
46
|
}
|
|
46
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}({});
|