@redneckz/wildless-cms-uni-blocks 0.14.571 → 0.14.572
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/bundle/bundle.umd.js +1 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/YandexMap/YandexMap.js +0 -1
- package/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/lib/ui-kit/YandexMap/YandexMap.js +0 -1
- package/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +1 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/YandexMap/YandexMap.js +0 -1
- package/mobile/dist/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/mobile/lib/ui-kit/YandexMap/YandexMap.js +0 -1
- package/mobile/lib/ui-kit/YandexMap/YandexMap.js.map +1 -1
- package/mobile/src/ui-kit/YandexMap/YandexMap.tsx +0 -2
- package/package.json +1 -1
- package/src/ui-kit/YandexMap/YandexMap.tsx +0 -2
package/bundle/bundle.umd.js
CHANGED
|
@@ -5440,7 +5440,6 @@
|
|
|
5440
5440
|
useEffect(() => {
|
|
5441
5441
|
if (map.current) {
|
|
5442
5442
|
renderClusterer({ yandexMaps, map: map.current, points, isLoad });
|
|
5443
|
-
map.current.setCenter(getCenterPoint(points));
|
|
5444
5443
|
}
|
|
5445
5444
|
else {
|
|
5446
5445
|
yandexMaps?.ready(() => {
|
|
@@ -6683,7 +6682,7 @@
|
|
|
6683
6682
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
6684
6683
|
});
|
|
6685
6684
|
|
|
6686
|
-
const packageVersion = "0.14.
|
|
6685
|
+
const packageVersion = "0.14.571";
|
|
6687
6686
|
|
|
6688
6687
|
exports.Blocks = Blocks;
|
|
6689
6688
|
exports.ContentPage = ContentPage;
|