@theroutingcompany/components 0.0.66-alpha.0 → 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,7 +14829,9 @@ function VB({
|
|
|
14829
14829
|
timeZone: e,
|
|
14830
14830
|
...t
|
|
14831
14831
|
}) {
|
|
14832
|
-
const { locale: r } = Ze(), n = t.width ?? "fit-content"
|
|
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,
|
|
@@ -14840,7 +14842,7 @@ function VB({
|
|
|
14840
14842
|
a,
|
|
14841
14843
|
i
|
|
14842
14844
|
);
|
|
14843
|
-
return console.log("calendarProps: ", s), /* @__PURE__ */ oe(
|
|
14845
|
+
return console.log("state: ", a), console.log("calendarProps: ", s), /* @__PURE__ */ oe(
|
|
14844
14846
|
i8,
|
|
14845
14847
|
{
|
|
14846
14848
|
width: n,
|