@kiva/kv-components 6.67.0 → 6.67.2

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
- .amountDropdownWrapper[data-v-80882253] select{border-radius:14px 0 0 14px}.lend-again[data-v-80882253] span{padding-left:.5rem;padding-right:.5rem}.lendButtonWrapper[data-v-80882253] span:first-child{border-radius:0 14px 14px 0}.filtered-dropdown[data-v-80882253] select{cursor:pointer;border-radius:1rem;border-width:2px;font-weight:500}.unselected-dropdown[data-v-80882253] select{--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity, 1))}.preset-option[data-v-80882253] span.tw-w-full:first-child{border-width:2px;--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity, 1))}.selected-dropdown[data-v-80882253] select,.selected-option[data-v-80882253] span.tw-w-full:first-child{--tw-border-opacity: 1;border-color:rgba(var(--border-action),var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgba(var(--bg-secondary),var(--tw-bg-opacity, 1))}.button-ellipsis[data-v-80882253] span>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 410px){.mobile-dropdown-small[data-v-80882253]{flex:0 0 40%}}
1
+ .amountDropdownWrapper[data-v-ff20e42a] select{border-radius:14px 0 0 14px}.lend-again[data-v-ff20e42a] span{padding-left:.5rem;padding-right:.5rem}.lendButtonWrapper[data-v-ff20e42a] span:first-child{border-radius:0 14px 14px 0}.filtered-dropdown[data-v-ff20e42a] select{cursor:pointer;border-radius:1rem;border-width:2px;font-weight:500}.unselected-dropdown[data-v-ff20e42a] select{--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity, 1))}.preset-option[data-v-ff20e42a] span.tw-w-full:first-child{border-width:2px;--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity, 1))}.selected-dropdown[data-v-ff20e42a] select,.selected-option[data-v-ff20e42a] span.tw-w-full:first-child{--tw-border-opacity: 1;border-color:rgba(var(--border-action),var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgba(var(--bg-secondary),var(--tw-bg-opacity, 1))}.button-ellipsis[data-v-ff20e42a] span>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 410px){.mobile-dropdown-small[data-v-ff20e42a]{flex:0 0 40%}}
@@ -6,10 +6,10 @@ import R from "./KvLendAmountButton.js";
6
6
  import S from "./KvSelect.js";
7
7
  import F from "./KvButton.js";
8
8
  import V from "./KvMaterialIcon.js";
9
- import { resolveComponent as v, openBlock as o, createElementBlock as r, createBlock as a, withCtx as i, createTextVNode as f, toDisplayString as u, createElementVNode as h, createVNode as y, withModifiers as A, normalizeClass as w, Fragment as k, renderList as p, createCommentVNode as c } from "vue";
9
+ import { resolveComponent as v, openBlock as o, createElementBlock as i, createBlock as a, withCtx as r, createTextVNode as f, toDisplayString as u, createElementVNode as h, createVNode as y, withModifiers as A, normalizeClass as w, Fragment as k, renderList as p, createCommentVNode as c } from "vue";
10
10
  import "./KvLendCta.css";
11
11
  import W from "../_virtual/_plugin-vue_export-helper.js";
12
- const _ = "Other", E = 400, g = 480, x = 380, De = T`
12
+ const _ = "Other", E = 360, g = 480, x = 380, De = T`
13
13
  fragment KvLendCta on LoanBasic {
14
14
  id
15
15
  name
@@ -396,13 +396,13 @@ const _ = "Other", E = 400, g = 480, x = 380, De = T`
396
396
  }, q = { class: "tw-flex tw-flex-col tw-gap-1 tw-w-full" }, G = { class: "tw-flex tw-gap-1 tw-w-full" }, J = ["value"], Q = { class: "tw-flex tw-gap-1" }, X = ["value"], Y = { class: "tw-flex tw-items-center tw-h-full tw-w-full" }, Z = { class: "tw-min-w-0 tw-flex-1 tw-overflow-hidden tw-text-ellipsis tw-whitespace-nowrap" }, $ = {
397
397
  key: 1,
398
398
  class: "tw-w-full"
399
- }, ee = { class: "tw-flex tw-flex-col tw-gap-1 tw-w-full" }, te = { class: "tw-flex tw-gap-1 tw-w-full" }, ne = ["value"], se = { class: "tw-flex tw-gap-1" }, oe = ["value"], le = { class: "tw-flex tw-items-center tw-h-full tw-w-full" }, de = { class: "tw-min-w-0 tw-flex-1 tw-overflow-hidden tw-text-ellipsis tw-whitespace-nowrap" }, re = ["value"], ie = {
399
+ }, ee = { class: "tw-flex tw-flex-col tw-gap-1 tw-w-full" }, te = { class: "tw-flex tw-gap-1 tw-w-full" }, ne = ["value"], se = { class: "tw-flex tw-gap-1" }, oe = ["value"], le = { class: "tw-flex tw-items-center tw-h-full tw-w-full" }, de = { class: "tw-min-w-0 tw-flex-1 tw-overflow-hidden tw-text-ellipsis tw-whitespace-nowrap" }, ie = ["value"], re = {
400
400
  key: 3,
401
401
  class: "amountDropdownWrapper"
402
402
  }, ae = ["value"];
403
403
  function ue(n, s, l, D, d, e) {
404
404
  const m = v("kv-ui-button"), P = v("kv-material-icon"), B = v("kv-ui-select"), O = v("kv-lend-amount-button");
405
- return o(), r("div", M, [
405
+ return o(), i("div", M, [
406
406
  e.isInBasket ? (o(), a(m, {
407
407
  key: 0,
408
408
  variant: "secondary",
@@ -412,7 +412,7 @@ function ue(n, s, l, D, d, e) {
412
412
  href: l.externalLinks ? "/basket" : void 0,
413
413
  onClick: s[0] || (s[0] = (t) => e.clickSecondaryButton(t))
414
414
  }, {
415
- default: i(() => [
415
+ default: r(() => [
416
416
  f(u(e.loanInBasketButtonText), 1)
417
417
  ]),
418
418
  _: 1
@@ -420,11 +420,11 @@ function ue(n, s, l, D, d, e) {
420
420
  key: 1,
421
421
  class: "tw-inline-flex tw-flex-1"
422
422
  }, {
423
- default: i(() => [
423
+ default: r(() => [
424
424
  f(u(e.ctaButtonText), 1)
425
425
  ]),
426
426
  _: 1
427
- })) : e.isFunded ? (o(), r("div", U, " This loan was just funded! 🎉 ")) : l.showViewLoan ? (o(), a(m, {
427
+ })) : e.isFunded ? (o(), i("div", U, " This loan was just funded! 🎉 ")) : l.showViewLoan ? (o(), a(m, {
428
428
  key: 3,
429
429
  state: `${e.allSharesReserved ? "disabled" : ""}`,
430
430
  to: l.externalLinks ? void 0 : e.readMorePath,
@@ -432,7 +432,7 @@ function ue(n, s, l, D, d, e) {
432
432
  class: "tw-mb-0",
433
433
  onClick: s[1] || (s[1] = (t) => n.$emit("show-loan-details", t))
434
434
  }, {
435
- default: i(() => [
435
+ default: r(() => [
436
436
  h("span", z, [
437
437
  s[9] || (s[9] = f(" View loan ")),
438
438
  y(P, {
@@ -442,7 +442,7 @@ function ue(n, s, l, D, d, e) {
442
442
  ])
443
443
  ]),
444
444
  _: 1
445
- }, 8, ["state", "to", "href"])) : e.useFormSubmit ? (o(), r("form", {
445
+ }, 8, ["state", "to", "href"])) : e.useFormSubmit ? (o(), i("form", {
446
446
  key: 4,
447
447
  class: "tw-w-full tw-flex",
448
448
  onSubmit: s[8] || (s[8] = A((...t) => e.addToBasket && e.addToBasket(...t), ["prevent"]))
@@ -456,17 +456,17 @@ function ue(n, s, l, D, d, e) {
456
456
  disabled: l.isAdding,
457
457
  "data-testid": "bp-lend-cta-select-and-button"
458
458
  }, [
459
- l.showPresetAmounts && !l.isAdding && !e.isLendAmountButton && e.presetButtonsPrices.length > 1 && !e.isNarrowDesktop ? (o(), r("div", j, [
459
+ l.showPresetAmounts && !l.isAdding && !e.isLendAmountButton && e.presetButtonsPrices.length > 1 && !e.isNarrowDesktop ? (o(), i("div", j, [
460
460
  h("div", q, [
461
461
  h("div", G, [
462
- (o(!0), r(k, null, p(e.presetButtonsPrices, (t) => (o(), a(m, {
462
+ (o(!0), i(k, null, p(e.presetButtonsPrices, (t) => (o(), a(m, {
463
463
  key: t,
464
464
  variant: "secondary",
465
465
  class: w(["preset-option tw-flex-1 tw-min-w-0 tw-whitespace-nowrap", { "selected-option": d.selectedOption == t }]),
466
466
  "data-testid": "bp-lend-cta-lend-button-mobile",
467
467
  onClick: (b) => e.clickPresetButton(t)
468
468
  }, {
469
- default: i(() => [
469
+ default: r(() => [
470
470
  f(" $ " + u(t), 1)
471
471
  ]),
472
472
  _: 2
@@ -486,8 +486,8 @@ function ue(n, s, l, D, d, e) {
486
486
  "aria-label": "Lend amount",
487
487
  onClick: A(e.clickDropdown, ["stop"])
488
488
  }, {
489
- default: i(() => [
490
- (o(!0), r(k, null, p(e.presetDropdownPrices, (t) => (o(), r("option", {
489
+ default: r(() => [
490
+ (o(!0), i(k, null, p(e.presetDropdownPrices, (t) => (o(), i("option", {
491
491
  key: t,
492
492
  value: t
493
493
  }, u(t !== d.OTHER_OPTION ? `$${t}` : t), 9, J))), 128))
@@ -511,8 +511,8 @@ function ue(n, s, l, D, d, e) {
511
511
  "aria-label": "Lend amount",
512
512
  onClick: A(e.clickDropdown, ["stop"])
513
513
  }, {
514
- default: i(() => [
515
- (o(!0), r(k, null, p(e.presetDropdownPrices, (t) => (o(), r("option", {
514
+ default: r(() => [
515
+ (o(!0), i(k, null, p(e.presetDropdownPrices, (t) => (o(), i("option", {
516
516
  key: "small-" + t,
517
517
  value: t
518
518
  }, u(t !== d.OTHER_OPTION ? `$${t}` : t), 9, X))), 128))
@@ -520,11 +520,11 @@ function ue(n, s, l, D, d, e) {
520
520
  _: 1
521
521
  }, 8, ["id", "modelValue", "class", "onUpdate:modelValue", "onClick"])) : c("", !0),
522
522
  y(m, {
523
- class: w(["tw-inline-flex tw-flex-1 button-ellipsis", d.viewportWidth < d.MOBILE_DROPDOWN_BREAKPOINT ? "tw-w-3/5" : "tw-w-full"]),
523
+ class: w(["tw-inline-flex tw-flex-1 button-ellipsis tw-min-w-0", d.viewportWidth < d.MOBILE_DROPDOWN_BREAKPOINT ? "tw-w-3/5" : "tw-w-full"]),
524
524
  "data-testid": "bp-lend-cta-mobile-lend-button",
525
525
  type: "submit"
526
526
  }, {
527
- default: i(() => [
527
+ default: r(() => [
528
528
  h("span", Y, [
529
529
  h("span", Z, u(e.ctaButtonText), 1)
530
530
  ])
@@ -534,17 +534,17 @@ function ue(n, s, l, D, d, e) {
534
534
  ])
535
535
  ])
536
536
  ])) : c("", !0),
537
- l.showPresetAmounts && !l.isAdding && !e.isLendAmountButton && e.presetButtonsPrices.length > 1 && e.isNarrowDesktop ? (o(), r("div", $, [
537
+ l.showPresetAmounts && !l.isAdding && !e.isLendAmountButton && e.presetButtonsPrices.length > 1 && e.isNarrowDesktop ? (o(), i("div", $, [
538
538
  h("div", ee, [
539
539
  h("div", te, [
540
- (o(!0), r(k, null, p(e.presetButtonsPrices, (t) => (o(), a(m, {
540
+ (o(!0), i(k, null, p(e.presetButtonsPrices, (t) => (o(), a(m, {
541
541
  key: t,
542
542
  variant: "secondary",
543
543
  class: w(["preset-option tw-flex-1 tw-min-w-0 tw-whitespace-nowrap", { "selected-option": d.selectedOption == t }]),
544
544
  "data-testid": "bp-lend-cta-lend-button-narrow-desktop",
545
545
  onClick: (b) => e.clickPresetButton(t)
546
546
  }, {
547
- default: i(() => [
547
+ default: r(() => [
548
548
  f(" $ " + u(t), 1)
549
549
  ]),
550
550
  _: 2
@@ -564,8 +564,8 @@ function ue(n, s, l, D, d, e) {
564
564
  "aria-label": "Lend amount",
565
565
  onClick: A(e.clickDropdown, ["stop"])
566
566
  }, {
567
- default: i(() => [
568
- (o(!0), r(k, null, p(e.presetDropdownPrices, (t) => (o(), r("option", {
567
+ default: r(() => [
568
+ (o(!0), i(k, null, p(e.presetDropdownPrices, (t) => (o(), i("option", {
569
569
  key: t,
570
570
  value: t
571
571
  }, u(t !== d.OTHER_OPTION ? `${t}` : t), 9, ne))), 128))
@@ -589,8 +589,8 @@ function ue(n, s, l, D, d, e) {
589
589
  "aria-label": "Lend amount",
590
590
  onClick: A(e.clickDropdown, ["stop"])
591
591
  }, {
592
- default: i(() => [
593
- (o(!0), r(k, null, p(e.presetDropdownPrices, (t) => (o(), r("option", {
592
+ default: r(() => [
593
+ (o(!0), i(k, null, p(e.presetDropdownPrices, (t) => (o(), i("option", {
594
594
  key: "narrow-small-" + t,
595
595
  value: t
596
596
  }, u(t !== d.OTHER_OPTION ? `${t}` : t), 9, oe))), 128))
@@ -598,11 +598,11 @@ function ue(n, s, l, D, d, e) {
598
598
  _: 1
599
599
  }, 8, ["id", "modelValue", "class", "onUpdate:modelValue", "onClick"])) : c("", !0),
600
600
  y(m, {
601
- class: w(["tw-inline-flex tw-flex-1 button-ellipsis", d.componentWidth < d.NARROW_SIDEBAR_DROPDOWN_BREAKPOINT ? "tw-w-3/5" : "tw-w-full"]),
601
+ class: w(["tw-inline-flex tw-flex-1 button-ellipsis tw-min-w-0", d.componentWidth < d.NARROW_SIDEBAR_DROPDOWN_BREAKPOINT ? "tw-w-3/5" : "tw-w-full"]),
602
602
  "data-testid": "bp-lend-cta-narrow-desktop-lend-button",
603
603
  type: "submit"
604
604
  }, {
605
- default: i(() => [
605
+ default: r(() => [
606
606
  h("span", le, [
607
607
  h("span", de, u(e.ctaButtonText), 1)
608
608
  ])
@@ -612,21 +612,21 @@ function ue(n, s, l, D, d, e) {
612
612
  ])
613
613
  ])
614
614
  ])) : c("", !0),
615
- l.showPresetAmounts && !l.isAdding && !e.isNarrowDesktop ? (o(), r("div", {
615
+ l.showPresetAmounts && !l.isAdding && !e.isNarrowDesktop ? (o(), i("div", {
616
616
  key: 2,
617
617
  class: w({
618
618
  "tw-flex tw-gap-0.5 md:tw-gap-1 lg:tw-gap-1 tw-flex-wrap md:tw-flex-nowrap": !0,
619
619
  "tw-hidden md:tw-flex": !e.isLendAmountButton && e.presetButtonsPrices.length > 1
620
620
  })
621
621
  }, [
622
- e.isLendAmountButton ? c("", !0) : (o(!0), r(k, { key: 0 }, p(e.presetButtonsPrices, (t) => (o(), a(m, {
622
+ e.isLendAmountButton ? c("", !0) : (o(!0), i(k, { key: 0 }, p(e.presetButtonsPrices, (t) => (o(), a(m, {
623
623
  key: t,
624
624
  variant: "secondary",
625
625
  class: w(["tw-inline-flex tw-flex-1 preset-option tw-w-8 tw-whitespace-nowrap", { "selected-option": d.selectedOption == t }]),
626
626
  "data-testid": "bp-lend-cta-lend-button",
627
627
  onClick: (b) => e.clickPresetButton(t)
628
628
  }, {
629
- default: i(() => [
629
+ default: r(() => [
630
630
  f(" $" + u(t), 1)
631
631
  ]),
632
632
  _: 2
@@ -646,15 +646,15 @@ function ue(n, s, l, D, d, e) {
646
646
  "aria-label": "Lend amount",
647
647
  onClick: A(e.clickDropdown, ["stop"])
648
648
  }, {
649
- default: i(() => [
650
- (o(!0), r(k, null, p(e.presetDropdownPrices, (t) => (o(), r("option", {
649
+ default: r(() => [
650
+ (o(!0), i(k, null, p(e.presetDropdownPrices, (t) => (o(), i("option", {
651
651
  key: t,
652
652
  value: t
653
- }, u(t !== d.OTHER_OPTION ? `$${t}` : t), 9, re))), 128))
653
+ }, u(t !== d.OTHER_OPTION ? `$${t}` : t), 9, ie))), 128))
654
654
  ]),
655
655
  _: 1
656
656
  }, 8, ["id", "modelValue", "class", "onUpdate:modelValue", "onClick"])) : c("", !0)
657
- ], 2)) : l.showPresetAmounts ? c("", !0) : (o(), r("div", ie, [
657
+ ], 2)) : l.showPresetAmounts ? c("", !0) : (o(), i("div", re, [
658
658
  e.hideShowLendDropdown && !e.isLessThan25 ? (o(), a(B, {
659
659
  key: 0,
660
660
  id: `LoanAmountDropdown_${e.loanId}`,
@@ -668,8 +668,8 @@ function ue(n, s, l, D, d, e) {
668
668
  "aria-label": "Lend amount",
669
669
  onClick: A(e.clickDropdown, ["stop"])
670
670
  }, {
671
- default: i(() => [
672
- (o(!0), r(k, null, p(e.prices, (t) => (o(), r("option", {
671
+ default: r(() => [
672
+ (o(!0), i(k, null, p(e.prices, (t) => (o(), i("option", {
673
673
  key: t,
674
674
  value: t
675
675
  }, " $" + u(t), 9, ae))), 128))
@@ -691,7 +691,7 @@ function ue(n, s, l, D, d, e) {
691
691
  "data-testid": "bp-lend-cta-lend-button",
692
692
  type: "submit"
693
693
  }, {
694
- default: i(() => [
694
+ default: r(() => [
695
695
  f(u(e.ctaButtonText), 1)
696
696
  ]),
697
697
  _: 1
@@ -701,7 +701,7 @@ function ue(n, s, l, D, d, e) {
701
701
  "data-testid": "bp-lend-cta-lend-again-button",
702
702
  type: "submit"
703
703
  }, {
704
- default: i(() => [
704
+ default: r(() => [
705
705
  f(u(l.primaryButtonText || "Lend") + " again ", 1)
706
706
  ]),
707
707
  _: 1
@@ -720,7 +720,7 @@ function ue(n, s, l, D, d, e) {
720
720
  key: 5,
721
721
  class: "tw-inline-flex tw-flex-1"
722
722
  }, {
723
- default: i(() => s[10] || (s[10] = [
723
+ default: r(() => s[10] || (s[10] = [
724
724
  f(" Adding to basket ")
725
725
  ])),
726
726
  _: 1
@@ -729,7 +729,7 @@ function ue(n, s, l, D, d, e) {
729
729
  ], 32)) : c("", !0)
730
730
  ], 512);
731
731
  }
732
- const be = /* @__PURE__ */ W(K, [["render", ue], ["__scopeId", "data-v-80882253"]]);
732
+ const be = /* @__PURE__ */ W(K, [["render", ue], ["__scopeId", "data-v-ff20e42a"]]);
733
733
  export {
734
734
  De as KV_LEND_CTA_FRAGMENT,
735
735
  ye as KV_LEND_CTA_USER_FRAGMENT,
@@ -1 +1 @@
1
- .header-link[data-v-2a224640]{cursor:pointer;padding-top:1rem;padding-bottom:1rem;--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1));text-decoration-line:none}.header-link[data-v-2a224640]:hover{--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1));text-decoration-line:none}[data-v-2a224640] .avatar div:first-child{display:flex}
1
+ .header-link[data-v-151d85c9]{cursor:pointer;padding-top:1rem;padding-bottom:1rem;--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1));text-decoration-line:none}.header-link[data-v-151d85c9]:hover{--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1));text-decoration-line:none}[data-v-151d85c9] .avatar div:first-child{display:flex}
@@ -176,7 +176,7 @@ function Ie(i, n, a, e, N, E) {
176
176
  "menu-component": e.KvLendMenu,
177
177
  "open-menu-item": a.openMenuItem,
178
178
  "dropdown-icon": e.mdiChevronDown,
179
- "base-class": "tw-inline-flex md:tw-border md:tw-rounded-md tw-px-1.5 tw-py-1",
179
+ "base-class": "tw-inline-flex md:tw-border md:tw-rounded-md tw-px-1.5 tw-py-0.5",
180
180
  onOnHover: e.handleOnHover,
181
181
  onMouseleave: n[3] || (n[3] = (t) => e.handleMouseOut("lendButton")),
182
182
  onTouchstart: n[4] || (n[4] = U((t) => e.handleTouchStart("lendButton", e.KvLendMenu), ["stop"]))
@@ -285,7 +285,7 @@ function Ie(i, n, a, e, N, E) {
285
285
  ])
286
286
  ], 32);
287
287
  }
288
- const Pe = /* @__PURE__ */ fe(be, [["render", Ie], ["__scopeId", "data-v-2a224640"]]);
288
+ const Pe = /* @__PURE__ */ fe(be, [["render", Ie], ["__scopeId", "data-v-151d85c9"]]);
289
289
  export {
290
290
  Pe as default
291
291
  };
@@ -5,7 +5,7 @@ const a = {
5
5
  components: {
6
6
  KvLogo: t
7
7
  }
8
- }, p = { class: "tw-h-2 lg:tw-h-3" };
8
+ }, p = { class: "tw-h-2 lg:tw-h-2.5" };
9
9
  function _(l, m, d, f, i, u) {
10
10
  const o = e("kv-logo");
11
11
  return n(), r("div", p, [
@@ -1 +1 @@
1
- .header-fade-enter-active[data-v-36eec819]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.header-fade-leave-active[data-v-36eec819]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.1s}.header-fade-enter[data-v-36eec819],.header-fade-leave-to[data-v-36eec819]{opacity:0}.header-fade-leave[data-v-36eec819],.header-fade-enter-to[data-v-36eec819]{opacity:1}.bg-opacity-50[data-v-36eec819]{background-color:rgba(var(--bg-action-highlight),.5)}
1
+ .header-fade-enter-active[data-v-7732c044]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.header-fade-leave-active[data-v-7732c044]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.1s}.header-fade-enter[data-v-7732c044],.header-fade-leave-to[data-v-7732c044]{opacity:0}.header-fade-leave[data-v-7732c044],.header-fade-enter-to[data-v-7732c044]{opacity:1}.bg-opacity-50[data-v-7732c044]{background-color:rgba(var(--bg-action-highlight),.5)}
@@ -8,7 +8,7 @@ import { throttle as q } from "../utils/throttle.js";
8
8
  import { debounce as F } from "../utils/debounce.js";
9
9
  import "./KvWwwHeader.css";
10
10
  import J from "../_virtual/_plugin-vue_export-helper.js";
11
- const Q = "3.7rem", X = ["lendMenu", "aboutUsLink", "takeActionButton"], Z = {
11
+ const Q = "4rem", X = ["lendMenu", "aboutUsLink", "takeActionButton"], Z = {
12
12
  components: {
13
13
  KvHeaderLinkBar: V,
14
14
  KvHeaderLogo: W,
@@ -122,7 +122,7 @@ function ee(L, o, n, e, r, i) {
122
122
  class: "tw-font-medium tw-relative",
123
123
  style: h({ height: e.HEADER_HEIGHT })
124
124
  }, [
125
- v(s, null, {
125
+ v(s, { class: "tw-h-full" }, {
126
126
  default: b(() => [
127
127
  v(I, { name: "header-fade" }, {
128
128
  default: b(() => [
@@ -195,7 +195,7 @@ function ee(L, o, n, e, r, i) {
195
195
  _: 1
196
196
  });
197
197
  }
198
- const me = /* @__PURE__ */ J(Z, [["render", ee], ["__scopeId", "data-v-36eec819"]]);
198
+ const me = /* @__PURE__ */ J(Z, [["render", ee], ["__scopeId", "data-v-7732c044"]]);
199
199
  export {
200
200
  me as default
201
201
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "6.67.0",
3
+ "version": "6.67.2",
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": "8c5374ffe89ca6caff25d1c11fb697ac8552bf24"
117
+ "gitHead": "dabfed9e626974f9252b44fd355ca999e3943a38"
118
118
  }