@redneckz/wildless-cms-uni-blocks 0.14.947 → 0.14.948

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.
@@ -4439,7 +4439,7 @@
4439
4439
 
4440
4440
  const YMAPS_NAMESPACE = 'ymaps';
4441
4441
  const useYandexMaps = () => {
4442
- const url = `https://api-maps.yandex.ru/2.1/?lang=ru_RU`;
4442
+ const url = `https://api-maps.yandex.ru/2.1/?apikey=${projectSettings.YANDEX_MAP_API_KEY || ''}&lang=ru_RU`;
4443
4443
  return useExternalNS(YMAPS_NAMESPACE, url, false);
4444
4444
  };
4445
4445
 
@@ -12599,7 +12599,7 @@
12599
12599
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
12600
12600
  });
12601
12601
 
12602
- const packageVersion = "0.14.946";
12602
+ const packageVersion = "0.14.947";
12603
12603
 
12604
12604
  exports.Blocks = Blocks;
12605
12605
  exports.ContentPage = ContentPage;