srcdev-nuxt-components 6.1.13 → 6.1.15

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.
@@ -203,6 +203,7 @@ watch(
203
203
  padding-inline: var(--overflow-nav-padding-inline);
204
204
 
205
205
  .overflow-navigation-sub-nav-link {
206
+ display: block;
206
207
  text-decoration: none;
207
208
  color: inherit;
208
209
  }
@@ -57,7 +57,7 @@
57
57
 
58
58
  {{ link.childLinksTitle }}
59
59
  </summary>
60
- <div class="main-navigation-sub-nav" role="menu" :aria-labelledby="`summary-${groupKey}-${localIndex}`">
60
+ <div class="main-navigation-sub-nav" role="menu">
61
61
  <ul class="main-navigation-sub-nav-list">
62
62
  <li class="main-navigation-sub-nav-item" v-for="childLink in link.childLinks" :key="childLink.name">
63
63
  <NuxtLink :to="childLink.path" class="main-navigation-sub-nav-link" role="menuitem">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "srcdev-nuxt-components",
3
3
  "type": "module",
4
- "version": "6.1.13",
4
+ "version": "6.1.15",
5
5
  "main": "nuxt.config.ts",
6
6
  "scripts": {
7
7
  "clean": "rm -rf .nuxt && rm -rf .output && rm -rf .playground/.nuxt && rm -rf .playground/.output",
@@ -24,7 +24,7 @@
24
24
  "devDependencies": {
25
25
  "@iconify-json/akar-icons": "1.2.7",
26
26
  "@iconify-json/bitcoin-icons": "1.2.4",
27
- "@iconify-json/material-symbols": "1.2.34",
27
+ "@iconify-json/material-symbols": "1.2.35",
28
28
  "@nuxt/eslint": "1.9.0",
29
29
  "@nuxt/icon": "2.0.0",
30
30
  "@nuxt/image": "1.11.0",