@still-forest/canopy 0.37.0 → 0.38.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,32 +1,105 @@
1
- import { j as P } from "./jsx-runtime-B0GD0xBr.js";
2
- import { F as mt } from "./Layout-CvVv48kM.js";
3
- import { a as Dn, c as _ } from "./index-CRiPKpXj.js";
1
+ import { j as S } from "./jsx-runtime-B0GD0xBr.js";
2
+ import { F as He } from "./Layout-CvVv48kM.js";
3
+ import { a as Dn, c as T } from "./index-CRiPKpXj.js";
4
4
  import * as j from "react";
5
- import h, { forwardRef as yt, createElement as He, createContext as On, useContext as Cn, useCallback as Q, useRef as Se, useLayoutEffect as Nn, useState as qe, useEffect as xn, useMemo as Fe } from "react";
5
+ import h, { forwardRef as yt, createElement as qe, createContext as On, useContext as Cn, useCallback as U, useRef as Se, useLayoutEffect as Nn, useState as $e, useEffect as xn, useMemo as Fe } from "react";
6
+ function Je(e, t) {
7
+ if (typeof e == "function")
8
+ return e(t);
9
+ e != null && (e.current = t);
10
+ }
11
+ function gt(...e) {
12
+ return (t) => {
13
+ let n = !1;
14
+ const o = e.map((r) => {
15
+ const s = Je(r, t);
16
+ return !n && typeof s == "function" && (n = !0), s;
17
+ });
18
+ if (n)
19
+ return () => {
20
+ for (let r = 0; r < o.length; r++) {
21
+ const s = o[r];
22
+ typeof s == "function" ? s() : Je(e[r], null);
23
+ }
24
+ };
25
+ };
26
+ }
27
+ function ta(...e) {
28
+ return j.useCallback(gt(...e), e);
29
+ }
30
+ // @__NO_SIDE_EFFECTS__
31
+ function Wn(e) {
32
+ const t = /* @__PURE__ */ _n(e), n = j.forwardRef((o, r) => {
33
+ const { children: s, ...i } = o, a = j.Children.toArray(s), c = a.find(Tn);
34
+ if (c) {
35
+ const l = c.props.children, d = a.map((u) => u === c ? j.Children.count(l) > 1 ? j.Children.only(null) : j.isValidElement(l) ? l.props.children : null : u);
36
+ return /* @__PURE__ */ S.jsx(t, { ...i, ref: r, children: j.isValidElement(l) ? j.cloneElement(l, void 0, d) : null });
37
+ }
38
+ return /* @__PURE__ */ S.jsx(t, { ...i, ref: r, children: s });
39
+ });
40
+ return n.displayName = `${e}.Slot`, n;
41
+ }
42
+ var Sn = /* @__PURE__ */ Wn("Slot");
43
+ // @__NO_SIDE_EFFECTS__
44
+ function _n(e) {
45
+ const t = j.forwardRef((n, o) => {
46
+ const { children: r, ...s } = n;
47
+ if (j.isValidElement(r)) {
48
+ const i = Pn(r), a = En(s, r.props);
49
+ return r.type !== j.Fragment && (a.ref = o ? gt(o, i) : i), j.cloneElement(r, a);
50
+ }
51
+ return j.Children.count(r) > 1 ? j.Children.only(null) : null;
52
+ });
53
+ return t.displayName = `${e}.SlotClone`, t;
54
+ }
55
+ var bt = Symbol("radix.slottable");
56
+ // @__NO_SIDE_EFFECTS__
57
+ function na(e) {
58
+ const t = ({ children: n }) => /* @__PURE__ */ S.jsx(S.Fragment, { children: n });
59
+ return t.displayName = `${e}.Slottable`, t.__radixId = bt, t;
60
+ }
61
+ function Tn(e) {
62
+ return j.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === bt;
63
+ }
64
+ function En(e, t) {
65
+ const n = { ...t };
66
+ for (const o in t) {
67
+ const r = e[o], s = t[o];
68
+ /^on[A-Z]/.test(o) ? r && s ? n[o] = (...a) => {
69
+ const c = s(...a);
70
+ return r(...a), c;
71
+ } : r && (n[o] = r) : o === "style" ? n[o] = { ...r, ...s } : o === "className" && (n[o] = [r, s].filter(Boolean).join(" "));
72
+ }
73
+ return { ...e, ...n };
74
+ }
75
+ function Pn(e) {
76
+ let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning;
77
+ return n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
78
+ }
6
79
  /**
7
- * @license lucide-react v0.543.0 - ISC
80
+ * @license lucide-react v0.544.0 - ISC
8
81
  *
9
82
  * This source code is licensed under the ISC license.
10
83
  * See the LICENSE file in the root directory of this source tree.
11
84
  */
12
- const Wn = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), Sn = (e) => e.replace(
85
+ const Yn = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), Fn = (e) => e.replace(
13
86
  /^([A-Z])|[\s-_]+(\w)/g,
14
87
  (t, n, o) => o ? o.toUpperCase() : n.toLowerCase()
15
- ), Ke = (e) => {
16
- const t = Sn(e);
88
+ ), et = (e) => {
89
+ const t = Fn(e);
17
90
  return t.charAt(0).toUpperCase() + t.slice(1);
18
- }, gt = (...e) => e.filter((t, n, o) => !!t && t.trim() !== "" && o.indexOf(t) === n).join(" ").trim(), _n = (e) => {
91
+ }, pt = (...e) => e.filter((t, n, o) => !!t && t.trim() !== "" && o.indexOf(t) === n).join(" ").trim(), Bn = (e) => {
19
92
  for (const t in e)
20
93
  if (t.startsWith("aria-") || t === "role" || t === "title")
21
94
  return !0;
22
95
  };
23
96
  /**
24
- * @license lucide-react v0.543.0 - ISC
97
+ * @license lucide-react v0.544.0 - ISC
25
98
  *
26
99
  * This source code is licensed under the ISC license.
27
100
  * See the LICENSE file in the root directory of this source tree.
28
101
  */
29
- var En = {
102
+ var jn = {
30
103
  xmlns: "http://www.w3.org/2000/svg",
31
104
  width: 24,
32
105
  height: 24,
@@ -38,12 +111,12 @@ var En = {
38
111
  strokeLinejoin: "round"
39
112
  };
40
113
  /**
41
- * @license lucide-react v0.543.0 - ISC
114
+ * @license lucide-react v0.544.0 - ISC
42
115
  *
43
116
  * This source code is licensed under the ISC license.
44
117
  * See the LICENSE file in the root directory of this source tree.
45
118
  */
46
- const Tn = yt(
119
+ const In = yt(
47
120
  ({
48
121
  color: e = "currentColor",
49
122
  size: t = 24,
@@ -53,171 +126,97 @@ const Tn = yt(
53
126
  children: s,
54
127
  iconNode: i,
55
128
  ...a
56
- }, c) => He(
129
+ }, c) => qe(
57
130
  "svg",
58
131
  {
59
132
  ref: c,
60
- ...En,
133
+ ...jn,
61
134
  width: t,
62
135
  height: t,
63
136
  stroke: e,
64
137
  strokeWidth: o ? Number(n) * 24 / Number(t) : n,
65
- className: gt("lucide", r),
66
- ...!s && !_n(a) && { "aria-hidden": "true" },
138
+ className: pt("lucide", r),
139
+ ...!s && !Bn(a) && { "aria-hidden": "true" },
67
140
  ...a
68
141
  },
69
142
  [
70
- ...i.map(([l, d]) => He(l, d)),
143
+ ...i.map(([l, d]) => qe(l, d)),
71
144
  ...Array.isArray(s) ? s : [s]
72
145
  ]
73
146
  )
74
147
  );
75
148
  /**
76
- * @license lucide-react v0.543.0 - ISC
149
+ * @license lucide-react v0.544.0 - ISC
77
150
  *
78
151
  * This source code is licensed under the ISC license.
79
152
  * See the LICENSE file in the root directory of this source tree.
80
153
  */
81
- const bt = (e, t) => {
154
+ const wt = (e, t) => {
82
155
  const n = yt(
83
- ({ className: o, ...r }, s) => He(Tn, {
156
+ ({ className: o, ...r }, s) => qe(In, {
84
157
  ref: s,
85
158
  iconNode: t,
86
- className: gt(
87
- `lucide-${Wn(Ke(e))}`,
159
+ className: pt(
160
+ `lucide-${Yn(et(e))}`,
88
161
  `lucide-${e}`,
89
162
  o
90
163
  ),
91
164
  ...r
92
165
  })
93
166
  );
94
- return n.displayName = Ke(e), n;
167
+ return n.displayName = et(e), n;
95
168
  };
96
169
  /**
97
- * @license lucide-react v0.543.0 - ISC
170
+ * @license lucide-react v0.544.0 - ISC
98
171
  *
99
172
  * This source code is licensed under the ISC license.
100
173
  * See the LICENSE file in the root directory of this source tree.
101
174
  */
102
- const Pn = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], wt = bt("chevron-left", Pn);
175
+ const An = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], vt = wt("chevron-left", An);
103
176
  /**
104
- * @license lucide-react v0.543.0 - ISC
177
+ * @license lucide-react v0.544.0 - ISC
105
178
  *
106
179
  * This source code is licensed under the ISC license.
107
180
  * See the LICENSE file in the root directory of this source tree.
108
181
  */
109
- const Yn = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]], pt = bt("chevron-right", Yn);
110
- function Je(e, t) {
111
- if (typeof e == "function")
112
- return e(t);
113
- e != null && (e.current = t);
114
- }
115
- function vt(...e) {
116
- return (t) => {
117
- let n = !1;
118
- const o = e.map((r) => {
119
- const s = Je(r, t);
120
- return !n && typeof s == "function" && (n = !0), s;
121
- });
122
- if (n)
123
- return () => {
124
- for (let r = 0; r < o.length; r++) {
125
- const s = o[r];
126
- typeof s == "function" ? s() : Je(e[r], null);
127
- }
128
- };
129
- };
130
- }
131
- function ta(...e) {
132
- return j.useCallback(vt(...e), e);
133
- }
134
- // @__NO_SIDE_EFFECTS__
135
- function Fn(e) {
136
- const t = /* @__PURE__ */ jn(e), n = j.forwardRef((o, r) => {
137
- const { children: s, ...i } = o, a = j.Children.toArray(s), c = a.find(In);
138
- if (c) {
139
- const l = c.props.children, d = a.map((u) => u === c ? j.Children.count(l) > 1 ? j.Children.only(null) : j.isValidElement(l) ? l.props.children : null : u);
140
- return /* @__PURE__ */ P.jsx(t, { ...i, ref: r, children: j.isValidElement(l) ? j.cloneElement(l, void 0, d) : null });
141
- }
142
- return /* @__PURE__ */ P.jsx(t, { ...i, ref: r, children: s });
143
- });
144
- return n.displayName = `${e}.Slot`, n;
145
- }
146
- var Bn = /* @__PURE__ */ Fn("Slot");
147
- // @__NO_SIDE_EFFECTS__
148
- function jn(e) {
149
- const t = j.forwardRef((n, o) => {
150
- const { children: r, ...s } = n;
151
- if (j.isValidElement(r)) {
152
- const i = Hn(r), a = An(s, r.props);
153
- return r.type !== j.Fragment && (a.ref = o ? vt(o, i) : i), j.cloneElement(r, a);
154
- }
155
- return j.Children.count(r) > 1 ? j.Children.only(null) : null;
156
- });
157
- return t.displayName = `${e}.SlotClone`, t;
158
- }
159
- var Mt = Symbol("radix.slottable");
160
- // @__NO_SIDE_EFFECTS__
161
- function na(e) {
162
- const t = ({ children: n }) => /* @__PURE__ */ P.jsx(P.Fragment, { children: n });
163
- return t.displayName = `${e}.Slottable`, t.__radixId = Mt, t;
164
- }
165
- function In(e) {
166
- return j.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === Mt;
167
- }
168
- function An(e, t) {
169
- const n = { ...t };
170
- for (const o in t) {
171
- const r = e[o], s = t[o];
172
- /^on[A-Z]/.test(o) ? r && s ? n[o] = (...a) => {
173
- const c = s(...a);
174
- return r(...a), c;
175
- } : r && (n[o] = r) : o === "style" ? n[o] = { ...r, ...s } : o === "className" && (n[o] = [r, s].filter(Boolean).join(" "));
176
- }
177
- return { ...e, ...n };
178
- }
179
- function Hn(e) {
180
- let t = Object.getOwnPropertyDescriptor(e.props, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning;
181
- return n ? e.ref : (t = Object.getOwnPropertyDescriptor(e, "ref")?.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
182
- }
183
- const et = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, tt = Dn, qn = (e, t) => (n) => {
182
+ const Hn = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]], Mt = wt("chevron-right", Hn), tt = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, nt = Dn, qn = (e, t) => (n) => {
184
183
  var o;
185
- if (t?.variants == null) return tt(e, n?.class, n?.className);
184
+ if (t?.variants == null) return nt(e, n?.class, n?.className);
186
185
  const { variants: r, defaultVariants: s } = t, i = Object.keys(r).map((l) => {
187
186
  const d = n?.[l], u = s?.[l];
188
187
  if (d === null) return null;
189
- const f = et(d) || et(u);
188
+ const f = tt(d) || tt(u);
190
189
  return r[l][f];
191
190
  }), a = n && Object.entries(n).reduce((l, d) => {
192
191
  let [u, f] = d;
193
192
  return f === void 0 || (l[u] = f), l;
194
193
  }, {}), c = t == null || (o = t.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((l, d) => {
195
194
  let { class: u, className: f, ...m } = d;
196
- return Object.entries(m).every((w) => {
197
- let [b, p] = w;
198
- return Array.isArray(p) ? p.includes({
195
+ return Object.entries(m).every((p) => {
196
+ let [b, w] = p;
197
+ return Array.isArray(w) ? w.includes({
199
198
  ...s,
200
199
  ...a
201
200
  }[b]) : {
202
201
  ...s,
203
202
  ...a
204
- }[b] === p;
203
+ }[b] === w;
205
204
  }) ? [
206
205
  ...l,
207
206
  u,
208
207
  f
209
208
  ] : l;
210
209
  }, []);
211
- return tt(e, i, c, n?.class, n?.className);
212
- }, $e = qn(
213
- "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",
210
+ return nt(e, i, c, n?.class, n?.className);
211
+ }, Re = qn(
212
+ "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive",
214
213
  {
215
214
  variants: {
216
215
  variant: {
217
- default: "bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",
218
- destructive: "bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",
216
+ default: "bg-primary text-primary-foreground hover:bg-primary/90",
217
+ destructive: "bg-destructive text-white hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",
219
218
  outline: "border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50",
220
- secondary: "bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",
219
+ secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
221
220
  ghost: "hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50",
222
221
  link: "text-primary underline-offset-4 hover:underline",
223
222
  unstyled: "hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50 justify-start"
@@ -246,8 +245,8 @@ function De({
246
245
  asChild: o = !1,
247
246
  ...r
248
247
  }) {
249
- const s = o ? Bn : "button";
250
- return /* @__PURE__ */ P.jsx(s, { className: _($e({ variant: t, size: n, className: e })), "data-slot": "button", ...r });
248
+ const s = o ? Sn : "button";
249
+ return /* @__PURE__ */ S.jsx(s, { className: T(Re({ variant: t, size: n, className: e })), "data-slot": "button", ...r });
251
250
  }
252
251
  const $n = ({
253
252
  label: e,
@@ -264,39 +263,42 @@ const $n = ({
264
263
  fit: u = !1,
265
264
  ...f
266
265
  }) => {
267
- const m = () => o === "primary" ? "default" : o === "subtle" ? "secondary" : o, w = () => o === "unstyled" ? "unstyled" : r === "default" ? "md" : r;
268
- return /* @__PURE__ */ P.jsx(
266
+ const m = () => o === "primary" ? "default" : o === "subtle" ? "secondary" : o, p = () => o === "unstyled" ? "unstyled" : r === "default" ? "md" : r;
267
+ return /* @__PURE__ */ S.jsx(
269
268
  De,
270
269
  {
271
270
  asChild: l,
272
- className: _(a, u && "w-fit", d && "w-full", o === "unstyled" && "justify-start"),
271
+ className: T(a, u && "w-fit", d && "w-full", o === "unstyled" && "justify-start"),
273
272
  disabled: i,
274
273
  onClick: n,
275
- size: w(),
274
+ size: p(),
276
275
  type: c,
277
276
  variant: m(),
278
277
  ...f,
279
- children: s && t ? /* @__PURE__ */ P.jsxs(mt, { align: "center", gap: "2", children: [
280
- /* @__PURE__ */ P.jsx("span", { children: s }, "icon"),
281
- /* @__PURE__ */ P.jsx("span", { children: t }, "children")
282
- ] }) : s || t || e
278
+ children: s && t ? /* @__PURE__ */ S.jsxs(He, { align: "center", gap: "2", children: [
279
+ /* @__PURE__ */ S.jsx("span", { children: s }, "icon"),
280
+ /* @__PURE__ */ S.jsx("span", { children: t }, "children")
281
+ ] }) : s && e ? /* @__PURE__ */ S.jsxs(He, { align: "center", gap: "2", children: [
282
+ /* @__PURE__ */ S.jsx("span", { children: s }, "icon"),
283
+ /* @__PURE__ */ S.jsx("span", { children: e }, "label")
284
+ ] }) : s ? /* @__PURE__ */ S.jsx("span", { children: s }, "icon") : t || e
283
285
  }
284
286
  );
285
- }, Rn = ({ children: e, className: t = "" }) => /* @__PURE__ */ P.jsx(mt, { className: t, children: e });
286
- Rn.Button = ({ children: e, className: t, ...n }) => /* @__PURE__ */ P.jsx($n, { className: _("not-first:-ml-1 not-last:rounded-r-none not-first:rounded-l-none", t), ...n, children: e });
287
- const kt = 6048e5, Gn = 864e5, nt = Symbol.for("constructDateFrom");
287
+ }, Rn = ({ children: e, className: t = "" }) => /* @__PURE__ */ S.jsx(He, { className: t, children: e });
288
+ Rn.Button = ({ children: e, className: t, ...n }) => /* @__PURE__ */ S.jsx($n, { className: T("not-first:-ml-1 not-last:rounded-r-none not-first:rounded-l-none", t), ...n, children: e });
289
+ const kt = 6048e5, Gn = 864e5, ot = Symbol.for("constructDateFrom");
288
290
  function I(e, t) {
289
- return typeof e == "function" ? e(t) : e && typeof e == "object" && nt in e ? e[nt](t) : e instanceof Date ? new e.constructor(t) : new Date(t);
291
+ return typeof e == "function" ? e(t) : e && typeof e == "object" && ot in e ? e[ot](t) : e instanceof Date ? new e.constructor(t) : new Date(t);
290
292
  }
291
- function T(e, t) {
293
+ function P(e, t) {
292
294
  return I(t || e, e);
293
295
  }
294
296
  function Dt(e, t, n) {
295
- const o = T(e, n?.in);
297
+ const o = P(e, n?.in);
296
298
  return isNaN(t) ? I(e, NaN) : (t && o.setDate(o.getDate() + t), o);
297
299
  }
298
300
  function Ot(e, t, n) {
299
- const o = T(e, n?.in);
301
+ const o = P(e, n?.in);
300
302
  if (isNaN(t)) return I(e, NaN);
301
303
  if (!t)
302
304
  return o;
@@ -314,22 +316,22 @@ function Ne() {
314
316
  return Zn;
315
317
  }
316
318
  function ge(e, t) {
317
- const n = Ne(), o = t?.weekStartsOn ?? t?.locale?.options?.weekStartsOn ?? n.weekStartsOn ?? n.locale?.options?.weekStartsOn ?? 0, r = T(e, t?.in), s = r.getDay(), i = (s < o ? 7 : 0) + s - o;
319
+ const n = Ne(), o = t?.weekStartsOn ?? t?.locale?.options?.weekStartsOn ?? n.weekStartsOn ?? n.locale?.options?.weekStartsOn ?? 0, r = P(e, t?.in), s = r.getDay(), i = (s < o ? 7 : 0) + s - o;
318
320
  return r.setDate(r.getDate() - i), r.setHours(0, 0, 0, 0), r;
319
321
  }
320
322
  function Oe(e, t) {
321
323
  return ge(e, { ...t, weekStartsOn: 1 });
322
324
  }
323
325
  function Ct(e, t) {
324
- const n = T(e, t?.in), o = n.getFullYear(), r = I(n, 0);
326
+ const n = P(e, t?.in), o = n.getFullYear(), r = I(n, 0);
325
327
  r.setFullYear(o + 1, 0, 4), r.setHours(0, 0, 0, 0);
326
328
  const s = Oe(r), i = I(n, 0);
327
329
  i.setFullYear(o, 0, 4), i.setHours(0, 0, 0, 0);
328
330
  const a = Oe(i);
329
331
  return n.getTime() >= s.getTime() ? o + 1 : n.getTime() >= a.getTime() ? o : o - 1;
330
332
  }
331
- function ot(e) {
332
- const t = T(e), n = new Date(
333
+ function rt(e) {
334
+ const t = P(e), n = new Date(
333
335
  Date.UTC(
334
336
  t.getFullYear(),
335
337
  t.getMonth(),
@@ -350,7 +352,7 @@ function be(e, ...t) {
350
352
  return t.map(n);
351
353
  }
352
354
  function Ce(e, t) {
353
- const n = T(e, t?.in);
355
+ const n = P(e, t?.in);
354
356
  return n.setHours(0, 0, 0, 0), n;
355
357
  }
356
358
  function ce(e, t, n) {
@@ -358,14 +360,14 @@ function ce(e, t, n) {
358
360
  n?.in,
359
361
  e,
360
362
  t
361
- ), s = Ce(o), i = Ce(r), a = +s - ot(s), c = +i - ot(i);
363
+ ), s = Ce(o), i = Ce(r), a = +s - rt(s), c = +i - rt(i);
362
364
  return Math.round((a - c) / Gn);
363
365
  }
364
- function Ln(e, t) {
366
+ function zn(e, t) {
365
367
  const n = Ct(e, t), o = I(e, 0);
366
368
  return o.setFullYear(n, 0, 4), o.setHours(0, 0, 0, 0), Oe(o);
367
369
  }
368
- function zn(e, t, n) {
370
+ function Ln(e, t, n) {
369
371
  return Dt(e, t * 7, n);
370
372
  }
371
373
  function Vn(e, t, n) {
@@ -375,7 +377,7 @@ function Qn(e, t) {
375
377
  let n, o = t?.in;
376
378
  return e.forEach((r) => {
377
379
  !o && typeof r == "object" && (o = I.bind(null, r));
378
- const s = T(r, o);
380
+ const s = P(r, o);
379
381
  (!n || n < s || isNaN(+s)) && (n = s);
380
382
  }), I(o, n || NaN);
381
383
  }
@@ -383,7 +385,7 @@ function Un(e, t) {
383
385
  let n, o = t?.in;
384
386
  return e.forEach((r) => {
385
387
  !o && typeof r == "object" && (o = I.bind(null, r));
386
- const s = T(r, o);
388
+ const s = P(r, o);
387
389
  (!n || n > s || isNaN(+s)) && (n = s);
388
390
  }), I(o, n || NaN);
389
391
  }
@@ -399,7 +401,7 @@ function Nt(e) {
399
401
  return e instanceof Date || typeof e == "object" && Object.prototype.toString.call(e) === "[object Date]";
400
402
  }
401
403
  function Kn(e) {
402
- return !(!Nt(e) && typeof e != "number" || isNaN(+T(e)));
404
+ return !(!Nt(e) && typeof e != "number" || isNaN(+P(e)));
403
405
  }
404
406
  function Jn(e, t, n) {
405
407
  const [o, r] = be(
@@ -410,7 +412,7 @@ function Jn(e, t, n) {
410
412
  return s * 12 + i;
411
413
  }
412
414
  function eo(e, t) {
413
- const n = T(e, t?.in), o = n.getMonth();
415
+ const n = P(e, t?.in), o = n.getMonth();
414
416
  return n.setFullYear(n.getFullYear(), o + 1, 0), n.setHours(23, 59, 59, 999), n;
415
417
  }
416
418
  function to(e, t) {
@@ -429,19 +431,19 @@ function no(e, t) {
429
431
  return r ? c.reverse() : c;
430
432
  }
431
433
  function oo(e, t) {
432
- const n = T(e, t?.in);
434
+ const n = P(e, t?.in);
433
435
  return n.setDate(1), n.setHours(0, 0, 0, 0), n;
434
436
  }
435
437
  function ro(e, t) {
436
- const n = T(e, t?.in), o = n.getFullYear();
438
+ const n = P(e, t?.in), o = n.getFullYear();
437
439
  return n.setFullYear(o + 1, 0, 0), n.setHours(23, 59, 59, 999), n;
438
440
  }
439
441
  function xt(e, t) {
440
- const n = T(e, t?.in);
442
+ const n = P(e, t?.in);
441
443
  return n.setFullYear(n.getFullYear(), 0, 1), n.setHours(0, 0, 0, 0), n;
442
444
  }
443
445
  function Wt(e, t) {
444
- const n = Ne(), o = t?.weekStartsOn ?? t?.locale?.options?.weekStartsOn ?? n.weekStartsOn ?? n.locale?.options?.weekStartsOn ?? 0, r = T(e, t?.in), s = r.getDay(), i = (s < o ? -7 : 0) + 6 - (s - o);
446
+ const n = Ne(), o = t?.weekStartsOn ?? t?.locale?.options?.weekStartsOn ?? n.weekStartsOn ?? n.locale?.options?.weekStartsOn ?? 0, r = P(e, t?.in), s = r.getDay(), i = (s < o ? -7 : 0) + 6 - (s - o);
445
447
  return r.setDate(r.getDate() + i), r.setHours(23, 59, 59, 999), r;
446
448
  }
447
449
  function so(e, t) {
@@ -609,7 +611,7 @@ const yo = {
609
611
  "November",
610
612
  "December"
611
613
  ]
612
- }, wo = {
614
+ }, po = {
613
615
  narrow: ["S", "M", "T", "W", "T", "F", "S"],
614
616
  short: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
615
617
  abbreviated: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
@@ -622,7 +624,7 @@ const yo = {
622
624
  "Friday",
623
625
  "Saturday"
624
626
  ]
625
- }, po = {
627
+ }, wo = {
626
628
  narrow: {
627
629
  am: "a",
628
630
  pm: "p",
@@ -712,11 +714,11 @@ const yo = {
712
714
  defaultWidth: "wide"
713
715
  }),
714
716
  day: ve({
715
- values: wo,
717
+ values: po,
716
718
  defaultWidth: "wide"
717
719
  }),
718
720
  dayPeriod: ve({
719
- values: po,
721
+ values: wo,
720
722
  defaultWidth: "wide",
721
723
  formattingValues: vo,
722
724
  defaultFormattingWidth: "wide"
@@ -772,9 +774,9 @@ const No = /^(\d+)(th|st|nd|rd)?/i, xo = /\d+/i, Wo = {
772
774
  narrow: /^[1234]/i,
773
775
  abbreviated: /^q[1234]/i,
774
776
  wide: /^[1234](th|st|nd|rd)? quarter/i
775
- }, Eo = {
776
- any: [/1/i, /2/i, /3/i, /4/i]
777
777
  }, To = {
778
+ any: [/1/i, /2/i, /3/i, /4/i]
779
+ }, Eo = {
778
780
  narrow: /^[jfmasond]/i,
779
781
  abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
780
782
  wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
@@ -844,12 +846,12 @@ const No = /^(\d+)(th|st|nd|rd)?/i, xo = /\d+/i, Wo = {
844
846
  quarter: Me({
845
847
  matchPatterns: _o,
846
848
  defaultMatchWidth: "wide",
847
- parsePatterns: Eo,
849
+ parsePatterns: To,
848
850
  defaultParseWidth: "any",
849
851
  valueCallback: (e) => e + 1
850
852
  }),
851
853
  month: Me({
852
- matchPatterns: To,
854
+ matchPatterns: Eo,
853
855
  defaultMatchWidth: "wide",
854
856
  parsePatterns: Po,
855
857
  defaultParseWidth: "any"
@@ -866,7 +868,7 @@ const No = /^(\d+)(th|st|nd|rd)?/i, xo = /\d+/i, Wo = {
866
868
  parsePatterns: jo,
867
869
  defaultParseWidth: "any"
868
870
  })
869
- }, Ge = {
871
+ }, Ze = {
870
872
  code: "en-US",
871
873
  formatDistance: io,
872
874
  formatLong: fo,
@@ -879,15 +881,15 @@ const No = /^(\d+)(th|st|nd|rd)?/i, xo = /\d+/i, Wo = {
879
881
  }
880
882
  };
881
883
  function Ao(e, t) {
882
- const n = T(e, t?.in);
884
+ const n = P(e, t?.in);
883
885
  return ce(n, xt(n)) + 1;
884
886
  }
885
887
  function St(e, t) {
886
- const n = T(e, t?.in), o = +Oe(n) - +Ln(n);
888
+ const n = P(e, t?.in), o = +Oe(n) - +zn(n);
887
889
  return Math.round(o / kt) + 1;
888
890
  }
889
891
  function _t(e, t) {
890
- const n = T(e, t?.in), o = n.getFullYear(), r = Ne(), s = t?.firstWeekContainsDate ?? t?.locale?.options?.firstWeekContainsDate ?? r.firstWeekContainsDate ?? r.locale?.options?.firstWeekContainsDate ?? 1, i = I(t?.in || e, 0);
892
+ const n = P(e, t?.in), o = n.getFullYear(), r = Ne(), s = t?.firstWeekContainsDate ?? t?.locale?.options?.firstWeekContainsDate ?? r.firstWeekContainsDate ?? r.locale?.options?.firstWeekContainsDate ?? 1, i = I(t?.in || e, 0);
891
893
  i.setFullYear(o + 1, 0, s), i.setHours(0, 0, 0, 0);
892
894
  const a = ge(i, t), c = I(t?.in || e, 0);
893
895
  c.setFullYear(o, 0, s), c.setHours(0, 0, 0, 0);
@@ -898,8 +900,8 @@ function Ho(e, t) {
898
900
  const n = Ne(), o = t?.firstWeekContainsDate ?? t?.locale?.options?.firstWeekContainsDate ?? n.firstWeekContainsDate ?? n.locale?.options?.firstWeekContainsDate ?? 1, r = _t(e, t), s = I(t?.in || e, 0);
899
901
  return s.setFullYear(r, 0, o), s.setHours(0, 0, 0, 0), ge(s, t);
900
902
  }
901
- function Et(e, t) {
902
- const n = T(e, t?.in), o = +ge(n, t) - +Ho(n, t);
903
+ function Tt(e, t) {
904
+ const n = P(e, t?.in), o = +ge(n, t) - +Ho(n, t);
903
905
  return Math.round(o / kt) + 1;
904
906
  }
905
907
  function E(e, t) {
@@ -967,7 +969,7 @@ const ie = {
967
969
  afternoon: "afternoon",
968
970
  evening: "evening",
969
971
  night: "night"
970
- }, rt = {
972
+ }, st = {
971
973
  // Era
972
974
  G: function(e, t, n) {
973
975
  const o = e.getFullYear() > 0 ? 1 : 0;
@@ -1150,7 +1152,7 @@ const ie = {
1150
1152
  },
1151
1153
  // Local week of year
1152
1154
  w: function(e, t, n, o) {
1153
- const r = Et(e, o);
1155
+ const r = Tt(e, o);
1154
1156
  return t === "wo" ? n.ordinalNumber(r, { unit: "week" }) : E(r, t.length);
1155
1157
  },
1156
1158
  // ISO week of year
@@ -1442,7 +1444,7 @@ const ie = {
1442
1444
  switch (t) {
1443
1445
  // Hours and optional minutes
1444
1446
  case "X":
1445
- return at(o);
1447
+ return it(o);
1446
1448
  // Hours, minutes and optional seconds without `:` delimiter
1447
1449
  // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
1448
1450
  // so this token always has the same output as `XX`
@@ -1465,7 +1467,7 @@ const ie = {
1465
1467
  switch (t) {
1466
1468
  // Hours and optional minutes
1467
1469
  case "x":
1468
- return at(o);
1470
+ return it(o);
1469
1471
  // Hours, minutes and optional seconds without `:` delimiter
1470
1472
  // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
1471
1473
  // so this token always has the same output as `xx`
@@ -1490,7 +1492,7 @@ const ie = {
1490
1492
  case "O":
1491
1493
  case "OO":
1492
1494
  case "OOO":
1493
- return "GMT" + st(o, ":");
1495
+ return "GMT" + at(o, ":");
1494
1496
  // Long
1495
1497
  case "OOOO":
1496
1498
  default:
@@ -1505,7 +1507,7 @@ const ie = {
1505
1507
  case "z":
1506
1508
  case "zz":
1507
1509
  case "zzz":
1508
- return "GMT" + st(o, ":");
1510
+ return "GMT" + at(o, ":");
1509
1511
  // Long
1510
1512
  case "zzzz":
1511
1513
  default:
@@ -1522,18 +1524,18 @@ const ie = {
1522
1524
  return E(+e, t.length);
1523
1525
  }
1524
1526
  };
1525
- function st(e, t = "") {
1527
+ function at(e, t = "") {
1526
1528
  const n = e > 0 ? "-" : "+", o = Math.abs(e), r = Math.trunc(o / 60), s = o % 60;
1527
1529
  return s === 0 ? n + String(r) : n + String(r) + t + E(s, 2);
1528
1530
  }
1529
- function at(e, t) {
1531
+ function it(e, t) {
1530
1532
  return e % 60 === 0 ? (e > 0 ? "-" : "+") + E(Math.abs(e) / 60, 2) : le(e, t);
1531
1533
  }
1532
1534
  function le(e, t = "") {
1533
1535
  const n = e > 0 ? "-" : "+", o = Math.abs(e), r = E(Math.trunc(o / 60), 2), s = E(o % 60, 2);
1534
1536
  return n + r + t + s;
1535
1537
  }
1536
- const it = (e, t) => {
1538
+ const ct = (e, t) => {
1537
1539
  switch (e) {
1538
1540
  case "P":
1539
1541
  return t.date({ width: "short" });
@@ -1545,7 +1547,7 @@ const it = (e, t) => {
1545
1547
  default:
1546
1548
  return t.date({ width: "full" });
1547
1549
  }
1548
- }, Tt = (e, t) => {
1550
+ }, Et = (e, t) => {
1549
1551
  switch (e) {
1550
1552
  case "p":
1551
1553
  return t.time({ width: "short" });
@@ -1560,7 +1562,7 @@ const it = (e, t) => {
1560
1562
  }, qo = (e, t) => {
1561
1563
  const n = e.match(/(P+)(p+)?/) || [], o = n[1], r = n[2];
1562
1564
  if (!r)
1563
- return it(e, t);
1565
+ return ct(e, t);
1564
1566
  let s;
1565
1567
  switch (o) {
1566
1568
  case "P":
@@ -1577,15 +1579,15 @@ const it = (e, t) => {
1577
1579
  s = t.dateTime({ width: "full" });
1578
1580
  break;
1579
1581
  }
1580
- return s.replace("{{date}}", it(o, t)).replace("{{time}}", Tt(r, t));
1582
+ return s.replace("{{date}}", ct(o, t)).replace("{{time}}", Et(r, t));
1581
1583
  }, $o = {
1582
- p: Tt,
1584
+ p: Et,
1583
1585
  P: qo
1584
1586
  }, Ro = /^D+$/, Go = /^Y+$/, Zo = ["D", "DD", "YY", "YYYY"];
1585
- function Lo(e) {
1587
+ function zo(e) {
1586
1588
  return Ro.test(e);
1587
1589
  }
1588
- function zo(e) {
1590
+ function Lo(e) {
1589
1591
  return Go.test(e);
1590
1592
  }
1591
1593
  function Vo(e, t, n) {
@@ -1598,7 +1600,7 @@ function Qo(e, t, n) {
1598
1600
  }
1599
1601
  const Uo = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Xo = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, Ko = /^'([^]*?)'?$/, Jo = /''/g, er = /[a-zA-Z]/;
1600
1602
  function tr(e, t, n) {
1601
- const o = Ne(), r = n?.locale ?? o.locale ?? Ge, s = n?.firstWeekContainsDate ?? n?.locale?.options?.firstWeekContainsDate ?? o.firstWeekContainsDate ?? o.locale?.options?.firstWeekContainsDate ?? 1, i = n?.weekStartsOn ?? n?.locale?.options?.weekStartsOn ?? o.weekStartsOn ?? o.locale?.options?.weekStartsOn ?? 0, a = T(e, n?.in);
1603
+ const o = Ne(), r = n?.locale ?? o.locale ?? Ze, s = n?.firstWeekContainsDate ?? n?.locale?.options?.firstWeekContainsDate ?? o.firstWeekContainsDate ?? o.locale?.options?.firstWeekContainsDate ?? 1, i = n?.weekStartsOn ?? n?.locale?.options?.weekStartsOn ?? o.weekStartsOn ?? o.locale?.options?.weekStartsOn ?? 0, a = P(e, n?.in);
1602
1604
  if (!Kn(a))
1603
1605
  throw new RangeError("Invalid time value");
1604
1606
  let c = t.match(Xo).map((d) => {
@@ -1614,7 +1616,7 @@ function tr(e, t, n) {
1614
1616
  const u = d[0];
1615
1617
  if (u === "'")
1616
1618
  return { isToken: !1, value: nr(d) };
1617
- if (rt[u])
1619
+ if (st[u])
1618
1620
  return { isToken: !0, value: d };
1619
1621
  if (u.match(er))
1620
1622
  throw new RangeError(
@@ -1631,8 +1633,8 @@ function tr(e, t, n) {
1631
1633
  return c.map((d) => {
1632
1634
  if (!d.isToken) return d.value;
1633
1635
  const u = d.value;
1634
- (!n?.useAdditionalWeekYearTokens && zo(u) || !n?.useAdditionalDayOfYearTokens && Lo(u)) && Vo(u, t, String(e));
1635
- const f = rt[u[0]];
1636
+ (!n?.useAdditionalWeekYearTokens && Lo(u) || !n?.useAdditionalDayOfYearTokens && zo(u)) && Vo(u, t, String(e));
1637
+ const f = st[u[0]];
1636
1638
  return f(a, u, r.localize, l);
1637
1639
  }).join("");
1638
1640
  }
@@ -1641,20 +1643,20 @@ function nr(e) {
1641
1643
  return t ? t[1].replace(Jo, "'") : e;
1642
1644
  }
1643
1645
  function or(e, t) {
1644
- const n = T(e, t?.in), o = n.getFullYear(), r = n.getMonth(), s = I(n, 0);
1646
+ const n = P(e, t?.in), o = n.getFullYear(), r = n.getMonth(), s = I(n, 0);
1645
1647
  return s.setFullYear(o, r + 1, 0), s.setHours(0, 0, 0, 0), s.getDate();
1646
1648
  }
1647
1649
  function rr(e, t) {
1648
- return T(e, t?.in).getMonth();
1650
+ return P(e, t?.in).getMonth();
1649
1651
  }
1650
1652
  function sr(e, t) {
1651
- return T(e, t?.in).getFullYear();
1653
+ return P(e, t?.in).getFullYear();
1652
1654
  }
1653
1655
  function ar(e, t) {
1654
- return +T(e) > +T(t);
1656
+ return +P(e) > +P(t);
1655
1657
  }
1656
1658
  function ir(e, t) {
1657
- return +T(e) < +T(t);
1659
+ return +P(e) < +P(t);
1658
1660
  }
1659
1661
  function cr(e, t, n) {
1660
1662
  const [o, r] = be(
@@ -1673,13 +1675,13 @@ function ur(e, t, n) {
1673
1675
  return o.getFullYear() === r.getFullYear();
1674
1676
  }
1675
1677
  function lr(e, t, n) {
1676
- const o = T(e, n?.in), r = o.getFullYear(), s = o.getDate(), i = I(e, 0);
1678
+ const o = P(e, n?.in), r = o.getFullYear(), s = o.getDate(), i = I(e, 0);
1677
1679
  i.setFullYear(r, t, 15), i.setHours(0, 0, 0, 0);
1678
1680
  const a = or(i);
1679
1681
  return o.setMonth(t, Math.min(s, a)), o;
1680
1682
  }
1681
1683
  function dr(e, t, n) {
1682
- const o = T(e, n?.in);
1684
+ const o = P(e, n?.in);
1683
1685
  return isNaN(+o) ? I(e, NaN) : (o.setFullYear(t), o);
1684
1686
  }
1685
1687
  function fr(e, t, n = "long") {
@@ -1697,30 +1699,30 @@ function de(e, t) {
1697
1699
  timeZone: e,
1698
1700
  timeZoneName: "longOffset"
1699
1701
  }).format)(t).split("GMT")[1];
1700
- return o in ke ? ke[o] : ct(o, o.split(":"));
1702
+ return o in ke ? ke[o] : ut(o, o.split(":"));
1701
1703
  } catch {
1702
1704
  if (e in ke) return ke[e];
1703
1705
  const n = e?.match(mr);
1704
- return n ? ct(e, n.slice(1)) : NaN;
1706
+ return n ? ut(e, n.slice(1)) : NaN;
1705
1707
  }
1706
1708
  }
1707
1709
  const mr = /([+-]\d\d):?(\d\d)?/;
1708
- function ct(e, t) {
1710
+ function ut(e, t) {
1709
1711
  const n = +(t[0] || 0), o = +(t[1] || 0), r = +(t[2] || 0) / 60;
1710
1712
  return ke[e] = n * 60 + o > 0 ? n * 60 + o + r : n * 60 - o - r;
1711
1713
  }
1712
- class J extends Date {
1714
+ class ee extends Date {
1713
1715
  //#region static
1714
1716
  constructor(...t) {
1715
- super(), t.length > 1 && typeof t[t.length - 1] == "string" && (this.timeZone = t.pop()), this.internal = /* @__PURE__ */ new Date(), isNaN(de(this.timeZone, this)) ? this.setTime(NaN) : t.length ? typeof t[0] == "number" && (t.length === 1 || t.length === 2 && typeof t[1] != "number") ? this.setTime(t[0]) : typeof t[0] == "string" ? this.setTime(+new Date(t[0])) : t[0] instanceof Date ? this.setTime(+t[0]) : (this.setTime(+new Date(...t)), Pt(this), Re(this)) : this.setTime(Date.now());
1717
+ super(), t.length > 1 && typeof t[t.length - 1] == "string" && (this.timeZone = t.pop()), this.internal = /* @__PURE__ */ new Date(), isNaN(de(this.timeZone, this)) ? this.setTime(NaN) : t.length ? typeof t[0] == "number" && (t.length === 1 || t.length === 2 && typeof t[1] != "number") ? this.setTime(t[0]) : typeof t[0] == "string" ? this.setTime(+new Date(t[0])) : t[0] instanceof Date ? this.setTime(+t[0]) : (this.setTime(+new Date(...t)), Pt(this), Ge(this)) : this.setTime(Date.now());
1716
1718
  }
1717
1719
  static tz(t, ...n) {
1718
- return n.length ? new J(...n, t) : new J(Date.now(), t);
1720
+ return n.length ? new ee(...n, t) : new ee(Date.now(), t);
1719
1721
  }
1720
1722
  //#endregion
1721
1723
  //#region time zone
1722
1724
  withTimeZone(t) {
1723
- return new J(+this, t);
1725
+ return new ee(+this, t);
1724
1726
  }
1725
1727
  getTimezoneOffset() {
1726
1728
  const t = -de(this.timeZone, this);
@@ -1729,28 +1731,28 @@ class J extends Date {
1729
1731
  //#endregion
1730
1732
  //#region time
1731
1733
  setTime(t) {
1732
- return Date.prototype.setTime.apply(this, arguments), Re(this), +this;
1734
+ return Date.prototype.setTime.apply(this, arguments), Ge(this), +this;
1733
1735
  }
1734
1736
  //#endregion
1735
1737
  //#region date-fns integration
1736
1738
  [Symbol.for("constructDateFrom")](t) {
1737
- return new J(+new Date(t), this.timeZone);
1739
+ return new ee(+new Date(t), this.timeZone);
1738
1740
  }
1739
1741
  //#endregion
1740
1742
  }
1741
- const ut = /^(get|set)(?!UTC)/;
1743
+ const lt = /^(get|set)(?!UTC)/;
1742
1744
  Object.getOwnPropertyNames(Date.prototype).forEach((e) => {
1743
- if (!ut.test(e)) return;
1744
- const t = e.replace(ut, "$1UTC");
1745
- J.prototype[t] && (e.startsWith("get") ? J.prototype[e] = function() {
1745
+ if (!lt.test(e)) return;
1746
+ const t = e.replace(lt, "$1UTC");
1747
+ ee.prototype[t] && (e.startsWith("get") ? ee.prototype[e] = function() {
1746
1748
  return this.internal[t]();
1747
- } : (J.prototype[e] = function() {
1749
+ } : (ee.prototype[e] = function() {
1748
1750
  return Date.prototype[t].apply(this.internal, arguments), yr(this), +this;
1749
- }, J.prototype[t] = function() {
1750
- return Date.prototype[t].apply(this, arguments), Re(this), +this;
1751
+ }, ee.prototype[t] = function() {
1752
+ return Date.prototype[t].apply(this, arguments), Ge(this), +this;
1751
1753
  }));
1752
1754
  });
1753
- function Re(e) {
1755
+ function Ge(e) {
1754
1756
  e.internal.setTime(+e), e.internal.setUTCSeconds(e.internal.getUTCSeconds() - Math.round(-de(e.timeZone, e) * 60));
1755
1757
  }
1756
1758
  function yr(e) {
@@ -1767,14 +1769,14 @@ function Pt(e) {
1767
1769
  l.setUTCSeconds(0);
1768
1770
  const d = r > 0 ? l.getSeconds() : (l.getSeconds() - 60) % 60, u = Math.round(-(de(e.timeZone, e) * 60)) % 60;
1769
1771
  (u || d) && (e.internal.setUTCSeconds(e.internal.getUTCSeconds() + u), Date.prototype.setUTCSeconds.call(e, Date.prototype.getUTCSeconds.call(e) + u + d));
1770
- const f = de(e.timeZone, e), m = f > 0 ? Math.floor(f) : Math.ceil(f), b = -(/* @__PURE__ */ new Date(+e)).getTimezoneOffset() - m, p = m !== n, O = b - c;
1771
- if (p && O) {
1772
+ const f = de(e.timeZone, e), m = f > 0 ? Math.floor(f) : Math.ceil(f), b = -(/* @__PURE__ */ new Date(+e)).getTimezoneOffset() - m, w = m !== n, O = b - c;
1773
+ if (w && O) {
1772
1774
  Date.prototype.setUTCMinutes.call(e, Date.prototype.getUTCMinutes.call(e) + O);
1773
- const x = de(e.timeZone, e), v = x > 0 ? Math.floor(x) : Math.ceil(x), S = m - v;
1774
- S && (e.internal.setUTCMinutes(e.internal.getUTCMinutes() + S), Date.prototype.setUTCMinutes.call(e, Date.prototype.getUTCMinutes.call(e) + S));
1775
+ const x = de(e.timeZone, e), v = x > 0 ? Math.floor(x) : Math.ceil(x), _ = m - v;
1776
+ _ && (e.internal.setUTCMinutes(e.internal.getUTCMinutes() + _), Date.prototype.setUTCMinutes.call(e, Date.prototype.getUTCMinutes.call(e) + _));
1775
1777
  }
1776
1778
  }
1777
- class $ extends J {
1779
+ class $ extends ee {
1778
1780
  //#region static
1779
1781
  static tz(t, ...n) {
1780
1782
  return n.length ? new $(...n, t) : new $(Date.now(), t);
@@ -1830,20 +1832,20 @@ class $ extends J {
1830
1832
  }
1831
1833
  //#endregion
1832
1834
  }
1833
- const lt = 5, gr = 4;
1835
+ const dt = 5, gr = 4;
1834
1836
  function br(e, t) {
1835
- const n = t.startOfMonth(e), o = n.getDay() > 0 ? n.getDay() : 7, r = t.addDays(e, -o + 1), s = t.addDays(r, lt * 7 - 1);
1836
- return t.getMonth(e) === t.getMonth(s) ? lt : gr;
1837
+ const n = t.startOfMonth(e), o = n.getDay() > 0 ? n.getDay() : 7, r = t.addDays(e, -o + 1), s = t.addDays(r, dt * 7 - 1);
1838
+ return t.getMonth(e) === t.getMonth(s) ? dt : gr;
1837
1839
  }
1838
1840
  function Yt(e, t) {
1839
1841
  const n = t.startOfMonth(e), o = n.getDay();
1840
1842
  return o === 1 ? n : o === 0 ? t.addDays(n, -1 * 6) : t.addDays(n, -1 * (o - 1));
1841
1843
  }
1842
- function wr(e, t) {
1844
+ function pr(e, t) {
1843
1845
  const n = Yt(e, t), o = br(e, t);
1844
1846
  return t.addDays(n, o * 7 - 1);
1845
1847
  }
1846
- class re {
1848
+ class Q {
1847
1849
  /**
1848
1850
  * Creates an instance of `DateLib`.
1849
1851
  *
@@ -1851,10 +1853,10 @@ class re {
1851
1853
  * @param overrides Custom overrides for the date library functions.
1852
1854
  */
1853
1855
  constructor(t, n) {
1854
- this.Date = Date, this.today = () => this.overrides?.today ? this.overrides.today() : this.options.timeZone ? $.tz(this.options.timeZone) : new this.Date(), this.newDate = (o, r, s) => this.overrides?.newDate ? this.overrides.newDate(o, r, s) : this.options.timeZone ? new $(o, r, s, this.options.timeZone) : new Date(o, r, s), this.addDays = (o, r) => this.overrides?.addDays ? this.overrides.addDays(o, r) : Dt(o, r), this.addMonths = (o, r) => this.overrides?.addMonths ? this.overrides.addMonths(o, r) : Ot(o, r), this.addWeeks = (o, r) => this.overrides?.addWeeks ? this.overrides.addWeeks(o, r) : zn(o, r), this.addYears = (o, r) => this.overrides?.addYears ? this.overrides.addYears(o, r) : Vn(o, r), this.differenceInCalendarDays = (o, r) => this.overrides?.differenceInCalendarDays ? this.overrides.differenceInCalendarDays(o, r) : ce(o, r), this.differenceInCalendarMonths = (o, r) => this.overrides?.differenceInCalendarMonths ? this.overrides.differenceInCalendarMonths(o, r) : Jn(o, r), this.eachMonthOfInterval = (o) => this.overrides?.eachMonthOfInterval ? this.overrides.eachMonthOfInterval(o) : no(o), this.endOfBroadcastWeek = (o) => this.overrides?.endOfBroadcastWeek ? this.overrides.endOfBroadcastWeek(o) : wr(o, this), this.endOfISOWeek = (o) => this.overrides?.endOfISOWeek ? this.overrides.endOfISOWeek(o) : so(o), this.endOfMonth = (o) => this.overrides?.endOfMonth ? this.overrides.endOfMonth(o) : eo(o), this.endOfWeek = (o, r) => this.overrides?.endOfWeek ? this.overrides.endOfWeek(o, r) : Wt(o, this.options), this.endOfYear = (o) => this.overrides?.endOfYear ? this.overrides.endOfYear(o) : ro(o), this.format = (o, r, s) => {
1856
+ this.Date = Date, this.today = () => this.overrides?.today ? this.overrides.today() : this.options.timeZone ? $.tz(this.options.timeZone) : new this.Date(), this.newDate = (o, r, s) => this.overrides?.newDate ? this.overrides.newDate(o, r, s) : this.options.timeZone ? new $(o, r, s, this.options.timeZone) : new Date(o, r, s), this.addDays = (o, r) => this.overrides?.addDays ? this.overrides.addDays(o, r) : Dt(o, r), this.addMonths = (o, r) => this.overrides?.addMonths ? this.overrides.addMonths(o, r) : Ot(o, r), this.addWeeks = (o, r) => this.overrides?.addWeeks ? this.overrides.addWeeks(o, r) : Ln(o, r), this.addYears = (o, r) => this.overrides?.addYears ? this.overrides.addYears(o, r) : Vn(o, r), this.differenceInCalendarDays = (o, r) => this.overrides?.differenceInCalendarDays ? this.overrides.differenceInCalendarDays(o, r) : ce(o, r), this.differenceInCalendarMonths = (o, r) => this.overrides?.differenceInCalendarMonths ? this.overrides.differenceInCalendarMonths(o, r) : Jn(o, r), this.eachMonthOfInterval = (o) => this.overrides?.eachMonthOfInterval ? this.overrides.eachMonthOfInterval(o) : no(o), this.endOfBroadcastWeek = (o) => this.overrides?.endOfBroadcastWeek ? this.overrides.endOfBroadcastWeek(o) : pr(o, this), this.endOfISOWeek = (o) => this.overrides?.endOfISOWeek ? this.overrides.endOfISOWeek(o) : so(o), this.endOfMonth = (o) => this.overrides?.endOfMonth ? this.overrides.endOfMonth(o) : eo(o), this.endOfWeek = (o, r) => this.overrides?.endOfWeek ? this.overrides.endOfWeek(o, r) : Wt(o, this.options), this.endOfYear = (o) => this.overrides?.endOfYear ? this.overrides.endOfYear(o) : ro(o), this.format = (o, r, s) => {
1855
1857
  const i = this.overrides?.format ? this.overrides.format(o, r, this.options) : tr(o, r, this.options);
1856
1858
  return this.options.numerals && this.options.numerals !== "latn" ? this.replaceDigits(i) : i;
1857
- }, this.getISOWeek = (o) => this.overrides?.getISOWeek ? this.overrides.getISOWeek(o) : St(o), this.getMonth = (o, r) => this.overrides?.getMonth ? this.overrides.getMonth(o, this.options) : rr(o, this.options), this.getYear = (o, r) => this.overrides?.getYear ? this.overrides.getYear(o, this.options) : sr(o, this.options), this.getWeek = (o, r) => this.overrides?.getWeek ? this.overrides.getWeek(o, this.options) : Et(o, this.options), this.isAfter = (o, r) => this.overrides?.isAfter ? this.overrides.isAfter(o, r) : ar(o, r), this.isBefore = (o, r) => this.overrides?.isBefore ? this.overrides.isBefore(o, r) : ir(o, r), this.isDate = (o) => this.overrides?.isDate ? this.overrides.isDate(o) : Nt(o), this.isSameDay = (o, r) => this.overrides?.isSameDay ? this.overrides.isSameDay(o, r) : Xn(o, r), this.isSameMonth = (o, r) => this.overrides?.isSameMonth ? this.overrides.isSameMonth(o, r) : cr(o, r), this.isSameYear = (o, r) => this.overrides?.isSameYear ? this.overrides.isSameYear(o, r) : ur(o, r), this.max = (o) => this.overrides?.max ? this.overrides.max(o) : Qn(o), this.min = (o) => this.overrides?.min ? this.overrides.min(o) : Un(o), this.setMonth = (o, r) => this.overrides?.setMonth ? this.overrides.setMonth(o, r) : lr(o, r), this.setYear = (o, r) => this.overrides?.setYear ? this.overrides.setYear(o, r) : dr(o, r), this.startOfBroadcastWeek = (o, r) => this.overrides?.startOfBroadcastWeek ? this.overrides.startOfBroadcastWeek(o, this) : Yt(o, this), this.startOfDay = (o) => this.overrides?.startOfDay ? this.overrides.startOfDay(o) : Ce(o), this.startOfISOWeek = (o) => this.overrides?.startOfISOWeek ? this.overrides.startOfISOWeek(o) : Oe(o), this.startOfMonth = (o) => this.overrides?.startOfMonth ? this.overrides.startOfMonth(o) : oo(o), this.startOfWeek = (o, r) => this.overrides?.startOfWeek ? this.overrides.startOfWeek(o, this.options) : ge(o, this.options), this.startOfYear = (o) => this.overrides?.startOfYear ? this.overrides.startOfYear(o) : xt(o), this.options = { locale: Ge, ...t }, this.overrides = n;
1859
+ }, this.getISOWeek = (o) => this.overrides?.getISOWeek ? this.overrides.getISOWeek(o) : St(o), this.getMonth = (o, r) => this.overrides?.getMonth ? this.overrides.getMonth(o, this.options) : rr(o, this.options), this.getYear = (o, r) => this.overrides?.getYear ? this.overrides.getYear(o, this.options) : sr(o, this.options), this.getWeek = (o, r) => this.overrides?.getWeek ? this.overrides.getWeek(o, this.options) : Tt(o, this.options), this.isAfter = (o, r) => this.overrides?.isAfter ? this.overrides.isAfter(o, r) : ar(o, r), this.isBefore = (o, r) => this.overrides?.isBefore ? this.overrides.isBefore(o, r) : ir(o, r), this.isDate = (o) => this.overrides?.isDate ? this.overrides.isDate(o) : Nt(o), this.isSameDay = (o, r) => this.overrides?.isSameDay ? this.overrides.isSameDay(o, r) : Xn(o, r), this.isSameMonth = (o, r) => this.overrides?.isSameMonth ? this.overrides.isSameMonth(o, r) : cr(o, r), this.isSameYear = (o, r) => this.overrides?.isSameYear ? this.overrides.isSameYear(o, r) : ur(o, r), this.max = (o) => this.overrides?.max ? this.overrides.max(o) : Qn(o), this.min = (o) => this.overrides?.min ? this.overrides.min(o) : Un(o), this.setMonth = (o, r) => this.overrides?.setMonth ? this.overrides.setMonth(o, r) : lr(o, r), this.setYear = (o, r) => this.overrides?.setYear ? this.overrides.setYear(o, r) : dr(o, r), this.startOfBroadcastWeek = (o, r) => this.overrides?.startOfBroadcastWeek ? this.overrides.startOfBroadcastWeek(o, this) : Yt(o, this), this.startOfDay = (o) => this.overrides?.startOfDay ? this.overrides.startOfDay(o) : Ce(o), this.startOfISOWeek = (o) => this.overrides?.startOfISOWeek ? this.overrides.startOfISOWeek(o) : Oe(o), this.startOfMonth = (o) => this.overrides?.startOfMonth ? this.overrides.startOfMonth(o) : oo(o), this.startOfWeek = (o, r) => this.overrides?.startOfWeek ? this.overrides.startOfWeek(o, this.options) : ge(o, this.options), this.startOfYear = (o) => this.overrides?.startOfYear ? this.overrides.startOfYear(o) : xt(o), this.options = { locale: Ze, ...t }, this.overrides = n;
1858
1860
  }
1859
1861
  /**
1860
1862
  * Generates a mapping of Arabic digits (0-9) to the target numbering system
@@ -1892,10 +1894,57 @@ class re {
1892
1894
  formatNumber(t) {
1893
1895
  return this.replaceDigits(t.toString());
1894
1896
  }
1897
+ /**
1898
+ * Returns the preferred ordering for month and year labels for the current
1899
+ * locale.
1900
+ */
1901
+ getMonthYearOrder() {
1902
+ const t = this.options.locale?.code;
1903
+ return t && Q.yearFirstLocales.has(t) ? "year-first" : "month-first";
1904
+ }
1905
+ /**
1906
+ * Formats the month/year pair respecting locale conventions.
1907
+ *
1908
+ * @since 9.11.0
1909
+ */
1910
+ formatMonthYear(t) {
1911
+ const { locale: n, timeZone: o, numerals: r } = this.options, s = n?.code;
1912
+ if (s && Q.yearFirstLocales.has(s))
1913
+ try {
1914
+ return new Intl.DateTimeFormat(s, {
1915
+ month: "long",
1916
+ year: "numeric",
1917
+ timeZone: o,
1918
+ numberingSystem: r
1919
+ }).format(t);
1920
+ } catch {
1921
+ }
1922
+ const i = this.getMonthYearOrder() === "year-first" ? "y LLLL" : "LLLL y";
1923
+ return this.format(t, i);
1924
+ }
1895
1925
  }
1896
- const ee = new re();
1926
+ Q.yearFirstLocales = /* @__PURE__ */ new Set([
1927
+ "eu",
1928
+ "hu",
1929
+ "ja",
1930
+ "ja-Hira",
1931
+ "ja-JP",
1932
+ "ko",
1933
+ "ko-KR",
1934
+ "lt",
1935
+ "lt-LT",
1936
+ "lv",
1937
+ "lv-LV",
1938
+ "mn",
1939
+ "mn-MN",
1940
+ "zh",
1941
+ "zh-CN",
1942
+ "zh-HK",
1943
+ "zh-TW"
1944
+ ]);
1945
+ const te = new Q();
1897
1946
  class Ft {
1898
- constructor(t, n, o = ee) {
1947
+ constructor(t, n, o = te) {
1899
1948
  this.date = t, this.displayMonth = n, this.outside = !!(n && !o.isSameMonth(t, n)), this.dateLib = o;
1900
1949
  }
1901
1950
  /**
@@ -1909,7 +1958,7 @@ class Ft {
1909
1958
  return this.dateLib.isSameDay(t.date, this.date) && this.dateLib.isSameMonth(t.displayMonth, this.displayMonth);
1910
1959
  }
1911
1960
  }
1912
- class pr {
1961
+ class wr {
1913
1962
  constructor(t, n) {
1914
1963
  this.date = t, this.weeks = n;
1915
1964
  }
@@ -1957,14 +2006,14 @@ var B;
1957
2006
  (function(e) {
1958
2007
  e.disabled = "disabled", e.hidden = "hidden", e.outside = "outside", e.focused = "focused", e.today = "today";
1959
2008
  })(B || (B = {}));
1960
- var X;
2009
+ var K;
1961
2010
  (function(e) {
1962
2011
  e.range_end = "range_end", e.range_middle = "range_middle", e.range_start = "range_start", e.selected = "selected";
1963
- })(X || (X = {}));
1964
- var z;
2012
+ })(K || (K = {}));
2013
+ var V;
1965
2014
  (function(e) {
1966
2015
  e.weeks_before_enter = "weeks_before_enter", e.weeks_before_exit = "weeks_before_exit", e.weeks_after_enter = "weeks_after_enter", e.weeks_after_exit = "weeks_after_exit", e.caption_after_enter = "caption_after_enter", e.caption_after_exit = "caption_after_exit", e.caption_before_enter = "caption_before_enter", e.caption_before_exit = "caption_before_exit";
1967
- })(z || (z = {}));
2016
+ })(V || (V = {}));
1968
2017
  function Nr(e) {
1969
2018
  const { options: t, className: n, components: o, classNames: r, ...s } = e, i = [r[g.Dropdown], n].join(" "), a = t?.find(({ value: c }) => c === s.value);
1970
2019
  return h.createElement(
@@ -1993,10 +2042,10 @@ function _r(e) {
1993
2042
  const { calendarMonth: t, displayIndex: n, ...o } = e;
1994
2043
  return h.createElement("div", { ...o });
1995
2044
  }
1996
- function Er(e) {
2045
+ function Tr(e) {
1997
2046
  return h.createElement("table", { ...e });
1998
2047
  }
1999
- function Tr(e) {
2048
+ function Er(e) {
2000
2049
  return h.createElement("div", { ...e });
2001
2050
  }
2002
2051
  const Bt = On(void 0);
@@ -2011,9 +2060,9 @@ function Pr(e) {
2011
2060
  return h.createElement(t.Dropdown, { ...e });
2012
2061
  }
2013
2062
  function Yr(e) {
2014
- const { onPreviousClick: t, onNextClick: n, previousMonth: o, nextMonth: r, ...s } = e, { components: i, classNames: a, labels: { labelPrevious: c, labelNext: l } } = fe(), d = Q((f) => {
2063
+ const { onPreviousClick: t, onNextClick: n, previousMonth: o, nextMonth: r, ...s } = e, { components: i, classNames: a, labels: { labelPrevious: c, labelNext: l } } = fe(), d = U((f) => {
2015
2064
  r && n?.(f);
2016
- }, [r, n]), u = Q((f) => {
2065
+ }, [r, n]), u = U((f) => {
2017
2066
  o && t?.(f);
2018
2067
  }, [o, t]);
2019
2068
  return h.createElement(
@@ -2073,11 +2122,11 @@ function Gr(e) {
2073
2122
  function Zr(e) {
2074
2123
  return h.createElement("tbody", { ...e });
2075
2124
  }
2076
- function Lr(e) {
2125
+ function zr(e) {
2077
2126
  const { components: t } = fe();
2078
2127
  return h.createElement(t.Dropdown, { ...e });
2079
2128
  }
2080
- const zr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2129
+ const Lr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2081
2130
  __proto__: null,
2082
2131
  Button: Mr,
2083
2132
  CaptionLabel: kr,
@@ -2089,8 +2138,8 @@ const zr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2089
2138
  Footer: Wr,
2090
2139
  Month: Sr,
2091
2140
  MonthCaption: _r,
2092
- MonthGrid: Er,
2093
- Months: Tr,
2141
+ MonthGrid: Tr,
2142
+ Months: Er,
2094
2143
  MonthsDropdown: Pr,
2095
2144
  Nav: Yr,
2096
2145
  NextMonthButton: Fr,
@@ -2104,9 +2153,9 @@ const zr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2104
2153
  Weekday: qr,
2105
2154
  Weekdays: $r,
2106
2155
  Weeks: Zr,
2107
- YearsDropdown: Lr
2156
+ YearsDropdown: zr
2108
2157
  }, Symbol.toStringTag, { value: "Module" }));
2109
- function ne(e, t, n = !1, o = ee) {
2158
+ function oe(e, t, n = !1, o = te) {
2110
2159
  let { from: r, to: s } = e;
2111
2160
  const { differenceInCalendarDays: i, isSameDay: a } = o;
2112
2161
  return r && s ? (i(s, r) < 0 && ([r, s] = [s, r]), i(t, r) >= (n ? 1 : 0) && i(s, t) >= (n ? 1 : 0)) : !n && s ? a(s, t) : !n && r ? a(r, t) : !1;
@@ -2114,7 +2163,7 @@ function ne(e, t, n = !1, o = ee) {
2114
2163
  function jt(e) {
2115
2164
  return !!(e && typeof e == "object" && "before" in e && "after" in e);
2116
2165
  }
2117
- function Ze(e) {
2166
+ function ze(e) {
2118
2167
  return !!(e && typeof e == "object" && "from" in e);
2119
2168
  }
2120
2169
  function It(e) {
@@ -2129,7 +2178,7 @@ function Ht(e) {
2129
2178
  function qt(e, t) {
2130
2179
  return Array.isArray(e) && e.every(t.isDate);
2131
2180
  }
2132
- function oe(e, t, n = ee) {
2181
+ function re(e, t, n = te) {
2133
2182
  const o = Array.isArray(t) ? t : [t], { isSameDay: r, differenceInCalendarDays: s, isAfter: i } = n;
2134
2183
  return o.some((a) => {
2135
2184
  if (typeof a == "boolean")
@@ -2138,8 +2187,8 @@ function oe(e, t, n = ee) {
2138
2187
  return r(e, a);
2139
2188
  if (qt(a, n))
2140
2189
  return a.includes(e);
2141
- if (Ze(a))
2142
- return ne(a, e, !1, n);
2190
+ if (ze(a))
2191
+ return oe(a, e, !1, n);
2143
2192
  if (Ht(a))
2144
2193
  return Array.isArray(a.dayOfWeek) ? a.dayOfWeek.includes(e.getDay()) : a.dayOfWeek === e.getDay();
2145
2194
  if (jt(a)) {
@@ -2150,19 +2199,19 @@ function oe(e, t, n = ee) {
2150
2199
  });
2151
2200
  }
2152
2201
  function Vr(e, t, n, o, r) {
2153
- const { disabled: s, hidden: i, modifiers: a, showOutsideDays: c, broadcastCalendar: l, today: d } = t, { isSameDay: u, isSameMonth: f, startOfMonth: m, isBefore: w, endOfMonth: b, isAfter: p } = r, O = n && m(n), x = o && b(o), v = {
2202
+ const { disabled: s, hidden: i, modifiers: a, showOutsideDays: c, broadcastCalendar: l, today: d } = t, { isSameDay: u, isSameMonth: f, startOfMonth: m, isBefore: p, endOfMonth: b, isAfter: w } = r, O = n && m(n), x = o && b(o), v = {
2154
2203
  [B.focused]: [],
2155
2204
  [B.outside]: [],
2156
2205
  [B.disabled]: [],
2157
2206
  [B.hidden]: [],
2158
2207
  [B.today]: []
2159
- }, S = {};
2208
+ }, _ = {};
2160
2209
  for (const y of e) {
2161
- const { date: k, displayMonth: M } = y, N = !!(M && !f(k, M)), A = !!(O && w(k, O)), H = !!(x && p(k, x)), q = !!(s && oe(k, s, r)), G = !!(i && oe(k, i, r)) || A || H || // Broadcast calendar will show outside days as default
2162
- !l && !c && N || l && c === !1 && N, te = u(k, d ?? r.today());
2163
- N && v.outside.push(y), q && v.disabled.push(y), G && v.hidden.push(y), te && v.today.push(y), a && Object.keys(a).forEach((se) => {
2210
+ const { date: k, displayMonth: M } = y, N = !!(M && !f(k, M)), A = !!(O && p(k, O)), H = !!(x && w(k, x)), q = !!(s && re(k, s, r)), G = !!(i && re(k, i, r)) || A || H || // Broadcast calendar will show outside days as default
2211
+ !l && !c && N || l && c === !1 && N, ne = u(k, d ?? r.today());
2212
+ N && v.outside.push(y), q && v.disabled.push(y), G && v.hidden.push(y), ne && v.today.push(y), a && Object.keys(a).forEach((se) => {
2164
2213
  const ae = a?.[se];
2165
- ae && oe(k, ae, r) && (S[se] ? S[se].push(y) : S[se] = [y]);
2214
+ ae && re(k, ae, r) && (_[se] ? _[se].push(y) : _[se] = [y]);
2166
2215
  });
2167
2216
  }
2168
2217
  return (y) => {
@@ -2177,8 +2226,8 @@ function Vr(e, t, n, o, r) {
2177
2226
  const A = v[N];
2178
2227
  k[N] = A.some((H) => H === y);
2179
2228
  }
2180
- for (const N in S)
2181
- M[N] = S[N].some((A) => A === y);
2229
+ for (const N in _)
2230
+ M[N] = _[N].some((A) => A === y);
2182
2231
  return {
2183
2232
  ...k,
2184
2233
  // custom modifiers should override all the previous ones
@@ -2187,11 +2236,11 @@ function Vr(e, t, n, o, r) {
2187
2236
  };
2188
2237
  }
2189
2238
  function Qr(e, t, n = {}) {
2190
- return Object.entries(e).filter(([, r]) => r === !0).reduce((r, [s]) => (n[s] ? r.push(n[s]) : t[B[s]] ? r.push(t[B[s]]) : t[X[s]] && r.push(t[X[s]]), r), [t[g.Day]]);
2239
+ return Object.entries(e).filter(([, r]) => r === !0).reduce((r, [s]) => (n[s] ? r.push(n[s]) : t[B[s]] ? r.push(t[B[s]]) : t[K[s]] && r.push(t[K[s]]), r), [t[g.Day]]);
2191
2240
  }
2192
2241
  function Ur(e) {
2193
2242
  return {
2194
- ...zr,
2243
+ ...Lr,
2195
2244
  ...e
2196
2245
  };
2197
2246
  }
@@ -2214,32 +2263,32 @@ function Kr() {
2214
2263
  e[g[t]] = `rdp-${g[t]}`;
2215
2264
  for (const t in B)
2216
2265
  e[B[t]] = `rdp-${B[t]}`;
2217
- for (const t in X)
2218
- e[X[t]] = `rdp-${X[t]}`;
2219
- for (const t in z)
2220
- e[z[t]] = `rdp-${z[t]}`;
2266
+ for (const t in K)
2267
+ e[K[t]] = `rdp-${K[t]}`;
2268
+ for (const t in V)
2269
+ e[V[t]] = `rdp-${V[t]}`;
2221
2270
  return e;
2222
2271
  }
2223
2272
  function $t(e, t, n) {
2224
- return (n ?? new re(t)).format(e, "LLLL y");
2273
+ return (n ?? new Q(t)).formatMonthYear(e);
2225
2274
  }
2226
2275
  const Jr = $t;
2227
2276
  function es(e, t, n) {
2228
- return (n ?? new re(t)).format(e, "d");
2277
+ return (n ?? new Q(t)).format(e, "d");
2229
2278
  }
2230
- function ts(e, t = ee) {
2279
+ function ts(e, t = te) {
2231
2280
  return t.format(e, "LLLL");
2232
2281
  }
2233
2282
  function ns(e, t, n) {
2234
- return (n ?? new re(t)).format(e, "cccccc");
2283
+ return (n ?? new Q(t)).format(e, "cccccc");
2235
2284
  }
2236
- function os(e, t = ee) {
2285
+ function os(e, t = te) {
2237
2286
  return e < 10 ? t.formatNumber(`0${e.toLocaleString()}`) : t.formatNumber(`${e.toLocaleString()}`);
2238
2287
  }
2239
2288
  function rs() {
2240
2289
  return "";
2241
2290
  }
2242
- function Rt(e, t = ee) {
2291
+ function Rt(e, t = te) {
2243
2292
  return t.format(e, "yyyy");
2244
2293
  }
2245
2294
  const ss = Rt, as = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2266,8 +2315,8 @@ function cs(e, t, n, o, r) {
2266
2315
  start: i(e),
2267
2316
  end: a(e)
2268
2317
  }).map((f) => {
2269
- const m = o.formatMonthDropdown(f, r), w = l(f), b = t && f < s(t) || n && f > s(n) || !1;
2270
- return { value: w, label: m, disabled: b };
2318
+ const m = o.formatMonthDropdown(f, r), p = l(f), b = t && f < s(t) || n && f > s(n) || !1;
2319
+ return { value: p, label: m, disabled: b };
2271
2320
  });
2272
2321
  }
2273
2322
  function us(e, t = {}, n = {}) {
@@ -2291,29 +2340,29 @@ function ds(e, t, n, o, r = !1) {
2291
2340
  if (!e || !t)
2292
2341
  return;
2293
2342
  const { startOfYear: s, endOfYear: i, addYears: a, getYear: c, isBefore: l, isSameYear: d } = o, u = s(e), f = i(t), m = [];
2294
- let w = u;
2295
- for (; l(w, f) || d(w, f); )
2296
- m.push(w), w = a(w, 1);
2343
+ let p = u;
2344
+ for (; l(p, f) || d(p, f); )
2345
+ m.push(p), p = a(p, 1);
2297
2346
  return r && m.reverse(), m.map((b) => {
2298
- const p = n.formatYearDropdown(b, o);
2347
+ const w = n.formatYearDropdown(b, o);
2299
2348
  return {
2300
2349
  value: c(b),
2301
- label: p,
2350
+ label: w,
2302
2351
  disabled: !1
2303
2352
  };
2304
2353
  });
2305
2354
  }
2306
2355
  function Gt(e, t, n, o) {
2307
- let r = (o ?? new re(n)).format(e, "PPPP");
2356
+ let r = (o ?? new Q(n)).format(e, "PPPP");
2308
2357
  return t.today && (r = `Today, ${r}`), t.selected && (r = `${r}, selected`), r;
2309
2358
  }
2310
2359
  const fs = Gt;
2311
2360
  function Zt(e, t, n) {
2312
- return (n ?? new re(t)).format(e, "LLLL y");
2361
+ return (n ?? new Q(t)).formatMonthYear(e);
2313
2362
  }
2314
2363
  const hs = Zt;
2315
2364
  function ms(e, t, n, o) {
2316
- let r = (o ?? new re(n)).format(e, "PPPP");
2365
+ let r = (o ?? new Q(n)).format(e, "PPPP");
2317
2366
  return t?.today && (r = `Today, ${r}`), r;
2318
2367
  }
2319
2368
  function ys(e) {
@@ -2322,19 +2371,19 @@ function ys(e) {
2322
2371
  function gs() {
2323
2372
  return "";
2324
2373
  }
2325
- function Lt(e) {
2374
+ function zt(e) {
2326
2375
  return "Go to the Next Month";
2327
2376
  }
2328
- function zt(e) {
2377
+ function Lt(e) {
2329
2378
  return "Go to the Previous Month";
2330
2379
  }
2331
2380
  function bs(e, t, n) {
2332
- return (n ?? new re(t)).format(e, "cccc");
2381
+ return (n ?? new Q(t)).format(e, "cccc");
2333
2382
  }
2334
- function ws(e, t) {
2383
+ function ps(e, t) {
2335
2384
  return `Week ${e}`;
2336
2385
  }
2337
- function ps(e) {
2386
+ function ws(e) {
2338
2387
  return "Week Number";
2339
2388
  }
2340
2389
  function vs(e) {
@@ -2349,10 +2398,10 @@ const Ms = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2349
2398
  labelGridcell: ms,
2350
2399
  labelMonthDropdown: ys,
2351
2400
  labelNav: gs,
2352
- labelNext: Lt,
2353
- labelPrevious: zt,
2354
- labelWeekNumber: ws,
2355
- labelWeekNumberHeader: ps,
2401
+ labelNext: zt,
2402
+ labelPrevious: Lt,
2403
+ labelWeekNumber: ps,
2404
+ labelWeekNumberHeader: ws,
2356
2405
  labelWeekday: bs,
2357
2406
  labelYearDropdown: vs
2358
2407
  }, Symbol.toStringTag, { value: "Module" })), xe = (e) => e instanceof HTMLElement ? e : null, je = (e) => [
@@ -2366,12 +2415,12 @@ function Cs(e, t, { classNames: n, months: o, focused: r, dateLib: s }) {
2366
2415
  !(e.current instanceof HTMLElement) || // validation required for the animation to work as expected
2367
2416
  o.length === 0 || l.length === 0 || o.length !== l.length)
2368
2417
  return;
2369
- const d = s.isSameMonth(o[0].date, l[0].date), u = s.isAfter(o[0].date, l[0].date), f = u ? n[z.caption_after_enter] : n[z.caption_before_enter], m = u ? n[z.weeks_after_enter] : n[z.weeks_before_enter], w = i.current, b = e.current.cloneNode(!0);
2418
+ const d = s.isSameMonth(o[0].date, l[0].date), u = s.isAfter(o[0].date, l[0].date), f = u ? n[V.caption_after_enter] : n[V.caption_before_enter], m = u ? n[V.weeks_after_enter] : n[V.weeks_before_enter], p = i.current, b = e.current.cloneNode(!0);
2370
2419
  if (b instanceof HTMLElement ? (je(b).forEach((v) => {
2371
2420
  if (!(v instanceof HTMLElement))
2372
2421
  return;
2373
- const S = ks(v);
2374
- S && v.contains(S) && v.removeChild(S);
2422
+ const _ = ks(v);
2423
+ _ && v.contains(_) && v.removeChild(_);
2375
2424
  const y = Ie(v);
2376
2425
  y && y.classList.remove(f);
2377
2426
  const k = Ae(v);
@@ -2379,12 +2428,12 @@ function Cs(e, t, { classNames: n, months: o, focused: r, dateLib: s }) {
2379
2428
  }), i.current = b) : i.current = null, c.current || d || // skip animation if a day is focused because it can cause issues to the animation and is better for a11y
2380
2429
  r)
2381
2430
  return;
2382
- const p = w instanceof HTMLElement ? je(w) : [], O = je(e.current);
2383
- if (O?.every((x) => x instanceof HTMLElement) && p && p.every((x) => x instanceof HTMLElement)) {
2431
+ const w = p instanceof HTMLElement ? je(p) : [], O = je(e.current);
2432
+ if (O?.every((x) => x instanceof HTMLElement) && w && w.every((x) => x instanceof HTMLElement)) {
2384
2433
  c.current = !0, e.current.style.isolation = "isolate";
2385
2434
  const x = Ds(e.current);
2386
- x && (x.style.zIndex = "1"), O.forEach((v, S) => {
2387
- const y = p[S];
2435
+ x && (x.style.zIndex = "1"), O.forEach((v, _) => {
2436
+ const y = w[_];
2388
2437
  if (!y)
2389
2438
  return;
2390
2439
  v.style.position = "relative", v.style.overflow = "hidden";
@@ -2399,18 +2448,18 @@ function Cs(e, t, { classNames: n, months: o, focused: r, dateLib: s }) {
2399
2448
  const A = Os(y);
2400
2449
  A && (A.style.opacity = "0");
2401
2450
  const H = Ie(y);
2402
- H && (H.classList.add(u ? n[z.caption_before_exit] : n[z.caption_after_exit]), H.addEventListener("animationend", N));
2451
+ H && (H.classList.add(u ? n[V.caption_before_exit] : n[V.caption_after_exit]), H.addEventListener("animationend", N));
2403
2452
  const q = Ae(y);
2404
- q && q.classList.add(u ? n[z.weeks_before_exit] : n[z.weeks_after_exit]), v.insertBefore(y, v.firstChild);
2453
+ q && q.classList.add(u ? n[V.weeks_before_exit] : n[V.weeks_after_exit]), v.insertBefore(y, v.firstChild);
2405
2454
  });
2406
2455
  }
2407
2456
  });
2408
2457
  }
2409
2458
  function Ns(e, t, n, o) {
2410
- const r = e[0], s = e[e.length - 1], { ISOWeek: i, fixedWeeks: a, broadcastCalendar: c } = n ?? {}, { addDays: l, differenceInCalendarDays: d, differenceInCalendarMonths: u, endOfBroadcastWeek: f, endOfISOWeek: m, endOfMonth: w, endOfWeek: b, isAfter: p, startOfBroadcastWeek: O, startOfISOWeek: x, startOfWeek: v } = o, S = c ? O(r, o) : i ? x(r) : v(r), y = c ? f(s) : i ? m(w(s)) : b(w(s)), k = d(y, S), M = u(s, r) + 1, N = [];
2459
+ const r = e[0], s = e[e.length - 1], { ISOWeek: i, fixedWeeks: a, broadcastCalendar: c } = n ?? {}, { addDays: l, differenceInCalendarDays: d, differenceInCalendarMonths: u, endOfBroadcastWeek: f, endOfISOWeek: m, endOfMonth: p, endOfWeek: b, isAfter: w, startOfBroadcastWeek: O, startOfISOWeek: x, startOfWeek: v } = o, _ = c ? O(r, o) : i ? x(r) : v(r), y = c ? f(s) : i ? m(p(s)) : b(p(s)), k = d(y, _), M = u(s, r) + 1, N = [];
2411
2460
  for (let q = 0; q <= k; q++) {
2412
- const G = l(S, q);
2413
- if (t && p(G, t))
2461
+ const G = l(_, q);
2462
+ if (t && w(G, t))
2414
2463
  break;
2415
2464
  N.push(G);
2416
2465
  }
@@ -2418,8 +2467,8 @@ function Ns(e, t, n, o) {
2418
2467
  if (a && N.length < H) {
2419
2468
  const q = H - N.length;
2420
2469
  for (let G = 0; G < q; G++) {
2421
- const te = l(N[N.length - 1], 1);
2422
- N.push(te);
2470
+ const ne = l(N[N.length - 1], 1);
2471
+ N.push(ne);
2423
2472
  }
2424
2473
  }
2425
2474
  return N;
@@ -2441,7 +2490,7 @@ function Ws(e, t, n, o) {
2441
2490
  }
2442
2491
  return s;
2443
2492
  }
2444
- function dt(e, t, n, o) {
2493
+ function ft(e, t, n, o) {
2445
2494
  const { month: r, defaultMonth: s, today: i = o.today(), numberOfMonths: a = 1 } = e;
2446
2495
  let c = r || s || i;
2447
2496
  const { differenceInCalendarMonths: l, addMonths: d, startOfMonth: u } = o;
@@ -2452,34 +2501,34 @@ function dt(e, t, n, o) {
2452
2501
  return t && l(c, t) < 0 && (c = t), u(c);
2453
2502
  }
2454
2503
  function Ss(e, t, n, o) {
2455
- const { addDays: r, endOfBroadcastWeek: s, endOfISOWeek: i, endOfMonth: a, endOfWeek: c, getISOWeek: l, getWeek: d, startOfBroadcastWeek: u, startOfISOWeek: f, startOfWeek: m } = o, w = e.reduce((b, p) => {
2456
- const O = n.broadcastCalendar ? u(p, o) : n.ISOWeek ? f(p) : m(p), x = n.broadcastCalendar ? s(p) : n.ISOWeek ? i(a(p)) : c(a(p)), v = t.filter((M) => M >= O && M <= x), S = n.broadcastCalendar ? 35 : 42;
2457
- if (n.fixedWeeks && v.length < S) {
2504
+ const { addDays: r, endOfBroadcastWeek: s, endOfISOWeek: i, endOfMonth: a, endOfWeek: c, getISOWeek: l, getWeek: d, startOfBroadcastWeek: u, startOfISOWeek: f, startOfWeek: m } = o, p = e.reduce((b, w) => {
2505
+ const O = n.broadcastCalendar ? u(w, o) : n.ISOWeek ? f(w) : m(w), x = n.broadcastCalendar ? s(w) : n.ISOWeek ? i(a(w)) : c(a(w)), v = t.filter((M) => M >= O && M <= x), _ = n.broadcastCalendar ? 35 : 42;
2506
+ if (n.fixedWeeks && v.length < _) {
2458
2507
  const M = t.filter((N) => {
2459
- const A = S - v.length;
2508
+ const A = _ - v.length;
2460
2509
  return N > x && N <= r(x, A);
2461
2510
  });
2462
2511
  v.push(...M);
2463
2512
  }
2464
2513
  const y = v.reduce((M, N) => {
2465
- const A = n.ISOWeek ? l(N) : d(N), H = M.find((G) => G.weekNumber === A), q = new Ft(N, p, o);
2514
+ const A = n.ISOWeek ? l(N) : d(N), H = M.find((G) => G.weekNumber === A), q = new Ft(N, w, o);
2466
2515
  return H ? H.days.push(q) : M.push(new vr(A, [q])), M;
2467
- }, []), k = new pr(p, y);
2516
+ }, []), k = new wr(w, y);
2468
2517
  return b.push(k), b;
2469
2518
  }, []);
2470
- return n.reverseMonths ? w.reverse() : w;
2519
+ return n.reverseMonths ? p.reverse() : p;
2471
2520
  }
2472
2521
  function _s(e, t) {
2473
2522
  let { startMonth: n, endMonth: o } = e;
2474
- const { startOfYear: r, startOfDay: s, startOfMonth: i, endOfMonth: a, addYears: c, endOfYear: l, newDate: d, today: u } = t, { fromYear: f, toYear: m, fromMonth: w, toMonth: b } = e;
2475
- !n && w && (n = w), !n && f && (n = t.newDate(f, 0, 1)), !o && b && (o = b), !o && m && (o = d(m, 11, 31));
2476
- const p = e.captionLayout === "dropdown" || e.captionLayout === "dropdown-years";
2477
- return n ? n = i(n) : f ? n = d(f, 0, 1) : !n && p && (n = r(c(e.today ?? u(), -100))), o ? o = a(o) : m ? o = d(m, 11, 31) : !o && p && (o = l(e.today ?? u())), [
2523
+ const { startOfYear: r, startOfDay: s, startOfMonth: i, endOfMonth: a, addYears: c, endOfYear: l, newDate: d, today: u } = t, { fromYear: f, toYear: m, fromMonth: p, toMonth: b } = e;
2524
+ !n && p && (n = p), !n && f && (n = t.newDate(f, 0, 1)), !o && b && (o = b), !o && m && (o = d(m, 11, 31));
2525
+ const w = e.captionLayout === "dropdown" || e.captionLayout === "dropdown-years";
2526
+ return n ? n = i(n) : f ? n = d(f, 0, 1) : !n && w && (n = r(c(e.today ?? u(), -100))), o ? o = a(o) : m ? o = d(m, 11, 31) : !o && w && (o = l(e.today ?? u())), [
2478
2527
  n && s(n),
2479
2528
  o && s(o)
2480
2529
  ];
2481
2530
  }
2482
- function Es(e, t, n, o) {
2531
+ function Ts(e, t, n, o) {
2483
2532
  if (n.disableNavigation)
2484
2533
  return;
2485
2534
  const { pagedNavigation: r, numberOfMonths: s = 1 } = n, { startOfMonth: i, addMonths: a, differenceInCalendarMonths: c } = o, l = r ? s : 1, d = i(e);
@@ -2488,7 +2537,7 @@ function Es(e, t, n, o) {
2488
2537
  if (!(c(t, e) < s))
2489
2538
  return a(d, l);
2490
2539
  }
2491
- function Ts(e, t, n, o) {
2540
+ function Es(e, t, n, o) {
2492
2541
  if (n.disableNavigation)
2493
2542
  return;
2494
2543
  const { pagedNavigation: r, numberOfMonths: s } = n, { startOfMonth: i, addMonths: a, differenceInCalendarMonths: c } = o, l = r ? s ?? 1 : 1, d = i(e);
@@ -2502,21 +2551,21 @@ function Ps(e) {
2502
2551
  return e.reduce((n, o) => n.concat(o.weeks.slice()), t.slice());
2503
2552
  }
2504
2553
  function _e(e, t) {
2505
- const [n, o] = qe(e);
2554
+ const [n, o] = $e(e);
2506
2555
  return [t === void 0 ? n : t, o];
2507
2556
  }
2508
2557
  function Ys(e, t) {
2509
- const [n, o] = _s(e, t), { startOfMonth: r, endOfMonth: s } = t, i = dt(e, n, o, t), [a, c] = _e(
2558
+ const [n, o] = _s(e, t), { startOfMonth: r, endOfMonth: s } = t, i = ft(e, n, o, t), [a, c] = _e(
2510
2559
  i,
2511
2560
  // initialMonth is always computed from props.month if provided
2512
2561
  e.month ? i : void 0
2513
2562
  );
2514
2563
  xn(() => {
2515
- const k = dt(e, n, o, t);
2564
+ const k = ft(e, n, o, t);
2516
2565
  c(k);
2517
2566
  }, [e.timeZone]);
2518
- const l = Ws(a, o, e, t), d = Ns(l, e.endMonth ? s(e.endMonth) : void 0, e, t), u = Ss(l, d, e, t), f = Ps(u), m = xs(u), w = Ts(a, n, e, t), b = Es(a, o, e, t), { disableNavigation: p, onMonthChange: O } = e, x = (k) => f.some((M) => M.days.some((N) => N.isEqualTo(k))), v = (k) => {
2519
- if (p)
2567
+ const l = Ws(a, o, e, t), d = Ns(l, e.endMonth ? s(e.endMonth) : void 0, e, t), u = Ss(l, d, e, t), f = Ps(u), m = xs(u), p = Es(a, n, e, t), b = Ts(a, o, e, t), { disableNavigation: w, onMonthChange: O } = e, x = (k) => f.some((M) => M.days.some((N) => N.isEqualTo(k))), v = (k) => {
2568
+ if (w)
2520
2569
  return;
2521
2570
  let M = r(k);
2522
2571
  n && M < r(n) && (M = r(n)), o && M > r(o) && (M = r(o)), c(M), O?.(M);
@@ -2527,7 +2576,7 @@ function Ys(e, t) {
2527
2576
  days: m,
2528
2577
  navStart: n,
2529
2578
  navEnd: o,
2530
- previousMonth: w,
2579
+ previousMonth: p,
2531
2580
  nextMonth: b,
2532
2581
  goToMonth: v,
2533
2582
  goToDay: (k) => {
@@ -2535,41 +2584,41 @@ function Ys(e, t) {
2535
2584
  }
2536
2585
  };
2537
2586
  }
2538
- var K;
2587
+ var J;
2539
2588
  (function(e) {
2540
2589
  e[e.Today = 0] = "Today", e[e.Selected = 1] = "Selected", e[e.LastFocused = 2] = "LastFocused", e[e.FocusedModifier = 3] = "FocusedModifier";
2541
- })(K || (K = {}));
2542
- function ft(e) {
2590
+ })(J || (J = {}));
2591
+ function ht(e) {
2543
2592
  return !e[B.disabled] && !e[B.hidden] && !e[B.outside];
2544
2593
  }
2545
2594
  function Fs(e, t, n, o) {
2546
2595
  let r, s = -1;
2547
2596
  for (const i of e) {
2548
2597
  const a = t(i);
2549
- ft(a) && (a[B.focused] && s < K.FocusedModifier ? (r = i, s = K.FocusedModifier) : o?.isEqualTo(i) && s < K.LastFocused ? (r = i, s = K.LastFocused) : n(i.date) && s < K.Selected ? (r = i, s = K.Selected) : a[B.today] && s < K.Today && (r = i, s = K.Today));
2598
+ ht(a) && (a[B.focused] && s < J.FocusedModifier ? (r = i, s = J.FocusedModifier) : o?.isEqualTo(i) && s < J.LastFocused ? (r = i, s = J.LastFocused) : n(i.date) && s < J.Selected ? (r = i, s = J.Selected) : a[B.today] && s < J.Today && (r = i, s = J.Today));
2550
2599
  }
2551
- return r || (r = e.find((i) => ft(t(i)))), r;
2600
+ return r || (r = e.find((i) => ht(t(i)))), r;
2552
2601
  }
2553
2602
  function Bs(e, t, n, o, r, s, i) {
2554
- const { ISOWeek: a, broadcastCalendar: c } = s, { addDays: l, addMonths: d, addWeeks: u, addYears: f, endOfBroadcastWeek: m, endOfISOWeek: w, endOfWeek: b, max: p, min: O, startOfBroadcastWeek: x, startOfISOWeek: v, startOfWeek: S } = i;
2603
+ const { ISOWeek: a, broadcastCalendar: c } = s, { addDays: l, addMonths: d, addWeeks: u, addYears: f, endOfBroadcastWeek: m, endOfISOWeek: p, endOfWeek: b, max: w, min: O, startOfBroadcastWeek: x, startOfISOWeek: v, startOfWeek: _ } = i;
2555
2604
  let k = {
2556
2605
  day: l,
2557
2606
  week: u,
2558
2607
  month: d,
2559
2608
  year: f,
2560
- startOfWeek: (M) => c ? x(M, i) : a ? v(M) : S(M),
2561
- endOfWeek: (M) => c ? m(M) : a ? w(M) : b(M)
2609
+ startOfWeek: (M) => c ? x(M, i) : a ? v(M) : _(M),
2610
+ endOfWeek: (M) => c ? m(M) : a ? p(M) : b(M)
2562
2611
  }[e](n, t === "after" ? 1 : -1);
2563
- return t === "before" && o ? k = p([o, k]) : t === "after" && r && (k = O([r, k])), k;
2612
+ return t === "before" && o ? k = w([o, k]) : t === "after" && r && (k = O([r, k])), k;
2564
2613
  }
2565
2614
  function Vt(e, t, n, o, r, s, i, a = 0) {
2566
2615
  if (a > 365)
2567
2616
  return;
2568
- const c = Bs(e, t, n.date, o, r, s, i), l = !!(s.disabled && oe(c, s.disabled, i)), d = !!(s.hidden && oe(c, s.hidden, i)), u = c, f = new Ft(c, u, i);
2617
+ const c = Bs(e, t, n.date, o, r, s, i), l = !!(s.disabled && re(c, s.disabled, i)), d = !!(s.hidden && re(c, s.hidden, i)), u = c, f = new Ft(c, u, i);
2569
2618
  return !l && !d ? f : Vt(e, t, f, o, r, s, i, a + 1);
2570
2619
  }
2571
2620
  function js(e, t, n, o, r) {
2572
- const { autoFocus: s } = e, [i, a] = qe(), c = Fs(t.days, n, o || (() => !1), i), [l, d] = qe(s ? c : void 0);
2621
+ const { autoFocus: s } = e, [i, a] = $e(), c = Fs(t.days, n, o || (() => !1), i), [l, d] = $e(s ? c : void 0);
2573
2622
  return {
2574
2623
  isFocusTarget: (b) => !!c?.isEqualTo(b),
2575
2624
  setFocused: d,
@@ -2577,32 +2626,32 @@ function js(e, t, n, o, r) {
2577
2626
  blur: () => {
2578
2627
  a(l), d(void 0);
2579
2628
  },
2580
- moveFocus: (b, p) => {
2629
+ moveFocus: (b, w) => {
2581
2630
  if (!l)
2582
2631
  return;
2583
- const O = Vt(b, p, l, t.navStart, t.navEnd, e, r);
2632
+ const O = Vt(b, w, l, t.navStart, t.navEnd, e, r);
2584
2633
  O && (t.goToDay(O), d(O));
2585
2634
  }
2586
2635
  };
2587
2636
  }
2588
2637
  function Is(e, t) {
2589
- const { selected: n, required: o, onSelect: r } = e, [s, i] = _e(n, r ? n : void 0), a = r ? n : s, { isSameDay: c } = t, l = (m) => a?.some((w) => c(w, m)) ?? !1, { min: d, max: u } = e;
2638
+ const { selected: n, required: o, onSelect: r } = e, [s, i] = _e(n, r ? n : void 0), a = r ? n : s, { isSameDay: c } = t, l = (m) => a?.some((p) => c(p, m)) ?? !1, { min: d, max: u } = e;
2590
2639
  return {
2591
2640
  selected: a,
2592
- select: (m, w, b) => {
2593
- let p = [...a ?? []];
2641
+ select: (m, p, b) => {
2642
+ let w = [...a ?? []];
2594
2643
  if (l(m)) {
2595
2644
  if (a?.length === d || o && a?.length === 1)
2596
2645
  return;
2597
- p = a?.filter((O) => !c(O, m));
2646
+ w = a?.filter((O) => !c(O, m));
2598
2647
  } else
2599
- a?.length === u ? p = [m] : p = [...p, m];
2600
- return r || i(p), r?.(p, m, w, b), p;
2648
+ a?.length === u ? w = [m] : w = [...w, m];
2649
+ return r || i(w), r?.(w, m, p, b), w;
2601
2650
  },
2602
2651
  isSelected: l
2603
2652
  };
2604
2653
  }
2605
- function As(e, t, n = 0, o = 0, r = !1, s = ee) {
2654
+ function As(e, t, n = 0, o = 0, r = !1, s = te) {
2606
2655
  const { from: i, to: a } = t || {}, { isSameDay: c, isAfter: l, isBefore: d } = s;
2607
2656
  let u;
2608
2657
  if (!i && !a)
@@ -2630,7 +2679,7 @@ function As(e, t, n = 0, o = 0, r = !1, s = ee) {
2630
2679
  }
2631
2680
  return u;
2632
2681
  }
2633
- function Hs(e, t, n = ee) {
2682
+ function Hs(e, t, n = te) {
2634
2683
  const o = Array.isArray(t) ? t : [t];
2635
2684
  let r = e.from;
2636
2685
  const s = n.differenceInCalendarDays(e.to, e.from), i = Math.min(s, 6);
@@ -2641,15 +2690,15 @@ function Hs(e, t, n = ee) {
2641
2690
  }
2642
2691
  return !1;
2643
2692
  }
2644
- function ht(e, t, n = ee) {
2645
- return ne(e, t.from, !1, n) || ne(e, t.to, !1, n) || ne(t, e.from, !1, n) || ne(t, e.to, !1, n);
2693
+ function mt(e, t, n = te) {
2694
+ return oe(e, t.from, !1, n) || oe(e, t.to, !1, n) || oe(t, e.from, !1, n) || oe(t, e.to, !1, n);
2646
2695
  }
2647
- function qs(e, t, n = ee) {
2696
+ function qs(e, t, n = te) {
2648
2697
  const o = Array.isArray(t) ? t : [t];
2649
- if (o.filter((a) => typeof a != "function").some((a) => typeof a == "boolean" ? a : n.isDate(a) ? ne(e, a, !1, n) : qt(a, n) ? a.some((c) => ne(e, c, !1, n)) : Ze(a) ? a.from && a.to ? ht(e, { from: a.from, to: a.to }, n) : !1 : Ht(a) ? Hs(e, a.dayOfWeek, n) : jt(a) ? n.isAfter(a.before, a.after) ? ht(e, {
2698
+ if (o.filter((a) => typeof a != "function").some((a) => typeof a == "boolean" ? a : n.isDate(a) ? oe(e, a, !1, n) : qt(a, n) ? a.some((c) => oe(e, c, !1, n)) : ze(a) ? a.from && a.to ? mt(e, { from: a.from, to: a.to }, n) : !1 : Ht(a) ? Hs(e, a.dayOfWeek, n) : jt(a) ? n.isAfter(a.before, a.after) ? mt(e, {
2650
2699
  from: n.addDays(a.after, 1),
2651
2700
  to: n.addDays(a.before, -1)
2652
- }, n) : oe(e.from, a, n) || oe(e.to, a, n) : It(a) || At(a) ? oe(e.from, a, n) || oe(e.to, a, n) : !1))
2701
+ }, n) : re(e.from, a, n) || re(e.to, a, n) : It(a) || At(a) ? re(e.from, a, n) || re(e.to, a, n) : !1))
2653
2702
  return !0;
2654
2703
  const i = o.filter((a) => typeof a == "function");
2655
2704
  if (i.length) {
@@ -2667,11 +2716,11 @@ function $s(e, t) {
2667
2716
  const { disabled: n, excludeDisabled: o, selected: r, required: s, onSelect: i } = e, [a, c] = _e(r, i ? r : void 0), l = i ? r : a;
2668
2717
  return {
2669
2718
  selected: l,
2670
- select: (f, m, w) => {
2671
- const { min: b, max: p } = e, O = f ? As(f, l, b, p, s, t) : void 0;
2672
- return o && n && O?.from && O.to && qs({ from: O.from, to: O.to }, n, t) && (O.from = f, O.to = void 0), i || c(O), i?.(O, f, m, w), O;
2719
+ select: (f, m, p) => {
2720
+ const { min: b, max: w } = e, O = f ? As(f, l, b, w, s, t) : void 0;
2721
+ return o && n && O?.from && O.to && qs({ from: O.from, to: O.to }, n, t) && (O.from = f, O.to = void 0), i || c(O), i?.(O, f, m, p), O;
2673
2722
  },
2674
- isSelected: (f) => l && ne(l, f, !1, t)
2723
+ isSelected: (f) => l && oe(l, f, !1, t)
2675
2724
  };
2676
2725
  }
2677
2726
  function Rs(e, t) {
@@ -2679,8 +2728,8 @@ function Rs(e, t) {
2679
2728
  return {
2680
2729
  selected: a,
2681
2730
  select: (u, f, m) => {
2682
- let w = u;
2683
- return !o && a && a && c(u, a) && (w = void 0), r || i(w), r?.(w, u, f, m), w;
2731
+ let p = u;
2732
+ return !o && a && a && c(u, a) && (p = void 0), r || i(p), r?.(p, u, f, m), p;
2684
2733
  },
2685
2734
  isSelected: (u) => a ? c(a, u) : !1
2686
2735
  };
@@ -2707,9 +2756,9 @@ function Zs(e) {
2707
2756
  to: t.selected.to ? new $(t.selected.to, t.timeZone) : void 0
2708
2757
  }));
2709
2758
  const { components: n, formatters: o, labels: r, dateLib: s, locale: i, classNames: a } = Fe(() => {
2710
- const C = { ...Ge, ...t.locale };
2759
+ const C = { ...Ze, ...t.locale };
2711
2760
  return {
2712
- dateLib: new re({
2761
+ dateLib: new Q({
2713
2762
  locale: C,
2714
2763
  weekStartsOn: t.broadcastCalendar ? 1 : t.weekStartsOn,
2715
2764
  firstWeekContainsDate: t.firstWeekContainsDate,
@@ -2738,18 +2787,18 @@ function Zs(e) {
2738
2787
  t.formatters,
2739
2788
  t.labels,
2740
2789
  t.classNames
2741
- ]), { captionLayout: c, mode: l, navLayout: d, numberOfMonths: u = 1, onDayBlur: f, onDayClick: m, onDayFocus: w, onDayKeyDown: b, onDayMouseEnter: p, onDayMouseLeave: O, onNextClick: x, onPrevClick: v, showWeekNumber: S, styles: y } = t, { formatCaption: k, formatDay: M, formatMonthDropdown: N, formatWeekNumber: A, formatWeekNumberHeader: H, formatWeekdayName: q, formatYearDropdown: G } = o, te = Ys(t, s), { days: se, months: ae, navStart: he, navEnd: we, previousMonth: Z, nextMonth: L, goToMonth: U } = te, pe = Vr(se, t, he, we, s), { isSelected: R, select: ue, selected: me } = Gs(t, s) ?? {}, { blur: Le, focused: ze, isFocusTarget: Qt, moveFocus: Ve, setFocused: We } = js(t, te, pe, R ?? (() => !1), s), { labelDayButton: Ut, labelGridcell: Xt, labelGrid: Kt, labelMonthDropdown: Jt, labelNav: Qe, labelPrevious: en, labelNext: tn, labelWeekday: nn, labelWeekNumber: on, labelWeekNumberHeader: rn, labelYearDropdown: sn } = r, an = Fe(() => ls(s, t.ISOWeek), [s, t.ISOWeek]), Ue = l !== void 0 || m !== void 0, Ee = Q(() => {
2742
- Z && (U(Z), v?.(Z));
2743
- }, [Z, U, v]), Te = Q(() => {
2744
- L && (U(L), x?.(L));
2745
- }, [U, L, x]), cn = Q((C, Y) => (D) => {
2746
- D.preventDefault(), D.stopPropagation(), We(C), ue?.(C.date, Y, D), m?.(C.date, Y, D);
2747
- }, [ue, m, We]), un = Q((C, Y) => (D) => {
2748
- We(C), w?.(C.date, Y, D);
2749
- }, [w, We]), ln = Q((C, Y) => (D) => {
2750
- Le(), f?.(C.date, Y, D);
2751
- }, [Le, f]), dn = Q((C, Y) => (D) => {
2752
- const F = {
2790
+ ]), { captionLayout: c, mode: l, navLayout: d, numberOfMonths: u = 1, onDayBlur: f, onDayClick: m, onDayFocus: p, onDayKeyDown: b, onDayMouseEnter: w, onDayMouseLeave: O, onNextClick: x, onPrevClick: v, showWeekNumber: _, styles: y } = t, { formatCaption: k, formatDay: M, formatMonthDropdown: N, formatWeekNumber: A, formatWeekNumberHeader: H, formatWeekdayName: q, formatYearDropdown: G } = o, ne = Ys(t, s), { days: se, months: ae, navStart: he, navEnd: pe, previousMonth: Z, nextMonth: z, goToMonth: X } = ne, we = Vr(se, t, he, pe, s), { isSelected: R, select: ue, selected: me } = Gs(t, s) ?? {}, { blur: Le, focused: Ve, isFocusTarget: Qt, moveFocus: Qe, setFocused: We } = js(t, ne, we, R ?? (() => !1), s), { labelDayButton: Ut, labelGridcell: Xt, labelGrid: Kt, labelMonthDropdown: Jt, labelNav: Ue, labelPrevious: en, labelNext: tn, labelWeekday: nn, labelWeekNumber: on, labelWeekNumberHeader: rn, labelYearDropdown: sn } = r, an = Fe(() => ls(s, t.ISOWeek), [s, t.ISOWeek]), Xe = l !== void 0 || m !== void 0, Te = U(() => {
2791
+ Z && (X(Z), v?.(Z));
2792
+ }, [Z, X, v]), Ee = U(() => {
2793
+ z && (X(z), x?.(z));
2794
+ }, [X, z, x]), cn = U((C, F) => (D) => {
2795
+ D.preventDefault(), D.stopPropagation(), We(C), ue?.(C.date, F, D), m?.(C.date, F, D);
2796
+ }, [ue, m, We]), un = U((C, F) => (D) => {
2797
+ We(C), p?.(C.date, F, D);
2798
+ }, [p, We]), ln = U((C, F) => (D) => {
2799
+ Le(), f?.(C.date, F, D);
2800
+ }, [Le, f]), dn = U((C, F) => (D) => {
2801
+ const Y = {
2753
2802
  ArrowLeft: [
2754
2803
  D.shiftKey ? "month" : "day",
2755
2804
  t.dir === "rtl" ? "after" : "before"
@@ -2765,42 +2814,42 @@ function Zs(e) {
2765
2814
  Home: ["startOfWeek", "before"],
2766
2815
  End: ["endOfWeek", "after"]
2767
2816
  };
2768
- if (F[D.key]) {
2817
+ if (Y[D.key]) {
2769
2818
  D.preventDefault(), D.stopPropagation();
2770
- const [V, W] = F[D.key];
2771
- Ve(V, W);
2819
+ const [L, W] = Y[D.key];
2820
+ Qe(L, W);
2772
2821
  }
2773
- b?.(C.date, Y, D);
2774
- }, [Ve, b, t.dir]), fn = Q((C, Y) => (D) => {
2775
- p?.(C.date, Y, D);
2776
- }, [p]), hn = Q((C, Y) => (D) => {
2777
- O?.(C.date, Y, D);
2778
- }, [O]), mn = Q((C) => (Y) => {
2779
- const D = Number(Y.target.value), F = s.setMonth(s.startOfMonth(C), D);
2780
- U(F);
2781
- }, [s, U]), yn = Q((C) => (Y) => {
2782
- const D = Number(Y.target.value), F = s.setYear(s.startOfMonth(C), D);
2783
- U(F);
2784
- }, [s, U]), { className: gn, style: bn } = Fe(() => ({
2822
+ b?.(C.date, F, D);
2823
+ }, [Qe, b, t.dir]), fn = U((C, F) => (D) => {
2824
+ w?.(C.date, F, D);
2825
+ }, [w]), hn = U((C, F) => (D) => {
2826
+ O?.(C.date, F, D);
2827
+ }, [O]), mn = U((C) => (F) => {
2828
+ const D = Number(F.target.value), Y = s.setMonth(s.startOfMonth(C), D);
2829
+ X(Y);
2830
+ }, [s, X]), yn = U((C) => (F) => {
2831
+ const D = Number(F.target.value), Y = s.setYear(s.startOfMonth(C), D);
2832
+ X(Y);
2833
+ }, [s, X]), { className: gn, style: bn } = Fe(() => ({
2785
2834
  className: [a[g.Root], t.className].filter(Boolean).join(" "),
2786
2835
  style: { ...y?.[g.Root], ...t.style }
2787
- }), [a, t.className, t.style, y]), wn = Xr(t), Xe = Se(null);
2788
- Cs(Xe, !!t.animate, {
2836
+ }), [a, t.className, t.style, y]), pn = Xr(t), Ke = Se(null);
2837
+ Cs(Ke, !!t.animate, {
2789
2838
  classNames: a,
2790
2839
  months: ae,
2791
- focused: ze,
2840
+ focused: Ve,
2792
2841
  dateLib: s
2793
2842
  });
2794
- const pn = {
2843
+ const wn = {
2795
2844
  dayPickerProps: t,
2796
2845
  selected: me,
2797
2846
  select: ue,
2798
2847
  isSelected: R,
2799
2848
  months: ae,
2800
- nextMonth: L,
2849
+ nextMonth: z,
2801
2850
  previousMonth: Z,
2802
- goToMonth: U,
2803
- getModifiers: pe,
2851
+ goToMonth: X,
2852
+ getModifiers: we,
2804
2853
  components: n,
2805
2854
  classNames: a,
2806
2855
  styles: y,
@@ -2809,35 +2858,37 @@ function Zs(e) {
2809
2858
  };
2810
2859
  return h.createElement(
2811
2860
  Bt.Provider,
2812
- { value: pn },
2861
+ { value: wn },
2813
2862
  h.createElement(
2814
2863
  n.Root,
2815
- { rootRef: t.animate ? Xe : void 0, className: gn, style: bn, dir: t.dir, id: t.id, lang: t.lang, nonce: t.nonce, title: t.title, role: t.role, "aria-label": t["aria-label"], ...wn },
2864
+ { rootRef: t.animate ? Ke : void 0, className: gn, style: bn, dir: t.dir, id: t.id, lang: t.lang, nonce: t.nonce, title: t.title, role: t.role, "aria-label": t["aria-label"], "aria-labelledby": t["aria-labelledby"], ...pn },
2816
2865
  h.createElement(
2817
2866
  n.Months,
2818
2867
  { className: a[g.Months], style: y?.[g.Months] },
2819
- !t.hideNavigation && !d && h.createElement(n.Nav, { "data-animated-nav": t.animate ? "true" : void 0, className: a[g.Nav], style: y?.[g.Nav], "aria-label": Qe(), onPreviousClick: Ee, onNextClick: Te, previousMonth: Z, nextMonth: L }),
2820
- ae.map((C, Y) => h.createElement(
2868
+ !t.hideNavigation && !d && h.createElement(n.Nav, { "data-animated-nav": t.animate ? "true" : void 0, className: a[g.Nav], style: y?.[g.Nav], "aria-label": Ue(), onPreviousClick: Te, onNextClick: Ee, previousMonth: Z, nextMonth: z }),
2869
+ ae.map((C, F) => h.createElement(
2821
2870
  n.Month,
2822
2871
  {
2823
2872
  "data-animated-month": t.animate ? "true" : void 0,
2824
2873
  className: a[g.Month],
2825
2874
  style: y?.[g.Month],
2826
2875
  // biome-ignore lint/suspicious/noArrayIndexKey: breaks animation
2827
- key: Y,
2828
- displayIndex: Y,
2876
+ key: F,
2877
+ displayIndex: F,
2829
2878
  calendarMonth: C
2830
2879
  },
2831
- d === "around" && !t.hideNavigation && Y === 0 && h.createElement(
2880
+ d === "around" && !t.hideNavigation && F === 0 && h.createElement(
2832
2881
  n.PreviousMonthButton,
2833
- { type: "button", className: a[g.PreviousMonthButton], tabIndex: Z ? void 0 : -1, "aria-disabled": Z ? void 0 : !0, "aria-label": en(Z), onClick: Ee, "data-animated-button": t.animate ? "true" : void 0 },
2882
+ { type: "button", className: a[g.PreviousMonthButton], tabIndex: Z ? void 0 : -1, "aria-disabled": Z ? void 0 : !0, "aria-label": en(Z), onClick: Te, "data-animated-button": t.animate ? "true" : void 0 },
2834
2883
  h.createElement(n.Chevron, { disabled: Z ? void 0 : !0, className: a[g.Chevron], orientation: t.dir === "rtl" ? "right" : "left" })
2835
2884
  ),
2836
- h.createElement(n.MonthCaption, { "data-animated-caption": t.animate ? "true" : void 0, className: a[g.MonthCaption], style: y?.[g.MonthCaption], calendarMonth: C, displayIndex: Y }, c?.startsWith("dropdown") ? h.createElement(
2885
+ h.createElement(n.MonthCaption, { "data-animated-caption": t.animate ? "true" : void 0, className: a[g.MonthCaption], style: y?.[g.MonthCaption], calendarMonth: C, displayIndex: F }, c?.startsWith("dropdown") ? h.createElement(
2837
2886
  n.DropdownNav,
2838
2887
  { className: a[g.Dropdowns], style: y?.[g.Dropdowns] },
2839
- c === "dropdown" || c === "dropdown-months" ? h.createElement(n.MonthsDropdown, { className: a[g.MonthsDropdown], "aria-label": Jt(), classNames: a, components: n, disabled: !!t.disableNavigation, onChange: mn(C.date), options: cs(C.date, he, we, o, s), style: y?.[g.Dropdown], value: s.getMonth(C.date) }) : h.createElement("span", null, N(C.date, s)),
2840
- c === "dropdown" || c === "dropdown-years" ? h.createElement(n.YearsDropdown, { className: a[g.YearsDropdown], "aria-label": sn(s.options), classNames: a, components: n, disabled: !!t.disableNavigation, onChange: yn(C.date), options: ds(he, we, o, s, !!t.reverseYears), style: y?.[g.Dropdown], value: s.getYear(C.date) }) : h.createElement("span", null, G(C.date, s)),
2888
+ (() => {
2889
+ const D = c === "dropdown" || c === "dropdown-months" ? h.createElement(n.MonthsDropdown, { key: "month", className: a[g.MonthsDropdown], "aria-label": Jt(), classNames: a, components: n, disabled: !!t.disableNavigation, onChange: mn(C.date), options: cs(C.date, he, pe, o, s), style: y?.[g.Dropdown], value: s.getMonth(C.date) }) : h.createElement("span", { key: "month" }, N(C.date, s)), Y = c === "dropdown" || c === "dropdown-years" ? h.createElement(n.YearsDropdown, { key: "year", className: a[g.YearsDropdown], "aria-label": sn(s.options), classNames: a, components: n, disabled: !!t.disableNavigation, onChange: yn(C.date), options: ds(he, pe, o, s, !!t.reverseYears), style: y?.[g.Dropdown], value: s.getYear(C.date) }) : h.createElement("span", { key: "year" }, G(C.date, s));
2890
+ return s.getMonthYearOrder() === "year-first" ? [Y, D] : [D, Y];
2891
+ })(),
2841
2892
  h.createElement("span", { role: "status", "aria-live": "polite", style: {
2842
2893
  border: 0,
2843
2894
  clip: "rect(0 0 0 0)",
@@ -2854,38 +2905,38 @@ function Zs(e) {
2854
2905
  // biome-ignore lint/a11y/useSemanticElements: breaking change
2855
2906
  h.createElement(n.CaptionLabel, { className: a[g.CaptionLabel], role: "status", "aria-live": "polite" }, k(C.date, s.options, s))
2856
2907
  )),
2857
- d === "around" && !t.hideNavigation && Y === u - 1 && h.createElement(
2908
+ d === "around" && !t.hideNavigation && F === u - 1 && h.createElement(
2858
2909
  n.NextMonthButton,
2859
- { type: "button", className: a[g.NextMonthButton], tabIndex: L ? void 0 : -1, "aria-disabled": L ? void 0 : !0, "aria-label": tn(L), onClick: Te, "data-animated-button": t.animate ? "true" : void 0 },
2860
- h.createElement(n.Chevron, { disabled: L ? void 0 : !0, className: a[g.Chevron], orientation: t.dir === "rtl" ? "left" : "right" })
2910
+ { type: "button", className: a[g.NextMonthButton], tabIndex: z ? void 0 : -1, "aria-disabled": z ? void 0 : !0, "aria-label": tn(z), onClick: Ee, "data-animated-button": t.animate ? "true" : void 0 },
2911
+ h.createElement(n.Chevron, { disabled: z ? void 0 : !0, className: a[g.Chevron], orientation: t.dir === "rtl" ? "left" : "right" })
2861
2912
  ),
2862
- Y === u - 1 && d === "after" && !t.hideNavigation && h.createElement(n.Nav, { "data-animated-nav": t.animate ? "true" : void 0, className: a[g.Nav], style: y?.[g.Nav], "aria-label": Qe(), onPreviousClick: Ee, onNextClick: Te, previousMonth: Z, nextMonth: L }),
2913
+ F === u - 1 && d === "after" && !t.hideNavigation && h.createElement(n.Nav, { "data-animated-nav": t.animate ? "true" : void 0, className: a[g.Nav], style: y?.[g.Nav], "aria-label": Ue(), onPreviousClick: Te, onNextClick: Ee, previousMonth: Z, nextMonth: z }),
2863
2914
  h.createElement(
2864
2915
  n.MonthGrid,
2865
2916
  { role: "grid", "aria-multiselectable": l === "multiple" || l === "range", "aria-label": Kt(C.date, s.options, s) || void 0, className: a[g.MonthGrid], style: y?.[g.MonthGrid] },
2866
2917
  !t.hideWeekdays && h.createElement(
2867
2918
  n.Weekdays,
2868
2919
  { "data-animated-weekdays": t.animate ? "true" : void 0, className: a[g.Weekdays], style: y?.[g.Weekdays] },
2869
- S && h.createElement(n.WeekNumberHeader, { "aria-label": rn(s.options), className: a[g.WeekNumberHeader], style: y?.[g.WeekNumberHeader], scope: "col" }, H()),
2920
+ _ && h.createElement(n.WeekNumberHeader, { "aria-label": rn(s.options), className: a[g.WeekNumberHeader], style: y?.[g.WeekNumberHeader], scope: "col" }, H()),
2870
2921
  an.map((D) => h.createElement(n.Weekday, { "aria-label": nn(D, s.options, s), className: a[g.Weekday], key: String(D), style: y?.[g.Weekday], scope: "col" }, q(D, s.options, s)))
2871
2922
  ),
2872
2923
  h.createElement(n.Weeks, { "data-animated-weeks": t.animate ? "true" : void 0, className: a[g.Weeks], style: y?.[g.Weeks] }, C.weeks.map((D) => h.createElement(
2873
2924
  n.Week,
2874
2925
  { className: a[g.Week], key: D.weekNumber, style: y?.[g.Week], week: D },
2875
- S && // biome-ignore lint/a11y/useSemanticElements: react component
2926
+ _ && // biome-ignore lint/a11y/useSemanticElements: react component
2876
2927
  h.createElement(n.WeekNumber, { week: D, style: y?.[g.WeekNumber], "aria-label": on(D.weekNumber, {
2877
2928
  locale: i
2878
2929
  }), className: a[g.WeekNumber], scope: "row", role: "rowheader" }, A(D.weekNumber, s)),
2879
- D.days.map((F) => {
2880
- const { date: V } = F, W = pe(F);
2881
- if (W[B.focused] = !W.hidden && !!ze?.isEqualTo(F), W[X.selected] = R?.(V) || W.selected, Ze(me)) {
2930
+ D.days.map((Y) => {
2931
+ const { date: L } = Y, W = we(Y);
2932
+ if (W[B.focused] = !W.hidden && !!Ve?.isEqualTo(Y), W[K.selected] = R?.(L) || W.selected, ze(me)) {
2882
2933
  const { from: Pe, to: Ye } = me;
2883
- W[X.range_start] = !!(Pe && Ye && s.isSameDay(V, Pe)), W[X.range_end] = !!(Pe && Ye && s.isSameDay(V, Ye)), W[X.range_middle] = ne(me, V, !0, s);
2934
+ W[K.range_start] = !!(Pe && Ye && s.isSameDay(L, Pe)), W[K.range_end] = !!(Pe && Ye && s.isSameDay(L, Ye)), W[K.range_middle] = oe(me, L, !0, s);
2884
2935
  }
2885
- const vn = us(W, y, t.modifiersStyles), Mn = Qr(W, a, t.modifiersClassNames), kn = !Ue && !W.hidden ? Xt(V, W, s.options, s) : void 0;
2936
+ const vn = us(W, y, t.modifiersStyles), Mn = Qr(W, a, t.modifiersClassNames), kn = !Xe && !W.hidden ? Xt(L, W, s.options, s) : void 0;
2886
2937
  return (
2887
2938
  // biome-ignore lint/a11y/useSemanticElements: react component
2888
- h.createElement(n.Day, { key: `${s.format(V, "yyyy-MM-dd")}_${s.format(F.displayMonth, "yyyy-MM")}`, day: F, modifiers: W, className: Mn.join(" "), style: vn, role: "gridcell", "aria-selected": W.selected || void 0, "aria-label": kn, "data-day": s.format(V, "yyyy-MM-dd"), "data-month": F.outside ? s.format(V, "yyyy-MM") : void 0, "data-selected": W.selected || void 0, "data-disabled": W.disabled || void 0, "data-hidden": W.hidden || void 0, "data-outside": F.outside || void 0, "data-focused": W.focused || void 0, "data-today": W.today || void 0 }, !W.hidden && Ue ? h.createElement(n.DayButton, { className: a[g.DayButton], style: y?.[g.DayButton], type: "button", day: F, modifiers: W, disabled: W.disabled || void 0, tabIndex: Qt(F) ? 0 : -1, "aria-label": Ut(V, W, s.options, s), onClick: cn(F, W), onBlur: ln(F, W), onFocus: un(F, W), onKeyDown: dn(F, W), onMouseEnter: fn(F, W), onMouseLeave: hn(F, W) }, M(V, s.options, s)) : !W.hidden && M(F.date, s.options, s))
2939
+ h.createElement(n.Day, { key: `${s.format(L, "yyyy-MM-dd")}_${s.format(Y.displayMonth, "yyyy-MM")}`, day: Y, modifiers: W, className: Mn.join(" "), style: vn, role: "gridcell", "aria-selected": W.selected || void 0, "aria-label": kn, "data-day": s.format(L, "yyyy-MM-dd"), "data-month": Y.outside ? s.format(L, "yyyy-MM") : void 0, "data-selected": W.selected || void 0, "data-disabled": W.disabled || void 0, "data-hidden": W.hidden || void 0, "data-outside": Y.outside || void 0, "data-focused": W.focused || void 0, "data-today": W.today || void 0 }, !W.hidden && Xe ? h.createElement(n.DayButton, { className: a[g.DayButton], style: y?.[g.DayButton], type: "button", day: Y, modifiers: W, disabled: W.disabled || void 0, tabIndex: Qt(Y) ? 0 : -1, "aria-label": Ut(L, W, s.options, s), onClick: cn(Y, W), onBlur: ln(Y, W), onFocus: un(Y, W), onKeyDown: dn(Y, W), onMouseEnter: fn(Y, W), onMouseLeave: hn(Y, W) }, M(L, s.options, s)) : !W.hidden && M(Y.date, s.options, s))
2889
2940
  );
2890
2941
  })
2891
2942
  )))
@@ -2897,7 +2948,7 @@ function Zs(e) {
2897
2948
  )
2898
2949
  );
2899
2950
  }
2900
- function Ls({
2951
+ function zs({
2901
2952
  className: e,
2902
2953
  showOutsideDays: t = !0,
2903
2954
  showYearSwitcher: n = !0,
@@ -2913,35 +2964,35 @@ function Ls({
2913
2964
  to: R + Math.ceil(o / 2)
2914
2965
  };
2915
2966
  }, [o])
2916
- ), { onPrevClick: d, startMonth: u, endMonth: f } = s, m = i === "years" ? 1 : r, w = _("relative flex", s.monthsClassName), b = _("relative mx-10 flex h-7 items-center justify-center", s.monthCaptionClassName), p = _("flex flex-row", s.weekdaysClassName), O = _("w-8 font-normal text-muted-foreground text-sm", s.weekdayClassName), x = _("w-full", s.monthClassName), v = _("relative flex items-center justify-center pt-1", s.captionClassName), S = _("truncate font-medium text-sm", s.captionLabelClassName), y = $e({
2967
+ ), { onPrevClick: d, startMonth: u, endMonth: f } = s, m = i === "years" ? 1 : r, p = T("relative flex", s.monthsClassName), b = T("relative mx-10 flex h-7 items-center justify-center", s.monthCaptionClassName), w = T("flex flex-row", s.weekdaysClassName), O = T("w-8 font-normal text-muted-foreground text-sm", s.weekdayClassName), x = T("w-full", s.monthClassName), v = T("relative flex items-center justify-center pt-1", s.captionClassName), _ = T("truncate font-medium text-sm", s.captionLabelClassName), y = Re({
2917
2968
  variant: "outline",
2918
2969
  className: "absolute h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100"
2919
- }), k = _(y, "right-0", s.buttonNextClassName), M = _(y, "left-0", s.buttonPreviousClassName), N = _("flex items-start", s.navClassName), A = _("mx-auto mt-4", s.monthGridClassName), H = _("mt-2 flex w-max items-start", s.weekClassName), q = _("flex size-8 flex-1 items-center justify-center p-0 text-sm", s.dayClassName), G = _(
2920
- $e({ variant: "ghost" }),
2970
+ }), k = T(y, "right-0", s.buttonNextClassName), M = T(y, "left-0", s.buttonPreviousClassName), N = T("flex items-start", s.navClassName), A = T("mx-auto mt-4", s.monthGridClassName), H = T("mt-2 flex w-max items-start", s.weekClassName), q = T("flex size-8 flex-1 items-center justify-center p-0 text-sm", s.dayClassName), G = T(
2971
+ Re({ variant: "ghost" }),
2921
2972
  "size-8 rounded-md p-0 font-normal transition-none aria-selected:opacity-100",
2922
2973
  s.dayButtonClassName
2923
- ), te = "bg-accent [&>button]:bg-primary [&>button]:text-primary-foreground [&>button]:hover:bg-primary [&>button]:hover:text-primary-foreground", se = _(te, "day-range-start rounded-s-md", s.rangeStartClassName), ae = _(te, "day-range-end rounded-e-md", s.rangeEndClassName), he = _(
2974
+ ), ne = "bg-accent [&>button]:bg-primary [&>button]:text-primary-foreground [&>button]:hover:bg-primary [&>button]:hover:text-primary-foreground", se = T(ne, "day-range-start rounded-s-md", s.rangeStartClassName), ae = T(ne, "day-range-end rounded-e-md", s.rangeEndClassName), he = T(
2924
2975
  "!text-foreground [&>button]:!text-foreground [&>button]:hover:!text-foreground bg-accent [&>button]:bg-transparent [&>button]:hover:bg-transparent",
2925
2976
  s.rangeMiddleClassName
2926
- ), we = _(
2977
+ ), pe = T(
2927
2978
  "[&>button]:bg-primary [&>button]:text-primary-foreground [&>button]:hover:bg-primary [&>button]:hover:text-primary-foreground",
2928
2979
  s.selectedClassName
2929
- ), Z = _("[&>button]:bg-accent [&>button]:text-accent-foreground", s.todayClassName), L = _(
2980
+ ), Z = T("[&>button]:bg-accent [&>button]:text-accent-foreground", s.todayClassName), z = T(
2930
2981
  "day-outside text-muted-foreground opacity-50 aria-selected:bg-accent/50 aria-selected:text-muted-foreground aria-selected:opacity-30",
2931
2982
  s.outsideClassName
2932
- ), U = _("text-muted-foreground opacity-50", s.disabledClassName), pe = _("invisible flex-1", s.hiddenClassName);
2933
- return /* @__PURE__ */ P.jsx(
2983
+ ), X = T("text-muted-foreground opacity-50", s.disabledClassName), we = T("invisible flex-1", s.hiddenClassName);
2984
+ return /* @__PURE__ */ S.jsx(
2934
2985
  Zs,
2935
2986
  {
2936
- className: _("p-3", e),
2987
+ className: T("p-3", e),
2937
2988
  classNames: {
2938
- months: w,
2989
+ months: p,
2939
2990
  month_caption: b,
2940
- weekdays: p,
2991
+ weekdays: w,
2941
2992
  weekday: O,
2942
2993
  month: x,
2943
2994
  caption: v,
2944
- caption_label: S,
2995
+ caption_label: _,
2945
2996
  button_next: k,
2946
2997
  button_previous: M,
2947
2998
  nav: N,
@@ -2952,19 +3003,19 @@ function Ls({
2952
3003
  range_start: se,
2953
3004
  range_middle: he,
2954
3005
  range_end: ae,
2955
- selected: we,
3006
+ selected: pe,
2956
3007
  today: Z,
2957
- outside: L,
2958
- disabled: U,
2959
- hidden: pe
3008
+ outside: z,
3009
+ disabled: X,
3010
+ hidden: we
2960
3011
  },
2961
3012
  components: {
2962
3013
  Chevron: ({ orientation: R }) => {
2963
- const ue = R === "left" ? wt : pt;
2964
- return /* @__PURE__ */ P.jsx(ue, { className: "h-4 w-4" });
3014
+ const ue = R === "left" ? vt : Mt;
3015
+ return /* @__PURE__ */ S.jsx(ue, { className: "h-4 w-4" });
2965
3016
  },
2966
- Nav: ({ className: R }) => /* @__PURE__ */ P.jsx(
2967
- zs,
3017
+ Nav: ({ className: R }) => /* @__PURE__ */ S.jsx(
3018
+ Ls,
2968
3019
  {
2969
3020
  className: R,
2970
3021
  displayYears: c,
@@ -2975,7 +3026,7 @@ function Ls({
2975
3026
  startMonth: u
2976
3027
  }
2977
3028
  ),
2978
- CaptionLabel: (R) => /* @__PURE__ */ P.jsx(
3029
+ CaptionLabel: (R) => /* @__PURE__ */ S.jsx(
2979
3030
  Vs,
2980
3031
  {
2981
3032
  displayYears: c,
@@ -2985,7 +3036,7 @@ function Ls({
2985
3036
  ...R
2986
3037
  }
2987
3038
  ),
2988
- MonthGrid: ({ className: R, children: ue, ...me }) => /* @__PURE__ */ P.jsx(
3039
+ MonthGrid: ({ className: R, children: ue, ...me }) => /* @__PURE__ */ S.jsx(
2989
3040
  Qs,
2990
3041
  {
2991
3042
  className: R,
@@ -3008,8 +3059,8 @@ function Ls({
3008
3059
  }
3009
3060
  );
3010
3061
  }
3011
- Ls.displayName = "Calendar";
3012
- function zs({
3062
+ zs.displayName = "Calendar";
3063
+ function Ls({
3013
3064
  className: e,
3014
3065
  navView: t,
3015
3066
  startMonth: n,
@@ -3030,7 +3081,7 @@ function zs({
3030
3081
  }
3031
3082
  d(l), i?.(l);
3032
3083
  }
3033
- }, [l, d, r, t, i, s]), w = j.useCallback(() => {
3084
+ }, [l, d, r, t, i, s]), p = j.useCallback(() => {
3034
3085
  if (c) {
3035
3086
  if (t === "years") {
3036
3087
  s((b) => ({
@@ -3042,31 +3093,31 @@ function zs({
3042
3093
  d(c), a?.(c);
3043
3094
  }
3044
3095
  }, [d, c, r, t, a, s]);
3045
- return /* @__PURE__ */ P.jsxs("nav", { className: _("flex items-center", e), children: [
3046
- /* @__PURE__ */ P.jsx(
3096
+ return /* @__PURE__ */ S.jsxs("nav", { className: T("flex items-center", e), children: [
3097
+ /* @__PURE__ */ S.jsx(
3047
3098
  De,
3048
3099
  {
3049
- "aria-label": t === "years" ? `Go to the previous ${r.to - r.from + 1} years` : zt(),
3100
+ "aria-label": t === "years" ? `Go to the previous ${r.to - r.from + 1} years` : Lt(),
3050
3101
  className: "absolute left-0 h-7 w-7 bg-transparent p-0 opacity-80 hover:opacity-100",
3051
3102
  disabled: u,
3052
3103
  onClick: m,
3053
3104
  tabIndex: u ? void 0 : -1,
3054
3105
  type: "button",
3055
3106
  variant: "outline",
3056
- children: /* @__PURE__ */ P.jsx(wt, { className: "h-4 w-4" })
3107
+ children: /* @__PURE__ */ S.jsx(vt, { className: "h-4 w-4" })
3057
3108
  }
3058
3109
  ),
3059
- /* @__PURE__ */ P.jsx(
3110
+ /* @__PURE__ */ S.jsx(
3060
3111
  De,
3061
3112
  {
3062
- "aria-label": t === "years" ? `Go to the next ${r.to - r.from + 1} years` : Lt(),
3113
+ "aria-label": t === "years" ? `Go to the next ${r.to - r.from + 1} years` : zt(),
3063
3114
  className: "absolute right-0 h-7 w-7 bg-transparent p-0 opacity-80 hover:opacity-100",
3064
3115
  disabled: f,
3065
- onClick: w,
3116
+ onClick: p,
3066
3117
  tabIndex: f ? void 0 : -1,
3067
3118
  type: "button",
3068
3119
  variant: "outline",
3069
- children: /* @__PURE__ */ P.jsx(pt, { className: "h-4 w-4" })
3120
+ children: /* @__PURE__ */ S.jsx(Mt, { className: "h-4 w-4" })
3070
3121
  }
3071
3122
  )
3072
3123
  ] });
@@ -3079,7 +3130,7 @@ function Vs({
3079
3130
  displayYears: r,
3080
3131
  ...s
3081
3132
  }) {
3082
- return t ? /* @__PURE__ */ P.jsx(
3133
+ return t ? /* @__PURE__ */ S.jsx(
3083
3134
  De,
3084
3135
  {
3085
3136
  className: "h-7 w-full truncate font-medium text-sm",
@@ -3088,7 +3139,7 @@ function Vs({
3088
3139
  variant: "ghost",
3089
3140
  children: n === "days" ? e : `${r.from} - ${r.to}`
3090
3141
  }
3091
- ) : /* @__PURE__ */ P.jsx("span", { ...s, children: e });
3142
+ ) : /* @__PURE__ */ S.jsx("span", { ...s, children: e });
3092
3143
  }
3093
3144
  function Qs({
3094
3145
  className: e,
@@ -3100,7 +3151,7 @@ function Qs({
3100
3151
  setNavView: i,
3101
3152
  ...a
3102
3153
  }) {
3103
- return s === "years" ? /* @__PURE__ */ P.jsx(
3154
+ return s === "years" ? /* @__PURE__ */ S.jsx(
3104
3155
  Us,
3105
3156
  {
3106
3157
  className: e,
@@ -3111,7 +3162,7 @@ function Qs({
3111
3162
  startMonth: o,
3112
3163
  ...a
3113
3164
  }
3114
- ) : /* @__PURE__ */ P.jsx("table", { className: e, ...a, children: t });
3165
+ ) : /* @__PURE__ */ S.jsx("table", { className: e, ...a, children: t });
3115
3166
  }
3116
3167
  function Us({
3117
3168
  className: e,
@@ -3123,12 +3174,12 @@ function Us({
3123
3174
  ...i
3124
3175
  }) {
3125
3176
  const { goToMonth: a, selected: c } = fe();
3126
- return /* @__PURE__ */ P.jsx("div", { className: _("grid grid-cols-4 gap-y-2", e), ...i, children: Array.from({ length: t.to - t.from + 1 }, (l, d) => {
3177
+ return /* @__PURE__ */ S.jsx("div", { className: T("grid grid-cols-4 gap-y-2", e), ...i, children: Array.from({ length: t.to - t.from + 1 }, (l, d) => {
3127
3178
  const u = ce(new Date(t.from + d, 11, 31), n) < 0, f = ce(new Date(t.from + d, 0, 0), o) > 0, m = u || f;
3128
- return /* @__PURE__ */ P.jsx(
3179
+ return /* @__PURE__ */ S.jsx(
3129
3180
  De,
3130
3181
  {
3131
- className: _(
3182
+ className: T(
3132
3183
  "h-7 w-full font-normal text-foreground text-sm",
3133
3184
  t.from + d === (/* @__PURE__ */ new Date()).getFullYear() && "bg-accent font-medium text-accent-foreground"
3134
3185
  ),
@@ -3145,17 +3196,17 @@ function Us({
3145
3196
  }
3146
3197
  export {
3147
3198
  $n as B,
3148
- pt as C,
3149
- Bn as S,
3199
+ Mt as C,
3200
+ Sn as S,
3150
3201
  Rn as a,
3151
3202
  qn as b,
3152
- bt as c,
3153
- $e as d,
3154
- wt as e,
3155
- Fn as f,
3156
- na as g,
3157
- De as h,
3158
- Ls as i,
3159
- vt as j,
3203
+ wt as c,
3204
+ Re as d,
3205
+ vt as e,
3206
+ na as f,
3207
+ De as g,
3208
+ zs as h,
3209
+ Wn as i,
3210
+ gt as j,
3160
3211
  ta as u
3161
3212
  };