tango-app-api-audit 3.6.37 → 3.6.39

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-audit",
3
- "version": "3.6.37",
3
+ "version": "3.6.39",
4
4
  "description": "audit & audit metrics apis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -110,6 +110,9 @@ export async function sendComplianceEmail( {
110
110
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
111
111
  <title>Non Compliance Report</title>
112
112
  <style>
113
+ thead {
114
+ background-color: #EAF8FF;
115
+ }
113
116
  body { font-family: 'Inter', sans-serif; margin: 0; padding: 0; background: #f9fafb; color: #121a26; }
114
117
  .container { max-width: 700px; margin: 24px auto; background: #fff; padding: 24px; border-radius: 10px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
115
118
  .header { display: flex; align-items: center; gap: 10px; }
@@ -171,7 +174,7 @@ constructive step forward to help you gain clarity and to ensure you feel suppor
171
174
  We value the effort you’ve put in, and this feedback is part of our commitment to help every team member succeed. We will be discussing
172
175
  this in person to clearly outline the next steps and ensure you are equipped to succeed in your role.<br><br>
173
176
 
174
- Looking forward to working together on this, Below is a copy of yoursubmitted responses for your reference:
177
+ Looking forward to working together on this, Below is a copy of your submitted responses for your reference:
175
178
  </p>
176
179
 
177
180
  <table class="table">
@@ -214,7 +217,7 @@ Looking forward to working together on this, Below is a copy of yoursubmitted re
214
217
 
215
218
  <div class="compliance-box">Compliance Percentage: ${compliancePercentage}%</div>
216
219
 
217
- <p class="attachment">Here’s the Eye test compliance video for your review</p>
220
+ <p class="attachment">Here’s the Eye test compliance video for your review 👇</p>
218
221
  <!-- Video Embed (only if provided) -->
219
222
  ${
220
223
  videoUrl ?