@loafmarkets/ui 0.1.362 → 0.1.363

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
@@ -1050,7 +1050,7 @@ type PropertyBuyProps = {
1050
1050
  recentOrders?: readonly IpoRecentOrder[];
1051
1051
  ordersAllocated?: number;
1052
1052
  subscribers?: number;
1053
- /** True while the IPO feed is still loading — forwarded to VideoActivitySection. */
1053
+ /** True while the IPO feed is still loading — renders skeleton rows in the order feed. */
1054
1054
  isLoadingActivity?: boolean;
1055
1055
  selectorItems?: readonly SelectorItem[];
1056
1056
  onSelectorSelect?: (tokenName: string) => void;
package/dist/index.d.ts CHANGED
@@ -1050,7 +1050,7 @@ type PropertyBuyProps = {
1050
1050
  recentOrders?: readonly IpoRecentOrder[];
1051
1051
  ordersAllocated?: number;
1052
1052
  subscribers?: number;
1053
- /** True while the IPO feed is still loading — forwarded to VideoActivitySection. */
1053
+ /** True while the IPO feed is still loading — renders skeleton rows in the order feed. */
1054
1054
  isLoadingActivity?: boolean;
1055
1055
  selectorItems?: readonly SelectorItem[];
1056
1056
  onSelectorSelect?: (tokenName: string) => void;
package/dist/index.js CHANGED
@@ -15145,7 +15145,7 @@ function PropertyBuy({
15145
15145
  {
15146
15146
  newsItems,
15147
15147
  newsConnectionStatus,
15148
- videoSrc: videoUrl || "/property-showcase.mp4",
15148
+ videoSrc: videoUrl ?? "",
15149
15149
  videoTitle: propertyName
15150
15150
  }
15151
15151
  ),