juice-email-cli 2.4.12 → 2.4.13

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.
@@ -335,6 +335,14 @@
335
335
  background-color: #f6f6f6;
336
336
  }
337
337
 
338
+ .bg-blue {
339
+ background-color: #006db8;
340
+ }
341
+
342
+ .bg-light-blue {
343
+ background-color: #f9fbfe;
344
+ }
345
+
338
346
  .border {
339
347
  border: 1px solid #DCEFF3;
340
348
  }
@@ -619,7 +619,9 @@
619
619
  <tbody>
620
620
  <tr>
621
621
  <td colspan="4" class="banner image-box">
622
- <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/header.webp" alt="Procell" />
622
+ <a href="https://www.procellsystem.com/">
623
+ <img src="https://pri-cella.oss-ap-southeast-1.aliyuncs.com/edm/header.webp" alt="Procell" />
624
+ </a>
623
625
  </td>
624
626
  </tr>
625
627
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juice-email-cli",
3
- "version": "2.4.12",
3
+ "version": "2.4.13",
4
4
  "type": "module",
5
5
  "description": "CLI tool to generate email-client-compatible HTML with juice (CSS inlining) + Mustache templating + minification",
6
6
  "main": "src/index.js",