@kiva/kv-components 7.2.3 → 7.2.4
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
|
-
.mobile-link[data-v-
|
|
1
|
+
.mobile-link[data-v-8418c5da]{--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1));text-decoration-line:none}.mobile-link[data-v-8418c5da]:hover{--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1));text-decoration-line:underline}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { mdiClose as f } from "@mdi/js";
|
|
2
2
|
import g from "../KvAccordionItem.js";
|
|
3
3
|
import C from "../KvMaterialIcon.js";
|
|
4
|
-
import { resolveComponent as m, resolveDirective as A, openBlock as t, createElementBlock as l, withDirectives as i, createBlock as u, createCommentVNode as K, withCtx as p, createElementVNode as a, Fragment as N, renderList as T, withModifiers as n, toDisplayString as k, createTextVNode as
|
|
4
|
+
import { resolveComponent as m, resolveDirective as A, openBlock as t, createElementBlock as l, withDirectives as i, createBlock as u, createCommentVNode as K, withCtx as p, createElementVNode as a, Fragment as N, renderList as T, withModifiers as n, toDisplayString as k, createTextVNode as s } from "vue";
|
|
5
5
|
import "./KvHeaderMobileMenu.css";
|
|
6
6
|
import y from "../../_virtual/_plugin-vue_export-helper.js";
|
|
7
7
|
const I = {
|
|
@@ -50,7 +50,7 @@ const I = {
|
|
|
50
50
|
{
|
|
51
51
|
title: "Buy a Kiva Card",
|
|
52
52
|
description: "Give the gift of lending to others",
|
|
53
|
-
url: "/
|
|
53
|
+
url: "/gifts/kiva-cards",
|
|
54
54
|
trackEvent: "menu-buy-kiva-card"
|
|
55
55
|
}
|
|
56
56
|
]
|
|
@@ -64,7 +64,7 @@ function B(v, o, b, P, d, $) {
|
|
|
64
64
|
key: 0,
|
|
65
65
|
icon: d.mdiClose,
|
|
66
66
|
class: "tw-cursor-pointer",
|
|
67
|
-
onClick: o[0] || (o[0] = (
|
|
67
|
+
onClick: o[0] || (o[0] = (r) => v.$emit("closing-menu"))
|
|
68
68
|
}, null, 8, ["icon"])), [
|
|
69
69
|
[e, ["TopNav", "click-Hamburger-close"]]
|
|
70
70
|
]) : K("", !0),
|
|
@@ -78,17 +78,17 @@ function B(v, o, b, P, d, $) {
|
|
|
78
78
|
])),
|
|
79
79
|
default: p(() => [
|
|
80
80
|
a("div", M, [
|
|
81
|
-
(t(!0), l(N, null, T(d.menuItems, (
|
|
82
|
-
key:
|
|
83
|
-
href:
|
|
81
|
+
(t(!0), l(N, null, T(d.menuItems, (r) => i((t(), l("a", {
|
|
82
|
+
key: r.title,
|
|
83
|
+
href: r.url,
|
|
84
84
|
class: "mobile-link",
|
|
85
85
|
onClick: o[1] || (o[1] = n(() => {
|
|
86
86
|
}, ["stop"]))
|
|
87
87
|
}, [
|
|
88
|
-
a("div", null, k(
|
|
89
|
-
a("p", D, k(
|
|
88
|
+
a("div", null, k(r.title), 1),
|
|
89
|
+
a("p", D, k(r.description), 1)
|
|
90
90
|
], 8, H)), [
|
|
91
|
-
[e, ["TopNav", `click-${
|
|
91
|
+
[e, ["TopNav", `click-${r.trackEvent}`]]
|
|
92
92
|
])), 128))
|
|
93
93
|
])
|
|
94
94
|
]),
|
|
@@ -111,7 +111,7 @@ function B(v, o, b, P, d, $) {
|
|
|
111
111
|
onClick: o[2] || (o[2] = n(() => {
|
|
112
112
|
}, ["stop"]))
|
|
113
113
|
}, o[12] || (o[12] = [
|
|
114
|
-
|
|
114
|
+
s("About us")
|
|
115
115
|
]))), [
|
|
116
116
|
[e, ["TopNav", "click-About-About us"]]
|
|
117
117
|
]),
|
|
@@ -121,7 +121,7 @@ function B(v, o, b, P, d, $) {
|
|
|
121
121
|
onClick: o[3] || (o[3] = n(() => {
|
|
122
122
|
}, ["stop"]))
|
|
123
123
|
}, o[13] || (o[13] = [
|
|
124
|
-
|
|
124
|
+
s("How Kiva works")
|
|
125
125
|
]))), [
|
|
126
126
|
[e, ["TopNav", "click-About-How Kiva works"]]
|
|
127
127
|
]),
|
|
@@ -131,7 +131,7 @@ function B(v, o, b, P, d, $) {
|
|
|
131
131
|
onClick: o[4] || (o[4] = n(() => {
|
|
132
132
|
}, ["stop"]))
|
|
133
133
|
}, o[14] || (o[14] = [
|
|
134
|
-
|
|
134
|
+
s("Where Kiva works")
|
|
135
135
|
]))), [
|
|
136
136
|
[e, ["TopNav", "click-About-Where Kiva works"]]
|
|
137
137
|
]),
|
|
@@ -141,7 +141,7 @@ function B(v, o, b, P, d, $) {
|
|
|
141
141
|
onClick: o[5] || (o[5] = n(() => {
|
|
142
142
|
}, ["stop"]))
|
|
143
143
|
}, o[15] || (o[15] = [
|
|
144
|
-
|
|
144
|
+
s("Impact")
|
|
145
145
|
]))), [
|
|
146
146
|
[e, ["TopNav", "click-About-Impact"]]
|
|
147
147
|
]),
|
|
@@ -151,7 +151,7 @@ function B(v, o, b, P, d, $) {
|
|
|
151
151
|
onClick: o[6] || (o[6] = n(() => {
|
|
152
152
|
}, ["stop"]))
|
|
153
153
|
}, o[16] || (o[16] = [
|
|
154
|
-
|
|
154
|
+
s("Leadership")
|
|
155
155
|
]))), [
|
|
156
156
|
[e, ["TopNav", "click-About-Leadership"]]
|
|
157
157
|
]),
|
|
@@ -161,7 +161,7 @@ function B(v, o, b, P, d, $) {
|
|
|
161
161
|
onClick: o[7] || (o[7] = n(() => {
|
|
162
162
|
}, ["stop"]))
|
|
163
163
|
}, o[17] || (o[17] = [
|
|
164
|
-
|
|
164
|
+
s("Finances")
|
|
165
165
|
]))), [
|
|
166
166
|
[e, ["TopNav", "click-About-Finances"]]
|
|
167
167
|
]),
|
|
@@ -171,7 +171,7 @@ function B(v, o, b, P, d, $) {
|
|
|
171
171
|
onClick: o[8] || (o[8] = n(() => {
|
|
172
172
|
}, ["stop"]))
|
|
173
173
|
}, o[18] || (o[18] = [
|
|
174
|
-
|
|
174
|
+
s("Press")
|
|
175
175
|
]))), [
|
|
176
176
|
[e, ["TopNav", "click-About-Press"]]
|
|
177
177
|
]),
|
|
@@ -181,7 +181,7 @@ function B(v, o, b, P, d, $) {
|
|
|
181
181
|
onClick: o[9] || (o[9] = n(() => {
|
|
182
182
|
}, ["stop"]))
|
|
183
183
|
}, o[19] || (o[19] = [
|
|
184
|
-
|
|
184
|
+
s("Due diligence")
|
|
185
185
|
]))), [
|
|
186
186
|
[e, ["TopNav", "click-About-Due diligence"]]
|
|
187
187
|
])
|
|
@@ -193,7 +193,7 @@ function B(v, o, b, P, d, $) {
|
|
|
193
193
|
])
|
|
194
194
|
]);
|
|
195
195
|
}
|
|
196
|
-
const q = /* @__PURE__ */ y(I, [["render", B], ["__scopeId", "data-v-
|
|
196
|
+
const q = /* @__PURE__ */ y(I, [["render", B], ["__scopeId", "data-v-8418c5da"]]);
|
|
197
197
|
export {
|
|
198
198
|
q as default
|
|
199
199
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.4",
|
|
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": "
|
|
117
|
+
"gitHead": "57ce77622d4fb48addabf3276df04ccb05de2438"
|
|
118
118
|
}
|