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