@kiva/kv-components 6.23.0 → 6.24.1
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
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.amountDropdownWrapper[data-v-
|
|
1
|
+
.amountDropdownWrapper[data-v-7d70fb6b] select{border-radius:14px 0 0 14px}.lend-again[data-v-7d70fb6b] span{padding-left:0;padding-right:0;padding-left:.5rem;padding-right:.5rem}.lendButtonWrapper[data-v-7d70fb6b] span:first-child{border-radius:0 14px 14px 0}.filtered-dropdown[data-v-7d70fb6b] select{cursor:pointer;border-radius:.875rem;border-width:2px;font-weight:500}.unselected-dropdown[data-v-7d70fb6b] select{--tw-border-opacity: 1;border-color:rgb(158 158 158 / var(--tw-border-opacity, 1))}.preset-option[data-v-7d70fb6b] 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-7d70fb6b] select,.selected-option[data-v-7d70fb6b] 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-7d70fb6b] span>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
package/dist/vue/KvLendCta.js
CHANGED
|
@@ -565,7 +565,7 @@ function q(t, n, s, y, c, e) {
|
|
|
565
565
|
], 32)) : d("", !0)
|
|
566
566
|
]);
|
|
567
567
|
}
|
|
568
|
-
const at = /* @__PURE__ */ O(M, [["render", q], ["__scopeId", "data-v-
|
|
568
|
+
const at = /* @__PURE__ */ O(M, [["render", q], ["__scopeId", "data-v-7d70fb6b"]]);
|
|
569
569
|
export {
|
|
570
570
|
ot as KV_LEND_CTA_FRAGMENT,
|
|
571
571
|
it as KV_LEND_CTA_USER_FRAGMENT,
|
package/dist/vue/KvSideSheet.js
CHANGED
|
@@ -236,7 +236,7 @@ function re(i, l, s, t, H, z) {
|
|
|
236
236
|
}, [
|
|
237
237
|
c("div", {
|
|
238
238
|
ref: "headlineRef",
|
|
239
|
-
class: k(["tw-flex tw-justify-between tw-transition-opacity tw-duration-200 tw-px-3 tw-py-2 tw-border-tertiary", {
|
|
239
|
+
class: k(["tw-flex tw-justify-between tw-transition-opacity tw-duration-200 tw-px-3 tw-py-2 tw-border-tertiary tw-gap-1.5", {
|
|
240
240
|
"tw-opacity-0": !t.open,
|
|
241
241
|
"tw-opacity-full": t.open,
|
|
242
242
|
"tw-border-b": s.showHeadlineBorder
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.24.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"embla-carousel-fade",
|
|
112
112
|
"popper.js"
|
|
113
113
|
],
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "829dbbec86daae2bf9bdc61eba44f0425d74f53e"
|
|
115
115
|
}
|