@iris-ui-kit/vue 0.2.32 → 0.2.33

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/dist/admin.cjs CHANGED
@@ -660,7 +660,7 @@ function installNavMenuStyles() {
660
660
  document.head.appendChild(style);
661
661
  installed = true;
662
662
  }
663
- var HOVER_OPEN_DELAY_VAL = 60;
663
+ var HOVER_OPEN_DELAY_VAL = 40;
664
664
  var HOVER_CLOSE_DELAY_VAL = 150;
665
665
  function createNavMenuFlyout(ctx) {
666
666
  const hovered = vue.ref(null);