@redseed/redseed-ui-vue3 7.2.10 → 7.2.11
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
CHANGED
|
@@ -137,7 +137,7 @@ function handleOverlayAfterLeave() {
|
|
|
137
137
|
enter-active-class="transition ease-out duration-300"
|
|
138
138
|
enter-from-class="opacity-0"
|
|
139
139
|
enter-to-class="opacity-100"
|
|
140
|
-
leave-active-class="transition ease-in duration-
|
|
140
|
+
leave-active-class="transition ease-in duration-200 delay-150"
|
|
141
141
|
leave-from-class="opacity-100"
|
|
142
142
|
leave-to-class="opacity-0"
|
|
143
143
|
@after-leave="handleOverlayAfterLeave"
|