@polymarbot/nuxt-layer-shadcn-ui 0.9.5 → 0.9.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.
@@ -435,7 +435,7 @@ defineExpose({
435
435
  </template>
436
436
 
437
437
  <TableRow
438
- v-else-if="!loading"
438
+ v-else
439
439
  data-virtual-row
440
440
  class="hover:bg-transparent"
441
441
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymarbot/nuxt-layer-shadcn-ui",
3
- "version": "0.9.5",
3
+ "version": "0.9.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": "3c225089f3f8eeeda4b21c89d863d3675bbe0cdf"
45
+ "gitHead": "908af6ffb1f55a62f62ee6bc17ca26b3f644ac32"
46
46
  }