@nextrap/nte-nav 1.1.39 → 1.1.40

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/index.js +4 -1
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 1.1.40 (2026-04-14)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - use aliasesExclude to avoid internal relative paths ([6b8123e](https://github.com/nextrap/nextrap-monorepo/commit/6b8123e))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Enzo Volkmann @evolkmann
10
+
1
11
  ## 1.1.39 (2026-03-13)
2
12
 
3
13
  ### 🩹 Fixes
package/index.js CHANGED
@@ -69,7 +69,10 @@ class $ extends (tt = pe(Ee), Ut = [O({ type: String, reflect: !0 })], Gt = [O({
69
69
  <div id="text" part="menutext"><slot name="menu-text"></slot></div>
70
70
  <nte-burger
71
71
  part="burger"
72
- label="Menu"
72
+ aria-label="Menu"
73
+ role="button"
74
+ aria-haspopup="menu"
75
+ aria-controls="main-menu"
73
76
  data-group-name="${this.dataGroupName}"
74
77
  id="open-burger"
75
78
  onclick="this.open = true"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextrap/nte-nav",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "main": "./index.js",
5
5
  "dependencies": {
6
6
  "@nextrap/nt-framework": "^1.1.1",