@fy-/fws-vue 2.3.47 → 2.3.48

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.
@@ -243,10 +243,10 @@ const handleBackdropClick = useDebounceFn((event: MouseEvent) => {
243
243
  <template>
244
244
  <ClientOnly>
245
245
  <transition
246
- enter-active-class="duration-300 ease-out"
246
+ enter-active-class="duration-50 ease-out"
247
247
  enter-from-class="opacity-0"
248
248
  enter-to-class="opacity-100"
249
- leave-active-class="duration-200 ease-in"
249
+ leave-active-class="duration-50 ease-in"
250
250
  leave-from-class="opacity-100"
251
251
  leave-to-class="opacity-0"
252
252
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.3.47",
3
+ "version": "2.3.48",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/fy-to/FWJS#readme",