@una-ui/nuxt-edge 1.0.0-alpha.0-29173950.b6a8c03 → 1.0.0-alpha.0-29174297.4caf3b7

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-29173950.b6a8c03",
4
+ "version": "1.0.0-alpha.0-29174297.4caf3b7",
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-29173950.b6a8c03";
11
+ const version = "1.0.0-alpha.0-29174297.4caf3b7";
12
12
 
13
13
  const module = defineNuxtModule({
14
14
  meta: {
@@ -32,7 +32,7 @@ const props = defineProps({
32
32
  toggleOn: { type: String, required: false },
33
33
  toggleOff: { type: String, required: false },
34
34
  tabsActive: { type: String, required: false, default: "outline-gray" },
35
- tabsInactive: { type: String, required: false },
35
+ tabsInactive: { type: String, required: false, default: "text-muted" },
36
36
  navigationMenu: { type: String, required: false },
37
37
  navigationMenuLink: { type: String, required: false },
38
38
  ariaLabel: { type: String, required: false }
@@ -6,6 +6,7 @@ type __VLS_Slots = {} & {
6
6
  declare const __VLS_component: import("vue").DefineComponent<NTabsTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<NTabsTriggerProps> & Readonly<{}>, {
7
7
  size: string;
8
8
  tabsActive: string;
9
+ tabsInactive: string;
9
10
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
11
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
12
  export default _default;
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-29173950.b6a8c03",
4
+ "version": "1.0.0-alpha.0-29174297.4caf3b7",
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-29173950.b6a8c03",
45
- "@una-ui/preset": "npm:@una-ui/preset-edge@1.0.0-alpha.0-29173950.b6a8c03",
44
+ "@una-ui/extractor-vue-script": "npm:@una-ui/extractor-vue-script-edge@1.0.0-alpha.0-29174297.4caf3b7",
45
+ "@una-ui/preset": "npm:@una-ui/preset-edge@1.0.0-alpha.0-29174297.4caf3b7",
46
46
  "@unocss/core": "^66.2.0",
47
47
  "@unocss/nuxt": "^66.2.0",
48
48
  "@unocss/preset-attributify": "^66.2.0",