nuxt-hs-ui 2.8.0 → 2.8.1

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.8.0",
7
+ "version": "2.8.1",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
10
  "unbuild": "2.0.0"
@@ -47,7 +47,7 @@ const classStyleUnlink = computed(() => {
47
47
  theme="back"
48
48
  variant="body"
49
49
  >
50
- <div class="flex flex-wrap gap-[2px] sm:gap-[4px]">
50
+ <div class="flex flex-wrap gap-[2px] sm:gap-[4px] max-w-full">
51
51
  <template v-for="(item, index) in props.links" :key="index">
52
52
  <div class="truncate min-w-0 w-full sm:w-auto">
53
53
  <NuxtLink
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-hs-ui",
3
- "version": "2.8.0",
3
+ "version": "2.8.1",
4
4
  "description": "My new Nuxt module",
5
5
  "repository": "https://github.com/hare-systems-ryo/nuxt-hs-ui",
6
6
  "license": "MIT",