@baravak/risloo-profile-cli 4.28.0 → 4.29.0
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
package/src/samples/PCL593.js
CHANGED
|
@@ -8,7 +8,7 @@ const segments = [
|
|
|
8
8
|
];
|
|
9
9
|
const alerts = {
|
|
10
10
|
minimal: {
|
|
11
|
-
colors: ["#475569", "#CBD5E1", "#475569", "#
|
|
11
|
+
colors: ["#475569", "#CBD5E1", "#475569", "#F1F5F9", "#F8FAFC"],
|
|
12
12
|
title: "علائم ناچیز",
|
|
13
13
|
description: "نیازی به مداخله نیست. توصیه به آموزشهای عمومی تابآوری.",
|
|
14
14
|
},
|
|
@@ -137,7 +137,6 @@ class PCL593 extends Profile {
|
|
|
137
137
|
percentage: Math.round((dataset.score[15].mark ?? 0) * 100),
|
|
138
138
|
},
|
|
139
139
|
};
|
|
140
|
-
|
|
141
140
|
const status = {
|
|
142
141
|
mark: dataset.score[16].mark,
|
|
143
142
|
style: alerts[dataset.score[16].mark],
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<rect x="393" width="394" height="32" fill="#F9FAFB80" stroke="none"/>
|
|
30
30
|
{{bar 40 32 (object tl=0 bl=0 tr=4 br=4) (toRad 0) fill="url(#down-gradient)" transform="translate(786, 0)"}}
|
|
31
31
|
<text x="305" y="16" font-size="13" font-weight="400" fill="#6B7280" text-anchor="start" dy=".25em">
|
|
32
|
-
<tspan font-size="14" font-weight="500">{{factor.
|
|
32
|
+
<tspan font-size="14" font-weight="500">{{factor.lable.raw}}</tspan>
|
|
33
33
|
<tspan font-size="2">⠀</tspan>
|
|
34
34
|
<tspan>از</tspan>
|
|
35
35
|
<tspan>{{factor.lable.max}}</tspan>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
<rect x="214" width="572" height="32" fill="#F9FAFB80" stroke="none"/>
|
|
30
30
|
{{bar 40 32 (object tl=0 bl=0 tr=4 br=4) (toRad 0) fill="url(#down-gradient)" transform="translate(786, 0)"}}
|
|
31
31
|
<text x="46" y="16" font-size="13" font-weight="400" fill="#6B7280" text-anchor="start" dy=".25em">
|
|
32
|
-
<tspan font-size="14" font-weight="500">{{factor.
|
|
32
|
+
<tspan font-size="14" font-weight="500">{{factor.lable.raw}}</tspan>
|
|
33
33
|
<tspan font-size="2">⠀</tspan>
|
|
34
34
|
<tspan>از</tspan>
|
|
35
35
|
<tspan>{{factor.lable.max}}</tspan>
|