nuxt-hs-ui 4.0.7 → 4.0.8

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.7",
10
+ "version": "4.0.8",
11
11
  "builder": {
12
12
  "@nuxt/module-builder": "1.0.2",
13
13
  "unbuild": "3.6.1"
@@ -419,6 +419,7 @@ watch(computedActivate, (value) => {
419
419
  :trailing="false"
420
420
  trailing-icon=""
421
421
  :ui="{
422
+ content: 'max-h-100',
422
423
  base: uiBase,
423
424
  item: ['!bg-white hover:!bg-white focus:bg-white active:bg-white p-0']
424
425
  }"
@@ -507,6 +508,7 @@ watch(computedActivate, (value) => {
507
508
  :trailing="false"
508
509
  trailing-icon=""
509
510
  :ui="{
511
+ content: 'max-h-100',
510
512
  base: uiBase,
511
513
  item: ['!bg-white hover:!bg-white focus:bg-white active:bg-white p-0']
512
514
  }"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-hs-ui",
3
- "version": "4.0.7",
3
+ "version": "4.0.8",
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",