@loafmarkets/ui 0.1.50 → 0.1.52

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
@@ -218,6 +218,8 @@ interface PropertyNewsUpdatesProps extends React$1.HTMLAttributes<HTMLDivElement
218
218
  /** Home variant: "View All" link */
219
219
  viewAllHref?: string;
220
220
  viewAllLabel?: string;
221
+ /** Default variant: drives the LIVE/CONNECTING indicator in the header */
222
+ connectionStatus?: "live" | "connecting";
221
223
  }
222
224
  declare const PropertyNewsUpdates: React$1.ForwardRefExoticComponent<PropertyNewsUpdatesProps & React$1.RefAttributes<HTMLDivElement>>;
223
225
 
package/dist/index.d.ts CHANGED
@@ -218,6 +218,8 @@ interface PropertyNewsUpdatesProps extends React$1.HTMLAttributes<HTMLDivElement
218
218
  /** Home variant: "View All" link */
219
219
  viewAllHref?: string;
220
220
  viewAllLabel?: string;
221
+ /** Default variant: drives the LIVE/CONNECTING indicator in the header */
222
+ connectionStatus?: "live" | "connecting";
221
223
  }
222
224
  declare const PropertyNewsUpdates: React$1.ForwardRefExoticComponent<PropertyNewsUpdatesProps & React$1.RefAttributes<HTMLDivElement>>;
223
225