@proximus/lavender-light 2.0.0-alpha.63 → 2.0.0-alpha.67
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.
|
@@ -2657,6 +2657,7 @@ class Icon extends WithExtraAttributes {
|
|
|
2657
2657
|
<use xlink:href="#icon-${this.name}"></use>
|
|
2658
2658
|
</svg>`);
|
|
2659
2659
|
this.shadowRoot.innerHTML = __privateGet(this, _template).call(this);
|
|
2660
|
+
this.role = "img";
|
|
2660
2661
|
__privateSet(this, _internals, (_a = this.attachInternals) == null ? void 0 : _a.call(this));
|
|
2661
2662
|
if (__privateGet(this, _internals)) {
|
|
2662
2663
|
__privateGet(this, _internals).role = "img";
|