@kiva/kv-shop 3.7.37 → 3.7.38
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-12c364c9]:hover,.loan-card-use[data-v-12c364c9]: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-12c364c9]{text-decoration-line:underline}.loan-card-progress[data-v-12c364c9]:hover,.loan-card-progress[data-v-12c364c9]:focus{text-decoration-line:none}.loan-card-use-text[data-v-12c364c9] 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-12c364c9] form,.loan-card-cta[data-v-12c364c9] fieldset,.loan-card-cta[data-v-12c364c9] .tw-w-full,.loan-card-cta[data-v-12c364c9] button{height:40px!important;max-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important}.loan-card-cta[data-v-12c364c9] .tw-inline-flex{height:40px!important;max-height:40px!important;min-height:40px!important}
|
|
@@ -3,13 +3,12 @@ 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 n } from "./KvLoanUse2.js";
|
|
7
7
|
/* empty css */
|
|
8
|
-
import { KV_LEND_CTA_FRAGMENT as
|
|
8
|
+
import { KV_LEND_CTA_FRAGMENT as t, KV_LEND_CTA_USER_FRAGMENT as i } from "./KvLendCta2.js";
|
|
9
9
|
/* empty css */
|
|
10
|
-
import { KV_LOAN_BOOKMARK_FRAGMENT as L } from "./KvLoanBookmark2.js";
|
|
11
10
|
/* empty css */
|
|
12
|
-
import { KV_LOAN_TAG_FRAGMENT as
|
|
11
|
+
import { KV_LOAN_TAG_FRAGMENT as L } from "./KvLoanTag2.js";
|
|
13
12
|
/* empty css */
|
|
14
13
|
o`
|
|
15
14
|
fragment KvCompactLoanCard on LoanBasic {
|
|
@@ -33,9 +32,9 @@ o`
|
|
|
33
32
|
...LoanGeocode
|
|
34
33
|
...LoanProgress
|
|
35
34
|
}
|
|
35
|
+
${t}
|
|
36
|
+
${L}
|
|
36
37
|
${n}
|
|
37
|
-
${_}
|
|
38
|
-
${i}
|
|
39
38
|
${a}
|
|
40
39
|
${r}
|
|
41
40
|
${m}
|
|
@@ -44,8 +43,6 @@ o`
|
|
|
44
43
|
fragment KvCompactLoanCardUser on LoanBasic {
|
|
45
44
|
id
|
|
46
45
|
...KvLendCtaUser
|
|
47
|
-
...KvLoanBookmark
|
|
48
46
|
}
|
|
49
|
-
${
|
|
50
|
-
${L}
|
|
47
|
+
${i}
|
|
51
48
|
`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.amountDropdownWrapper[data-v-
|
|
1
|
+
.amountDropdownWrapper[data-v-fd7506ce] select{border-radius:14px 0 0 14px!important}.lend-again[data-v-fd7506ce] span{padding-left:.5rem;padding-right:.5rem}.lendButtonWrapper[data-v-fd7506ce] span:first-child{border-radius:0 14px 14px 0}.filtered-dropdown[data-v-fd7506ce] select{cursor:pointer;border-radius:1rem;border-width:2px;font-weight:500}.unselected-dropdown[data-v-fd7506ce] select{--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity, 1))}.preset-option[data-v-fd7506ce] 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-fd7506ce] select,.selected-option[data-v-fd7506ce] 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-fd7506ce] span>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 410px){.mobile-dropdown-small[data-v-fd7506ce]{flex:0 0 40%}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-shop",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.38",
|
|
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.0
|
|
37
|
+
"@kiva/kv-components": "^8.1.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": "75f4f4a2021b1484059f86d7d76eaa6322f25d5c"
|
|
67
67
|
}
|