@baravak/risloo-profile-cli 4.32.1 → 4.32.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.32.1",
3
+ "version": "4.32.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": {
@@ -31,12 +31,12 @@
31
31
  <g>
32
32
  <g>
33
33
  <g>
34
- {{#if (boolean details.report '===' 'low')}}
34
+ {{#if (boolean details.report '===' 'high')}}
35
35
  <rect x="0.5" y="0.5" width="204" height="87" stroke-width="1" rx="8" stroke="#F3E8FF" fill="#FAF5FF" />
36
36
  {{else}}
37
37
  <rect width="205" height="88" rx="8" fill="#F8FAFC" />
38
38
  {{/if}}
39
- <text fill="{{ternary (boolean details.report '===' 'low') details.label.color '#64748B'}}" font-size="14">
39
+ <text fill="{{ternary (boolean details.report '===' 'high') details.label.color '#64748B'}}" font-size="14">
40
40
  <tspan x="16" y="22" text-anchor="end" font-weight="500" dy="0.3em">۳۰ الی ۶۰</tspan>
41
41
  <tspan x="16" y="50" text-anchor="end" font-weight="400" dy="0.3em">فرد آمادگی آشکارسازی را دارد.</tspan>
42
42
  </text>
@@ -53,12 +53,12 @@
53
53
  </text>
54
54
  </g>
55
55
  <g transform="translate(0, 174)">
56
- {{#if (boolean details.report '===' 'high')}}
56
+ {{#if (boolean details.report '===' 'low')}}
57
57
  <rect x="0.5" y="0.5" width="204" height="87" stroke-width="1" rx="8" stroke="#F3E8FF" fill="#FAF5FF" />
58
58
  {{else}}
59
59
  <rect width="205" height="88" rx="8" fill="#F8FAFC" />
60
60
  {{/if}}
61
- <text fill="{{ternary (boolean details.report '===' 'high') details.label.color '#64748B'}}" font-size="14">
61
+ <text fill="{{ternary (boolean details.report '===' 'low') details.label.color '#64748B'}}" font-size="14">
62
62
  <tspan x="16" y="22" text-anchor="end" font-weight="500" dy="0.3em">۰ الی ۹</tspan>
63
63
  <tspan x="16" y="50" text-anchor="end" font-weight="400" dy="0.3em">باید از مهارت‌های پایه برای</tspan>
64
64
  <tspan x="16" y="50" text-anchor="end" font-weight="400" dy="1.6em">آمادگی فرد استفاده کرد.</tspan>
@@ -85,12 +85,12 @@
85
85
  <g transform="translate(458, 0)">
86
86
  <g transform="translate(173, 0)">
87
87
  <g>
88
- {{#if (boolean details.report '===' 'low')}}
88
+ {{#if (boolean details.report '===' 'high')}}
89
89
  <rect x="0.5" y="0.5" width="204" height="87" stroke-width="1" rx="8" stroke="#E0E7FF" fill="#EEF2FF" />
90
90
  {{else}}
91
91
  <rect width="205" height="88" rx="8" fill="#F8FAFC" />
92
92
  {{/if}}
93
- <text fill="{{ternary (boolean details.report '===' 'low') details.label.color '#64748B'}}" font-size="14">
93
+ <text fill="{{ternary (boolean details.report '===' 'high') details.label.color '#64748B'}}" font-size="14">
94
94
  <tspan x="189" y="22" text-anchor="start" font-weight="500" dy="0.3em">۲۷ الی ۵۲</tspan>
95
95
  <tspan x="189" y="50" text-anchor="start" font-weight="400" dy="0.3em">فرد آمادگی دارد تا تمرین‌های</tspan>
96
96
  <tspan x="189" y="50" text-anchor="start" font-weight="400" dy="1.6em">رهاسازی را شروع کند.</tspan>
@@ -108,12 +108,12 @@
108
108
  </text>
109
109
  </g>
110
110
  <g transform="translate(0, 174)">
111
- {{#if (boolean details.report '===' 'high')}}
111
+ {{#if (boolean details.report '===' 'low')}}
112
112
  <rect x="0.5" y="0.5" width="204" height="87" stroke-width="1" rx="8" stroke="#E0E7FF" fill="#EEF2FF" />
113
113
  {{else}}
114
114
  <rect width="205" height="88" rx="8" fill="#F8FAFC" />
115
115
  {{/if}}
116
- <text fill="{{ternary (boolean details.report '===' 'high') details.label.color '#64748B'}}" font-size="14">
116
+ <text fill="{{ternary (boolean details.report '===' 'low') details.label.color '#64748B'}}" font-size="14">
117
117
  <tspan x="189" y="22" text-anchor="start" font-weight="500" dy="0.3em">۰ الی ۹</tspan>
118
118
  <tspan x="189" y="50" text-anchor="start" font-weight="400" dy="0.3em">فرد آمادگی رهاسازی را ندارد و</tspan>
119
119
  <tspan x="189" y="50" text-anchor="start" font-weight="400" dy="1.6em">باید درمان مقدماتی ادامه یابد.</tspan>