@loafmarkets/ui 0.1.61 → 0.1.62

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.js CHANGED
@@ -2905,6 +2905,7 @@ var PropertyNewsUpdates = React5__namespace.forwardRef(
2905
2905
  "div",
2906
2906
  {
2907
2907
  className: "mt-4 flex flex-1 flex-col gap-3 overflow-visible",
2908
+ style: !isPurchaseVariant && !isHomeVariant ? { minHeight: `${ITEMS_PER_PAGE * 88}px` } : void 0,
2908
2909
  children: isPurchaseVariant ? purchaseItems.length > 0 ? purchaseItems.slice(0, 7).map((purchase, index) => {
2909
2910
  const maxAmount = 6e4;
2910
2911
  const barPercent = Math.min(85, Math.max(15, purchase.amount / maxAmount * 100));