@liberfi.io/ui-predict 0.1.61 → 0.1.62

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.mts CHANGED
@@ -14,7 +14,7 @@ declare global {
14
14
  };
15
15
  }
16
16
  }
17
- declare const _default: "0.1.61";
17
+ declare const _default: "0.1.62";
18
18
 
19
19
  interface EventsPageProps {
20
20
  /** Callback when an event is selected */
@@ -1109,7 +1109,7 @@ type SearchResultItemUIProps = {
1109
1109
  declare function SearchResultItemUI({ event, href, LinkComponent, onSelect, onHover, className, }: SearchResultItemUIProps): react_jsx_runtime.JSX.Element;
1110
1110
 
1111
1111
  interface UseSearchResultListScriptParams {
1112
- keyword: string;
1112
+ keyword?: string;
1113
1113
  limit?: number;
1114
1114
  /** Filter by upstream provider. When set, only events from that provider are returned. */
1115
1115
  source?: V2ProviderSource;
package/dist/index.d.ts CHANGED
@@ -14,7 +14,7 @@ declare global {
14
14
  };
15
15
  }
16
16
  }
17
- declare const _default: "0.1.61";
17
+ declare const _default: "0.1.62";
18
18
 
19
19
  interface EventsPageProps {
20
20
  /** Callback when an event is selected */
@@ -1109,7 +1109,7 @@ type SearchResultItemUIProps = {
1109
1109
  declare function SearchResultItemUI({ event, href, LinkComponent, onSelect, onHover, className, }: SearchResultItemUIProps): react_jsx_runtime.JSX.Element;
1110
1110
 
1111
1111
  interface UseSearchResultListScriptParams {
1112
- keyword: string;
1112
+ keyword?: string;
1113
1113
  limit?: number;
1114
1114
  /** Filter by upstream provider. When set, only events from that provider are returned. */
1115
1115
  source?: V2ProviderSource;