@una-ui/nuxt-edge 1.0.0-alpha.0-29174694.a8be6b4 → 1.0.0-alpha.0-29174700.640b0f9

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": "@una-ui/nuxt-edge",
3
3
  "configKey": "una",
4
- "version": "1.0.0-alpha.0-29174694.a8be6b4",
4
+ "version": "1.0.0-alpha.0-29174700.640b0f9",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.0.0"
7
7
  },
package/dist/module.mjs CHANGED
@@ -8,7 +8,7 @@ import 'unocss';
8
8
  import 'unocss-preset-animations';
9
9
 
10
10
  const name = "@una-ui/nuxt-edge";
11
- const version = "1.0.0-alpha.0-29174694.a8be6b4";
11
+ const version = "1.0.0-alpha.0-29174700.640b0f9";
12
12
 
13
13
  const module = defineNuxtModule({
14
14
  meta: {
@@ -104,7 +104,7 @@ function shuffleTheme() {
104
104
  >
105
105
  <Button
106
106
  v-if="theme"
107
- btn="solid-gray"
107
+ btn="outline-gray"
108
108
  size="xs"
109
109
  :title="capitalize(theme?.name)"
110
110
  class="justify-start gap-2 ring-primary"
@@ -188,7 +188,7 @@ function shuffleTheme() {
188
188
  <Button
189
189
  v-for="r in RADIUS"
190
190
  :key="r"
191
- btn="solid-gray"
191
+ btn="outline-gray"
192
192
  size="xs"
193
193
  :class="
194
194
  r === settings.radius ? 'ring-2 ring-primary' : ''
@@ -207,7 +207,7 @@ function shuffleTheme() {
207
207
 
208
208
  <div class="flex justify-around py-1.5 space-x-2">
209
209
  <Button
210
- btn="solid-gray"
210
+ btn="outline-gray"
211
211
  :class="{ 'ring-2 ring-primary': colorMode.preference === 'system' }"
212
212
  leading="i-radix-icons-desktop"
213
213
  class="px-3"
@@ -217,7 +217,7 @@ function shuffleTheme() {
217
217
  />
218
218
 
219
219
  <Button
220
- btn="solid-gray"
220
+ btn="outline-gray"
221
221
  :class="{ 'ring-2 ring-primary': colorMode.preference === 'light' }"
222
222
  leading="i-radix-icons-sun"
223
223
  class="px-3"
@@ -227,7 +227,7 @@ function shuffleTheme() {
227
227
  />
228
228
 
229
229
  <Button
230
- btn="solid-gray"
230
+ btn="outline-gray"
231
231
  :class="{ 'ring-2 ring-primary': colorMode.preference === 'dark' }"
232
232
  leading="i-radix-icons-moon"
233
233
  class="px-3"
@@ -243,7 +243,7 @@ function shuffleTheme() {
243
243
  <div class="grid grid-cols-2 gap-2">
244
244
  <Button
245
245
  size="xs"
246
- btn="solid-gray"
246
+ btn="outline-gray"
247
247
  label="Reset"
248
248
  leading="i-radix-icons-reload"
249
249
  @click="reset"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@una-ui/nuxt-edge",
3
3
  "type": "module",
4
- "version": "1.0.0-alpha.0-29174694.a8be6b4",
4
+ "version": "1.0.0-alpha.0-29174700.640b0f9",
5
5
  "description": "Nuxt module for @una-ui",
6
6
  "author": "Phojie Rengel <phojrengel@gmail.com>",
7
7
  "license": "MIT",
@@ -41,8 +41,8 @@
41
41
  "@nuxt/kit": "^3.17.5",
42
42
  "@nuxtjs/color-mode": "^3.5.2",
43
43
  "@tanstack/vue-table": "^8.21.3",
44
- "@una-ui/extractor-vue-script": "npm:@una-ui/extractor-vue-script-edge@1.0.0-alpha.0-29174694.a8be6b4",
45
- "@una-ui/preset": "npm:@una-ui/preset-edge@1.0.0-alpha.0-29174694.a8be6b4",
44
+ "@una-ui/extractor-vue-script": "npm:@una-ui/extractor-vue-script-edge@1.0.0-alpha.0-29174700.640b0f9",
45
+ "@una-ui/preset": "npm:@una-ui/preset-edge@1.0.0-alpha.0-29174700.640b0f9",
46
46
  "@unocss/core": "^66.2.0",
47
47
  "@unocss/nuxt": "^66.2.0",
48
48
  "@unocss/preset-attributify": "^66.2.0",