@asd20/ui 3.2.939 → 3.2.940

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.939",
8
+ "version": "3.2.940",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -4,6 +4,7 @@
4
4
  :href="link || undefined"
5
5
  :class="classes"
6
6
  :aria-label="hideLabel ? label : undefined"
7
+ :aria-hidden="disabled ? 'true' : undefined"
7
8
  :title="hideLabel ? label : undefined"
8
9
  :target="
9
10
  !link || link.startsWith('/')
@@ -527,7 +527,7 @@ export default {
527
527
  padding: space(0.25);
528
528
  > .asd20-button__label {
529
529
  margin: 0;
530
- padding: 0.5rem;
530
+ padding: 0.5rem 0;
531
531
  }
532
532
  }
533
533
  p {