@kiva/kv-components 6.11.1 → 6.12.0
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.
- package/dist/vue/KvLendCta.css +1 -1
- package/dist/vue/KvLendCta.js +3 -3
- package/package.json +2 -2
package/dist/vue/KvLendCta.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.amountDropdownWrapper[data-v-
|
|
1
|
+
.amountDropdownWrapper[data-v-6049057c] select{border-radius:14px 0 0 14px}.lend-again[data-v-6049057c] span{padding-left:0;padding-right:0;padding-left:.5rem;padding-right:.5rem}.lendButtonWrapper[data-v-6049057c] span:first-child{border-radius:0 14px 14px 0}.filtered-dropdown[data-v-6049057c] select{cursor:pointer;border-radius:.875rem;border-width:2px;font-weight:500}.unselected-dropdown[data-v-6049057c] select{--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity, 1))}.selected-dropdown[data-v-6049057c] select{--tw-border-opacity: 1;border-color:rgb(34 56 41 / var(--tw-border-opacity, 1))}.preset-option[data-v-6049057c] 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-option[data-v-6049057c] span.tw-w-full:first-child{--tw-border-opacity: 1;border-color:rgba(var(--border-action),var(--tw-border-opacity, 1))}
|
package/dist/vue/KvLendCta.js
CHANGED
|
@@ -88,7 +88,7 @@ const k = "Other", N = {
|
|
|
88
88
|
},
|
|
89
89
|
secondaryButtonText: {
|
|
90
90
|
type: String,
|
|
91
|
-
default:
|
|
91
|
+
default: void 0
|
|
92
92
|
},
|
|
93
93
|
secondaryButtonHandler: {
|
|
94
94
|
type: Function,
|
|
@@ -196,7 +196,7 @@ const k = "Other", N = {
|
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
198
|
loanInBasketButtonText() {
|
|
199
|
-
return this.showPresetAmounts ? "Continue to basket" :
|
|
199
|
+
return this.secondaryButtonText ? this.secondaryButtonText : this.showPresetAmounts ? "Continue to basket" : "Checkout now";
|
|
200
200
|
},
|
|
201
201
|
useFormSubmit() {
|
|
202
202
|
return !!(this.hideShowLendDropdown || this.lendButtonVisibility || this.showLendAgain || this.state === "lent-to" || this.isAdding);
|
|
@@ -537,7 +537,7 @@ function E(e, s, n, A, c, t) {
|
|
|
537
537
|
], 32)) : d("", !0)
|
|
538
538
|
]);
|
|
539
539
|
}
|
|
540
|
-
const ne = /* @__PURE__ */ V(N, [["render", E], ["__scopeId", "data-v-
|
|
540
|
+
const ne = /* @__PURE__ */ V(N, [["render", E], ["__scopeId", "data-v-6049057c"]]);
|
|
541
541
|
export {
|
|
542
542
|
ne as default
|
|
543
543
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.12.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"embla-carousel-fade",
|
|
108
108
|
"popper.js"
|
|
109
109
|
],
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "15db450d8f6e07b64d8f4f1e8c8f8c3fcfd65a45"
|
|
111
111
|
}
|