@iris-ui-kit/vue 0.2.19 → 0.2.20

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
@@ -815,10 +815,7 @@ var IrisNavMenu = vue.defineComponent({
815
815
  "data-iris-nav-group": "",
816
816
  "data-open": shown ? "true" : void 0,
817
817
  "data-depth": String(depth),
818
- class: [
819
- "iris-nav-menu-group",
820
- `iris-nav-menu-group--depth-${Math.min(9, depth)}`
821
- ],
818
+ class: ["iris-nav-menu-group", `iris-nav-menu-group--depth-${Math.min(9, depth)}`],
822
819
  ...horizontal ? {
823
820
  onMouseenter: (event) => {
824
821
  if (!keepsPointerInside(event.currentTarget, event)) {