lm-web-controls 1.2.60 → 1.2.61

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lm-web-controls",
3
- "version": "1.2.60",
3
+ "version": "1.2.61",
4
4
  "description": "leadmetrics-lm-web-controls",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -202,6 +202,7 @@ declare module "lm-web-controls" {
202
202
  title?: string;
203
203
  nestedUrl?: string;
204
204
  fetchMore: (currentPage: number) => Promise<SearchResult<PostModel>>;
205
+ autoFetchCount?: number;
205
206
  };
206
207
 
207
208
  export const Email: React.FC<EmailProps>;