searchsmartly-ui 0.0.77 → 0.0.78

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.
package/dist/index.d.ts CHANGED
@@ -258,6 +258,7 @@ type CommuteWithId = Commute & {
258
258
 
259
259
  type CommuteFormProps = {
260
260
  clicked: boolean;
261
+ scrollIntoSecondCommute?: boolean;
261
262
  commutes: CommuteWithId[];
262
263
  googleAutocompleteApiKey: string;
263
264
  onRemove: (commuteToRemove: CommuteWithId) => () => void;