@polymarbot/nuxt-layer-shadcn-ui 0.3.3 → 0.3.4

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.
@@ -65,7 +65,7 @@ function onCancel () {
65
65
  }
66
66
 
67
67
  const contentClass = computed(() =>
68
- cn('gap-0 p-0 flex flex-col', props.class),
68
+ cn('bg-popover gap-0 p-0 flex flex-col', props.class),
69
69
  )
70
70
  </script>
71
71
 
@@ -67,7 +67,7 @@ function onCancel () {
67
67
 
68
68
  const contentClass = computed(() =>
69
69
  cn(
70
- 'gap-0 py-0',
70
+ 'bg-popover gap-0 py-0',
71
71
  props.alignCenter && 'text-center',
72
72
  props.class,
73
73
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymarbot/nuxt-layer-shadcn-ui",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
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": "fa7745bb4bdb8d3945fcbf8603e216a93f0ca881"
45
+ "gitHead": "39ac87e0e1062027fbe9691cdf9d091f74a8f0ad"
46
46
  }