@social-mail/social-mail-client 1.8.290 → 1.8.291

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.
@@ -27745,6 +27745,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
27745
27745
  switch (x.tag.name.toLocaleLowerCase()) {
27746
27746
  case "contacts":
27747
27747
  SocialMailApp.contactsFolderTagID = x.tagID;
27748
+ x.hide = true;
27748
27749
  return 1;
27749
27750
  case "new":
27750
27751
  this.newTagID = x.tagID;
@@ -41709,7 +41710,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
41709
41710
  class: "conversation-type"
41710
41711
  }, XNode.create("label", {
41711
41712
  text: toSentenceCase(item.tag.name)
41712
- }), XNode.create(Badge, {
41713
+ }), item.hide && XNode.create(Badge, {
41713
41714
  count: item.count
41714
41715
  }))
41715
41716
  }), XNode.create(ConversationBar, {