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