@kiva/kv-shop 3.7.74 → 3.7.75
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-7b59a69b]:hover,.loan-card-use[data-v-7b59a69b]: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-7b59a69b]{text-decoration-line:underline}.loan-card-progress[data-v-7b59a69b]:hover,.loan-card-progress[data-v-7b59a69b]:focus{text-decoration-line:none}.loan-card-use-text[data-v-7b59a69b] 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-7b59a69b] form,.loan-card-cta[data-v-7b59a69b] fieldset,.loan-card-cta[data-v-7b59a69b] .tw-w-full,.loan-card-cta[data-v-7b59a69b] button{height:40px!important;max-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important}.loan-card-cta[data-v-7b59a69b] .tw-inline-flex{height:40px!important;max-height:40px!important;min-height:40px!important}[data-v-7b59a69b] .amount-dropdown select{height:2.25rem;--tw-border-opacity: 1;border-color:rgb(245 245 245 / var(--tw-border-opacity, 1));padding-left:.5rem}[data-v-7b59a69b] .goal-variant-callouts span{font-weight:500}.goal-variant-progress-group[data-v-7b59a69b] div[role=progressbar]{background-color:#d9d9d9}
|
|
@@ -3,13 +3,14 @@ import "numeral";
|
|
|
3
3
|
import "vue";
|
|
4
4
|
import "@mdi/js";
|
|
5
5
|
import { LOAN_CALLOUTS_FRAGMENT as a, LOAN_GEOCODE_FRAGMENT as r, LOAN_PROGRESS_FRAGMENT as m } from "../utils/loanCard.js";
|
|
6
|
-
import { KV_LOAN_USE_FRAGMENT as
|
|
6
|
+
import { KV_LOAN_USE_FRAGMENT as t } from "./KvLoanUse2.js";
|
|
7
7
|
/* empty css */
|
|
8
|
-
import { KV_LEND_CTA_FRAGMENT as
|
|
8
|
+
import { KV_LEND_CTA_FRAGMENT as i, KV_LEND_CTA_USER_FRAGMENT as n } from "./KvLendCta2.js";
|
|
9
9
|
/* empty css */
|
|
10
10
|
/* empty css */
|
|
11
11
|
import { KV_LOAN_TAG_FRAGMENT as L } from "./KvLoanTag2.js";
|
|
12
12
|
/* empty css */
|
|
13
|
+
/* empty css */
|
|
13
14
|
o`
|
|
14
15
|
fragment KvCompactLoanCard on LoanBasic {
|
|
15
16
|
id
|
|
@@ -32,9 +33,9 @@ o`
|
|
|
32
33
|
...LoanGeocode
|
|
33
34
|
...LoanProgress
|
|
34
35
|
}
|
|
35
|
-
${
|
|
36
|
+
${i}
|
|
36
37
|
${L}
|
|
37
|
-
${
|
|
38
|
+
${t}
|
|
38
39
|
${a}
|
|
39
40
|
${r}
|
|
40
41
|
${m}
|
|
@@ -44,5 +45,5 @@ o`
|
|
|
44
45
|
id
|
|
45
46
|
...KvLendCtaUser
|
|
46
47
|
}
|
|
47
|
-
${
|
|
48
|
+
${n}
|
|
48
49
|
`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-shop",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.75",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@apollo/client": "^3.13.1",
|
|
36
36
|
"@kiva/kv-analytics": "^1.3.1",
|
|
37
|
-
"@kiva/kv-components": "^8.
|
|
37
|
+
"@kiva/kv-components": "^8.13.0",
|
|
38
38
|
"@kiva/vite-plugin-vue-lib-css": "^2.0.0",
|
|
39
39
|
"@types/braintree-web-drop-in": "^1.39.3",
|
|
40
40
|
"@types/jest": "^29.5.14",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"numeral": "2.x",
|
|
64
64
|
"vue": "3.x"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "6d0e8c2b071887742cecc20e460e29d55f181360"
|
|
67
67
|
}
|