@liberfi.io/ui-predict 0.1.60 → 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 +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -11
package/dist/index.d.mts
CHANGED
|
@@ -14,7 +14,7 @@ declare global {
|
|
|
14
14
|
};
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
declare const _default: "0.1.
|
|
17
|
+
declare const _default: "0.1.62";
|
|
18
18
|
|
|
19
19
|
interface EventsPageProps {
|
|
20
20
|
/** Callback when an event is selected */
|
|
@@ -337,7 +337,7 @@ declare function EventsV2UI({ events, hasMore, onFetchMore, onSelect, onSelectOu
|
|
|
337
337
|
|
|
338
338
|
type EventItemV2UIProps = {
|
|
339
339
|
event: V2Event;
|
|
340
|
-
/** URL for the detail page. When set,
|
|
340
|
+
/** URL for the detail page. When set, header / Show More render as links. */
|
|
341
341
|
href?: string;
|
|
342
342
|
/** Custom link component (e.g. next/link). Passed to Linkable. */
|
|
343
343
|
LinkComponent?: LinkComponentType;
|
|
@@ -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
|
|
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.
|
|
17
|
+
declare const _default: "0.1.62";
|
|
18
18
|
|
|
19
19
|
interface EventsPageProps {
|
|
20
20
|
/** Callback when an event is selected */
|
|
@@ -337,7 +337,7 @@ declare function EventsV2UI({ events, hasMore, onFetchMore, onSelect, onSelectOu
|
|
|
337
337
|
|
|
338
338
|
type EventItemV2UIProps = {
|
|
339
339
|
event: V2Event;
|
|
340
|
-
/** URL for the detail page. When set,
|
|
340
|
+
/** URL for the detail page. When set, header / Show More render as links. */
|
|
341
341
|
href?: string;
|
|
342
342
|
/** Custom link component (e.g. next/link). Passed to Linkable. */
|
|
343
343
|
LinkComponent?: LinkComponentType;
|
|
@@ -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
|
|
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;
|