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.4 to 0.1.5

8

CHANGELOG.md

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

## [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)
**Note:** Version bump only for package @ltht-react/styles
## [0.1.4](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/styles@0.1.3...@ltht-react/styles@0.1.4) (2020-04-09)

@@ -8,0 +16,0 @@

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

PRIMARY: string;
SECONDARY: string;
DANGER: string;

@@ -29,2 +30,3 @@ WARNING: string;

};
INFO: string;
};

@@ -73,2 +75,6 @@ export declare const CARD_BACKGROUND_COLOUR = "#FFFFFF";

};
INFO: {
VALUE: string;
TEXT: string;
};
WARNING: {

@@ -75,0 +81,0 @@ VALUE: string;

8

lib/atoms/colours.js

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

PRIMARY: colours.NHS_BLACK,
SECONDARY: colours.NHS_DARK_BLUE.VALUE,
DANGER: colours.NHS_EMERGENCY_SERVICES_RED,

@@ -27,2 +28,3 @@ WARNING: colours.NHS_ORANGE,

DEFAULT: colours.NHS_MID_GREY,
INFO: colours.NHS_BRIGHT_BLUE,
};

@@ -71,5 +73,9 @@ exports.CARD_BACKGROUND_COLOUR = colours.NHS_WHITE;

},
INFO: {
VALUE: colours.NHS_TRANSLUCENT_BRIGHT_BLUE,
TEXT: colours.NHS_DARK_BLUE.VALUE,
},
WARNING: {
VALUE: colours.NHS_TRANSLUCENT_WARM_YELLOW,
TEXT: colours.NHS_BLACK,
TEXT: colours.NHS_ORANGE,
},

@@ -76,0 +82,0 @@ ERROR: {

@@ -45,1 +45,2 @@ export declare const NHS_BLUE = "#005EB8";

export declare const NHS_TRANSLUCENT_WARM_YELLOW = "rgba(255, 184, 28, 0.2)";
export declare const NHS_TRANSLUCENT_BRIGHT_BLUE = "rgba(0, 114, 206, 0.2)";

@@ -46,3 +46,5 @@ "use strict";

exports.NHS_YELLOW = '#FAE100';
// nhs colours with 20% opacity
exports.NHS_TRANSLUCENT_WARM_YELLOW = 'rgba(255, 184, 28, 0.2)';
exports.NHS_TRANSLUCENT_BRIGHT_BLUE = 'rgba(0, 114, 206, 0.2)';
//# sourceMappingURL=nhs-colours.js.map

4

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

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

},
"gitHead": "b678925093a671f0fe95a38301b58d3c8cfbcbba"
"gitHead": "79e452ce6a0da91052fb2cd5cff0fe4bcdda6865"
}

Sorry, the diff of this file is not supported yet

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