@baravak/risloo-profile-cli 4.25.1 → 4.25.2

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.25.1",
3
+ "version": "4.25.2",
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": {
@@ -1982,8 +1982,8 @@
1982
1982
  "b_count": 51,
1983
1983
  "a_raw": 11,
1984
1984
  "a_value": 8,
1985
- "b_raw": 8,
1986
- "b_value": 3,
1985
+ "b_raw": 12,
1986
+ "b_value": 10,
1987
1987
  "c_raw": 10,
1988
1988
  "c_value": 3,
1989
1989
  "e_raw": 11,
@@ -137,7 +137,7 @@ class _16PF93 extends Profile {
137
137
  ...item.label,
138
138
  eng: fi.toUpperCase(),
139
139
  raw: dataset.score[i + 1].mark ?? 0,
140
- style: rowStyle[item.mark ?? 0]
140
+ style: rowStyle[Math.max((item.mark ?? 1) - 1, 0)]
141
141
  }
142
142
  })
143
143
  }