@iris-ui-kit/vue 0.2.31 → 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 +1 -1
- package/dist/admin.cjs.map +1 -1
- package/dist/admin.js +1 -1
- package/dist/{chunk-PT6X4543.js → chunk-QPDJR7FY.js} +3 -3
- package/dist/chunk-QPDJR7FY.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/dist/chunk-PT6X4543.js.map +0 -1
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 =
|
|
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);
|