@redneckz/wildless-cms-uni-blocks 0.15.336 → 0.15.337

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.
@@ -4202,7 +4202,7 @@
4202
4202
  });
4203
4203
 
4204
4204
  const isHrefActive = (pathname) => ({ href }) => Boolean(href &&
4205
- withoutQuery(isURL(href) ? globalThis?.location.href : pathname).startsWith(withoutQuery(href)));
4205
+ withoutQuery(isURL(href) ? globalThis?.location?.href : pathname).startsWith(withoutQuery(href)));
4206
4206
 
4207
4207
  const isTopItemActive = (pathname) => isHrefActive(projectSettings.BASE_PATH || pathname);
4208
4208
 
@@ -6177,7 +6177,7 @@
6177
6177
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6178
6178
  });
6179
6179
 
6180
- const packageVersion = "0.15.335";
6180
+ const packageVersion = "0.15.336";
6181
6181
 
6182
6182
  exports.Blocks = Blocks;
6183
6183
  exports.ContentPage = ContentPage;