@thinkpixellab-public/px-vue 3.0.83 → 3.0.84

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.
@@ -27,6 +27,7 @@
27
27
  :viewBox="svgViewBox"
28
28
  :height="calcHeight"
29
29
  :width="calcWidth"
30
+ :aria-label="title"
30
31
  :title="title"
31
32
  :role="role"
32
33
  :focusable="focusable"
@@ -67,7 +68,7 @@ export default {
67
68
  title: { type: String, default: null },
68
69
 
69
70
  // the role applied for accessibility
70
- role: { type: String, default: 'img' },
71
+ role: { type: String, default: null },
71
72
 
72
73
  // focusable false by default for accessibility in older browsers
73
74
  focusable: { type: Boolean, default: false },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkpixellab-public/px-vue",
3
- "version": "3.0.83",
3
+ "version": "3.0.84",
4
4
  "description": "General purpose Vue components and helpers that can be used across projects.",
5
5
  "author": "Pixel Lab",
6
6
  "license": "MIT",