@social-mail/social-mail-client 1.8.144 → 1.8.146

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.
@@ -38580,6 +38580,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
38580
38580
  }
38581
38581
  recipients.push(EmailRecipient.create({
38582
38582
  name: rName,
38583
+ type: "cc",
38583
38584
  emailAddressID,
38584
38585
  emailAddressText: emailAddress
38585
38586
  }));