@xuda.io/xuda-widget-plugin-xuda-drive 1.0.38 → 1.0.39

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/runtime.mjs +0 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-widget-plugin-xuda-drive",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "Xuda Drive widget plugin",
5
5
  "scripts": {
6
6
  "pub": "npm version patch --force && npm publish --access public"
package/runtime.mjs CHANGED
@@ -685,11 +685,9 @@ export async function viewer(fields, e) {
685
685
  <!-- Slides -->
686
686
  <template v-for="file in files" hidden>
687
687
  <div class="swiper-slide">
688
- <div class="flex flex-col rounded shadow overflow-hidden">
689
688
  <a data-fslightbox="gallery" :href="file.access_link" class="flex-shrink-0">
690
689
  <img class="h-full w-full object-cover" :src="file.access_link" :alt="file.name" />
691
690
  </a>
692
- </div>
693
691
  </div>
694
692
  </template>
695
693
  </div>