@social-mail/social-mail-client 1.9.42 → 1.9.43
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/tsconfig.tsbuildinfo +1 -1
- package/dist/web/AppIndex.pack.js +1 -5
- package/dist/web/AppIndex.pack.js.map +1 -1
- package/dist/web/AppIndex.pack.min.js +1 -1
- package/dist/web/AppIndex.pack.min.js.map +1 -1
- package/dist/web/drawer/AppDrawer.d.ts.map +1 -1
- package/dist/web/drawer/AppDrawer.js +1 -5
- package/dist/web/drawer/AppDrawer.js.map +1 -1
- package/package.json +1 -1
- package/src/web/drawer/AppDrawer.tsx +1 -5
|
@@ -48211,11 +48211,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "../../common/Socia
|
|
|
48211
48211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
48212
48212
|
this.renderer = XNode.create("div", null, XNode.create("header", null, SocialMailApp.config.name), XNode.create("section", {
|
|
48213
48213
|
other: Bind.oneWayAsync((c, e, cancelToken) => this.menuService.load(this.menuService.search, cancelToken))
|
|
48214
|
-
}, SocialMailApp.config.links.home !== "/" ? XNode.create(MenuItem, {
|
|
48215
|
-
icon: "fa-duotone fa-thin fa-home",
|
|
48216
|
-
label: "Home",
|
|
48217
|
-
href: SocialMailApp.config.links.home
|
|
48218
|
-
}) : XNode.create(MenuItem, {
|
|
48214
|
+
}, SocialMailApp.config.links.home !== "/" ? false : XNode.create(MenuItem, {
|
|
48219
48215
|
icon: "fas fa-home",
|
|
48220
48216
|
label: "Home",
|
|
48221
48217
|
commandLink: AppCommands.openHome.displayRoute({})
|