@fy-/fws-vue 2.0.99 → 2.1.0

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.
@@ -242,8 +242,6 @@ onUnmounted(() => {
242
242
  </div>
243
243
  <div
244
244
  class="flex-1 flex flex-col z-[2] items-center justify-center max-w-full lg:max-w-[calc(100vw - 256px)] relative"
245
- @touchstart="touchStart"
246
- @touchend="touchEnd"
247
245
  >
248
246
  <transition
249
247
  :name="direction === 'next' ? 'slide-next' : 'slide-prev'"
@@ -252,6 +250,8 @@ onUnmounted(() => {
252
250
  <div
253
251
  v-if="true"
254
252
  :key="`image-display-${modelValue}`"
253
+ @touchstart="touchStart"
254
+ @touchend="touchEnd"
255
255
  class="flex-1 w-full max-w-full flex flex-col items-center justify-center absolute inset-0 z-[2]"
256
256
  >
257
257
  <div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.0.99",
3
+ "version": "2.1.00",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {