@redneckz/wildless-cms-uni-blocks 0.14.930 → 0.14.931
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 +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/YandexMap/useYandexMaps.js +1 -2
- package/dist/ui-kit/YandexMap/useYandexMaps.js.map +1 -1
- package/dist/wlc.json +0 -1
- package/lib/ui-kit/YandexMap/useYandexMaps.js +1 -2
- package/lib/ui-kit/YandexMap/useYandexMaps.js.map +1 -1
- package/lib/wlc.json +0 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/YandexMap/useYandexMaps.js +1 -2
- package/mobile/dist/ui-kit/YandexMap/useYandexMaps.js.map +1 -1
- package/mobile/dist/wlc.json +0 -1
- package/mobile/lib/ui-kit/YandexMap/useYandexMaps.js +1 -2
- package/mobile/lib/ui-kit/YandexMap/useYandexMaps.js.map +1 -1
- package/mobile/lib/wlc.json +0 -1
- package/mobile/src/ui-kit/YandexMap/useYandexMaps.ts +1 -4
- package/mobile/src/wlc.json +1 -1
- package/package.json +1 -1
- package/src/ui-kit/YandexMap/useYandexMaps.ts +1 -4
- package/src/wlc.json +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -4311,7 +4311,7 @@
|
|
|
4311
4311
|
|
|
4312
4312
|
const YMAPS_NAMESPACE = 'ymaps';
|
|
4313
4313
|
const useYandexMaps = () => {
|
|
4314
|
-
const url = `https://api-maps.yandex.ru/2.1/?
|
|
4314
|
+
const url = `https://api-maps.yandex.ru/2.1/?lang=ru_RU`;
|
|
4315
4315
|
return useExternalNS(YMAPS_NAMESPACE, url, false);
|
|
4316
4316
|
};
|
|
4317
4317
|
|
|
@@ -12214,7 +12214,7 @@
|
|
|
12214
12214
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
12215
12215
|
});
|
|
12216
12216
|
|
|
12217
|
-
const packageVersion = "0.14.
|
|
12217
|
+
const packageVersion = "0.14.930";
|
|
12218
12218
|
|
|
12219
12219
|
exports.Blocks = Blocks;
|
|
12220
12220
|
exports.ContentPage = ContentPage;
|