@cyberismo/assets 0.0.21 → 0.0.22

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.
@@ -49,6 +49,15 @@ header:
49
49
  left:
50
50
  content: image:img/cyberismo-logo.png[pdfwidth=12%]
51
51
 
52
+ ulist:
53
+ marker:
54
+ checked:
55
+ content: "\uf14a"
56
+ font-family: far
57
+ unchecked:
58
+ content: "\uf0c8"
59
+ font-family: far
60
+
52
61
  footer:
53
62
  columns: =100%
54
63
  recto: &shared_footer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyberismo/assets",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "This package contains static resources",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,6 +20,10 @@
20
20
  "calculation": {
21
21
  "description": "The logic programming content for this calculation",
22
22
  "type": "string"
23
+ },
24
+ "category": {
25
+ "description": "The category of the calculation. For example, 'ReportData'.",
26
+ "type": "string"
23
27
  }
24
28
  },
25
29
  "required": ["name"],
@@ -3,6 +3,10 @@
3
3
  "additionalProperties": false,
4
4
  "description": "Card type defines the workflow and optional additional fields for the cards.",
5
5
  "properties": {
6
+ "category": {
7
+ "description": "The category of the card type. For example, 'Documentation'.",
8
+ "type": "string"
9
+ },
6
10
  "name": {
7
11
  "description": "The name of the card type",
8
12
  "type": "string",
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "$id": "fieldTypeSchema",
3
3
  "additionalProperties": false,
4
- "description": "Field type defines the workflow and optional additional fields for the cards.",
4
+ "description": "Field type defines one field for a card type",
5
5
  "properties": {
6
+ "category": {
7
+ "description": "The category of the field type. For example, 'UserData'.",
8
+ "type": "string"
9
+ },
6
10
  "name": {
7
11
  "type": "string",
8
12
  "description": "The technical name by which the field is referred to in JSON files.",
@@ -3,6 +3,10 @@
3
3
  "additionalProperties": false,
4
4
  "description": "Link types defined different ways to link cards together.",
5
5
  "properties": {
6
+ "category": {
7
+ "description": "The category of the link type. For example, 'Connection'.",
8
+ "type": "string"
9
+ },
6
10
  "description": {
7
11
  "description": "A description that describes the link type",
8
12
  "type": "string"
@@ -18,11 +18,11 @@
18
18
  "type": "string"
19
19
  },
20
20
  "category": {
21
- "description": "The category of the report. For example, 'Architecture'.",
21
+ "description": "The category of the report. For example, 'KeyPerformanceIndicator'.",
22
22
  "type": "string"
23
23
  }
24
24
  },
25
- "required": ["name", "displayName", "category"],
25
+ "required": ["name", "displayName"],
26
26
  "title": "Report",
27
27
  "type": "object"
28
28
  }
@@ -3,6 +3,10 @@
3
3
  "additionalProperties": false,
4
4
  "description": "A state machine for the workflow of cards",
5
5
  "properties": {
6
+ "category": {
7
+ "description": "The category of the workflow. For example, 'Review'.",
8
+ "type": "string"
9
+ },
6
10
  "description": {
7
11
  "description": "A description that describes the workflow",
8
12
  "type": "string"
@@ -49,6 +49,15 @@ header:
49
49
  left:
50
50
  content: image:img/cyberismo-logo.png[pdfwidth=12%]
51
51
 
52
+ ulist:
53
+ marker:
54
+ checked:
55
+ content: "\uf14a"
56
+ font-family: far
57
+ unchecked:
58
+ content: "\uf0c8"
59
+ font-family: far
60
+
52
61
  footer:
53
62
  columns: =100%
54
63
  recto: &shared_footer