@kiva/kv-components 6.50.0 → 6.50.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/KvWwwHeader.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.header-fade-enter-active[data-v-
|
|
1
|
+
.header-fade-enter-active[data-v-734ef2ba]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.header-fade-leave-active[data-v-734ef2ba]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.1s}.header-fade-enter[data-v-734ef2ba],.header-fade-leave-to[data-v-734ef2ba]{opacity:0}.header-fade-leave[data-v-734ef2ba],.header-fade-enter-to[data-v-734ef2ba]{opacity:1}.bg-opacity-50[data-v-734ef2ba]{background-color:rgba(var(--bg-action-highlight),.5)}
|
package/dist/vue/KvWwwHeader.js
CHANGED
|
@@ -146,7 +146,7 @@ function R(E, o, e, n, l, a) {
|
|
|
146
146
|
}, [
|
|
147
147
|
f("div", {
|
|
148
148
|
class: "tw-bg-primary tw-overflow-y-auto",
|
|
149
|
-
style: g({ ...n.menuPosition, maxHeight: `calc(
|
|
149
|
+
style: g({ ...n.menuPosition, maxHeight: `calc(100dvh - ${n.HEADER_HEIGHT})` }),
|
|
150
150
|
onMouseover: o[0] || (o[0] = (y) => n.onHover(n.activeHeaderItem, n.menuComponent)),
|
|
151
151
|
onMouseout: o[1] || (o[1] = (y) => n.onHover())
|
|
152
152
|
}, [
|
|
@@ -172,7 +172,7 @@ function R(E, o, e, n, l, a) {
|
|
|
172
172
|
_: 1
|
|
173
173
|
});
|
|
174
174
|
}
|
|
175
|
-
const q = /* @__PURE__ */ N(S, [["render", R], ["__scopeId", "data-v-
|
|
175
|
+
const q = /* @__PURE__ */ N(S, [["render", R], ["__scopeId", "data-v-734ef2ba"]]);
|
|
176
176
|
export {
|
|
177
177
|
q as default
|
|
178
178
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "6.50.
|
|
3
|
+
"version": "6.50.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"embla-carousel-fade",
|
|
114
114
|
"popper.js"
|
|
115
115
|
],
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "3340c201bdd77ab6488052728a1d131eecb0401e"
|
|
117
117
|
}
|