@stlhorizon/vue-ui 2.5.3 → 2.5.5

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/index.esm.js CHANGED
@@ -6094,7 +6094,7 @@ const ae = {
6094
6094
  },
6095
6095
  calendarPosition: {
6096
6096
  type: String,
6097
- default: "left-0"
6097
+ default: "left-0 bottom-full"
6098
6098
  },
6099
6099
  ariaDescribedby: String
6100
6100
  },
@@ -6252,7 +6252,7 @@ const ae = {
6252
6252
  default: N(() => [
6253
6253
  r.value ? (o(), d("div", {
6254
6254
  key: 0,
6255
- class: g(["absolute z-[9999] mt-2 bg-white border border-slate-200 rounded-lg shadow-lg p-4", e.calendarPosition]),
6255
+ class: g(["absolute z-[9999] mb-2 bg-white border border-slate-200 rounded-lg shadow-lg p-4", e.calendarPosition]),
6256
6256
  onClick: P[0] || (P[0] = Ve(() => {
6257
6257
  }, ["stop"]))
6258
6258
  }, [
@@ -11089,7 +11089,7 @@ const cd = {
11089
11089
  format: f.format || "MM/DD/YYYY",
11090
11090
  clearable: f.clearable !== !1,
11091
11091
  showToday: f.showToday !== !1,
11092
- calendarPosition: f.calendarPosition || "left-0",
11092
+ calendarPosition: f.calendarPosition || "left-0 bottom-full",
11093
11093
  "aria-describedby": j
11094
11094
  }, null, 8, ["id", "modelValue", "onUpdate:modelValue", "disabled", "required", "min", "max", "placeholder", "format", "clearable", "showToday", "calendarPosition", "aria-describedby"])) : h("", !0)
11095
11095
  ]),