@ltht-react/allergy-detail 1.3.49 → 1.3.54

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/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.3.54 (2022-02-11)
7
+
8
+ **Note:** Version bump only for package @ltht-react/allergy-detail
9
+
10
+
11
+
12
+
13
+
14
+ ## 1.3.53 (2022-02-11)
15
+
16
+ **Note:** Version bump only for package @ltht-react/allergy-detail
17
+
18
+
19
+
20
+
21
+
22
+ ## 1.3.52 (2022-02-10)
23
+
24
+ **Note:** Version bump only for package @ltht-react/allergy-detail
25
+
26
+
27
+
28
+
29
+
30
+ ## 1.3.51 (2022-02-09)
31
+
32
+ **Note:** Version bump only for package @ltht-react/allergy-detail
33
+
34
+
35
+
36
+
37
+
38
+ ## 1.3.50 (2022-02-07)
39
+
40
+ **Note:** Version bump only for package @ltht-react/allergy-detail
41
+
42
+
43
+
44
+
45
+
6
46
  ## 1.3.49 (2022-02-02)
7
47
 
8
48
  **Note:** Version bump only for package @ltht-react/allergy-detail
package/lib/index.js CHANGED
@@ -25,7 +25,7 @@ var AllergyDetail = function (_a) {
25
25
  jsx_runtime_1.jsx(type_detail_1.ResourceReferenceDetail, { term: "Asserter", resourceReference: allergy === null || allergy === void 0 ? void 0 : allergy.asserter }, void 0),
26
26
  showDates && jsx_runtime_1.jsx(type_detail_1.DatetimeDetail, { term: "Asserted Date", datetime: allergy === null || allergy === void 0 ? void 0 : allergy.assertedDate }, void 0),
27
27
  jsx_runtime_1.jsx(type_detail_1.AnnotationListDetail, { term: "Note(s)", notes: allergy.note }, void 0),
28
- jsx_runtime_1.jsx(type_detail_1.DatetimeDetail, { term: "Last Occurance", datetime: allergy === null || allergy === void 0 ? void 0 : allergy.lastOccurrence }, void 0),
28
+ jsx_runtime_1.jsx(type_detail_1.DatetimeDetail, { term: "Last Occurence", datetime: allergy === null || allergy === void 0 ? void 0 : allergy.lastOccurrence }, void 0),
29
29
  jsx_runtime_1.jsx(type_detail_1.StringDetail, { term: "Criticality", description: (_f = allergy.criticality) === null || _f === void 0 ? void 0 : _f.toString() }, void 0),
30
30
  jsx_runtime_1.jsx(type_detail_1.ResourceReferenceDetail, { term: "Recorder", resourceReference: allergy === null || allergy === void 0 ? void 0 : allergy.recorder }, void 0)] }, void 0));
31
31
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ltht-react/allergy-detail",
3
- "version": "1.3.49",
3
+ "version": "1.3.54",
4
4
  "description": "ltht-react clinical AllergyDetail component.",
5
5
  "author": "LTHT",
6
6
  "homepage": "",
@@ -27,12 +27,12 @@
27
27
  "dependencies": {
28
28
  "@emotion/react": "^11.0.0",
29
29
  "@emotion/styled": "^11.0.0",
30
- "@ltht-react/description-list": "^1.3.47",
31
- "@ltht-react/styles": "^1.3.41",
32
- "@ltht-react/type-detail": "^1.3.49",
33
- "@ltht-react/types": "^1.0.45",
34
- "@ltht-react/utils": "^1.1.47",
30
+ "@ltht-react/description-list": "^1.3.52",
31
+ "@ltht-react/styles": "^1.3.46",
32
+ "@ltht-react/type-detail": "^1.3.54",
33
+ "@ltht-react/types": "^1.0.50",
34
+ "@ltht-react/utils": "^1.1.52",
35
35
  "react": "^17.0.0"
36
36
  },
37
- "gitHead": "e1bfcfe4f0372196b318461ecf6c65dd2cb275dc"
37
+ "gitHead": "c2e2fd0ee87c143cae66c059c4e6dc6268ff5e5e"
38
38
  }