@next-core/brick-kit 2.155.2 → 2.155.4

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/dist/index.esm.js CHANGED
@@ -9276,8 +9276,8 @@ class Kernel {
9276
9276
  _this2.loadingBar = new BaseBar(_this2, "loadingBar");
9277
9277
  _this2.router = new Router(_this2);
9278
9278
  initAnalytics();
9279
- _this2.originFaviconHref = (_document$querySelect = document.querySelector("link[rel='shortcut icon']")) === null || _document$querySelect === void 0 ? void 0 : _document$querySelect.href;
9280
9279
  yield _this2.router.bootstrap();
9280
+ _this2.originFaviconHref = (_document$querySelect = document.querySelector("link[rel='shortcut icon']")) === null || _document$querySelect === void 0 ? void 0 : _document$querySelect.href;
9281
9281
 
9282
9282
  if (!window.STANDALONE_MICRO_APPS) {
9283
9283
  _this2.legacyAuthGuard();