@thinkpixellab-public/px-vue 3.0.60 → 3.0.61

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.
@@ -22,6 +22,7 @@
22
22
  "
23
23
  v-on="$listeners"
24
24
  @click="tryToggleChecked"
25
+ :aria-label="label"
25
26
  >
26
27
  <inline-svg
27
28
  :transformSource="transform"
@@ -44,6 +45,8 @@ export default {
44
45
  props: {
45
46
  // set to true for icon to toggle on and off
46
47
  toggles: { type: Boolean, default: false },
48
+ // aria label value for the button
49
+ label: { type: String, default: null },
47
50
  },
48
51
  methods: {
49
52
  tryToggleChecked() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkpixellab-public/px-vue",
3
- "version": "3.0.60",
3
+ "version": "3.0.61",
4
4
  "description": "General purpose Vue components and helpers that can be used across projects.",
5
5
  "author": "Pixel Lab",
6
6
  "license": "MIT",