@kiva/kv-components 6.24.0 → 6.25.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
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
|
@@ -253,7 +253,7 @@ function re(i, l, s, t, H, z) {
|
|
|
253
253
|
icon: t.mdiArrowLeft
|
|
254
254
|
}, null, 8, ["icon"])
|
|
255
255
|
])) : b("", !0),
|
|
256
|
-
s.headline ? (g(), p("
|
|
256
|
+
s.headline ? (g(), p("h3", se, Y(s.headline), 1)) : b("", !0)
|
|
257
257
|
]),
|
|
258
258
|
c("div", ae, [
|
|
259
259
|
s.showGoToLink ? (g(), p("button", {
|
|
@@ -283,7 +283,7 @@ function re(i, l, s, t, H, z) {
|
|
|
283
283
|
style: j({ height: t.contentHeight + "px" })
|
|
284
284
|
}, [
|
|
285
285
|
c("div", {
|
|
286
|
-
class: k(["tw-
|
|
286
|
+
class: k(["tw-px-2 tw-transition-opacity tw-duration-200", {
|
|
287
287
|
"tw-opacity-0": !t.open,
|
|
288
288
|
"tw-opacity-full": t.open
|
|
289
289
|
}])
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.25.0",
|
|
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": "39e0e0539d1f84c46faf0ee6f180c9ca5d896464"
|
|
115
115
|
}
|