@dile/ui 2.10.4 → 2.10.5

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.
@@ -119,6 +119,7 @@ export class DileHamburger extends LitElement {
119
119
  <button
120
120
  class="hamburger hamburger--squeeze ${this.active ? "is-active" : ""}"
121
121
  type="button"
122
+ aria-label="Open navigation menu"
122
123
  >
123
124
  <span class="hamburger-box">
124
125
  <span class="hamburger-inner"></span>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dile/ui",
3
- "version": "2.10.4",
3
+ "version": "2.10.5",
4
4
  "description": "UI Core components from dile-components.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "b3d745d5c2f638f3f38b6f573353ed48fca9f4fd"
29
+ "gitHead": "ec00c938b7a5dc9f58f49e53f44a9ca3758d6d1e"
30
30
  }