@theroutingcompany/components 0.0.92-alpha.0 → 0.0.92

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.
@@ -24748,12 +24748,12 @@ function tV({
24748
24748
  p
24749
24749
  );
24750
24750
  Y(() => {
24751
- c.value && (S(c.value), C(c.value), v(
24751
+ c.value && !h.isOpen && (S(c.value), C(c.value), v(
24752
24752
  yo(
24753
24753
  new Date(c.value.year, c.value.month - 1, c.value.day)
24754
24754
  )
24755
24755
  ));
24756
- }, [c.value]);
24756
+ }, [h.isOpen, c.value]);
24757
24757
  const $ = te((F) => {
24758
24758
  const x = jl.findIndex(
24759
24759
  (N) => N.startsWith(F.toLowerCase())