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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-ui-elements",
3
3
  "configKey": "uiElements",
4
- "version": "0.1.36",
4
+ "version": "0.1.37",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -130,7 +130,7 @@ const handleClose = () => {
130
130
  v-bind="closeButtonProps"
131
131
  data-slot="close"
132
132
  :ui="{
133
- base: 'text-white hover:bg-white/10 active:bg-white/20'
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-white hover:bg-white/10 active:bg-white/20'
147
+ base: 'text-inverted hover:bg-black/10 active:bg-inverted/20'
148
148
  }"
149
149
  @click="dismiss" />
150
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-ui-elements",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "description": "A collection of beautiful, animated UI components for Nuxt applications",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/genu/nuxt-ui-elements.git",