@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-vue3",
3
- "version": "7.2.10",
3
+ "version": "7.2.11",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/redseedtraining/redseed-ui",
@@ -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-300 delay-100"
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"