@loafmarkets/ui 0.1.64 → 0.1.65
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 +0 -2
- package/dist/index.d.ts +0 -2
- package/dist/index.js +292 -457
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +291 -457
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -224,10 +224,8 @@ interface PropertyNewsUpdatesProps extends React$1.HTMLAttributes<HTMLDivElement
|
|
|
224
224
|
/** "default" = trade/IPO pages, "home" = compact home page style, "purchases" = live purchase feed */
|
|
225
225
|
variant?: "default" | "home" | "purchases";
|
|
226
226
|
purchases?: PurchaseFeedItem[];
|
|
227
|
-
/** Home variant: "View All" link */
|
|
228
227
|
viewAllHref?: string;
|
|
229
228
|
viewAllLabel?: string;
|
|
230
|
-
/** Default variant: drives the LIVE/CONNECTING indicator in the header */
|
|
231
229
|
connectionStatus?: "live" | "connecting";
|
|
232
230
|
}
|
|
233
231
|
declare const PropertyNewsUpdates: React$1.ForwardRefExoticComponent<PropertyNewsUpdatesProps & React$1.RefAttributes<HTMLDivElement>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -224,10 +224,8 @@ interface PropertyNewsUpdatesProps extends React$1.HTMLAttributes<HTMLDivElement
|
|
|
224
224
|
/** "default" = trade/IPO pages, "home" = compact home page style, "purchases" = live purchase feed */
|
|
225
225
|
variant?: "default" | "home" | "purchases";
|
|
226
226
|
purchases?: PurchaseFeedItem[];
|
|
227
|
-
/** Home variant: "View All" link */
|
|
228
227
|
viewAllHref?: string;
|
|
229
228
|
viewAllLabel?: string;
|
|
230
|
-
/** Default variant: drives the LIVE/CONNECTING indicator in the header */
|
|
231
229
|
connectionStatus?: "live" | "connecting";
|
|
232
230
|
}
|
|
233
231
|
declare const PropertyNewsUpdates: React$1.ForwardRefExoticComponent<PropertyNewsUpdatesProps & React$1.RefAttributes<HTMLDivElement>>;
|