@liberfi.io/react-predict 0.1.46 → 0.1.48

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.mjs CHANGED
@@ -925,7 +925,7 @@ function useEvents(params, queryOptions = {}) {
925
925
  }
926
926
 
927
927
  // src/hooks/predict/events.params.ts
928
- var DEFAULT_PAGE_SIZE = 48;
928
+ var DEFAULT_PAGE_SIZE = 24;
929
929
  function resolveTagSlug(selection) {
930
930
  if (!selection) return void 0;
931
931
  return selection.tagSlug ?? selection.categorySlug ?? void 0;