@next-core/brick-kit 2.164.5 → 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.
package/dist/index.esm.js
CHANGED
|
@@ -11207,6 +11207,7 @@ class Router {
|
|
|
11207
11207
|
_this3.kernel.setOriginFaviconHref(faviconElement.href);
|
|
11208
11208
|
}
|
|
11209
11209
|
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");
|
|
11210
|
+
getRuntime().getFeatureFlags()["support-ui-8.2-compact-layout"] ? document.body.classList.add("compact-layout") : document.body.classList.remove("compact-layout");
|
|
11210
11211
|
setMode("default");
|
|
11211
11212
|
devtoolsHookEmit("rendering");
|
|
11212
11213
|
unmountTree(mountPoints.bg);
|