@ulu/frontend-vue 0.6.6 → 0.6.7

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.
@@ -1,7 +1,7 @@
1
- import { computed as o, createElementBlock as a, createCommentVNode as l, openBlock as c, normalizeClass as m, unref as p, createVNode as u, createSlots as v, renderList as d, withCtx as f, renderSlot as _, normalizeProps as h, guardReactiveProps as k } from "vue";
1
+ import { computed as a, createElementBlock as o, createCommentVNode as l, openBlock as c, normalizeClass as m, unref as p, createVNode as u, createSlots as v, renderList as d, withCtx as f, renderSlot as _, normalizeProps as h, guardReactiveProps as k } from "vue";
2
2
  import g from "./UluMenu.vue.js";
3
3
  import { useModifiers as B } from "../../composables/useModifiers.js";
4
- const $ = {
4
+ const N = {
5
5
  __name: "UluNavStrip",
6
6
  props: {
7
7
  /**
@@ -29,13 +29,13 @@ const $ = {
29
29
  const e = t, { resolvedModifiers: s } = B({
30
30
  props: e,
31
31
  baseClass: "nav-strip",
32
- internal: o(() => ({
32
+ internal: a(() => ({
33
33
  center: e.center,
34
34
  right: e.right,
35
35
  rule: e.rule
36
36
  }))
37
37
  });
38
- return (r, C) => t.items?.length ? (c(), a("nav", {
38
+ return (r, C) => t.items?.length ? (c(), o("nav", {
39
39
  key: 0,
40
40
  class: m(["nav-strip", p(s)])
41
41
  }, [
@@ -45,7 +45,7 @@ const $ = {
45
45
  list: "nav-strip__list",
46
46
  item: "nav-strip__item",
47
47
  link: "nav-strip__link",
48
- linkExactActive: "is-active",
48
+ linkExactActive: "is-exact-active",
49
49
  linkActive: "is-active"
50
50
  },
51
51
  noChildren: ""
@@ -61,5 +61,5 @@ const $ = {
61
61
  }
62
62
  };
63
63
  export {
64
- $ as default
64
+ N as default
65
65
  };