@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.
@@ -23359,6 +23359,7 @@ System.register(["tslib", "@web-atoms/core/dist/di/DISingleton", "@web-atoms/cor
23359
23359
  switch (x.tag.name.toLocaleLowerCase()) {
23360
23360
  case "contacts":
23361
23361
  SocialMailApp.contactsFolderTagID = x.tagID;
23362
+ x.hide = true;
23362
23363
  return 1;
23363
23364
  case "new":
23364
23365
  this.newTagID = x.tagID;
@@ -38330,7 +38331,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/InjectProperty", "@web-atom
38330
38331
  class: "conversation-type"
38331
38332
  }, XNode.create("label", {
38332
38333
  text: toSentenceCase(item.tag.name)
38333
- }), XNode.create(Badge, {
38334
+ }), item.hide && XNode.create(Badge, {
38334
38335
  count: item.count
38335
38336
  }))
38336
38337
  }), XNode.create(ConversationBar, {