@redneckz/wildless-cms-uni-blocks 0.14.958 → 0.14.959
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 +2 -1
- package/dist/ui-kit/YandexMap/useYandexMaps.js.map +1 -1
- package/dist/wlc.json +2 -1
- package/lib/ui-kit/YandexMap/useYandexMaps.js +2 -1
- package/lib/ui-kit/YandexMap/useYandexMaps.js.map +1 -1
- package/lib/wlc.json +2 -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 +2 -1
- package/mobile/dist/ui-kit/YandexMap/useYandexMaps.js.map +1 -1
- package/mobile/dist/wlc.json +2 -1
- package/mobile/lib/ui-kit/YandexMap/useYandexMaps.js +2 -1
- package/mobile/lib/ui-kit/YandexMap/useYandexMaps.js.map +1 -1
- package/mobile/lib/wlc.json +2 -1
- package/mobile/src/ui-kit/YandexMap/useYandexMaps.ts +4 -1
- package/mobile/src/wlc.json +2 -2
- package/package.json +1 -1
- package/src/ui-kit/YandexMap/useYandexMaps.ts +4 -1
- package/src/wlc.json +2 -2
package/bundle/bundle.umd.js
CHANGED
|
@@ -4451,7 +4451,7 @@
|
|
|
4451
4451
|
|
|
4452
4452
|
const YMAPS_NAMESPACE = 'ymaps';
|
|
4453
4453
|
const useYandexMaps = () => {
|
|
4454
|
-
const url = `https://api-maps.yandex.ru/2.1/?lang=ru_RU`;
|
|
4454
|
+
const url = `https://api-maps.yandex.ru/2.1/?apikey=${projectSettings.YANDEX_MAP_API_KEY || ''}&lang=ru_RU`;
|
|
4455
4455
|
return useExternalNS(YMAPS_NAMESPACE, url, false);
|
|
4456
4456
|
};
|
|
4457
4457
|
|
|
@@ -13000,7 +13000,7 @@
|
|
|
13000
13000
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
13001
13001
|
});
|
|
13002
13002
|
|
|
13003
|
-
const packageVersion = "0.14.
|
|
13003
|
+
const packageVersion = "0.14.958";
|
|
13004
13004
|
|
|
13005
13005
|
exports.Blocks = Blocks;
|
|
13006
13006
|
exports.ContentPage = ContentPage;
|