@kiva/kv-components 6.29.0 → 6.29.1
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-callouts[data-v-
|
|
1
|
+
.loan-callouts[data-v-49b21d16] span{background-color:transparent!important;--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1))}.loan-card-use[data-v-49b21d16]:hover,.loan-card-use[data-v-49b21d16]: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-49b21d16],.loan-card-active-hover:hover .loan-card-name[data-v-49b21d16]{text-decoration-line:underline}.loan-card-progress[data-v-49b21d16],.loan-card-progress[data-v-49b21d16]:hover,.loan-card-progress[data-v-49b21d16]:focus{text-decoration-line:none}.loan-card-name[data-v-49b21d16]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;cursor:pointer;overflow:hidden;text-overflow:ellipsis;padding-left:1.5rem;padding-right:1.5rem;padding-top:.5rem}.loan-bookmark[data-v-49b21d16] button{border-top-left-radius:0!important;border-top-right-radius:0!important}
|
|
@@ -2,8 +2,8 @@ import A from "graphql-tag";
|
|
|
2
2
|
import E from "numeral";
|
|
3
3
|
import { LOAN_CALLOUTS_FRAGMENT as I, LOAN_GEOCODE_FRAGMENT as G, LOAN_PROGRESS_FRAGMENT as U, loanCardComputedProperties as V, loanCardMethods as z } from "../utils/loanCard.js";
|
|
4
4
|
import W, { KV_LOAN_BOOKMARK_FRAGMENT as M } from "./KvLoanBookmark.js";
|
|
5
|
-
import j, { KV_LOAN_USE_FRAGMENT as
|
|
6
|
-
import
|
|
5
|
+
import j, { KV_LOAN_USE_FRAGMENT as H } from "./KvLoanUse.js";
|
|
6
|
+
import q from "./KvBorrowerImage.js";
|
|
7
7
|
import J from "./KvLoanProgressGroup.js";
|
|
8
8
|
import Q from "./KvLoanCallouts.js";
|
|
9
9
|
import X, { KV_LOAN_TAG_FRAGMENT as Y } from "./KvLoanTag.js";
|
|
@@ -38,7 +38,7 @@ const Se = A`
|
|
|
38
38
|
}
|
|
39
39
|
${M}
|
|
40
40
|
${Y}
|
|
41
|
-
${
|
|
41
|
+
${H}
|
|
42
42
|
${I}
|
|
43
43
|
${G}
|
|
44
44
|
${U}
|
|
@@ -51,7 +51,7 @@ const Se = A`
|
|
|
51
51
|
`, ie = {
|
|
52
52
|
name: "KvIntroductionLoanCard",
|
|
53
53
|
components: {
|
|
54
|
-
KvBorrowerImage:
|
|
54
|
+
KvBorrowerImage: q,
|
|
55
55
|
KvLoadingPlaceholder: $,
|
|
56
56
|
KvLoanUse: j,
|
|
57
57
|
KvLoanProgressGroup: J,
|
|
@@ -113,6 +113,10 @@ const Se = A`
|
|
|
113
113
|
isBookmarked: {
|
|
114
114
|
type: Boolean,
|
|
115
115
|
default: !1
|
|
116
|
+
},
|
|
117
|
+
customHref: {
|
|
118
|
+
type: String,
|
|
119
|
+
default: ""
|
|
116
120
|
}
|
|
117
121
|
},
|
|
118
122
|
setup(n, { emit: o }) {
|
|
@@ -420,7 +424,7 @@ function ve(n, o, i, e, C, w) {
|
|
|
420
424
|
])
|
|
421
425
|
], 6);
|
|
422
426
|
}
|
|
423
|
-
const Ee = /* @__PURE__ */ le(ie, [["render", ve], ["__scopeId", "data-v-
|
|
427
|
+
const Ee = /* @__PURE__ */ le(ie, [["render", ve], ["__scopeId", "data-v-49b21d16"]]);
|
|
424
428
|
export {
|
|
425
429
|
Se as KV_INTRODUCTION_LOAN_CARD_FRAGMENT,
|
|
426
430
|
De as KV_INTRODUCTION_LOAN_CARD_USER_FRAGMENT,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "6.29.
|
|
3
|
+
"version": "6.29.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"embla-carousel-fade",
|
|
112
112
|
"popper.js"
|
|
113
113
|
],
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "e2d96427d1426167e21837090886639a6de203e8"
|
|
115
115
|
}
|