@loafmarkets/ui 0.1.62 → 0.1.64

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
@@ -206,6 +206,8 @@ type PropertyNewsItem = {
206
206
  isNew?: boolean;
207
207
  source?: string;
208
208
  url?: string;
209
+ summary?: string;
210
+ sentimentScore?: number;
209
211
  };
210
212
  type PurchaseFeedItem = {
211
213
  id: string;
package/dist/index.d.ts CHANGED
@@ -206,6 +206,8 @@ type PropertyNewsItem = {
206
206
  isNew?: boolean;
207
207
  source?: string;
208
208
  url?: string;
209
+ summary?: string;
210
+ sentimentScore?: number;
209
211
  };
210
212
  type PurchaseFeedItem = {
211
213
  id: string;