@kiva/kv-components 8.7.1 → 8.7.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
|
-
.loan-card-use[data-v-
|
|
1
|
+
.loan-card-use[data-v-0b2c7579]:hover,.loan-card-use[data-v-0b2c7579]: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-0b2c7579]{text-decoration-line:underline}.loan-card-progress[data-v-0b2c7579]:hover,.loan-card-progress[data-v-0b2c7579]:focus{text-decoration-line:none}
|
|
@@ -42,7 +42,7 @@ function O(u, a, e, t, q, d) {
|
|
|
42
42
|
}, {
|
|
43
43
|
default: v(() => [
|
|
44
44
|
m(h, {
|
|
45
|
-
class: r(["tw-relative tw-w-full tw-bg-black", { "tw-rounded-t": e.largeCard, "tw-rounded": !e.largeCard }]),
|
|
45
|
+
class: r(["tw-relative tw-w-full tw-bg-black tw-bg-clip-content", { "tw-rounded-t-sm": e.largeCard, "tw-rounded-sm": !e.largeCard }]),
|
|
46
46
|
alt: `Photo of ${t.borrowerName}`,
|
|
47
47
|
"aspect-ratio": d.imageAspectRatio,
|
|
48
48
|
"default-image": { width: d.imageDefaultWidth },
|
|
@@ -231,7 +231,7 @@ function O(u, a, e, t, q, d) {
|
|
|
231
231
|
])) : w("", !0)
|
|
232
232
|
], 6);
|
|
233
233
|
}
|
|
234
|
-
const Z = /* @__PURE__ */ S(D, [["render", O], ["__scopeId", "data-v-
|
|
234
|
+
const Z = /* @__PURE__ */ S(D, [["render", O], ["__scopeId", "data-v-0b2c7579"]]);
|
|
235
235
|
export {
|
|
236
236
|
ee as KV_CLASSIC_LOAN_CARD_FRAGMENT,
|
|
237
237
|
te as KV_CLASSIC_LOAN_CARD_USER_FRAGMET,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "8.7.
|
|
3
|
+
"version": "8.7.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -125,5 +125,5 @@
|
|
|
125
125
|
"embla-carousel-fade",
|
|
126
126
|
"popper.js"
|
|
127
127
|
],
|
|
128
|
-
"gitHead": "
|
|
128
|
+
"gitHead": "40875d1570c2c1e754fa3c79064e3a5ad9cea63e"
|
|
129
129
|
}
|