@proximus/lavender 1.4.1-alpha.2 → 1.4.1-alpha.6
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/lavender.cjs.js +1 -1
- package/dist/lavender.es.js +1 -0
- package/dist/lavender.umd.js +1 -1
- package/package.json +1 -1
package/dist/lavender.es.js
CHANGED
|
@@ -1950,6 +1950,7 @@ class Icon extends WithExtraAttributes {
|
|
|
1950
1950
|
<use xlink:href="#icon-${this.name}"></use>
|
|
1951
1951
|
</svg>`);
|
|
1952
1952
|
this.shadowRoot.innerHTML = __privateGet(this, _template).call(this);
|
|
1953
|
+
this.role = "img";
|
|
1953
1954
|
__privateSet(this, _internals, (_a = this.attachInternals) == null ? void 0 : _a.call(this));
|
|
1954
1955
|
if (__privateGet(this, _internals)) {
|
|
1955
1956
|
__privateGet(this, _internals).role = "img";
|