@liberfi.io/ui-predict 0.1.60 → 0.1.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/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- 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.61";
|
|
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;
|
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.61";
|
|
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;
|