nuxt-hs-ui 4.0.5 → 4.0.6

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/dist/module.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "compatibility": {
8
8
  "nuxt": ">=4.0.0"
9
9
  },
10
- "version": "4.0.5",
10
+ "version": "4.0.6",
11
11
  "builder": {
12
12
  "@nuxt/module-builder": "1.0.2",
13
13
  "unbuild": "3.6.1"
@@ -241,7 +241,7 @@ const content = {
241
241
  bodyLock: false
242
242
  };
243
243
  const uiBase = [
244
- "bg-transparent hover:bg-transparent",
244
+ "!bg-transparent hover:bg-transparent",
245
245
  "max-w-full text-left",
246
246
  "focus-visible:outline-none focus:outline-none ring-0 focus:ring-0",
247
247
  "py-0 pr-[10px]",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-hs-ui",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "description": "This repository is dedicated to the ongoing migration of **nuxt-hs-ui** to **Nuxt 4**",
5
5
  "repository": "https://github.com/hare-systems-ryo/nuxt-hs-ui",
6
6
  "license": "MIT",