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
|
@@ -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