@kiva/kv-components 6.48.0 → 6.49.0
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/vue/KvWwwHeader/KvHeaderLinkBar.css +1 -1
- package/dist/vue/KvWwwHeader/KvHeaderLinkBar.js +132 -119
- package/dist/vue/KvWwwHeader/KvHeaderMobileMenu.css +1 -1
- package/dist/vue/KvWwwHeader/KvHeaderMobileMenu.js +5 -2
- package/dist/vue/KvWwwHeader.css +1 -1
- package/dist/vue/KvWwwHeader.js +6 -6
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
.header-link[data-v-
|
|
1
|
+
.header-link[data-v-ae8c3f96]{cursor:pointer;padding:1rem .5rem;--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1));text-decoration-line:none}.header-link[data-v-ae8c3f96]:hover{--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1));text-decoration-line:none}@media (min-width: 64rem){.header-link[data-v-ae8c3f96]{padding-left:1.25rem;padding-right:1.25rem}}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { defineAsyncComponent as
|
|
2
|
-
import { mdiAccountCircle as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import { throttle as
|
|
1
|
+
import { defineAsyncComponent as w, ref as l, computed as P, onMounted as z, onUnmounted as W, resolveComponent as g, resolveDirective as j, openBlock as i, createElementBlock as c, withDirectives as u, normalizeClass as b, createVNode as U, createBlock as h, withCtx as p, createTextVNode as M, createElementVNode as D, createCommentVNode as k, toDisplayString as F } from "vue";
|
|
2
|
+
import { mdiAccountCircle as q, mdiChevronDown as G, mdiMagnify as J, mdiMenu as Q } from "@mdi/js";
|
|
3
|
+
import X from "numeral";
|
|
4
|
+
import Y from "../KvMaterialIcon.js";
|
|
5
|
+
import Z from "../KvIconBag.js";
|
|
6
|
+
import $ from "./KvHeaderDropdownLink.js";
|
|
7
|
+
import ee from "../KvUserAvatar.js";
|
|
8
|
+
import { throttle as ne } from "../../utils/throttle.js";
|
|
9
9
|
import "./KvHeaderLinkBar.css";
|
|
10
|
-
import
|
|
11
|
-
const
|
|
10
|
+
import te from "../../_virtual/_plugin-vue_export-helper.js";
|
|
11
|
+
const oe = w(() => import("./KvHeaderMobileMenu.js")), O = w(() => import("./KvHeaderMyKivaMenu.js")), re = w(() => import("./LendMenu/KvLendMenu.js")), le = w(() => import("./KvHeaderTakeActionMenu.js")), ie = w(() => import("./KvHeaderAboutMenu.js")), C = 118, T = "avatar-menu", ae = {
|
|
12
12
|
components: {
|
|
13
|
-
KvMaterialIcon:
|
|
14
|
-
KvIconBag:
|
|
15
|
-
KvHeaderDropdownLink:
|
|
16
|
-
KvUserAvatar:
|
|
13
|
+
KvMaterialIcon: Y,
|
|
14
|
+
KvIconBag: Z,
|
|
15
|
+
KvHeaderDropdownLink: $,
|
|
16
|
+
KvUserAvatar: ee
|
|
17
17
|
},
|
|
18
18
|
props: {
|
|
19
19
|
loggedIn: {
|
|
@@ -56,175 +56,188 @@ const Z = f(() => import("./KvHeaderMobileMenu.js")), C = f(() => import("./KvHe
|
|
|
56
56
|
emits: [
|
|
57
57
|
"item-hover"
|
|
58
58
|
],
|
|
59
|
-
setup(
|
|
60
|
-
const
|
|
61
|
-
e("item-hover",
|
|
62
|
-
},
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
59
|
+
setup(d, { emit: e }) {
|
|
60
|
+
const t = l(null), n = l(null), K = l(null), x = l(null), A = l(null), f = l(null), H = l(null), y = l(null), a = l(null), o = l(null), m = (r, v, s = null) => {
|
|
61
|
+
e("item-hover", r, v, s);
|
|
62
|
+
}, _ = (r, v, s = null) => {
|
|
63
|
+
d.isMobile || m(r, v, s);
|
|
64
|
+
}, S = (r) => {
|
|
65
|
+
o.value === r && (o.value = null, m());
|
|
66
|
+
}, E = () => {
|
|
67
|
+
var B, N;
|
|
68
|
+
const r = (N = (B = t.value) == null ? void 0 : B.userAvatar) == null ? void 0 : N.getBoundingClientRect();
|
|
69
|
+
if (!r) return null;
|
|
70
|
+
const s = r.left + r.width / 2 - C / 2;
|
|
71
|
+
return {
|
|
72
|
+
...s + C > window.outerWidth ? { right: 0 } : { left: d.isMobile ? 0 : `${s}px` },
|
|
73
|
+
borderRadius: "0px 0px 8px 8px",
|
|
74
|
+
width: d.isMobile ? "100%" : "auto"
|
|
75
|
+
};
|
|
76
|
+
}, I = () => {
|
|
77
|
+
o.value = T, m(t.value, O, E());
|
|
78
|
+
}, V = (r, v) => {
|
|
79
|
+
!o.value || o.value !== r ? (o.value = r, r === T ? I() : m(r, v)) : (o.value = null, m());
|
|
80
|
+
}, L = ne(() => {
|
|
81
|
+
d.openMenuItem && I();
|
|
82
|
+
}, 50), R = P(() => d.isMobile ? void 0 : "/lend-by-category");
|
|
83
|
+
return z(() => {
|
|
84
|
+
import("./KvHeaderMobileMenu.js"), import("./KvHeaderMyKivaMenu.js"), import("./LendMenu/KvLendMenu.js"), import("./KvHeaderTakeActionMenu.js"), import("./KvHeaderAboutMenu.js"), window.addEventListener("resize", L);
|
|
85
|
+
}), W(() => {
|
|
86
|
+
window.removeEventListener("resize", L);
|
|
82
87
|
}), {
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
AVATAR_MENU_ID: T,
|
|
89
|
+
openMenuId: o,
|
|
90
|
+
numeral: X,
|
|
91
|
+
mdiAccountCircle: q,
|
|
92
|
+
mdiChevronDown: G,
|
|
93
|
+
mdiMagnify: J,
|
|
94
|
+
mdiMenu: Q,
|
|
95
|
+
onHover: m,
|
|
96
|
+
avatar: t,
|
|
90
97
|
lendButton: n,
|
|
91
|
-
aboutUsLink:
|
|
92
|
-
partnerWithUsLink:
|
|
93
|
-
borrowLink:
|
|
94
|
-
supportKivaLink:
|
|
98
|
+
aboutUsLink: K,
|
|
99
|
+
partnerWithUsLink: x,
|
|
100
|
+
borrowLink: A,
|
|
101
|
+
supportKivaLink: f,
|
|
95
102
|
basketLink: H,
|
|
96
103
|
signInLink: y,
|
|
97
|
-
menuButton:
|
|
98
|
-
lendUrl:
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
104
|
+
menuButton: a,
|
|
105
|
+
lendUrl: R,
|
|
106
|
+
handleOnHover: _,
|
|
107
|
+
handleTouchStart: V,
|
|
108
|
+
handleMouseOut: S,
|
|
109
|
+
handleAvatarMenuPosition: I,
|
|
110
|
+
KvHeaderMobileMenu: oe,
|
|
111
|
+
KvHeaderMyKivaMenu: O,
|
|
112
|
+
KvLendMenu: re,
|
|
113
|
+
KvHeaderTakeActionMenu: le,
|
|
114
|
+
KvHeaderAboutMenu: ie
|
|
105
115
|
};
|
|
106
116
|
}
|
|
107
|
-
},
|
|
117
|
+
}, ue = { class: "tw-h-full tw-flex tw-items-center" }, de = ["href"], me = {
|
|
108
118
|
key: 0,
|
|
109
119
|
class: "tw-bg-eco-green-1 tw-py-0.5 tw-px-1 tw-text-eco-green-4"
|
|
110
|
-
},
|
|
111
|
-
function
|
|
112
|
-
const
|
|
113
|
-
return i(),
|
|
114
|
-
|
|
120
|
+
}, ve = ["href"];
|
|
121
|
+
function se(d, e, t, n, K, x) {
|
|
122
|
+
const A = g("kv-material-icon"), f = g("KvHeaderDropdownLink"), H = g("kv-icon-bag"), y = g("KvUserAvatar"), a = j("kv-track-event");
|
|
123
|
+
return i(), c("div", ue, [
|
|
124
|
+
u((i(), c("button", {
|
|
115
125
|
ref: "menuButton",
|
|
116
|
-
class:
|
|
117
|
-
"tw-text-tertiary":
|
|
126
|
+
class: b(["header-link tw-inline-flex lg:tw-hidden", {
|
|
127
|
+
"tw-text-tertiary": t.openMenuItem && t.openMenuItem !== n.KvHeaderMobileMenu
|
|
118
128
|
}]),
|
|
119
|
-
onMouseover: e[0] || (e[0] = (
|
|
120
|
-
onMouseout: e[1] || (e[1] = (
|
|
129
|
+
onMouseover: e[0] || (e[0] = (o) => n.handleOnHover(n.menuButton, n.KvHeaderMobileMenu)),
|
|
130
|
+
onMouseout: e[1] || (e[1] = (o) => n.handleMouseOut("menuButton")),
|
|
131
|
+
onTouchstart: e[2] || (e[2] = (o) => n.handleTouchStart("menuButton", n.KvHeaderMobileMenu))
|
|
121
132
|
}, [
|
|
122
|
-
|
|
133
|
+
U(A, { icon: n.mdiMenu }, null, 8, ["icon"])
|
|
123
134
|
], 34)), [
|
|
124
|
-
[
|
|
135
|
+
[a, t.openMenuItem === n.KvHeaderMobileMenu ? ["TopNav", "click-Hamburger-menu"] : null]
|
|
125
136
|
]),
|
|
126
|
-
|
|
137
|
+
u((i(), h(f, {
|
|
127
138
|
"ref-name": "lendButton",
|
|
128
139
|
href: n.lendUrl,
|
|
129
140
|
"menu-component": n.KvLendMenu,
|
|
130
|
-
"open-menu-item":
|
|
141
|
+
"open-menu-item": t.openMenuItem,
|
|
131
142
|
"dropdown-icon": n.mdiChevronDown,
|
|
132
143
|
"base-class": "tw-inline-flex",
|
|
133
|
-
onOnHover: n.
|
|
134
|
-
onMouseout: e[
|
|
144
|
+
onOnHover: n.handleOnHover,
|
|
145
|
+
onMouseout: e[3] || (e[3] = (o) => n.handleMouseOut("lendButton")),
|
|
146
|
+
onTouchstart: e[4] || (e[4] = (o) => n.handleTouchStart("lendButton", n.KvLendMenu))
|
|
135
147
|
}, {
|
|
136
|
-
default:
|
|
137
|
-
|
|
148
|
+
default: p(() => e[10] || (e[10] = [
|
|
149
|
+
M(" Lend ")
|
|
138
150
|
])),
|
|
139
151
|
_: 1
|
|
140
152
|
}, 8, ["href", "menu-component", "open-menu-item", "dropdown-icon", "onOnHover"])), [
|
|
141
|
-
[
|
|
153
|
+
[a, ["TopNav", "click-Lend"]]
|
|
142
154
|
]),
|
|
143
|
-
|
|
155
|
+
u((i(), h(f, {
|
|
144
156
|
"ref-name": "takeActionButton",
|
|
145
157
|
"base-class": "tw-hidden lg:tw-inline-flex",
|
|
146
158
|
"menu-component": n.KvHeaderTakeActionMenu,
|
|
147
|
-
"open-menu-item":
|
|
159
|
+
"open-menu-item": t.openMenuItem,
|
|
148
160
|
"dropdown-icon": n.mdiChevronDown,
|
|
149
161
|
"send-link-position": "",
|
|
150
162
|
onOnHover: n.onHover,
|
|
151
|
-
onMouseout: e[
|
|
163
|
+
onMouseout: e[5] || (e[5] = (o) => n.onHover())
|
|
152
164
|
}, {
|
|
153
|
-
default:
|
|
154
|
-
|
|
165
|
+
default: p(() => e[11] || (e[11] = [
|
|
166
|
+
M(" Take action ")
|
|
155
167
|
])),
|
|
156
168
|
_: 1
|
|
157
169
|
}, 8, ["menu-component", "open-menu-item", "dropdown-icon", "onOnHover"])), [
|
|
158
|
-
[
|
|
170
|
+
[a, ["TopNav", "click-TakeAction"]]
|
|
159
171
|
]),
|
|
160
|
-
|
|
172
|
+
u((i(), h(f, {
|
|
161
173
|
"ref-name": "aboutUsLink",
|
|
162
174
|
"base-class": "tw-hidden lg:tw-inline-flex",
|
|
163
175
|
"menu-component": n.KvHeaderAboutMenu,
|
|
164
|
-
"open-menu-item":
|
|
176
|
+
"open-menu-item": t.openMenuItem,
|
|
165
177
|
"dropdown-icon": n.mdiChevronDown,
|
|
166
178
|
"send-link-position": "",
|
|
167
179
|
onOnHover: n.onHover,
|
|
168
|
-
onMouseout: e[
|
|
180
|
+
onMouseout: e[6] || (e[6] = (o) => n.onHover())
|
|
169
181
|
}, {
|
|
170
|
-
default:
|
|
171
|
-
|
|
182
|
+
default: p(() => e[12] || (e[12] = [
|
|
183
|
+
M(" About ")
|
|
172
184
|
])),
|
|
173
185
|
_: 1
|
|
174
186
|
}, 8, ["menu-component", "open-menu-item", "dropdown-icon", "onOnHover"])), [
|
|
175
|
-
[
|
|
187
|
+
[a, ["TopNav", "click-About"]]
|
|
176
188
|
]),
|
|
177
|
-
e[
|
|
178
|
-
|
|
189
|
+
e[15] || (e[15] = D("div", { class: "tw-flex-1 tw-h-full" }, null, -1)),
|
|
190
|
+
t.loggedIn ? u((i(), c("a", {
|
|
179
191
|
key: 0,
|
|
180
192
|
ref: "dashboardLink",
|
|
181
|
-
href:
|
|
182
|
-
class:
|
|
183
|
-
}, e[
|
|
184
|
-
|
|
185
|
-
]), 10,
|
|
186
|
-
[
|
|
187
|
-
]) :
|
|
188
|
-
|
|
193
|
+
href: t.myDashboardUrl,
|
|
194
|
+
class: b(["header-link tw-hidden lg:tw-block", { "tw-text-tertiary": !!t.openMenuItem }])
|
|
195
|
+
}, e[13] || (e[13] = [
|
|
196
|
+
M(" My dashboard ")
|
|
197
|
+
]), 10, de)), [
|
|
198
|
+
[a, ["TopNav", "click-Dashboard"]]
|
|
199
|
+
]) : k("", !0),
|
|
200
|
+
t.basketCount > 0 ? u((i(), c("a", {
|
|
189
201
|
key: 1,
|
|
190
202
|
ref: "basketLink",
|
|
191
203
|
href: "/basket",
|
|
192
|
-
class:
|
|
204
|
+
class: b(["header-link tw-relative", { "tw-text-tertiary": !!t.openMenuItem }])
|
|
193
205
|
}, [
|
|
194
|
-
|
|
206
|
+
U(H, {
|
|
195
207
|
class: "tw-w-3 tw-h-3 tw-pointer-events-none",
|
|
196
|
-
count:
|
|
208
|
+
count: t.basketCount
|
|
197
209
|
}, null, 8, ["count"])
|
|
198
210
|
], 2)), [
|
|
199
|
-
[
|
|
200
|
-
]) :
|
|
201
|
-
|
|
211
|
+
[a, ["TopNav", "click-Basket"]]
|
|
212
|
+
]) : k("", !0),
|
|
213
|
+
D("div", {
|
|
202
214
|
class: "tw-cursor-pointer tw-flex tw-items-center tw-gap-1",
|
|
203
|
-
onMouseover: e[
|
|
204
|
-
onMouseout: e[
|
|
215
|
+
onMouseover: e[7] || (e[7] = (...o) => n.handleAvatarMenuPosition && n.handleAvatarMenuPosition(...o)),
|
|
216
|
+
onMouseout: e[8] || (e[8] = (o) => n.handleMouseOut(n.AVATAR_MENU_ID)),
|
|
217
|
+
onTouchstart: e[9] || (e[9] = (o) => n.handleTouchStart(n.AVATAR_MENU_ID))
|
|
205
218
|
}, [
|
|
206
|
-
|
|
207
|
-
|
|
219
|
+
t.loggedIn ? (i(), c("span", me, F(n.numeral(t.balance).format("$0")), 1)) : k("", !0),
|
|
220
|
+
t.loggedIn ? (i(), h(y, {
|
|
208
221
|
key: 1,
|
|
209
222
|
ref: "avatar",
|
|
210
|
-
"lender-name":
|
|
211
|
-
"lender-image-url":
|
|
223
|
+
"lender-name": t.lenderName,
|
|
224
|
+
"lender-image-url": t.lenderImageUrl,
|
|
212
225
|
"is-small": ""
|
|
213
|
-
}, null, 8, ["lender-name", "lender-image-url"])) :
|
|
226
|
+
}, null, 8, ["lender-name", "lender-image-url"])) : k("", !0)
|
|
214
227
|
], 32),
|
|
215
|
-
|
|
228
|
+
t.loggedIn ? k("", !0) : u((i(), c("a", {
|
|
216
229
|
key: 2,
|
|
217
230
|
ref: "signInLink",
|
|
218
|
-
href:
|
|
219
|
-
class:
|
|
220
|
-
}, e[
|
|
221
|
-
|
|
222
|
-
]), 10,
|
|
223
|
-
[
|
|
231
|
+
href: t.loginUrl,
|
|
232
|
+
class: b(["header-link", { "tw-text-tertiary": !!t.openMenuItem }])
|
|
233
|
+
}, e[14] || (e[14] = [
|
|
234
|
+
M(" Sign in ")
|
|
235
|
+
]), 10, ve)), [
|
|
236
|
+
[a, ["TopNav", "click-Sign-in"]]
|
|
224
237
|
])
|
|
225
238
|
]);
|
|
226
239
|
}
|
|
227
|
-
const
|
|
240
|
+
const Ie = /* @__PURE__ */ te(ae, [["render", se], ["__scopeId", "data-v-ae8c3f96"]]);
|
|
228
241
|
export {
|
|
229
|
-
|
|
242
|
+
Ie as default
|
|
230
243
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.mobile-link[data-v-
|
|
1
|
+
.mobile-link[data-v-463ea821]{--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1));text-decoration-line:none}.mobile-link[data-v-463ea821]:hover{--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1));text-decoration-line:none}
|
|
@@ -74,7 +74,10 @@ const b = {
|
|
|
74
74
|
function $(H, e, M, S, p, V) {
|
|
75
75
|
const c = k("KvAccordionItem"), i = v("kv-track-event");
|
|
76
76
|
return t(), o("nav", _, [
|
|
77
|
-
d(c, {
|
|
77
|
+
d(c, {
|
|
78
|
+
open: "",
|
|
79
|
+
class: "tw-w-full tw-border-b-0"
|
|
80
|
+
}, {
|
|
78
81
|
header: a(() => e[0] || (e[0] = [
|
|
79
82
|
l("h3", null, "Take action", -1)
|
|
80
83
|
])),
|
|
@@ -147,7 +150,7 @@ function $(H, e, M, S, p, V) {
|
|
|
147
150
|
})
|
|
148
151
|
]);
|
|
149
152
|
}
|
|
150
|
-
const q = /* @__PURE__ */ h(b, [["render", $], ["__scopeId", "data-v-
|
|
153
|
+
const q = /* @__PURE__ */ h(b, [["render", $], ["__scopeId", "data-v-463ea821"]]);
|
|
151
154
|
export {
|
|
152
155
|
q as default
|
|
153
156
|
};
|
package/dist/vue/KvWwwHeader.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.header-margins[data-v-
|
|
1
|
+
.header-margins[data-v-c4b7061b]{margin:0 auto;max-width:1400px}.header-fade-enter-active[data-v-c4b7061b]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.header-fade-leave-active[data-v-c4b7061b]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.1s}.header-fade-enter[data-v-c4b7061b],.header-fade-leave-to[data-v-c4b7061b]{opacity:0}.header-fade-leave[data-v-c4b7061b],.header-fade-enter-to[data-v-c4b7061b]{opacity:1}.bg-opacity-50[data-v-c4b7061b]{background-color:rgba(var(--bg-action-highlight),.5)}
|
package/dist/vue/KvWwwHeader.js
CHANGED
|
@@ -78,7 +78,7 @@ const T = {
|
|
|
78
78
|
position: "absolute"
|
|
79
79
|
})) : l.value && (d = setTimeout(() => {
|
|
80
80
|
l.value = !1, a.value = null;
|
|
81
|
-
},
|
|
81
|
+
}, 50));
|
|
82
82
|
},
|
|
83
83
|
loadMenuData: (_) => {
|
|
84
84
|
var o;
|
|
@@ -101,7 +101,7 @@ const T = {
|
|
|
101
101
|
style: { top: "3.75rem" }
|
|
102
102
|
}, V = { class: "header-margins tw-px-2.5" };
|
|
103
103
|
function z(I, n, e, t, l, a) {
|
|
104
|
-
const s = c("kv-header-link-bar"), r = c("kv-header-logo"), d = c("kv-theme-provider"),
|
|
104
|
+
const s = c("kv-header-link-bar"), r = c("kv-header-logo"), d = c("kv-theme-provider"), b = M("kv-track-event");
|
|
105
105
|
return v(), y(d, { tag: "div" }, {
|
|
106
106
|
default: f(() => [
|
|
107
107
|
m("nav", S, [
|
|
@@ -127,7 +127,7 @@ function z(I, n, e, t, l, a) {
|
|
|
127
127
|
g((v(), C("a", E, [
|
|
128
128
|
u(r)
|
|
129
129
|
])), [
|
|
130
|
-
[
|
|
130
|
+
[b, ["TopNav", "click-Logo"]]
|
|
131
131
|
])
|
|
132
132
|
]),
|
|
133
133
|
u(k, { name: "header-fade" }, {
|
|
@@ -136,8 +136,8 @@ function z(I, n, e, t, l, a) {
|
|
|
136
136
|
m("div", {
|
|
137
137
|
class: "tw-bg-primary",
|
|
138
138
|
style: H(t.menuPosition),
|
|
139
|
-
onMouseover: n[0] || (n[0] = (
|
|
140
|
-
onMouseout: n[1] || (n[1] = (
|
|
139
|
+
onMouseover: n[0] || (n[0] = (w) => t.onHover(t.activeHeaderItem, t.menuComponent)),
|
|
140
|
+
onMouseout: n[1] || (n[1] = (w) => t.onHover())
|
|
141
141
|
}, [
|
|
142
142
|
m("div", V, [
|
|
143
143
|
(v(), y(B(t.menuComponent), {
|
|
@@ -163,7 +163,7 @@ function z(I, n, e, t, l, a) {
|
|
|
163
163
|
_: 1
|
|
164
164
|
});
|
|
165
165
|
}
|
|
166
|
-
const A = /* @__PURE__ */ N(T, [["render", z], ["__scopeId", "data-v-
|
|
166
|
+
const A = /* @__PURE__ */ N(T, [["render", z], ["__scopeId", "data-v-c4b7061b"]]);
|
|
167
167
|
export {
|
|
168
168
|
A as default
|
|
169
169
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.49.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@babel/preset-env": "^7.24.8",
|
|
22
22
|
"@babel/preset-react": "^7.24.7",
|
|
23
23
|
"@babel/preset-typescript": "^7.24.7",
|
|
24
|
-
"@kiva/kv-tokens": "^3.4.
|
|
24
|
+
"@kiva/kv-tokens": "^3.4.1",
|
|
25
25
|
"@kiva/vite-plugin-vue-lib-css": "^2.0.0",
|
|
26
26
|
"@laynezh/vite-plugin-lib-assets": "^0.6.1",
|
|
27
27
|
"@mdi/js": "^7.4.47",
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"embla-carousel-fade",
|
|
114
114
|
"popper.js"
|
|
115
115
|
],
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "49de729c4f6dd4d032d2a2ea0b26705321e2f4a8"
|
|
117
117
|
}
|