@inspark/inspark-components 14.0.71 → 14.0.72
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/full/esm2020/components/button/button.component.mjs +2 -2
- package/full/esm2020/components/link/link.component.mjs +2 -2
- package/full/fesm2015/inspark-inspark-components.mjs +2 -2
- package/full/fesm2015/inspark-inspark-components.mjs.map +1 -1
- package/full/fesm2020/inspark-inspark-components.mjs +2 -2
- package/full/fesm2020/inspark-inspark-components.mjs.map +1 -1
- package/full/package.json +1 -1
- package/interface/package.json +1 -1
- package/package.json +1 -1
|
@@ -631,7 +631,7 @@ class ButtonComponent extends Button {
|
|
|
631
631
|
else {
|
|
632
632
|
this._target = this.linkTarget === 'self' ? '_self' : 'blank';
|
|
633
633
|
}
|
|
634
|
-
if (this.icon && this.icon.indexOf('in-') === -1 && this.icon.indexOf('
|
|
634
|
+
if (this.icon && this.icon.indexOf('in-') === -1 && this.icon.indexOf('am-') === -1 && this.icon.indexOf('pi-') === -1) {
|
|
635
635
|
this.isMaterialIcon = true;
|
|
636
636
|
}
|
|
637
637
|
else {
|
|
@@ -2507,7 +2507,7 @@ class LinkComponent {
|
|
|
2507
2507
|
else {
|
|
2508
2508
|
this._target = this.linkTarget === 'self' ? '_self' : 'blank';
|
|
2509
2509
|
}
|
|
2510
|
-
if (this.icon && this.icon.indexOf('in-') === -1 && this.icon.indexOf('fa-') === -1) {
|
|
2510
|
+
if (this.icon && this.icon.indexOf('in-') === -1 && this.icon.indexOf('am-') === -1 && this.icon.indexOf('fa-') === -1) {
|
|
2511
2511
|
this.isMaterialIcon = true;
|
|
2512
2512
|
}
|
|
2513
2513
|
else {
|