@proximus/lavender-icon 1.2.0-alpha.39 → 1.2.0-alpha.41

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -132,6 +132,7 @@ class h extends d {
132
132
  `${this.src}#icon-${this.name}`
133
133
  ));
134
134
  }
135
+ !this.ariaLabel && this.internals && (this.internals.ariaHidden = "true");
135
136
  }
136
137
  updateName(e, t) {
137
138
  this.src && this.$el.firstElementChild.setAttribute(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-icon",
3
- "version": "1.2.0-alpha.39",
3
+ "version": "1.2.0-alpha.41",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -40,7 +40,7 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "f0c02c7c61b4ed3e3e621620117690dd540f8c32",
43
+ "gitHead": "127dc25543d5b6545c1611a6d91a6ebeb7e98fb1",
44
44
  "lerna": {
45
45
  "command": {
46
46
  "publish": {