@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 = gn(e), o = a8({
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: n
14838
- }), a = K(null), { calendarProps: i, prevButtonProps: s, nextButtonProps: l } = j9(
14839
+ defaultFocusedValue: o
14840
+ }), i = K(null), { calendarProps: s, prevButtonProps: l, nextButtonProps: c } = j9(
14839
14841
  t,
14840
- o,
14841
- a
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: "fit-content",
14848
+ width: n,
14847
14849
  p: u.spacing_100,
14848
- ...i,
14849
- ref: a,
14850
+ ...s,
14851
+ ref: i,
14850
14852
  children: [
14851
14853
  /* @__PURE__ */ x(
14852
14854
  o8,
14853
14855
  {
14854
- state: o,
14855
- calendarProps: i,
14856
- prevButtonProps: s,
14857
- nextButtonProps: l
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: o, timeZone: e }),
14863
+ /* @__PURE__ */ x(nd, { state: a, timeZone: e }),
14862
14864
  /* @__PURE__ */ x(
14863
14865
  nd,
14864
14866
  {
14865
- state: o,
14867
+ state: a,
14866
14868
  offset: { months: 1 },
14867
14869
  timeZone: e
14868
14870
  }