nuxt-hs-ui 2.1.5 → 2.1.6

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
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.15.0"
6
6
  },
7
- "version": "2.1.5",
7
+ "version": "2.1.6",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
10
  "unbuild": "2.0.0"
@@ -36,7 +36,7 @@ const classStyleLink = computed(() => {
36
36
  return twMerge(`text-main1`, ClassTypeToString(props.classLink));
37
37
  });
38
38
  const classStyleUnlink = computed(() => {
39
- return twMerge(`text-gray-600`, ClassTypeToString(props.classLink));
39
+ return twMerge(`text-gray-600`, ClassTypeToString(props.classUnlink));
40
40
  });
41
41
  </script>
42
42
 
@@ -59,7 +59,6 @@ const classStyleUnlink = computed(() => {
59
59
  </NuxtLink>
60
60
  <span
61
61
  v-else
62
- class=""
63
62
  :class="[classStyleUnlink, { hasBefore: index !== 0 }]"
64
63
  >
65
64
  {{ item.label }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-hs-ui",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "My new Nuxt module",
5
5
  "repository": "https://github.com/hare-systems-ryo/nuxt-hs-ui",
6
6
  "license": "MIT",