You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@ltht-react/styles

Package Overview
Dependencies
Maintainers
5
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

## [0.1.6](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/styles@0.1.5...@ltht-react/styles@0.1.6) (2020-08-04)
**Note:** Version bump only for package @ltht-react/styles
## [0.1.5](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/styles@0.1.4...@ltht-react/styles@0.1.5) (2020-04-14)

@@ -8,0 +17,0 @@

@@ -31,2 +31,3 @@ export declare const INPUT_COLOURS: {

};
export declare const EFORM_BACKGROUND_COLOUR = "#FFFFFF";
export declare const CARD_BACKGROUND_COLOUR = "#FFFFFF";

@@ -39,2 +40,6 @@ export declare const CARD_BACKGROUND_COLOUR_NO_DATA = "#F2F2F2";

export declare const CARD_LIST_ITEM_BORDER_HOVER = "#b0b0b0";
export declare const PATIENT_BANNER_DECEASED_BACKGROUND_COLOUR = "#231f20";
export declare const PATIENT_BANNER_BACKGROUND_COLOUR = "#56008c";
export declare const PATIENT_BANNER_TEXT_COLOUR = "#FFF";
export declare const PATIENT_BANNER_LABEL_COLOUR = "#CCC";
export declare const BTN_COLOURS: {

@@ -41,0 +46,0 @@ DEFAULT: {

@@ -29,2 +29,3 @@ "use strict";

};
exports.EFORM_BACKGROUND_COLOUR = colours.NHS_WHITE;
exports.CARD_BACKGROUND_COLOUR = colours.NHS_WHITE;

@@ -37,2 +38,6 @@ exports.CARD_BACKGROUND_COLOUR_NO_DATA = '#F2F2F2';

exports.CARD_LIST_ITEM_BORDER_HOVER = '#b0b0b0';
exports.PATIENT_BANNER_DECEASED_BACKGROUND_COLOUR = colours.NHS_BLACK;
exports.PATIENT_BANNER_BACKGROUND_COLOUR = '#56008c';
exports.PATIENT_BANNER_TEXT_COLOUR = '#FFF';
exports.PATIENT_BANNER_LABEL_COLOUR = '#CCC';
exports.BTN_COLOURS = {

@@ -39,0 +44,0 @@ DEFAULT: {

4

package.json
{
"name": "@ltht-react/styles",
"version": "0.1.5",
"version": "0.1.6",
"description": "> TODO: description",

@@ -32,3 +32,3 @@ "author": "Jonny Smith <jonny.asmith@gmail.com>",

},
"gitHead": "79e452ce6a0da91052fb2cd5cff0fe4bcdda6865"
"gitHead": "e26788e97a30647d3ca23a606d79725dff284d62"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc