@uxland-admin/ps-medication-plan
Advanced tools
Comparing version 1.1.0 to 1.2.0
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}.medication{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex:1;-webkit-flex:1;flex:1;padding:8px 16px;margin-bottom:6px;border-bottom:1px solid #eceff1}medication-content{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex:1;-webkit-flex:1;flex:1;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}medication-info{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}medication-date{font-size:.7857rem;color:#37464D;text-transform:lowercase}medication-name{font-size:1rem;font-weight:500;color:#37464D;text-transform:lowercase}medication-name:first-letter{text-transform:uppercase}medication-dosage{font-size:.7857rem;color:#37464D;text-transform:lowercase}.chronic{color:#FF5252;margin-left:4px} | ||
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}.medication{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex:1;-webkit-flex:1;flex:1;padding:8px 16px;margin-bottom:6px;border-bottom:1px solid #eceff1}medication-content{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;-ms-flex:1;-webkit-flex:1;flex:1;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}medication-info{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}medication-date{font-size:.9286rem;color:#37464D;opacity:.7;text-transform:lowercase}medication-name{font:1rem;line-height:1.286rem;font-weight:500;color:#37464D;text-transform:lowercase}medication-name:first-letter{text-transform:uppercase}medication-dosage{font-size:.9286rem;color:#37464D;opacity:.7;text-transform:lowercase}.chronic{color:#FF5252;margin-left:4px} | ||
</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}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;padding-top:8px}.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{display:-ms-flexbox;display:-webkit-flex;display:flex;--uxl-progress-indicator-background-color: white;--uxl-progress-indicator-color: #01589d}uxl-progress-indicator[active]{-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;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}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;padding-top:8px}.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{display:-ms-flexbox;display:-webkit-flex;display:flex;--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;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>`; |
{ | ||
"name": "@uxland-admin/ps-medication-plan", | ||
"description": "ICS Process - Patient Summary - Medication Plan", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31589
0