@polymarbot/nuxt-layer-shadcn-ui 0.7.5 → 0.7.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.
@@ -207,12 +207,14 @@ onMounted(() => {
207
207
  <template #footer>
208
208
  <slot name="footer">
209
209
  <div class="gap-2 text-xs flex items-center justify-between">
210
- <span
211
- v-if="total != null"
212
- class="text-muted-foreground"
213
- >
214
- {{ T('count', { loaded: internalData.length, total }) }}
215
- </span>
210
+ <div>
211
+ <span
212
+ v-if="total != null"
213
+ class="text-muted-foreground"
214
+ >
215
+ {{ T('count', { loaded: internalData.length, total }) }}
216
+ </span>
217
+ </div>
216
218
  <div class="gap-2 flex items-center">
217
219
  <Tooltip :text="T('scrollToTop')">
218
220
  <Button
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymarbot/nuxt-layer-shadcn-ui",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "description": "Nuxt layer providing shadcn-vue based UI components",
5
5
  "type": "module",
6
6
  "main": "./nuxt.config.ts",
@@ -42,5 +42,5 @@
42
42
  "vue-i18n": "^11",
43
43
  "vue-router": "^4 || ^5"
44
44
  },
45
- "gitHead": "30f6ac393aad4980ad4a01e84597b0769566ec9e"
45
+ "gitHead": "9303e0b6a75098f94382a178c8ef2bc4dc5e8f88"
46
46
  }