@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.
@@ -1 +1 @@
1
- .header-fade-enter-active[data-v-e1bd1f5d]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.header-fade-leave-active[data-v-e1bd1f5d]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.1s}.header-fade-enter[data-v-e1bd1f5d],.header-fade-leave-to[data-v-e1bd1f5d]{opacity:0}.header-fade-leave[data-v-e1bd1f5d],.header-fade-enter-to[data-v-e1bd1f5d]{opacity:1}.bg-opacity-50[data-v-e1bd1f5d]{background-color:rgba(var(--bg-action-highlight),.5)}
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)}
@@ -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(100vh - ${n.HEADER_HEIGHT})` }),
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-e1bd1f5d"]]);
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.0",
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": "07d21f4014a4d7b4b74ce90fbe9a92689a3725c0"
116
+ "gitHead": "3340c201bdd77ab6488052728a1d131eecb0401e"
117
117
  }