@kiva/kv-components 6.67.1 → 6.67.2
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
.header-link[data-v-
|
|
1
|
+
.header-link[data-v-151d85c9]{cursor:pointer;padding-top:1rem;padding-bottom:1rem;--tw-text-opacity: 1;color:rgba(var(--text-primary),var(--tw-text-opacity, 1));text-decoration-line:none}.header-link[data-v-151d85c9]:hover{--tw-text-opacity: 1;color:rgba(var(--text-action),var(--tw-text-opacity, 1));text-decoration-line:none}[data-v-151d85c9] .avatar div:first-child{display:flex}
|
|
@@ -176,7 +176,7 @@ function Ie(i, n, a, e, N, E) {
|
|
|
176
176
|
"menu-component": e.KvLendMenu,
|
|
177
177
|
"open-menu-item": a.openMenuItem,
|
|
178
178
|
"dropdown-icon": e.mdiChevronDown,
|
|
179
|
-
"base-class": "tw-inline-flex md:tw-border md:tw-rounded-md tw-px-1.5 tw-py-
|
|
179
|
+
"base-class": "tw-inline-flex md:tw-border md:tw-rounded-md tw-px-1.5 tw-py-0.5",
|
|
180
180
|
onOnHover: e.handleOnHover,
|
|
181
181
|
onMouseleave: n[3] || (n[3] = (t) => e.handleMouseOut("lendButton")),
|
|
182
182
|
onTouchstart: n[4] || (n[4] = U((t) => e.handleTouchStart("lendButton", e.KvLendMenu), ["stop"]))
|
|
@@ -285,7 +285,7 @@ function Ie(i, n, a, e, N, E) {
|
|
|
285
285
|
])
|
|
286
286
|
], 32);
|
|
287
287
|
}
|
|
288
|
-
const Pe = /* @__PURE__ */ fe(be, [["render", Ie], ["__scopeId", "data-v-
|
|
288
|
+
const Pe = /* @__PURE__ */ fe(be, [["render", Ie], ["__scopeId", "data-v-151d85c9"]]);
|
|
289
289
|
export {
|
|
290
290
|
Pe as default
|
|
291
291
|
};
|
package/dist/vue/KvWwwHeader.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.header-fade-enter-active[data-v-
|
|
1
|
+
.header-fade-enter-active[data-v-7732c044]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.header-fade-leave-active[data-v-7732c044]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.1s}.header-fade-enter[data-v-7732c044],.header-fade-leave-to[data-v-7732c044]{opacity:0}.header-fade-leave[data-v-7732c044],.header-fade-enter-to[data-v-7732c044]{opacity:1}.bg-opacity-50[data-v-7732c044]{background-color:rgba(var(--bg-action-highlight),.5)}
|
package/dist/vue/KvWwwHeader.js
CHANGED
|
@@ -8,7 +8,7 @@ import { throttle as q } from "../utils/throttle.js";
|
|
|
8
8
|
import { debounce as F } from "../utils/debounce.js";
|
|
9
9
|
import "./KvWwwHeader.css";
|
|
10
10
|
import J from "../_virtual/_plugin-vue_export-helper.js";
|
|
11
|
-
const Q = "
|
|
11
|
+
const Q = "4rem", X = ["lendMenu", "aboutUsLink", "takeActionButton"], Z = {
|
|
12
12
|
components: {
|
|
13
13
|
KvHeaderLinkBar: V,
|
|
14
14
|
KvHeaderLogo: W,
|
|
@@ -122,7 +122,7 @@ function ee(L, o, n, e, r, i) {
|
|
|
122
122
|
class: "tw-font-medium tw-relative",
|
|
123
123
|
style: h({ height: e.HEADER_HEIGHT })
|
|
124
124
|
}, [
|
|
125
|
-
v(s,
|
|
125
|
+
v(s, { class: "tw-h-full" }, {
|
|
126
126
|
default: b(() => [
|
|
127
127
|
v(I, { name: "header-fade" }, {
|
|
128
128
|
default: b(() => [
|
|
@@ -195,7 +195,7 @@ function ee(L, o, n, e, r, i) {
|
|
|
195
195
|
_: 1
|
|
196
196
|
});
|
|
197
197
|
}
|
|
198
|
-
const me = /* @__PURE__ */ J(Z, [["render", ee], ["__scopeId", "data-v-
|
|
198
|
+
const me = /* @__PURE__ */ J(Z, [["render", ee], ["__scopeId", "data-v-7732c044"]]);
|
|
199
199
|
export {
|
|
200
200
|
me as default
|
|
201
201
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "6.67.
|
|
3
|
+
"version": "6.67.2",
|
|
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": "dabfed9e626974f9252b44fd355ca999e3943a38"
|
|
118
118
|
}
|