@ltht-react/allergy-detail
Advanced tools
Comparing version 0.1.23 to 0.1.24
@@ -6,2 +6,11 @@ # Change Log | ||
## [0.1.24](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/allergy-detail@0.1.23...@ltht-react/allergy-detail@0.1.24) (2020-09-10) | ||
**Note:** Version bump only for package @ltht-react/allergy-detail | ||
## [0.1.23](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/allergy-detail@0.1.22...@ltht-react/allergy-detail@0.1.23) (2020-09-01) | ||
@@ -8,0 +17,0 @@ |
@@ -11,11 +11,11 @@ "use strict"; | ||
var AllergyDetail = function (_a) { | ||
var _b; | ||
var allergy = _a.allergy; | ||
var _b, _c, _d, _e, _f; | ||
return (core_1.jsx(react_1.default.Fragment, null, | ||
core_1.jsx(detail_1.ResourceReferenceDetail, { term: "Asserter", resourceReference: (_b = allergy) === null || _b === void 0 ? void 0 : _b.asserter }), | ||
core_1.jsx(detail_1.DatetimeDetail, { term: "Asserted Date", datetime: (_c = allergy) === null || _c === void 0 ? void 0 : _c.assertedDate }), | ||
core_1.jsx(detail_1.CodeableConceptDetail, { term: "Code", concept: (_d = allergy) === null || _d === void 0 ? void 0 : _d.code }), | ||
core_1.jsx(detail_1.StringDetail, { term: "Category", description: (_f = (_e = allergy) === null || _e === void 0 ? void 0 : _e.category) === null || _f === void 0 ? void 0 : _f.toString() }))); | ||
core_1.jsx(detail_1.ResourceReferenceDetail, { term: "Asserter", resourceReference: allergy === null || allergy === void 0 ? void 0 : allergy.asserter }), | ||
core_1.jsx(detail_1.DatetimeDetail, { term: "Asserted Date", datetime: allergy === null || allergy === void 0 ? void 0 : allergy.assertedDate }), | ||
core_1.jsx(detail_1.CodeableConceptDetail, { term: "Code", concept: allergy === null || allergy === void 0 ? void 0 : allergy.code }), | ||
core_1.jsx(detail_1.StringDetail, { term: "Category", description: (_b = allergy === null || allergy === void 0 ? void 0 : allergy.category) === null || _b === void 0 ? void 0 : _b.toString() }))); | ||
}; | ||
exports.default = AllergyDetail; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@ltht-react/allergy-detail", | ||
"version": "0.1.23", | ||
"version": "0.1.24", | ||
"description": "ltht-react clinical AllergyDetail component.", | ||
@@ -30,10 +30,10 @@ "author": "LTHT", | ||
"@emotion/styled": "^10.0.27", | ||
"@ltht-react/detail": "^0.1.23", | ||
"@ltht-react/styles": "^0.1.17", | ||
"@ltht-react/types": "^0.0.24", | ||
"@ltht-react/utils": "^0.1.17", | ||
"@ltht-react/detail": "^0.1.24", | ||
"@ltht-react/styles": "^0.1.18", | ||
"@ltht-react/types": "^0.0.25", | ||
"@ltht-react/utils": "^0.1.18", | ||
"emotion": "^10.0.27", | ||
"react": "^16.12.0" | ||
}, | ||
"gitHead": "4d364556bb11e294d86697c2dac66742f7aabc7f" | ||
"gitHead": "6f88b301f18fa5b39cf5f6c6126812b5f134f4d1" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8543
+ Added@ltht-react/types@0.0.25(transitive)
- Removed@ltht-react/types@0.0.24(transitive)
Updated@ltht-react/detail@^0.1.24
Updated@ltht-react/styles@^0.1.18
Updated@ltht-react/types@^0.0.25
Updated@ltht-react/utils@^0.1.18