@uxland-admin/ps-medication-plan
Advanced tools
Comparing version 1.0.16 to 1.0.17
import { html } from '@polymer/lit-element'; | ||
export default html `<style>mwc-fab{--mdc-theme-secondary: #00bcd4}mwc-button{--mdc-theme-primary: #26c5da}mwc-checkbox{--mdc-theme-secondary: #26c5da}#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;padding:10px 16px 0 16px}no-content-message{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:1;-webkit-flex:1;flex:1;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-ms-flex-align:center;-webkit-align-items:center;align-items:center}medication-list{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;overflow-y:auto}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}uxl-progress-indicator{--uxl-progress-indicator-background-color: white;--uxl-progress-indicator-color: #0288D1}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;margin-bottom:12px}.highlight{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;flex:0 30%;background-color:#0288d11a;padding:8px;margin-right:16px;border-radius:5px}.highlight-label{text-align:center;font-weight:300}.highlight-value{font-size:2.571rem;color:#01589d}.highlight-value.chronic{color:#FF5252} | ||
export default html `<style>mwc-fab{--mdc-theme-secondary: #00bcd4}mwc-button{--mdc-theme-primary: #26c5da}mwc-checkbox{--mdc-theme-secondary: #26c5da}#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;padding:10px 16px 0 16px}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-direction:column;-webkit-flex-direction:column;flex-direction:column;overflow-y:auto}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}uxl-progress-indicator{--uxl-progress-indicator-background-color: white;--uxl-progress-indicator-color: #0288D1}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;margin-bottom:12px}.highlight{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;flex:0 30%;background-color:#0288d11a;padding:8px;margin-right:16px;border-radius:5px}.highlight-label{text-align:center;font-weight:300}.highlight-value{font-size:2.571rem;color:#01589d}.highlight-value.chronic{color:#FF5252} | ||
</style>`; |
import { html } from '@polymer/lit-element'; | ||
export default html `<style>mwc-fab{--mdc-theme-secondary: #00bcd4}mwc-button{--mdc-theme-primary: #26c5da}mwc-checkbox{--mdc-theme-secondary: #26c5da}#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;padding:10px 16px 0 16px}no-content-message{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex:1;-webkit-flex:1;flex:1;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-ms-flex-align:center;-webkit-align-items:center;align-items:center}medication-list{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;max-height:calc(50vh - 11vh);overflow-y:auto}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}uxl-progress-indicator{--uxl-progress-indicator-background-color: white;--uxl-progress-indicator-color: #0288D1} | ||
export default html `<style>mwc-fab{--mdc-theme-secondary: #00bcd4}mwc-button{--mdc-theme-primary: #26c5da}mwc-checkbox{--mdc-theme-secondary: #26c5da}#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;padding:10px 16px 0 16px}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-direction:column;-webkit-flex-direction:column;flex-direction:column;max-height:calc(50vh - 11vh);overflow-y:auto}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}uxl-progress-indicator{--uxl-progress-indicator-background-color: white;--uxl-progress-indicator-color: #0288D1} | ||
</style>`; |
{ | ||
"name": "@uxland-admin/ps-medication-plan", | ||
"description": "ICS Process - Patient Summary - Medication Plan", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
32306