@theroutingcompany/components 0.0.121 → 0.0.123-alpha.1

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.
@@ -6380,10 +6380,14 @@ const vV = ma, $V = ({
6380
6380
  };
6381
6381
  }
6382
6382
  return {
6383
+ // TODO: Research and pick open or isOpen, deprecate and remove one
6384
+ open: n,
6383
6385
  isOpen: n,
6384
6386
  toggleModal: o,
6385
6387
  openModal: a,
6388
+ // TODO: Research and pick onClose or closeModal, deprecate and remove one
6386
6389
  closeModal: i,
6390
+ onClose: i,
6387
6391
  getActivatorProps: l,
6388
6392
  getModalProps: s
6389
6393
  };