juice-email-cli 2.4.18 → 2.4.19

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.
@@ -18,6 +18,7 @@ variables:
18
18
  indicator:
19
19
  title: Indicators
20
20
  className: title
21
+ needCondensed: false
21
22
  lists:
22
23
  - text: CD14
23
24
  color: "#D100DE"
@@ -44,13 +44,15 @@
44
44
  <td></td>
45
45
  </tr>
46
46
 
47
+ {{^indicator.needCondensed}}
47
48
  <tr>
48
49
  <td colspan="3" class="h-12"></td>
49
50
  </tr>
51
+ {{/indicator.needCondensed}}
50
52
 
51
53
  <tr>
52
54
  <td></td>
53
- <td class="pb-5" style="padding-left: 6px; padding-right: 6px;">
55
+ <td class="pb-5" {{^indicator.needCondensed}}style="padding-left: 6px; padding-right: 6px;"{{/indicator.needCondensed}}>
54
56
  {{#indicator.lists}}
55
57
  <span class="word-cloud-item">
56
58
  <a class="cursor-default" style="color: {{color}}" {{#link}}href="{{link}}"{{/link}}>{{text}}</a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juice-email-cli",
3
- "version": "2.4.18",
3
+ "version": "2.4.19",
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",