nuxt-unified-ui 0.2.0 → 0.2.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.
@@ -24,7 +24,7 @@ const props = defineProps({
24
24
 
25
25
 
26
26
  <template>
27
- <u-card :ui="{ body: 'p-0' }">
27
+ <u-card :ui="{ body: 'p-0 sm:p-0 divide-y divide-default' }">
28
28
 
29
29
  <un-typography
30
30
  :icon="props.icon"
@@ -33,7 +33,7 @@ const props = defineProps({
33
33
  :icon-classes="props.iconClasses"
34
34
  :title-classes="props.titleClasses"
35
35
  :subtitle-classes="props.subtitleClasses"
36
- class="p-3 border-b border-default">
36
+ class="p-3">
37
37
  <template v-if="$slots.append" #append>
38
38
  <slot name="append" />
39
39
  </template>
@@ -62,7 +62,7 @@ const props = defineProps({
62
62
 
63
63
  <div
64
64
  v-if="props.actions?.length"
65
- class="flex items-end gap-1 p-2 border-t border-default"
65
+ class="flex items-end gap-1 p-2"
66
66
  :class="{
67
67
  'flex-col': props.verticalActions,
68
68
  }">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-unified-ui",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "main": "./nuxt.config.js",
6
6
  "exports": {
7
7
  ".": "./nuxt.config.js",