@kiva/kv-components 6.62.5 → 6.63.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 +4 -4
- package/package.json +2 -2
package/dist/vue/KvLendCta.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.amountDropdownWrapper[data-v-
|
|
1
|
+
.amountDropdownWrapper[data-v-80882253] select{border-radius:14px 0 0 14px}.lend-again[data-v-80882253] span{padding-left:.5rem;padding-right:.5rem}.lendButtonWrapper[data-v-80882253] span:first-child{border-radius:0 14px 14px 0}.filtered-dropdown[data-v-80882253] select{cursor:pointer;border-radius:1rem;border-width:2px;font-weight:500}.unselected-dropdown[data-v-80882253] select{--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity, 1))}.preset-option[data-v-80882253] 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-80882253] select,.selected-option[data-v-80882253] 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-80882253] span>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 410px){.mobile-dropdown-small[data-v-80882253]{flex:0 0 40%}}
|
package/dist/vue/KvLendCta.js
CHANGED
|
@@ -462,7 +462,7 @@ function ue(n, s, l, D, d, e) {
|
|
|
462
462
|
(o(!0), r(k, null, p(e.presetButtonsPrices, (t) => (o(), a(m, {
|
|
463
463
|
key: t,
|
|
464
464
|
variant: "secondary",
|
|
465
|
-
class: w(["preset-option tw-flex-1 tw-min-w-0", { "selected-option": d.selectedOption == t }]),
|
|
465
|
+
class: w(["preset-option tw-flex-1 tw-min-w-0 tw-whitespace-nowrap", { "selected-option": d.selectedOption == t }]),
|
|
466
466
|
"data-testid": "bp-lend-cta-lend-button-mobile",
|
|
467
467
|
onClick: (b) => e.clickPresetButton(t)
|
|
468
468
|
}, {
|
|
@@ -540,7 +540,7 @@ function ue(n, s, l, D, d, e) {
|
|
|
540
540
|
(o(!0), r(k, null, p(e.presetButtonsPrices, (t) => (o(), a(m, {
|
|
541
541
|
key: t,
|
|
542
542
|
variant: "secondary",
|
|
543
|
-
class: w(["preset-option tw-flex-1 tw-min-w-0", { "selected-option": d.selectedOption == t }]),
|
|
543
|
+
class: w(["preset-option tw-flex-1 tw-min-w-0 tw-whitespace-nowrap", { "selected-option": d.selectedOption == t }]),
|
|
544
544
|
"data-testid": "bp-lend-cta-lend-button-narrow-desktop",
|
|
545
545
|
onClick: (b) => e.clickPresetButton(t)
|
|
546
546
|
}, {
|
|
@@ -622,7 +622,7 @@ function ue(n, s, l, D, d, e) {
|
|
|
622
622
|
e.isLendAmountButton ? c("", !0) : (o(!0), r(k, { key: 0 }, p(e.presetButtonsPrices, (t) => (o(), a(m, {
|
|
623
623
|
key: t,
|
|
624
624
|
variant: "secondary",
|
|
625
|
-
class: w(["tw-inline-flex tw-flex-1 preset-option tw-w-8", { "selected-option": d.selectedOption == t }]),
|
|
625
|
+
class: w(["tw-inline-flex tw-flex-1 preset-option tw-w-8 tw-whitespace-nowrap", { "selected-option": d.selectedOption == t }]),
|
|
626
626
|
"data-testid": "bp-lend-cta-lend-button",
|
|
627
627
|
onClick: (b) => e.clickPresetButton(t)
|
|
628
628
|
}, {
|
|
@@ -729,7 +729,7 @@ function ue(n, s, l, D, d, e) {
|
|
|
729
729
|
], 32)) : c("", !0)
|
|
730
730
|
], 512);
|
|
731
731
|
}
|
|
732
|
-
const be = /* @__PURE__ */ W(K, [["render", ue], ["__scopeId", "data-v-
|
|
732
|
+
const be = /* @__PURE__ */ W(K, [["render", ue], ["__scopeId", "data-v-80882253"]]);
|
|
733
733
|
export {
|
|
734
734
|
De as KV_LEND_CTA_FRAGMENT,
|
|
735
735
|
ye as KV_LEND_CTA_USER_FRAGMENT,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.63.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
"embla-carousel-fade",
|
|
115
115
|
"popper.js"
|
|
116
116
|
],
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "adb6652287c700dc66afd2fb57ce0e231b1906c9"
|
|
118
118
|
}
|