@xuda.io/xuda-widget-plugin-xuda-drive 1.0.45 → 1.0.46
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.
- package/package.json +1 -1
- package/runtime.mjs +1 -1
package/package.json
CHANGED
package/runtime.mjs
CHANGED
|
@@ -694,7 +694,7 @@ export async function viewer(fields, e) {
|
|
|
694
694
|
</div>
|
|
695
695
|
|
|
696
696
|
<div class="absolute inset-y-0 right-6 z-10 flex items-center">
|
|
697
|
-
<button @click="options.direction === '
|
|
697
|
+
<button @click="options.direction === 'rtl' ? swiper.slidePrev() : swiper.slideNext()" class="bg-white -mr-2 lg:-mr-4 flex justify-center items-center w-10 h-10 rounded-full shadow focus:outline-none">
|
|
698
698
|
<svg viewBox="0 0 20 20" fill="currentColor" class="chevron-right w-6 h-6"><path fill-rule="evenodd" d="M7.293 14.707a1 1 0 010-1.414L10.586 10 7.293 6.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414 0z" clip-rule="evenodd"></path></svg>
|
|
699
699
|
</button>
|
|
700
700
|
</div>
|