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.2.5 to 1.2.6

2

components/ip-ps-mp/ip-ps-mp-styles.js
import { html } from '@polymer/lit-element';
export default html `<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}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;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 30%;background-color:#0288d11a;border-radius:5px}.highlight-label{text-align:center;margin-left:16px;padding:16px 0}.highlight-value{flex:0 0 15%;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 `<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}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;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>`;
{
"name": "@uxland-admin/ps-medication-plan",
"description": "ICS Process - Patient Summary - Medication Plan",
"version": "1.2.5",
"version": "1.2.6",
"main": "index.js",

@@ -6,0 +6,0 @@ "repository": {

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