@baravak/risloo-profile-cli 4.28.0 → 4.28.1

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": "@baravak/risloo-profile-cli",
3
- "version": "4.28.0",
3
+ "version": "4.28.1",
4
4
  "description": "**Risloo Profile CLI** is a library for creating profiles, reports and sheets for *psychological* samples.",
5
5
  "main": "bin/risloo.js",
6
6
  "publishConfig": {
@@ -8,7 +8,7 @@ const segments = [
8
8
  ];
9
9
  const alerts = {
10
10
  minimal: {
11
- colors: ["#475569", "#CBD5E1", "#475569", "#475569", "#F8FAFC"],
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],