@kiva/kv-components 7.3.3 → 7.3.4
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-
|
|
1
|
+
.loan-card-use[data-v-f09ee4a5]:hover,.loan-card-use[data-v-f09ee4a5]: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-f09ee4a5]{text-decoration-line:underline}.loan-card-progress[data-v-f09ee4a5]:hover,.loan-card-progress[data-v-f09ee4a5]:focus{text-decoration-line:none}.loan-card-use-text[data-v-f09ee4a5] 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-f09ee4a5] form,.loan-card-cta[data-v-f09ee4a5] fieldset,.loan-card-cta[data-v-f09ee4a5] .tw-w-full,.loan-card-cta[data-v-f09ee4a5] button{height:40px!important;max-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important}.loan-card-cta[data-v-f09ee4a5] .tw-inline-flex{height:40px!important;max-height:40px!important;min-height:40px!important}
|
|
@@ -242,7 +242,7 @@ const Fe = B`
|
|
|
242
242
|
}, fe = {
|
|
243
243
|
key: 1,
|
|
244
244
|
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" };
|
|
245
|
+
}, we = { class: "tw-flex-1 tw-min-w-0 tw-mr-1" }, he = { class: "tw-flex-1 tw-min-w-0" };
|
|
246
246
|
function ge(l, o, t, e, C, A) {
|
|
247
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
248
|
return n(), m("div", ie, [
|
|
@@ -404,7 +404,7 @@ function ge(l, o, t, e, C, A) {
|
|
|
404
404
|
], 2)
|
|
405
405
|
]);
|
|
406
406
|
}
|
|
407
|
-
const Oe = /* @__PURE__ */ le(re, [["render", ge], ["__scopeId", "data-v-
|
|
407
|
+
const Oe = /* @__PURE__ */ le(re, [["render", ge], ["__scopeId", "data-v-f09ee4a5"]]);
|
|
408
408
|
export {
|
|
409
409
|
Fe as KV_COMPACT_LOAN_CARD_FRAGMENT,
|
|
410
410
|
Ee as KV_COMPACT_LOAN_CARD_USER_FRAGMENT,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.4",
|
|
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": "a644d51b3e71d17c251f32c7fe8ab7a6563c3512"
|
|
118
118
|
}
|