@thryveai/theme-interfaces 2.7.183 → 2.7.185

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.
@@ -311,6 +311,10 @@ var DefaultConfigSFUI = {
311
311
  daysToRemainSignedIn: 30,
312
312
  defaultCountry: "USA",
313
313
  defaultLanguage: "en-us",
314
+ infinitePagination: {
315
+ enabled: false,
316
+ maxPages: 4,
317
+ },
314
318
  defaultSearchParams: {
315
319
  page: "1",
316
320
  q: "*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.7.183",
3
+ "version": "2.7.185",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "gulp",