@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.
@@ -1 +1 @@
1
- .loan-card-use[data-v-ab7b4585]:hover,.loan-card-use[data-v-ab7b4585]: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-ab7b4585]{text-decoration-line:underline}.loan-card-progress[data-v-ab7b4585]:hover,.loan-card-progress[data-v-ab7b4585]:focus{text-decoration-line:none}.loan-card-use-text[data-v-ab7b4585] 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-ab7b4585] form,.loan-card-cta[data-v-ab7b4585] fieldset,.loan-card-cta[data-v-ab7b4585] .tw-w-full,.loan-card-cta[data-v-ab7b4585] button{height:40px!important;max-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important}.loan-card-cta[data-v-ab7b4585] .tw-inline-flex{height:40px!important;max-height:40px!important;min-height:40px!important}
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 B from "graphql-tag";
2
- import E from "numeral";
3
- import { mdiMapMarker as O, mdiHome as D } from "@mdi/js";
4
- import { LOAN_CALLOUTS_FRAGMENT as S, LOAN_GEOCODE_FRAGMENT as G, LOAN_PROGRESS_FRAGMENT as V, loanCardComputedProperties as U, loanCardMethods as I } from "../utils/loanCard.js";
5
- import H, { KV_LOAN_USE_FRAGMENT as j } from "./KvLoanUse.js";
6
- import q from "./KvBorrowerImage.js";
7
- import W from "./KvLoanCallouts.js";
8
- import Z, { KV_LEND_CTA_FRAGMENT as z, KV_LEND_CTA_USER_FRAGMENT as J } from "./KvLendCta.js";
9
- import Q, { KV_LOAN_BOOKMARK_FRAGMENT as X } from "./KvLoanBookmark.js";
10
- import Y from "./KvLoanProgressGroup.js";
11
- import $, { KV_LOAN_TAG_FRAGMENT as ee } from "./KvLoanTag.js";
12
- import te from "./KvMaterialIcon.js";
13
- import oe from "./KvLoadingPlaceholder.js";
14
- import ae from "./KvLoanTeamPick.js";
15
- import { resolveComponent as d, openBlock as n, createElementBlock as m, createElementVNode as r, createBlock as i, resolveDynamicComponent as c, withCtx as f, createVNode as u, createCommentVNode as L, Fragment as b, renderList as ne, normalizeClass as x } from "vue";
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 le from "../_virtual/_plugin-vue_export-helper.js";
18
- const Fe = B`
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
- ${z}
41
- ${ee}
42
- ${j}
43
- ${S}
44
- ${G}
40
+ ${Q}
41
+ ${oe}
42
+ ${q}
45
43
  ${V}
46
- `, Ee = B`
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
- `, re = {
53
+ ${$}
54
+ `, de = {
55
55
  name: "KvCompactLoanCard",
56
56
  components: {
57
- KvBorrowerImage: q,
58
- KvLoadingPlaceholder: oe,
59
- KvLoanUse: H,
60
- KvMaterialIcon: te,
61
- KvLendCta: Z,
62
- KvLoanTag: $,
63
- KvLoanCallouts: W,
64
- KvLoanBookmark: Q,
65
- KvLoanTeamPick: ae,
66
- KvLoanProgressGroup: Y
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: C,
190
+ city: x,
179
191
  countryName: A,
180
- distributionModel: w,
192
+ distributionModel: k,
181
193
  formattedLocation: h,
182
- fundraisingPercent: s,
183
- hasProgressData: g,
184
- imageHash: k,
185
- isLoading: v,
186
- loanAmount: _,
187
- loanBorrowerCount: a,
188
- loanCallouts: y,
189
- loanStatus: M,
190
- loanUse: N,
191
- readMorePath: T,
192
- state: P,
193
- tag: K,
194
- unreservedAmount: p,
195
- sharesAvailable: R
196
- } = U(l), {
197
- clickReadMore: F
198
- } = I(l, o);
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: C,
214
+ city: x,
203
215
  countryName: A,
204
- distributionModel: w,
216
+ distributionModel: k,
205
217
  formattedLocation: h,
206
- fundraisingPercent: s,
207
- hasProgressData: g,
208
- imageHash: k,
209
- isLoading: v,
210
- loanAmount: _,
211
- loanBorrowerCount: a,
212
- loanCallouts: y,
213
- loanStatus: M,
214
- loanUse: N,
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: D,
217
- readMorePath: T,
218
- state: P,
219
- tag: K,
220
- unreservedAmount: p,
221
- sharesAvailable: R,
222
- clickReadMore: F
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 E(l).format("$0,0");
249
+ return D(l).format("$0,0");
234
250
  }
235
251
  }
236
- }, ie = { 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" }, se = { class: "tw-flex tw-flex-col tw-items-start tw-w-full" }, de = {
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
- }, me = { class: "tw-flex-shrink-0 tw-overflow-hidden" }, ue = { class: "tw-flex tw-flex-col tw-items-start tw-gap-1 tw-flex-1 tw-min-w-0" }, ce = {
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
- }, fe = {
261
+ }, ye = {
243
262
  key: 1,
244
263
  class: "loan-card-use-text tw-w-full tw-overflow-hidden"
245
- }, we = { class: "tw-flex-1 tw-min-w-0" }, he = { class: "tw-flex-1 tw-min-w-0" };
246
- function ge(l, o, t, e, C, A) {
247
- const w = d("kv-borrower-image"), h = d("kv-loan-tag"), s = d("kv-loading-placeholder"), g = d("kv-loan-use"), k = d("kv-loan-callouts"), v = d("kv-loan-progress-group"), _ = d("kv-lend-cta");
248
- return n(), m("div", ie, [
249
- r("div", se, [
250
- r("div", de, [
251
- r("div", me, [
252
- (n(), i(c(e.tag), {
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
- u(w, {
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", ue, [
275
- (n(), i(c(e.tag), {
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[1] || (o[1] = (a) => e.clickReadMore("Tag", a))
315
+ onClick: o[2] || (o[2] = (a) => e.clickReadMore("Tag", a))
281
316
  }, {
282
317
  default: f(() => [
283
- t.showTags && !e.isLoading ? (n(), i(h, {
318
+ t.showTags && !e.isLoading ? (n(), d(g, {
284
319
  key: 0,
285
320
  loan: t.loan
286
- }, null, 8, ["loan"])) : L("", !0)
321
+ }, null, 8, ["loan"])) : u("", !0)
287
322
  ]),
288
323
  _: 1
289
324
  }, 8, ["to", "href"])),
290
- (n(), i(c(e.tag), {
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[2] || (o[2] = (a) => e.clickReadMore("Use", a))
331
+ onClick: o[3] || (o[3] = (a) => e.clickReadMore("Use", a))
296
332
  }, {
297
333
  default: f(() => [
298
- e.isLoading ? (n(), m("div", ce, [
299
- (n(!0), m(b, null, ne([...Array(4)], (a, y) => (n(), m("div", {
300
- key: y,
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
- u(s)
339
+ m(c)
304
340
  ]))), 128))
305
- ])) : (n(), m("div", fe, [
306
- u(g, {
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(), i(s, {
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(), i(k, {
363
+ })) : (n(), d(_, {
328
364
  key: 1,
329
365
  callouts: e.loanCallouts,
330
366
  class: "tw-mt-1.5",
331
- onClick: o[3] || (o[3] = (a) => l.$emit("jump-filter-page", a))
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: x(["tw-flex tw-items-end tw-w-full tw-mt-1", { "tw-gap-1": e.sharesAvailable }])
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(), m(b, { key: 1 }, [
338
- r("div", he, [
339
- e.sharesAvailable ? (n(), i(c(e.tag), {
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[4] || (o[4] = (a) => e.clickReadMore("Progress", a))
381
+ onClick: o[5] || (o[5] = (a) => e.clickReadMore("Progress", a))
346
382
  }, {
347
383
  default: f(() => [
348
- u(v, {
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"])) : L("", !0)
392
+ }, 8, ["to", "href"])) : u("", !0)
357
393
  ]),
358
394
  r("div", {
359
- class: x(["tw-flex-shrink-0 loan-card-cta", { "tw-w-full": !e.sharesAvailable }]),
395
+ class: M(["tw-flex-shrink-0 loan-card-cta", { "tw-w-full": !e.sharesAvailable }]),
360
396
  style: { height: "40px" }
361
397
  }, [
362
- u(_, {
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[5] || (o[5] = (a) => l.$emit("add-to-basket", a)),
383
- onShowLoanDetails: o[6] || (o[6] = (a) => e.clickReadMore("ViewLoan", a)),
384
- onRemoveFromBasket: o[7] || (o[7] = (a) => l.$emit("remove-from-basket", a))
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(), m(b, { key: 0 }, [
388
- r("div", we, [
389
- u(s, {
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
- u(s, {
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 ? L("", !0) : (n(), i(s, {
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 Oe = /* @__PURE__ */ le(re, [["render", ge], ["__scopeId", "data-v-ab7b4585"]]);
443
+ const He = /* @__PURE__ */ se(de, [["render", Ce], ["__scopeId", "data-v-8ea6bf26"]]);
408
444
  export {
409
- Fe as KV_COMPACT_LOAN_CARD_FRAGMENT,
410
- Ee as KV_COMPACT_LOAN_CARD_USER_FRAGMENT,
411
- Oe as default
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.3",
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": "c94e6715e92f2d8f64ad6c0b80d8a42e414db550"
117
+ "gitHead": "b2a65b776abbfa7d3da15cbf35ef6e7e6ff67571"
118
118
  }