@social-mail/social-mail-client 1.9.47 → 1.9.48

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.
@@ -29654,10 +29654,10 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
29654
29654
 
29655
29655
  AmdLoader.instance.setup("@social-mail/social-mail-client/dist/web/page/home/HomePage");
29656
29656
 
29657
- System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "@positron-js/context/dist/PositronInBrowser", "./HomePage.global.css", "../../../common/menu/MenuService", "../../commands/AppCommands"], function (_export, _context) {
29657
+ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "./HomePage.global.css", "../../../common/menu/MenuService", "../../commands/AppCommands"], function (_export, _context) {
29658
29658
  "use strict";
29659
29659
 
29660
- var __awaiter, XNode, ContentPage, PositronInBrowser, MenuService, AppCommands, HomePage;
29660
+ var __awaiter, XNode, ContentPage, MenuService, AppCommands, HomePage;
29661
29661
  _export("default", void 0);
29662
29662
  return {
29663
29663
  setters: [function (_tslib) {
@@ -29666,8 +29666,6 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
29666
29666
  XNode = _webAtomsCoreDistCoreXNode.default;
29667
29667
  }, function (_webAtomsWebControlsDistMobileAppMobileApp) {
29668
29668
  ContentPage = _webAtomsWebControlsDistMobileAppMobileApp.ContentPage;
29669
- }, function (_positronJsContextDistPositronInBrowser) {
29670
- PositronInBrowser = _positronJsContextDistPositronInBrowser.default;
29671
29669
  }, function (_HomePageGlobalCss) {}, function (_commonMenuMenuService) {
29672
29670
  MenuService = _commonMenuMenuService.default;
29673
29671
  }, function (_commandsAppCommands) {
@@ -29678,14 +29676,12 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
29678
29676
  init() {
29679
29677
  return __awaiter(this, void 0, void 0, function* () {
29680
29678
  this.renderer = XNode.create("div", null, XNode.create("home-page", null));
29681
- if (PositronInBrowser.isAvailable) {
29682
- const menuService = this.resolve(MenuService);
29683
- yield menuService.firstSearch;
29684
- const id = menuService.mailboxes[0].mailboxID;
29685
- AppCommands.openMailbox.dispatch({
29686
- id
29687
- });
29688
- }
29679
+ const menuService = this.resolve(MenuService);
29680
+ yield menuService.firstSearch;
29681
+ const id = menuService.mailboxes[0].mailboxID;
29682
+ AppCommands.openMailbox.dispatch({
29683
+ id
29684
+ });
29689
29685
  });
29690
29686
  }
29691
29687
  });