New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uxland-admin/ps-medication-plan

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxland-admin/ps-medication-plan - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

2

components/ip-ps-mp-item/ip-ps-mp-item-styles.js
import { html } from '@polymer/lit-element';
export default html `<style>mwc-fab{--mdc-theme-secondary: #03a9f4}mwc-button{--mdc-theme-primary: #0288D1}#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}medication{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex:1;height:100%}medication-content{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex:1 0 75%;padding-bottom:8px}medication-content iron-icon{flex:1 0 5%;font-size:1.5em;margin-right:12px}medication-info{flex:1 0 95%}medication-name{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;font-size:1rem}medication-dosage,medication-date{font-size:.8571rem;color:var(--ip-text-primary-color)}medication-date{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:1 0 25%}medication-date p{font-size:.8571rem}iron-icon.calendar-icon{font-size:2rem;margin-right:12px}iron-icon.chronic-icon{color:#FF5252}
export default html `<style>mwc-fab{--mdc-theme-secondary: #26c5da}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}medication{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex:1;height:100%}medication-content{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:row;-webkit-flex-direction:row;flex-direction:row;flex:1 0 75%;padding-bottom:8px}medication-content iron-icon{flex:1 0 5%;font-size:1.5em;margin-right:12px}medication-info{flex:1 0 95%}medication-name{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;font-size:1rem}medication-dosage,medication-date{font-size:.8571rem;color:var(--ip-text-primary-color)}medication-date{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:1 0 25%}medication-date p{font-size:.8571rem}iron-icon.calendar-icon{font-size:2rem;margin-right:12px}iron-icon.chronic-icon{color:#FF5252}
</style>`;
import { html } from '@polymer/lit-element';
export default html `<style>mwc-fab{--mdc-theme-secondary: #03a9f4}mwc-button{--mdc-theme-primary: #0288D1}#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}#container{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}
export default html `<style>mwc-fab{--mdc-theme-secondary: #26c5da}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}#container{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}mwc-checkbox{padding-right:12px}.label{color:#50666a;font-weight:500}
</style>`;

@@ -7,5 +7,5 @@ import { html } from '@polymer/lit-element/lit-element';

<mwc-checkbox id="navigation" .checked="${props.active}"></mwc-checkbox>
<div>${props.localize(`${moduleName}.title`)}</div>
<div class="label">${props.localize(`${moduleName}.title`)}</div>
</div>
`;
export const template = innerTemplate;
import { html } from '@polymer/lit-element';
export default html `<style>mwc-fab{--mdc-theme-secondary: #03a9f4}mwc-button{--mdc-theme-primary: #0288D1}#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}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: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}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:#0288D1}.highlight-value.chronic{color:#FF5252}
export default html `<style>mwc-fab{--mdc-theme-secondary: #26c5da}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}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: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}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>`;
{
"name": "@uxland-admin/ps-medication-plan",
"description": "ICS Process - Patient Summary - Medication Plan",
"version": "1.0.10",
"version": "1.0.11",
"main": "index.js",

@@ -20,2 +20,3 @@ "repository": {

"@types/mocha": "^5.2.5",
"@uxland-admin/ics-process": "^1.1.1",
"@webcomponents/custom-elements": "^1.2.0",

@@ -30,4 +31,3 @@ "@webcomponents/webcomponentsjs": "^2.0.0",

"rimraf": "^2.6.2",
"typescript": "3.0.1",
"@uxland-admin/ics-process": "^1.0.3"
"typescript": "3.0.1"
},

@@ -34,0 +34,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc