@theroutingcompany/components 0.0.65 → 0.0.66-alpha.0
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.
|
@@ -14829,40 +14829,40 @@ function VB({
|
|
|
14829
14829
|
timeZone: e,
|
|
14830
14830
|
...t
|
|
14831
14831
|
}) {
|
|
14832
|
-
const { locale: r } = Ze(), n = gn(e),
|
|
14832
|
+
const { locale: r } = Ze(), n = t.width ?? "fit-content", o = gn(e), a = a8({
|
|
14833
14833
|
...t,
|
|
14834
14834
|
visibleDuration: { months: 2 },
|
|
14835
14835
|
locale: r,
|
|
14836
14836
|
createCalendar: Q0,
|
|
14837
|
-
defaultFocusedValue:
|
|
14838
|
-
}),
|
|
14837
|
+
defaultFocusedValue: o
|
|
14838
|
+
}), i = K(null), { calendarProps: s, prevButtonProps: l, nextButtonProps: c } = j9(
|
|
14839
14839
|
t,
|
|
14840
|
-
|
|
14841
|
-
|
|
14840
|
+
a,
|
|
14841
|
+
i
|
|
14842
14842
|
);
|
|
14843
|
-
return /* @__PURE__ */ oe(
|
|
14843
|
+
return console.log("calendarProps: ", s), /* @__PURE__ */ oe(
|
|
14844
14844
|
i8,
|
|
14845
14845
|
{
|
|
14846
|
-
width:
|
|
14846
|
+
width: n,
|
|
14847
14847
|
p: u.spacing_100,
|
|
14848
|
-
...
|
|
14849
|
-
ref:
|
|
14848
|
+
...s,
|
|
14849
|
+
ref: i,
|
|
14850
14850
|
children: [
|
|
14851
14851
|
/* @__PURE__ */ x(
|
|
14852
14852
|
o8,
|
|
14853
14853
|
{
|
|
14854
|
-
state:
|
|
14855
|
-
calendarProps:
|
|
14856
|
-
prevButtonProps:
|
|
14857
|
-
nextButtonProps:
|
|
14854
|
+
state: a,
|
|
14855
|
+
calendarProps: s,
|
|
14856
|
+
prevButtonProps: l,
|
|
14857
|
+
nextButtonProps: c
|
|
14858
14858
|
}
|
|
14859
14859
|
),
|
|
14860
14860
|
/* @__PURE__ */ oe(Ft, { gap: u.spacing_400, justifyContent: "space-between", children: [
|
|
14861
|
-
/* @__PURE__ */ x(nd, { state:
|
|
14861
|
+
/* @__PURE__ */ x(nd, { state: a, timeZone: e }),
|
|
14862
14862
|
/* @__PURE__ */ x(
|
|
14863
14863
|
nd,
|
|
14864
14864
|
{
|
|
14865
|
-
state:
|
|
14865
|
+
state: a,
|
|
14866
14866
|
offset: { months: 1 },
|
|
14867
14867
|
timeZone: e
|
|
14868
14868
|
}
|