@redneckz/wildless-cms-uni-blocks 0.14.1058 → 0.14.1059

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.
@@ -2082,7 +2082,7 @@
2082
2082
  };
2083
2083
  const isOtherLanguagePortal = () => {
2084
2084
  const regexp = new RegExp('^/(cn|en)($|/.*)');
2085
- return regexp.test(globalThis.location.pathname);
2085
+ return regexp.test(globalThis?.location?.pathname);
2086
2086
  };
2087
2087
 
2088
2088
  const SERVICE_TYPES = [{ key: 'ULTRASERVICE', text: 'Ультра' }];
@@ -14818,7 +14818,7 @@
14818
14818
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
14819
14819
  });
14820
14820
 
14821
- const packageVersion = "0.14.1057";
14821
+ const packageVersion = "0.14.1058";
14822
14822
 
14823
14823
  exports.Blocks = Blocks;
14824
14824
  exports.ContentPage = ContentPage;