@reinosoft-ui/core 0.1.75 → 0.1.76

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.
@@ -3065,7 +3065,7 @@ const C2 = {
3065
3065
  if (!C || !v) return;
3066
3066
  const m = C.getBoundingClientRect(), h = v.getBoundingClientRect();
3067
3067
  let L, V;
3068
- window.innerHeight - m.bottom - h.height > h.height ? L = m.bottom + 4 : L = m.top - h.height - 4, window.innerWidth - m.left - h.width < h.width ? V = m.right - h.width : V = m.left, a.value = {
3068
+ window.innerHeight - m.bottom >= h.height ? L = m.bottom : L = m.top - h.height, window.innerWidth - m.left <= h.width ? V = m.right - h.width : V = m.left, a.value = {
3069
3069
  "--dropdown-menu-position": "fixed",
3070
3070
  "--dropdown-menu-top": `${L}px`,
3071
3071
  "--dropdown-menu-left": `${V}px`
@@ -3103,7 +3103,7 @@ const C2 = {
3103
3103
  Y(C.$slots, "default", {}, void 0, !0)
3104
3104
  ], 44, H2)) : q("", !0);
3105
3105
  }
3106
- }), B2 = /* @__PURE__ */ W(V2, [["__scopeId", "data-v-ec2ef731"]]), R2 = { class: "ui-button-menu" }, A2 = /* @__PURE__ */ Z({
3106
+ }), B2 = /* @__PURE__ */ W(V2, [["__scopeId", "data-v-b201f36f"]]), R2 = { class: "ui-button-menu" }, A2 = /* @__PURE__ */ Z({
3107
3107
  __name: "ButtonMenu",
3108
3108
  props: {
3109
3109
  variant: {}