@medicus.ai/medicus-report-pdf-generator 1.0.257 → 1.0.259
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.
|
@@ -179,7 +179,9 @@ img {
|
|
|
179
179
|
width: 63%;
|
|
180
180
|
color: #3B3B3B;
|
|
181
181
|
}
|
|
182
|
-
|
|
182
|
+
.de .avatar-td-1{
|
|
183
|
+
font-size: 10px;
|
|
184
|
+
}
|
|
183
185
|
.avarat-td-img {
|
|
184
186
|
float: left;
|
|
185
187
|
margin-right: 14px;
|
|
@@ -613,7 +615,8 @@ span.speedometer-value-down {
|
|
|
613
615
|
line-height: 14px;
|
|
614
616
|
}
|
|
615
617
|
.de .tips-text{
|
|
616
|
-
font-size:
|
|
618
|
+
font-size: 7px;
|
|
619
|
+
line-height: 11px;
|
|
617
620
|
}
|
|
618
621
|
|
|
619
622
|
.tip-title {
|
|
@@ -291,10 +291,6 @@
|
|
|
291
291
|
"message": "Der Affe ist lebenslustig und optimistisch, wohl wissend, was ein erfülltes und gesundes Leben ausmacht. Mit Leichtigkeit jongliert der Affe Vergnügen, Vernunft und Selbstfürsorge und erntet dafür viel Bewunderung.",
|
|
292
292
|
"description": "Shows on Result page"
|
|
293
293
|
},
|
|
294
|
-
"predictionsDesc":{
|
|
295
|
-
"message": "Oje, das war wohl nichts - du hast {$val} richtig. Wir höchste Zeit die eigenen Stärken zu kennen! Hier sind deine Ergebnisse",
|
|
296
|
-
"description" : "Shows on Result page"
|
|
297
|
-
},
|
|
298
294
|
"predictionsDesc2": {
|
|
299
295
|
"message": "Nicht schlecht, du hast {$val} richtig! Da ist wohl die eine oder andere Überraschung für dich dabei. Hier sind deine Ergebnisse",
|
|
300
296
|
"description": "Shows on Result page"
|
|
@@ -302,5 +298,9 @@
|
|
|
302
298
|
"predictionsDesc3": {
|
|
303
299
|
"message": "Gut gemacht, du hast {$val} richtig! Du weißt genau wo deine Stärken liegen. Hier sind deine Ergebnisse",
|
|
304
300
|
"description": "Shows on Result page"
|
|
305
|
-
}
|
|
301
|
+
},
|
|
302
|
+
"": "",
|
|
303
|
+
"Desc": "Desc",
|
|
304
|
+
"Details": "Details",
|
|
305
|
+
"SUPERPOWER-msg": "SUPERPOWER-msg"
|
|
306
306
|
}
|
package/package.json
CHANGED