@kiva/kv-components 6.52.6 → 6.52.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 +1 @@
1
- .header-link[data-v-c12cfb72]{cursor:pointer;padding-top:1rem;padding-bottom:1rem;--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1));text-decoration-line:none}.header-link[data-v-c12cfb72]:hover{--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1));text-decoration-line:none}
1
+ .header-link[data-v-e35e8b60]{cursor:pointer;padding-top:1rem;padding-bottom:1rem;--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1));text-decoration-line:none}.header-link[data-v-e35e8b60]:hover{--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1));text-decoration-line:none}
@@ -209,7 +209,7 @@ function ke(s, e, t, n, K, O) {
209
209
  m((i(), c("a", {
210
210
  ref: "basketLink",
211
211
  href: "/basket",
212
- class: b(["header-link tw-relative", { "tw-text-tertiary": !!t.openMenuItem }]),
212
+ class: b(["header-link tw-relative md:!tw-mr-0", { "tw-text-tertiary": !!t.openMenuItem }]),
213
213
  style: { "margin-right": "2px" },
214
214
  "data-testid": "header-basket"
215
215
  }, [
@@ -248,7 +248,7 @@ function ke(s, e, t, n, K, O) {
248
248
  ])
249
249
  ]);
250
250
  }
251
- const Be = /* @__PURE__ */ ae(ve, [["render", ke], ["__scopeId", "data-v-c12cfb72"]]);
251
+ const Be = /* @__PURE__ */ ae(ve, [["render", ke], ["__scopeId", "data-v-e35e8b60"]]);
252
252
  export {
253
253
  Be as default
254
254
  };
@@ -1 +1 @@
1
- .header-fade-enter-active[data-v-0892fc4e]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.header-fade-leave-active[data-v-0892fc4e]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.1s}.header-fade-enter[data-v-0892fc4e],.header-fade-leave-to[data-v-0892fc4e]{opacity:0}.header-fade-leave[data-v-0892fc4e],.header-fade-enter-to[data-v-0892fc4e]{opacity:1}.bg-opacity-50[data-v-0892fc4e]{background-color:rgba(var(--bg-action-highlight),.5)}
1
+ .header-fade-enter-active[data-v-8196be34]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.header-fade-leave-active[data-v-8196be34]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.1s}.header-fade-enter[data-v-8196be34],.header-fade-leave-to[data-v-8196be34]{opacity:0}.header-fade-leave[data-v-8196be34],.header-fade-enter-to[data-v-8196be34]{opacity:1}.bg-opacity-50[data-v-8196be34]{background-color:rgba(var(--bg-action-highlight),.5)}
@@ -1,4 +1,4 @@
1
- import { ref as l, shallowRef as T, onBeforeMount as D, onBeforeUnmount as B, resolveComponent as c, resolveDirective as U, openBlock as w, createBlock as I, withCtx as f, createElementVNode as b, normalizeStyle as k, createVNode as s, Transition as E, withDirectives as _, vShow as M, createElementBlock as x, resolveDynamicComponent as N } from "vue";
1
+ import { ref as l, shallowRef as T, onMounted as D, onBeforeUnmount as B, resolveComponent as c, resolveDirective as U, openBlock as b, createBlock as I, withCtx as f, createElementVNode as w, normalizeStyle as k, createVNode as s, Transition as E, withDirectives as _, vShow as M, createElementBlock as x, resolveDynamicComponent as N } from "vue";
2
2
  import G from "@kiva/kv-tokens";
3
3
  import S from "./KvWwwHeader/KvHeaderLinkBar.js";
4
4
  import K from "./KvWwwHeader/KvHeaderLogo.js";
@@ -105,12 +105,12 @@ const V = "3.75rem", O = {
105
105
  };
106
106
  function j(C, n, o, e, a, r) {
107
107
  const m = c("kv-header-link-bar"), i = c("kv-header-logo"), d = c("kv-page-container"), u = c("kv-theme-provider"), g = U("kv-track-event");
108
- return w(), I(u, {
108
+ return b(), I(u, {
109
109
  tag: "div",
110
110
  class: "tw-bg-primary"
111
111
  }, {
112
112
  default: f(() => [
113
- b("nav", {
113
+ w("nav", {
114
114
  class: "tw-font-medium tw-relative",
115
115
  style: k({ height: e.HEADER_HEIGHT })
116
116
  }, [
@@ -135,7 +135,7 @@ function j(C, n, o, e, a, r) {
135
135
  ]),
136
136
  _: 1
137
137
  }),
138
- _((w(), x("a", W, [
138
+ _((b(), x("a", W, [
139
139
  s(i)
140
140
  ])), [
141
141
  [g, ["TopNav", "click-Logo"]]
@@ -146,17 +146,17 @@ function j(C, n, o, e, a, r) {
146
146
  ], 4),
147
147
  s(E, { name: "header-fade" }, {
148
148
  default: f(() => [
149
- _(b("div", {
149
+ _(w("div", {
150
150
  class: "tw-absolute tw-z-modal tw-h-full tw-inset-x-0 tw-bg-eco-green-4 bg-opacity-50 tw-min-h-screen",
151
151
  style: k({ top: e.HEADER_HEIGHT })
152
152
  }, [
153
- b("div", {
153
+ w("div", {
154
154
  class: "tw-bg-primary tw-overflow-y-auto",
155
155
  style: k({ ...e.menuPosition, maxHeight: `calc(100dvh - ${e.HEADER_HEIGHT})` }),
156
156
  onMouseover: n[1] || (n[1] = (v) => e.onHover(e.activeHeaderItem, e.menuComponent)),
157
157
  onMouseout: n[2] || (n[2] = (v) => e.onHover())
158
158
  }, [
159
- (w(), I(N(e.menuComponent), {
159
+ (b(), I(N(e.menuComponent), {
160
160
  ref: "menuComponentInstance",
161
161
  "logged-in": o.loggedIn,
162
162
  "login-url": o.loginUrl,
@@ -180,7 +180,7 @@ function j(C, n, o, e, a, r) {
180
180
  _: 1
181
181
  });
182
182
  }
183
- const oe = /* @__PURE__ */ P(O, [["render", j], ["__scopeId", "data-v-0892fc4e"]]);
183
+ const oe = /* @__PURE__ */ P(O, [["render", j], ["__scopeId", "data-v-8196be34"]]);
184
184
  export {
185
185
  oe as default
186
186
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "6.52.6",
3
+ "version": "6.52.7",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -114,5 +114,5 @@
114
114
  "embla-carousel-fade",
115
115
  "popper.js"
116
116
  ],
117
- "gitHead": "51c20beeb958b68afd1f7012dc701f0671c16a90"
117
+ "gitHead": "786200af075ab4a0c66f6da6317c686fa6501ff3"
118
118
  }