@ltht-react/community-treatment-order-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/community-treatment-order-detail@0.1.23...@ltht-react/community-treatment-order-detail@0.1.24) (2020-09-10) | ||
**Note:** Version bump only for package @ltht-react/community-treatment-order-detail | ||
## [0.1.23](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/community-treatment-order-detail@0.1.22...@ltht-react/community-treatment-order-detail@0.1.23) (2020-09-01) | ||
@@ -8,0 +17,0 @@ |
@@ -12,7 +12,6 @@ "use strict"; | ||
var communityTreatmentOrder = _a.communityTreatmentOrder; | ||
var _b; | ||
return (core_1.jsx(react_1.default.Fragment, null, | ||
core_1.jsx(detail_1.StringDetail, { term: "Consent", description: communityTreatmentOrder.consentToTreat }), | ||
core_1.jsx(detail_1.CodeableConceptDetail, { term: "Legal Status", concept: communityTreatmentOrder.legalStatus }), | ||
core_1.jsx(detail_1.PeriodDetail, { period: (_b = communityTreatmentOrder) === null || _b === void 0 ? void 0 : _b.period }), | ||
core_1.jsx(detail_1.PeriodDetail, { period: communityTreatmentOrder === null || communityTreatmentOrder === void 0 ? void 0 : communityTreatmentOrder.period }), | ||
core_1.jsx(detail_1.StringDetail, { term: "Restrictions", description: communityTreatmentOrder.restrictions }))); | ||
@@ -19,0 +18,0 @@ }; |
{ | ||
"name": "@ltht-react/community-treatment-order-detail", | ||
"version": "0.1.23", | ||
"version": "0.1.24", | ||
"description": "ltht-react clinical CommunityTreatmentOrderDetail 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
10196
26
+ 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