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