@theroutingcompany/components 0.0.99-alpha.6 → 0.0.99-alpha.7

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.
@@ -23449,7 +23449,7 @@ const vO = F(xt)`
23449
23449
  placeholder: t,
23450
23450
  ref: S,
23451
23451
  onChange: (D) => {
23452
- K({ input: D.target.value }), _(D.target.value);
23452
+ K({ input: D.target.value, locationRestriction: n == null ? void 0 : n.bounds }), _(D.target.value);
23453
23453
  },
23454
23454
  onFocus: (D) => {
23455
23455
  D.target.select(), E.isOpen || E.open();