@loafmarkets/ui 0.1.75 → 0.1.76
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2690,7 +2690,7 @@ var PropertyTour = React5__namespace.forwardRef(
|
|
|
2690
2690
|
}
|
|
2691
2691
|
);
|
|
2692
2692
|
PropertyTour.displayName = "PropertyTour";
|
|
2693
|
-
var ITEMS_PER_PAGE =
|
|
2693
|
+
var ITEMS_PER_PAGE = 5;
|
|
2694
2694
|
var ensureAnimationsInjected = () => {
|
|
2695
2695
|
if (typeof document === "undefined") return;
|
|
2696
2696
|
if (document.getElementById("property-news-updates-animations")) return;
|