@kiva/kv-components 7.3.3 → 7.4.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/KvCompactLoanCard.css +1 -1
- package/dist/vue/KvCompactLoanCard.js +159 -123
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
.loan-card-use[data-v-
|
|
1
|
+
.loan-card-use[data-v-8ea6bf26]:hover,.loan-card-use[data-v-8ea6bf26]:focus{--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1))}.loan-card-active-hover:hover .loan-card-use[data-v-8ea6bf26]{text-decoration-line:underline}.loan-card-progress[data-v-8ea6bf26]:hover,.loan-card-progress[data-v-8ea6bf26]:focus{text-decoration-line:none}.loan-card-use-text[data-v-8ea6bf26] p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden;text-overflow:ellipsis}.loan-card-cta[data-v-8ea6bf26] form,.loan-card-cta[data-v-8ea6bf26] fieldset,.loan-card-cta[data-v-8ea6bf26] .tw-w-full,.loan-card-cta[data-v-8ea6bf26] button{height:40px!important;max-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important}.loan-card-cta[data-v-8ea6bf26] .tw-inline-flex{height:40px!important;max-height:40px!important;min-height:40px!important}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import { mdiMapMarker as O, mdiHome as
|
|
4
|
-
import { LOAN_CALLOUTS_FRAGMENT as
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import { resolveComponent as
|
|
1
|
+
import N from "graphql-tag";
|
|
2
|
+
import D from "numeral";
|
|
3
|
+
import { mdiMapMarker as O, mdiHome as p, mdiLink as G } from "@mdi/js";
|
|
4
|
+
import { LOAN_CALLOUTS_FRAGMENT as V, LOAN_GEOCODE_FRAGMENT as U, LOAN_PROGRESS_FRAGMENT as I, loanCardComputedProperties as W, loanCardMethods as H } from "../utils/loanCard.js";
|
|
5
|
+
import j, { KV_LOAN_USE_FRAGMENT as q } from "./KvLoanUse.js";
|
|
6
|
+
import Z from "./KvBorrowerImage.js";
|
|
7
|
+
import z from "./KvLoanCallouts.js";
|
|
8
|
+
import J, { KV_LEND_CTA_FRAGMENT as Q, KV_LEND_CTA_USER_FRAGMENT as X } from "./KvLendCta.js";
|
|
9
|
+
import Y, { KV_LOAN_BOOKMARK_FRAGMENT as $ } from "./KvLoanBookmark.js";
|
|
10
|
+
import ee from "./KvLoanProgressGroup.js";
|
|
11
|
+
import te, { KV_LOAN_TAG_FRAGMENT as oe } from "./KvLoanTag.js";
|
|
12
|
+
import ae from "./KvMaterialIcon.js";
|
|
13
|
+
import ne from "./KvLoadingPlaceholder.js";
|
|
14
|
+
import le from "./KvLoanTeamPick.js";
|
|
15
|
+
import { resolveComponent as s, openBlock as n, createElementBlock as i, createElementVNode as r, createBlock as d, resolveDynamicComponent as w, withCtx as f, createVNode as m, toDisplayString as B, withModifiers as re, createCommentVNode as u, Fragment as C, renderList as ie, normalizeClass as M } from "vue";
|
|
16
16
|
import "./KvCompactLoanCard.css";
|
|
17
|
-
import
|
|
18
|
-
const
|
|
17
|
+
import se from "../_virtual/_plugin-vue_export-helper.js";
|
|
18
|
+
const Ie = N`
|
|
19
19
|
fragment KvCompactLoanCard on LoanBasic {
|
|
20
20
|
id
|
|
21
21
|
image {
|
|
@@ -37,33 +37,33 @@ const Fe = B`
|
|
|
37
37
|
...LoanGeocode
|
|
38
38
|
...LoanProgress
|
|
39
39
|
}
|
|
40
|
-
${
|
|
41
|
-
${
|
|
42
|
-
${
|
|
43
|
-
${S}
|
|
44
|
-
${G}
|
|
40
|
+
${Q}
|
|
41
|
+
${oe}
|
|
42
|
+
${q}
|
|
45
43
|
${V}
|
|
46
|
-
|
|
44
|
+
${U}
|
|
45
|
+
${I}
|
|
46
|
+
`, We = N`
|
|
47
47
|
fragment KvCompactLoanCardUser on LoanBasic {
|
|
48
48
|
id
|
|
49
49
|
...KvLendCtaUser
|
|
50
50
|
...KvLoanBookmark
|
|
51
51
|
}
|
|
52
|
-
${J}
|
|
53
52
|
${X}
|
|
54
|
-
|
|
53
|
+
${$}
|
|
54
|
+
`, de = {
|
|
55
55
|
name: "KvCompactLoanCard",
|
|
56
56
|
components: {
|
|
57
|
-
KvBorrowerImage:
|
|
58
|
-
KvLoadingPlaceholder:
|
|
59
|
-
KvLoanUse:
|
|
60
|
-
KvMaterialIcon:
|
|
61
|
-
KvLendCta:
|
|
62
|
-
KvLoanTag:
|
|
63
|
-
KvLoanCallouts:
|
|
64
|
-
KvLoanBookmark:
|
|
65
|
-
KvLoanTeamPick:
|
|
66
|
-
KvLoanProgressGroup:
|
|
57
|
+
KvBorrowerImage: Z,
|
|
58
|
+
KvLoadingPlaceholder: ne,
|
|
59
|
+
KvLoanUse: j,
|
|
60
|
+
KvMaterialIcon: ae,
|
|
61
|
+
KvLendCta: J,
|
|
62
|
+
KvLoanTag: te,
|
|
63
|
+
KvLoanCallouts: z,
|
|
64
|
+
KvLoanBookmark: Y,
|
|
65
|
+
KvLoanTeamPick: le,
|
|
66
|
+
KvLoanProgressGroup: ee
|
|
67
67
|
},
|
|
68
68
|
props: {
|
|
69
69
|
loanId: {
|
|
@@ -169,57 +169,73 @@ const Fe = B`
|
|
|
169
169
|
customHref: {
|
|
170
170
|
type: String,
|
|
171
171
|
default: ""
|
|
172
|
+
},
|
|
173
|
+
businessName: {
|
|
174
|
+
type: String,
|
|
175
|
+
default: ""
|
|
176
|
+
},
|
|
177
|
+
website: {
|
|
178
|
+
type: String,
|
|
179
|
+
default: ""
|
|
180
|
+
},
|
|
181
|
+
showLoanUse: {
|
|
182
|
+
type: Boolean,
|
|
183
|
+
default: !0
|
|
172
184
|
}
|
|
173
185
|
},
|
|
174
186
|
setup(l, { emit: o }) {
|
|
175
187
|
const {
|
|
176
188
|
allDataLoaded: t,
|
|
177
189
|
borrowerName: e,
|
|
178
|
-
city:
|
|
190
|
+
city: x,
|
|
179
191
|
countryName: A,
|
|
180
|
-
distributionModel:
|
|
192
|
+
distributionModel: k,
|
|
181
193
|
formattedLocation: h,
|
|
182
|
-
fundraisingPercent:
|
|
183
|
-
hasProgressData:
|
|
184
|
-
imageHash:
|
|
185
|
-
isLoading:
|
|
186
|
-
loanAmount:
|
|
187
|
-
loanBorrowerCount:
|
|
188
|
-
loanCallouts:
|
|
189
|
-
loanStatus:
|
|
190
|
-
loanUse:
|
|
191
|
-
readMorePath:
|
|
192
|
-
state:
|
|
193
|
-
tag:
|
|
194
|
-
unreservedAmount:
|
|
195
|
-
sharesAvailable:
|
|
196
|
-
} =
|
|
197
|
-
clickReadMore:
|
|
198
|
-
} =
|
|
194
|
+
fundraisingPercent: g,
|
|
195
|
+
hasProgressData: c,
|
|
196
|
+
imageHash: v,
|
|
197
|
+
isLoading: _,
|
|
198
|
+
loanAmount: y,
|
|
199
|
+
loanBorrowerCount: b,
|
|
200
|
+
loanCallouts: a,
|
|
201
|
+
loanStatus: L,
|
|
202
|
+
loanUse: T,
|
|
203
|
+
readMorePath: P,
|
|
204
|
+
state: K,
|
|
205
|
+
tag: R,
|
|
206
|
+
unreservedAmount: F,
|
|
207
|
+
sharesAvailable: E
|
|
208
|
+
} = W(l), {
|
|
209
|
+
clickReadMore: S
|
|
210
|
+
} = H(l, o);
|
|
199
211
|
return {
|
|
200
212
|
allDataLoaded: t,
|
|
201
213
|
borrowerName: e,
|
|
202
|
-
city:
|
|
214
|
+
city: x,
|
|
203
215
|
countryName: A,
|
|
204
|
-
distributionModel:
|
|
216
|
+
distributionModel: k,
|
|
205
217
|
formattedLocation: h,
|
|
206
|
-
fundraisingPercent:
|
|
207
|
-
hasProgressData:
|
|
208
|
-
imageHash:
|
|
209
|
-
isLoading:
|
|
210
|
-
loanAmount:
|
|
211
|
-
loanBorrowerCount:
|
|
212
|
-
loanCallouts:
|
|
213
|
-
loanStatus:
|
|
214
|
-
loanUse:
|
|
218
|
+
fundraisingPercent: g,
|
|
219
|
+
hasProgressData: c,
|
|
220
|
+
imageHash: v,
|
|
221
|
+
isLoading: _,
|
|
222
|
+
loanAmount: y,
|
|
223
|
+
loanBorrowerCount: b,
|
|
224
|
+
loanCallouts: a,
|
|
225
|
+
loanStatus: L,
|
|
226
|
+
loanUse: T,
|
|
215
227
|
mdiMapMarker: O,
|
|
216
|
-
mdiHome:
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
228
|
+
mdiHome: p,
|
|
229
|
+
mdiLink: G,
|
|
230
|
+
readMorePath: P,
|
|
231
|
+
state: K,
|
|
232
|
+
tag: R,
|
|
233
|
+
unreservedAmount: F,
|
|
234
|
+
sharesAvailable: E,
|
|
235
|
+
clickReadMore: S,
|
|
236
|
+
trackWebsiteClick: () => {
|
|
237
|
+
l.kvTrackFunction("Lending", "click-Business Website", "Website", l.loanId);
|
|
238
|
+
}
|
|
223
239
|
};
|
|
224
240
|
},
|
|
225
241
|
computed: {
|
|
@@ -230,26 +246,29 @@ const Fe = B`
|
|
|
230
246
|
amountLent() {
|
|
231
247
|
var o, t;
|
|
232
248
|
const l = ((t = (o = this.loan) == null ? void 0 : o.loanFundraisingInfo) == null ? void 0 : t.fundedAmount) ?? 0;
|
|
233
|
-
return
|
|
249
|
+
return D(l).format("$0,0");
|
|
234
250
|
}
|
|
235
251
|
}
|
|
236
|
-
},
|
|
252
|
+
}, me = { class: "tw-flex tw-flex-col tw-items-start tw-justify-between tw-p-1 tw-bg-white tw-rounded-md tw-shadow-lg tw-w-full" }, ce = { class: "tw-flex tw-flex-col tw-items-start tw-w-full" }, ue = {
|
|
237
253
|
class: "tw-flex tw-items-start tw-gap-2 tw-w-full loan-card-active-hover",
|
|
238
254
|
style: { height: "6.75rem", "max-height": "6.75rem" }
|
|
239
|
-
},
|
|
255
|
+
}, we = { class: "tw-flex-shrink-0 tw-overflow-hidden" }, fe = { class: "tw-flex tw-flex-col tw-items-start tw-gap-1 tw-flex-1 tw-min-w-0" }, ke = {
|
|
256
|
+
key: 0,
|
|
257
|
+
class: "tw-mb-0.5 tw-w-full"
|
|
258
|
+
}, he = { class: "tw-text-primary !tw-font-medium tw-text-base tw-leading-normal tw-truncate" }, ge = ["href"], ve = { class: "tw-truncate" }, _e = {
|
|
240
259
|
key: 0,
|
|
241
260
|
class: "loan-card-use-text tw-w-full tw-overflow-hidden"
|
|
242
|
-
},
|
|
261
|
+
}, ye = {
|
|
243
262
|
key: 1,
|
|
244
263
|
class: "loan-card-use-text tw-w-full tw-overflow-hidden"
|
|
245
|
-
},
|
|
246
|
-
function
|
|
247
|
-
const
|
|
248
|
-
return n(),
|
|
249
|
-
r("div",
|
|
250
|
-
r("div",
|
|
251
|
-
r("div",
|
|
252
|
-
(n(),
|
|
264
|
+
}, be = { class: "tw-flex-1 tw-min-w-0 tw-mr-1" }, Le = { class: "tw-flex-1 tw-min-w-0" };
|
|
265
|
+
function Ce(l, o, t, e, x, A) {
|
|
266
|
+
const k = s("kv-borrower-image"), h = s("kv-material-icon"), g = s("kv-loan-tag"), c = s("kv-loading-placeholder"), v = s("kv-loan-use"), _ = s("kv-loan-callouts"), y = s("kv-loan-progress-group"), b = s("kv-lend-cta");
|
|
267
|
+
return n(), i("div", me, [
|
|
268
|
+
r("div", ce, [
|
|
269
|
+
r("div", ue, [
|
|
270
|
+
r("div", we, [
|
|
271
|
+
(n(), d(w(e.tag), {
|
|
253
272
|
to: e.readMorePath,
|
|
254
273
|
href: e.readMorePath,
|
|
255
274
|
class: "tw-flex",
|
|
@@ -257,7 +276,7 @@ function ge(l, o, t, e, C, A) {
|
|
|
257
276
|
onClick: o[0] || (o[0] = (a) => e.clickReadMore("Photo", a))
|
|
258
277
|
}, {
|
|
259
278
|
default: f(() => [
|
|
260
|
-
|
|
279
|
+
m(k, {
|
|
261
280
|
class: "tw-bg-gray-300 tw-rounded-md tw-object-cover",
|
|
262
281
|
style: { width: "100px", height: "100px" },
|
|
263
282
|
alt: `Photo of ${e.borrowerName}`,
|
|
@@ -271,39 +290,56 @@ function ge(l, o, t, e, C, A) {
|
|
|
271
290
|
_: 1
|
|
272
291
|
}, 8, ["to", "href"]))
|
|
273
292
|
]),
|
|
274
|
-
r("div",
|
|
275
|
-
(n(), i(
|
|
293
|
+
r("div", fe, [
|
|
294
|
+
t.businessName ? (n(), i("div", ke, [
|
|
295
|
+
r("h3", he, B(t.businessName), 1),
|
|
296
|
+
t.website ? (n(), i("a", {
|
|
297
|
+
key: 0,
|
|
298
|
+
href: t.website,
|
|
299
|
+
target: "_blank",
|
|
300
|
+
class: "tw-flex tw-items-center tw-gap-0.5 tw-text-secondary tw-text-small tw-font-light tw-leading-normal tw-no-underline hover:tw-underline",
|
|
301
|
+
onClick: o[1] || (o[1] = re((...a) => e.trackWebsiteClick && e.trackWebsiteClick(...a), ["stop"]))
|
|
302
|
+
}, [
|
|
303
|
+
m(h, {
|
|
304
|
+
icon: e.mdiLink,
|
|
305
|
+
class: "tw-w-2 tw-h-2"
|
|
306
|
+
}, null, 8, ["icon"]),
|
|
307
|
+
r("span", ve, B(t.website), 1)
|
|
308
|
+
], 8, ge)) : u("", !0)
|
|
309
|
+
])) : u("", !0),
|
|
310
|
+
(n(), d(w(e.tag), {
|
|
276
311
|
to: e.readMorePath,
|
|
277
312
|
href: e.readMorePath,
|
|
278
313
|
class: "tw-flex tw-no-underline hover:tw-no-underline focus:tw-no-underline -tw-mt-1",
|
|
279
314
|
"aria-label": "Loan tag",
|
|
280
|
-
onClick: o[
|
|
315
|
+
onClick: o[2] || (o[2] = (a) => e.clickReadMore("Tag", a))
|
|
281
316
|
}, {
|
|
282
317
|
default: f(() => [
|
|
283
|
-
t.showTags && !e.isLoading ? (n(),
|
|
318
|
+
t.showTags && !e.isLoading ? (n(), d(g, {
|
|
284
319
|
key: 0,
|
|
285
320
|
loan: t.loan
|
|
286
|
-
}, null, 8, ["loan"])) :
|
|
321
|
+
}, null, 8, ["loan"])) : u("", !0)
|
|
287
322
|
]),
|
|
288
323
|
_: 1
|
|
289
324
|
}, 8, ["to", "href"])),
|
|
290
|
-
(n(),
|
|
325
|
+
t.showLoanUse ? (n(), d(w(e.tag), {
|
|
326
|
+
key: 1,
|
|
291
327
|
to: e.readMorePath,
|
|
292
328
|
href: e.readMorePath,
|
|
293
329
|
class: "loan-card-use tw-no-underline tw-text-primary tw-block tw-w-full",
|
|
294
330
|
"aria-label": "Loan use",
|
|
295
|
-
onClick: o[
|
|
331
|
+
onClick: o[3] || (o[3] = (a) => e.clickReadMore("Use", a))
|
|
296
332
|
}, {
|
|
297
333
|
default: f(() => [
|
|
298
|
-
e.isLoading ? (n(),
|
|
299
|
-
(n(!0),
|
|
300
|
-
key:
|
|
334
|
+
e.isLoading ? (n(), i("div", _e, [
|
|
335
|
+
(n(!0), i(C, null, ie([...Array(4)], (a, L) => (n(), i("div", {
|
|
336
|
+
key: L,
|
|
301
337
|
class: "tw-h-2 tw-mb-1"
|
|
302
338
|
}, [
|
|
303
|
-
|
|
339
|
+
m(c)
|
|
304
340
|
]))), 128))
|
|
305
|
-
])) : (n(),
|
|
306
|
-
|
|
341
|
+
])) : (n(), i("div", ye, [
|
|
342
|
+
m(v, {
|
|
307
343
|
use: e.loanUse,
|
|
308
344
|
"loan-amount": e.loanAmount,
|
|
309
345
|
status: e.loanStatus,
|
|
@@ -317,35 +353,35 @@ function ge(l, o, t, e, C, A) {
|
|
|
317
353
|
]))
|
|
318
354
|
]),
|
|
319
355
|
_: 1
|
|
320
|
-
}, 8, ["to", "href"]))
|
|
356
|
+
}, 8, ["to", "href"])) : u("", !0)
|
|
321
357
|
])
|
|
322
358
|
]),
|
|
323
|
-
e.isLoading || typeof e.loanCallouts > "u" ? (n(),
|
|
359
|
+
e.isLoading || typeof e.loanCallouts > "u" ? (n(), d(c, {
|
|
324
360
|
key: 0,
|
|
325
361
|
class: "tw-mt-1.5 tw-mb-1 tw-rounded-full",
|
|
326
362
|
style: { width: "60%", height: "1.5rem" }
|
|
327
|
-
})) : (n(),
|
|
363
|
+
})) : (n(), d(_, {
|
|
328
364
|
key: 1,
|
|
329
365
|
callouts: e.loanCallouts,
|
|
330
366
|
class: "tw-mt-1.5",
|
|
331
|
-
onClick: o[
|
|
367
|
+
onClick: o[4] || (o[4] = (a) => l.$emit("jump-filter-page", a))
|
|
332
368
|
}, null, 8, ["callouts"]))
|
|
333
369
|
]),
|
|
334
370
|
r("div", {
|
|
335
|
-
class:
|
|
371
|
+
class: M(["tw-flex tw-items-end tw-w-full tw-mt-1", { "tw-gap-1": e.sharesAvailable }])
|
|
336
372
|
}, [
|
|
337
|
-
e.hasProgressData ? (n(),
|
|
338
|
-
r("div",
|
|
339
|
-
e.sharesAvailable ? (n(),
|
|
373
|
+
e.hasProgressData ? (n(), i(C, { key: 1 }, [
|
|
374
|
+
r("div", Le, [
|
|
375
|
+
e.sharesAvailable ? (n(), d(w(e.tag), {
|
|
340
376
|
key: 0,
|
|
341
377
|
to: e.readMorePath,
|
|
342
378
|
href: e.readMorePath,
|
|
343
379
|
class: "loan-card-progress tw-no-underline tw-block",
|
|
344
380
|
"aria-label": "Loan progress",
|
|
345
|
-
onClick: o[
|
|
381
|
+
onClick: o[5] || (o[5] = (a) => e.clickReadMore("Progress", a))
|
|
346
382
|
}, {
|
|
347
383
|
default: f(() => [
|
|
348
|
-
|
|
384
|
+
m(y, {
|
|
349
385
|
id: "loanProgress",
|
|
350
386
|
"money-left": e.unreservedAmount,
|
|
351
387
|
"progress-percent": e.fundraisingPercent,
|
|
@@ -353,13 +389,13 @@ function ge(l, o, t, e, C, A) {
|
|
|
353
389
|
}, null, 8, ["money-left", "progress-percent"])
|
|
354
390
|
]),
|
|
355
391
|
_: 1
|
|
356
|
-
}, 8, ["to", "href"])) :
|
|
392
|
+
}, 8, ["to", "href"])) : u("", !0)
|
|
357
393
|
]),
|
|
358
394
|
r("div", {
|
|
359
|
-
class:
|
|
395
|
+
class: M(["tw-flex-shrink-0 loan-card-cta", { "tw-w-full": !e.sharesAvailable }]),
|
|
360
396
|
style: { height: "40px" }
|
|
361
397
|
}, [
|
|
362
|
-
|
|
398
|
+
m(b, {
|
|
363
399
|
loan: t.loan,
|
|
364
400
|
"unreserved-amount": e.unreservedAmount,
|
|
365
401
|
"basket-items": t.basketItems,
|
|
@@ -379,23 +415,23 @@ function ge(l, o, t, e, C, A) {
|
|
|
379
415
|
"primary-button-text": t.primaryButtonText,
|
|
380
416
|
"secondary-button-text": t.secondaryButtonText,
|
|
381
417
|
"secondary-button-handler": t.secondaryButtonHandler,
|
|
382
|
-
onAddToBasket: o[
|
|
383
|
-
onShowLoanDetails: o[
|
|
384
|
-
onRemoveFromBasket: o[
|
|
418
|
+
onAddToBasket: o[6] || (o[6] = (a) => l.$emit("add-to-basket", a)),
|
|
419
|
+
onShowLoanDetails: o[7] || (o[7] = (a) => e.clickReadMore("ViewLoan", a)),
|
|
420
|
+
onRemoveFromBasket: o[8] || (o[8] = (a) => l.$emit("remove-from-basket", a))
|
|
385
421
|
}, null, 8, ["loan", "unreserved-amount", "basket-items", "is-loading", "is-adding", "enable-five-dollars-notes", "five-dollars-selected", "kv-track-function", "show-view-loan", "custom-loan-details", "external-links", "route", "user-balance", "get-cookie", "set-cookie", "is-visitor", "primary-button-text", "secondary-button-text", "secondary-button-handler"])
|
|
386
422
|
], 2)
|
|
387
|
-
], 64)) : (n(),
|
|
388
|
-
r("div",
|
|
389
|
-
|
|
423
|
+
], 64)) : (n(), i(C, { key: 0 }, [
|
|
424
|
+
r("div", be, [
|
|
425
|
+
m(c, {
|
|
390
426
|
class: "tw-mb-0.5",
|
|
391
427
|
style: { width: "100%", maxWidth: "11rem", height: "1rem" }
|
|
392
428
|
}),
|
|
393
|
-
|
|
429
|
+
m(c, {
|
|
394
430
|
class: "tw-rounded",
|
|
395
431
|
style: { width: "100%", maxWidth: "11rem", height: "0.5rem" }
|
|
396
432
|
})
|
|
397
433
|
]),
|
|
398
|
-
e.allDataLoaded ?
|
|
434
|
+
e.allDataLoaded ? u("", !0) : (n(), d(c, {
|
|
399
435
|
key: 0,
|
|
400
436
|
class: "tw-rounded tw-flex-shrink-0",
|
|
401
437
|
style: { width: "8rem", height: "2.5rem" }
|
|
@@ -404,9 +440,9 @@ function ge(l, o, t, e, C, A) {
|
|
|
404
440
|
], 2)
|
|
405
441
|
]);
|
|
406
442
|
}
|
|
407
|
-
const
|
|
443
|
+
const He = /* @__PURE__ */ se(de, [["render", Ce], ["__scopeId", "data-v-8ea6bf26"]]);
|
|
408
444
|
export {
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
445
|
+
Ie as KV_COMPACT_LOAN_CARD_FRAGMENT,
|
|
446
|
+
We as KV_COMPACT_LOAN_CARD_USER_FRAGMENT,
|
|
447
|
+
He as default
|
|
412
448
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0",
|
|
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": "b2a65b776abbfa7d3da15cbf35ef6e7e6ff67571"
|
|
118
118
|
}
|