nuxt-ui-elements 0.1.36 → 0.1.37
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
|
@@ -130,7 +130,7 @@ const handleClose = () => {
|
|
|
130
130
|
v-bind="closeButtonProps"
|
|
131
131
|
data-slot="close"
|
|
132
132
|
:ui="{
|
|
133
|
-
base: 'text-
|
|
133
|
+
base: 'text-inverted hover:bg-black/10 active:bg-inverted/20'
|
|
134
134
|
}"
|
|
135
135
|
@click="handleClose" />
|
|
136
136
|
</div>
|
|
@@ -144,7 +144,7 @@ const handleClose = () => {
|
|
|
144
144
|
color="neutral"
|
|
145
145
|
variant="ghost"
|
|
146
146
|
:ui="{
|
|
147
|
-
base: 'text-
|
|
147
|
+
base: 'text-inverted hover:bg-black/10 active:bg-inverted/20'
|
|
148
148
|
}"
|
|
149
149
|
@click="dismiss" />
|
|
150
150
|
|
package/package.json
CHANGED