@kiva/kv-shop 3.7.78 → 3.7.80
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.
|
@@ -20,6 +20,8 @@ import "../kv-components/dist/vue/KvCompactLoanCard2.js";
|
|
|
20
20
|
/* empty css */
|
|
21
21
|
/* empty css */
|
|
22
22
|
/* empty css */
|
|
23
|
+
import "@vuepic/vue-datepicker";
|
|
24
|
+
import "@vuepic/vue-datepicker/dist/main.css";
|
|
23
25
|
/* empty css */
|
|
24
26
|
import "change-case";
|
|
25
27
|
/* empty css */
|
|
@@ -61,7 +63,7 @@ import "../kv-components/dist/vue/KvWwwHeader/KvHeaderLinkBar2.js";
|
|
|
61
63
|
/* empty css */
|
|
62
64
|
import "../kv-components/dist/utils/loanCard.js";
|
|
63
65
|
import T, { defaultPaymentTypes as I } from "../useBraintreeDropIn.js";
|
|
64
|
-
const
|
|
66
|
+
const Lt = {
|
|
65
67
|
components: {
|
|
66
68
|
KvLoadingSpinner: P
|
|
67
69
|
},
|
|
@@ -166,5 +168,5 @@ const Bt = {
|
|
|
166
168
|
}
|
|
167
169
|
};
|
|
168
170
|
export {
|
|
169
|
-
|
|
171
|
+
Lt as default
|
|
170
172
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.loan-card-use[data-v-
|
|
1
|
+
.loan-card-use[data-v-f5998610]:hover,.loan-card-use[data-v-f5998610]: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-f5998610]{text-decoration-line:underline}.loan-card-progress[data-v-f5998610]:hover,.loan-card-progress[data-v-f5998610]:focus{text-decoration-line:none}.loan-card-use-text[data-v-f5998610] 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-f5998610] form,.loan-card-cta[data-v-f5998610] fieldset,.loan-card-cta[data-v-f5998610] .tw-w-full,.loan-card-cta[data-v-f5998610] button{height:40px!important;max-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important}.loan-card-cta[data-v-f5998610] .tw-inline-flex{height:40px!important;max-height:40px!important;min-height:40px!important}[data-v-f5998610] .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-f5998610] .goal-variant-callouts span{font-weight:500}.goal-variant-progress-group[data-v-f5998610] div[role=progressbar]{background-color:#d9d9d9}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.kv-
|
|
1
|
+
.kv-datepicker .dp__input{font-family:inherit;font-weight:inherit;height:3rem}.kv-datepicker .dp__input:focus-within,.kv-datepicker .dp__input:focus-visible{border-color:rgb(var(--bg-action));border-width:2px;outline:none}.kv-datepicker .dp__disabled{color:rgb(var(--text-tertiary))}.kv-datepicker .dp__theme_light{--dp-primary-color: rgb(var(--bg-primary-inverse));--dp-secondary-color: rgb(var(--bg-tertiary));--dp-icon-color: rgb(var(--bg-action));--dp-hover-icon-color: rgb(var(--bg-action));--dp-border-radius: .25rem;--dp-border-color-focus: rgb(var(--bg-action-highlight));--dp-font-family: inherit, "Postgrotesk", sans-serif;--dp-primary-text-color: rgb(var(--text-primary-inverse));--dp-border-color: rgb(var(--bg-tertiary));--dp-hover-color: rgb(var(--bg-tertiary));--dp-background-color: rgb(var(--bg-primary));--dp-text-color: rgb(var(--text-primary));--dp-menu-border-color: rgb(var(--bg-primary-inverse));--dp-disabled-color: rgb(var(--bg-tertiary), 25%);--dp-disabled-color-text: rgb(var(--bg-tertiary));--dp-success-color: rgb(var(--bg-action));--dp-danger-color: rgb(var(--bg-danger));--dp-highlight-color: rgb(var(--bg-action));--dp-cell-border-radius: .25rem;--dp-loader: rgb(var(--bg-action));--dp-range-between-dates-background-color: rgb(var(--bg-action));--dp-range-between-dates-text-color: rgb(var(--bg-primary));--dp-range-between-border-color: rgb(var(--bg-action))}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-shop",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.80",
|
|
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.14.1",
|
|
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": "d0fa7bf1f6f09507d97ff5e7713842e346607cc0"
|
|
67
67
|
}
|