@social-mail/social-mail-client 1.8.19 → 1.8.20
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.
|
@@ -786,7 +786,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dis
|
|
|
786
786
|
const sc = "//cdn.jsdelivr.net/npm/@social-mail/social-mail-client@latest/styler-lite/styler.css";
|
|
787
787
|
const oldStylerCss = stylerCss.getAttribute("href");
|
|
788
788
|
if (oldStylerCss !== sc) {
|
|
789
|
-
if (!oldStylerCss.includes("styler-
|
|
789
|
+
if (!oldStylerCss.includes("styler-lite")) {
|
|
790
790
|
for (const node of descendentElementIterator(clone.documentElement)) {
|
|
791
791
|
const style = node.style;
|
|
792
792
|
if (style) {
|
|
@@ -35907,7 +35907,7 @@ System.register(["tslib", "@web-atoms/core/dist/core/Bind", "@web-atoms/core/dis
|
|
|
35907
35907
|
const sc = "//cdn.jsdelivr.net/npm/@social-mail/social-mail-client@latest/styler-lite/styler.css";
|
|
35908
35908
|
const oldStylerCss = stylerCss.getAttribute("href");
|
|
35909
35909
|
if (oldStylerCss !== sc) {
|
|
35910
|
-
if (!oldStylerCss.includes("styler-
|
|
35910
|
+
if (!oldStylerCss.includes("styler-lite")) {
|
|
35911
35911
|
for (const node of descendentElementIterator(clone.documentElement)) {
|
|
35912
35912
|
const style = node.style;
|
|
35913
35913
|
if (style) {
|