@medicus.ai/medicus-report-pdf-generator 1.0.281 → 1.0.282
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.
|
@@ -3428,4 +3428,11 @@ div[key="mind"] .score-details-title {
|
|
|
3428
3428
|
.score-main {
|
|
3429
3429
|
width: 100%;
|
|
3430
3430
|
float: left;
|
|
3431
|
+
}
|
|
3432
|
+
.es .insight-container.insight-container-with-img .tips-text,
|
|
3433
|
+
.es .insight-container.insight-container-without-img .tips-text{
|
|
3434
|
+
font-size:9px
|
|
3435
|
+
}
|
|
3436
|
+
.es .disclaimer-text{
|
|
3437
|
+
font-size:7px
|
|
3431
3438
|
}
|
|
@@ -292,6 +292,7 @@ let generateHTMLWellbeingReport = async (data, isDebugging, clientName, language
|
|
|
292
292
|
$(".first-section-scores .physical-score-section .part-1,.first-section-scores .physical-score-section .part-2").addClass('inactive')
|
|
293
293
|
}
|
|
294
294
|
$(".score-main").addClass(client);
|
|
295
|
+
$(".score-main").addClass(language);
|
|
295
296
|
/* Second section*/
|
|
296
297
|
let partScores = data.partsScore;
|
|
297
298
|
let allScores = {'lifeStyle': [], 'body': [], 'mind': [], healthRisk: []}
|
package/package.json
CHANGED