searchsmartly-ui 0.0.68 → 0.0.69

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
@@ -386,6 +386,7 @@ type MapProps = {
386
386
  propertyPinComponent?: react__default.FC<react__default.SVGProps<SVGSVGElement>>;
387
387
  commutePinComponent?: react__default.FC<react__default.SVGProps<SVGSVGElement>>;
388
388
  styles: Record<string, string>;
389
+ mapboxAccessToken: string;
389
390
  updateTagIndex: (val: null | number) => void;
390
391
  };
391
392