@social-mail/social-mail-client 1.9.44 → 1.9.45
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 +2 -1
- 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 +2 -1
- package/dist/web/drawer/AppDrawer.js.map +1 -1
- package/package.json +1 -1
- package/src/web/drawer/AppDrawer.tsx +2 -1
|
@@ -48254,7 +48254,8 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "../../common/Socia
|
|
|
48254
48254
|
this.renderer = XNode.create("div", null, XNode.create("header", null, SocialMailApp.config.name), XNode.create("section", {
|
|
48255
48255
|
other: Bind.oneWayAsync((c, e, cancelToken) => this.menuService.load(this.menuService.search, cancelToken))
|
|
48256
48256
|
}, SocialMailApp.config.links.home !== "/" ? XNode.create(MenuItem, {
|
|
48257
|
-
|
|
48257
|
+
class: "home-menu",
|
|
48258
|
+
icon: "fa-duotone fa-thin fa-home",
|
|
48258
48259
|
label: "Home",
|
|
48259
48260
|
href: SocialMailApp.config.links.home
|
|
48260
48261
|
}) : XNode.create(MenuItem, {
|