lizaui 3.0.27 → 3.0.28

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.
@@ -5993,36 +5993,48 @@ const Fi = xl.div`
5993
5993
  $l.Popover,
5994
5994
  {
5995
5995
  isOpen: Q,
5996
- content: /* @__PURE__ */ h.jsxs(Fi, { color: a, showcalendar: Q.toString(), widthcalendar: ne.current, className: "shadow-medium bg-content1 rounded-md", children: [
5997
- c ? (
5998
- /* <Loading size="sm" color="secondary" /> */
5999
- /* @__PURE__ */ h.jsx("p", { children: "loading" })
6000
- ) : null,
6001
- /* @__PURE__ */ h.jsxs("div", { className: "w-full relative flex flex-col gap-2", children: [
6002
- /* @__PURE__ */ h.jsx(
6003
- ms,
6004
- {
6005
- value: t,
6006
- onChange: P,
6007
- locale: s,
6008
- showDoubleView: n,
6009
- calendarType: "gregory",
6010
- minDate: o,
6011
- maxDate: i,
6012
- tileDisabled: x,
6013
- selectRange: V === "date-range-picker",
6014
- returnValue: V === "date-range-picker" ? "range" : "start",
6015
- prevLabel: /* @__PURE__ */ h.jsx(Ml, { className: "w-4 h-5" }),
6016
- nextLabel: /* @__PURE__ */ h.jsx(Rl, { className: "w-4 h-5" }),
6017
- tileContent: Z
6018
- }
6019
- ),
6020
- /* @__PURE__ */ h.jsxs("div", { className: "flex items-center justify-center gap-x-4 p-3 w-full", children: [
6021
- /* @__PURE__ */ h.jsx(Oo, { onClick: W, color: a, className: "flex-1", children: "Hoy" }),
6022
- /* @__PURE__ */ h.jsx(Oo, { color: "default", variant: "bordered", className: "flex-1", onClick: () => F(!1), children: "Cerrar" })
6023
- ] })
6024
- ] })
6025
- ] }),
5996
+ containerStyle: {
5997
+ zIndex: "100"
5998
+ },
5999
+ content: /* @__PURE__ */ h.jsxs(
6000
+ Fi,
6001
+ {
6002
+ color: a,
6003
+ showcalendar: Q.toString(),
6004
+ widthcalendar: ne.current,
6005
+ className: "shadow-medium bg-content1 rounded-md",
6006
+ children: [
6007
+ c ? (
6008
+ /* <Loading size="sm" color="secondary" /> */
6009
+ /* @__PURE__ */ h.jsx("p", { children: "loading" })
6010
+ ) : null,
6011
+ /* @__PURE__ */ h.jsxs("div", { className: "w-full relative flex flex-col gap-2", children: [
6012
+ /* @__PURE__ */ h.jsx(
6013
+ ms,
6014
+ {
6015
+ value: t,
6016
+ onChange: P,
6017
+ locale: s,
6018
+ showDoubleView: n,
6019
+ calendarType: "gregory",
6020
+ minDate: o,
6021
+ maxDate: i,
6022
+ tileDisabled: x,
6023
+ selectRange: V === "date-range-picker",
6024
+ returnValue: V === "date-range-picker" ? "range" : "start",
6025
+ prevLabel: /* @__PURE__ */ h.jsx(Ml, { className: "w-4 h-5" }),
6026
+ nextLabel: /* @__PURE__ */ h.jsx(Rl, { className: "w-4 h-5" }),
6027
+ tileContent: Z
6028
+ }
6029
+ ),
6030
+ /* @__PURE__ */ h.jsxs("div", { className: "flex items-center justify-center gap-x-4 p-3 w-full", children: [
6031
+ /* @__PURE__ */ h.jsx(Oo, { onClick: W, color: a, className: "flex-1", children: "Hoy" }),
6032
+ /* @__PURE__ */ h.jsx(Oo, { color: "default", variant: "bordered", className: "flex-1", onClick: () => F(!1), children: "Cerrar" })
6033
+ ] })
6034
+ ] })
6035
+ ]
6036
+ }
6037
+ ),
6026
6038
  positions: ["bottom", "top"],
6027
6039
  reposition: !0,
6028
6040
  onClickOutside: T,