@una-ui/nuxt-edge 1.0.0-alpha.2-29182246.68e0e15 → 1.0.0-alpha.2-29182286.8776d77

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.2-29182246.68e0e15",
4
+ "version": "1.0.0-alpha.2-29182286.8776d77",
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.2-29182246.68e0e15";
11
+ const version = "1.0.0-alpha.2-29182286.8776d77";
12
12
 
13
13
  const module = defineNuxtModule({
14
14
  meta: {
@@ -19,8 +19,6 @@ export function useUnaSettings() {
19
19
  mergeDefaults: defu
20
20
  });
21
21
  watch(settings, () => {
22
- console.log("settings.value.primary", settings.value.primary);
23
- console.log("settings.value.gray", settings.value.gray);
24
22
  if (settings.value.primary) {
25
23
  settings.value.primaryColors = getPrimaryColors(settings.value.primary);
26
24
  }
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.2-29182246.68e0e15",
4
+ "version": "1.0.0-alpha.2-29182286.8776d77",
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.2-29182246.68e0e15",
45
- "@una-ui/preset": "npm:@una-ui/preset-edge@1.0.0-alpha.2-29182246.68e0e15",
44
+ "@una-ui/extractor-vue-script": "npm:@una-ui/extractor-vue-script-edge@1.0.0-alpha.2-29182286.8776d77",
45
+ "@una-ui/preset": "npm:@una-ui/preset-edge@1.0.0-alpha.2-29182286.8776d77",
46
46
  "@unocss/core": "^66.2.0",
47
47
  "@unocss/nuxt": "^66.2.0",
48
48
  "@unocss/preset-attributify": "^66.2.0",