juice-email-cli 2.4.8 → 2.4.9

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.
@@ -90,7 +90,7 @@
90
90
  </div>
91
91
  </div>
92
92
 
93
- <div class="search-result-list-detail w-100 mt-4" style="display: none;">
93
+ <div id="search-result-list-detail" class="search-result-list-detail w-100 mt-4" style="display: none;">
94
94
  <div draggable="false" data-v-c8b454df="">
95
95
  <div style="background: #f9fafb; margin-top: 10px; margin-bottom: 10px; box-sizing: border-box; font-size: 16px;">
96
96
  <div style="text-align: center;">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juice-email-cli",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
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",