@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.
@@ -1400,7 +1400,7 @@ Valid keys: `+JSON.stringify(Object.keys(R),null," "));var ee=ce(q,re,Y,ie,le+"
1400
1400
  color: ${f.color_black} !important;
1401
1401
  font-weight: ${f.font_weight_100};
1402
1402
  background-color: ${f.color_white};
1403
- `;function n2({timeZone:e,...t}){const{locale:r}=Ue(),n=Jr(e),o=t2({...t,visibleDuration:{months:2},locale:r,createCalendar:dg,defaultFocusedValue:n}),a=c.useRef(null),{calendarProps:i,prevButtonProps:l,nextButtonProps:s}=V8(t,o,a);return J(r2,{width:"fit-content",p:f.spacing_100,...i,ref:a,children:[w(sv,{state:o,calendarProps:i,prevButtonProps:l,nextButtonProps:s}),J(gt,{gap:f.spacing_400,justifyContent:"space-between",children:[w(ol,{state:o,timeZone:e}),w(ol,{state:o,offset:{months:1},timeZone:e})]})]})}const pv=F.default(Vn)`
1403
+ `;function n2({timeZone:e,...t}){const{locale:r}=Ue(),n=t.width??"fit-content";console.log("props: ",t);const o=Jr(e),a=t2({...t,visibleDuration:{months:2},locale:r,createCalendar:dg,defaultFocusedValue:o}),i=c.useRef(null),{calendarProps:l,prevButtonProps:s,nextButtonProps:d}=V8(t,a,i);return console.log("state: ",a),console.log("calendarProps: ",l),J(r2,{width:n,p:f.spacing_100,...l,ref:i,children:[w(sv,{state:a,calendarProps:l,prevButtonProps:s,nextButtonProps:d}),J(gt,{gap:f.spacing_400,justifyContent:"space-between",children:[w(ol,{state:a,timeZone:e}),w(ol,{state:a,offset:{months:1},timeZone:e})]})]})}const pv=F.default(Vn)`
1404
1404
  display: grid;
1405
1405
  place-content: center;
1406
1406
  border-radius: ${f.border_radius_400};