@uxland-admin/ps-medication-plan
Advanced tools
Comparing version 1.2.9 to 1.2.10
import { html } from '@polymer/lit-element'; | ||
export default html `<custom-style><style>#app-container{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;flex:1;height:100vh}:host{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:1;-webkit-flex:1;flex:1}medication-widget{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex:1;-webkit-flex:1;flex:1}no-content-message{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:1;-webkit-flex:1;flex:1;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.medication-list{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:1;-webkit-flex:1;flex:1;overflow-y:auto;max-height:-webkit-fill-available}.container-list{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex:1;-webkit-flex:1;flex:1;min-height:fit-content}.container-list.maximized{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.container-list.maximized>*{flex:1 0 50%}.medication-list::-webkit-scrollbar-track{background-color:#fff}.medication-list::-webkit-scrollbar{width:4px;background-color:#fff}.medication-list::-webkit-scrollbar-thumb{background-color:#c7c7c7}.empty{background-color:#f6f6f6;padding:8px 16px;border-radius:4px}uxl-progress-indicator{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:1;-webkit-flex:1;flex:1;--uxl-progress-indicator-background-color: white;--uxl-progress-indicator-color: #01589d}uxl-progress-indicator[active]{-ms-flex:1;-webkit-flex:1;flex:1;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}medication-highlights{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:16px}.highlight{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-align:center;-webkit-align-items:center;align-items:center;flex:0 32%;background-color:#0288d11a;border-radius:5px}.highlight-label{text-align:center;margin-left:16px;padding:16px 0}.highlight-value{flex:0 0 21%;text-align:center;font-weight:300;font-size:2rem;background-color:#01589d;border-radius:5px 0 0 5px;color:#fff;padding:7px 0}.highlight-value.chronic{background-color:#FF5252} | ||
export default html `<custom-style><style>#app-container{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;flex:1;height:100vh}:host{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:1;-webkit-flex:1;flex:1}medication-widget{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex:1;-webkit-flex:1;flex:1}no-content-message{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:1;-webkit-flex:1;flex:1;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.medication-list{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:1;-webkit-flex:1;flex:1;overflow-y:auto;max-height:-webkit-fill-available}.container-list{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex:1;-webkit-flex:1;flex:1;min-height:fit-content}.container-list.maximized{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;height:fit-content}.container-list.maximized>*{flex:1 0 50%}.medication-list::-webkit-scrollbar-track{background-color:#fff}.medication-list::-webkit-scrollbar{width:4px;background-color:#fff}.medication-list::-webkit-scrollbar-thumb{background-color:#c7c7c7}.empty{background-color:#f6f6f6;padding:8px 16px;border-radius:4px}uxl-progress-indicator{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:1;-webkit-flex:1;flex:1;--uxl-progress-indicator-background-color: white;--uxl-progress-indicator-color: #01589d}uxl-progress-indicator[active]{-ms-flex:1;-webkit-flex:1;flex:1;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}medication-highlights{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:16px}.highlight{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex-align:center;-webkit-align-items:center;align-items:center;flex:0 32%;background-color:#0288d11a;border-radius:5px}.highlight-label{text-align:center;margin-left:16px;padding:16px 0}.highlight-value{flex:0 0 21%;text-align:center;font-weight:300;font-size:2rem;background-color:#01589d;border-radius:5px 0 0 5px;color:#fff;padding:7px 0}.highlight-value.chronic{background-color:#FF5252} | ||
</style></custom-style>`; |
{ | ||
"name": "@uxland-admin/ps-medication-plan", | ||
"description": "ICS Process - Patient Summary - Medication Plan", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"main": "index.js", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"@types/mocha": "^5.2.5", | ||
"@uxland-admin/ics-process": "^1.1.32", | ||
"@uxland-admin/ics-process": "^1.1.34", | ||
"@webcomponents/custom-elements": "^1.2.0", | ||
@@ -23,0 +23,0 @@ "@webcomponents/webcomponentsjs": "^2.0.0", |
30778