@next-core/brick-kit 2.164.6 → 2.165.0

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.
@@ -11206,6 +11206,7 @@
11206
11206
  _this3.kernel.setOriginFaviconHref(faviconElement.href);
11207
11207
  }
11208
11208
  setTheme(((_getLocalAppsTheme = getLocalAppsTheme()) === null || _getLocalAppsTheme === void 0 ? void 0 : _getLocalAppsTheme[currentApp === null || currentApp === void 0 ? void 0 : currentApp.id]) || (currentApp === null || currentApp === void 0 ? void 0 : currentApp.theme) || "light");
11209
+ getRuntime().getFeatureFlags()["support-ui-8.2-compact-layout"] ? document.body.classList.add("compact-layout") : document.body.classList.remove("compact-layout");
11209
11210
  setMode("default");
11210
11211
  devtoolsHookEmit("rendering");
11211
11212
  unmountTree(mountPoints.bg);