nuxt-unified-ui 0.2.7 → 0.2.8

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.
@@ -69,7 +69,7 @@ onChange(async files => {
69
69
  <u-form-field v-bind="radPick(props.field, [ 'label' ])">
70
70
  <div class="flex items-start gap-2 ltr">
71
71
 
72
- <template v-if="media?.type?.startsWith('image')">
72
+ <!-- <template v-if="media?.type?.startsWith('image')">
73
73
  <u-popover mode="hover">
74
74
 
75
75
  <img
@@ -85,7 +85,7 @@ onChange(async files => {
85
85
  </template>
86
86
 
87
87
  </u-popover>
88
- </template>
88
+ </template> -->
89
89
 
90
90
  <u-input
91
91
  class="w-full ltr"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-unified-ui",
3
3
  "type": "module",
4
- "version": "0.2.7",
4
+ "version": "0.2.8",
5
5
  "main": "./nuxt.config.ts",
6
6
  "exports": {
7
7
  ".": "./nuxt.config.ts",