srcdev-nuxt-components 2.5.2 → 2.5.3

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.
@@ -104,6 +104,7 @@ const handleSummaryHover = (event: MouseEvent | FocusEvent) => {
104
104
  } else {
105
105
  parentDetailsElement.setAttribute('open', '');
106
106
  }
107
+ overflowDetailsRef.value?.removeAttribute('open');
107
108
  };
108
109
 
109
110
  const mainNavigationState = ref<ResponsiveHeaderState>({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "srcdev-nuxt-components",
3
3
  "type": "module",
4
- "version": "2.5.2",
4
+ "version": "2.5.3",
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",