@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.
@@ -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/?apikey=${projectSettings.YANDEX_MAP_API_KEY || ''}&lang=ru_RU`;
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.929";
12217
+ const packageVersion = "0.14.930";
12218
12218
 
12219
12219
  exports.Blocks = Blocks;
12220
12220
  exports.ContentPage = ContentPage;