@nectary/assets 3.3.1 → 3.3.3

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/bundle.js CHANGED
@@ -576,6 +576,7 @@ const createIconClass = (templateHTML2) => {
576
576
  }
577
577
  connectedCallback() {
578
578
  updateAttribute(this.$svg, "preserveAspectRatio", "xMinYMin meet");
579
+ updateAttribute(this, "role", "img");
579
580
  }
580
581
  attributeChangedCallback(name2, _, newVal) {
581
582
  switch (name2) {
@@ -24,6 +24,7 @@ const createIconClass = (templateHTML) => {
24
24
  }
25
25
  connectedCallback() {
26
26
  updateAttribute(this.$svg, "preserveAspectRatio", "xMinYMin meet");
27
+ updateAttribute(this, "role", "img");
27
28
  }
28
29
  attributeChangedCallback(name, _, newVal) {
29
30
  switch (name) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nectary/assets",
3
- "version": "3.3.1",
3
+ "version": "3.3.3",
4
4
  "files": [
5
5
  "**/*/*.css",
6
6
  "**/*/*.json",
@@ -38,6 +38,6 @@
38
38
  "vite": "^7.0.6"
39
39
  },
40
40
  "peerDependencies": {
41
- "@nectary/theme-base": "1.7.1"
41
+ "@nectary/theme-base": "1.8.0"
42
42
  }
43
43
  }