Socket
Socket
Sign inDemoInstall

@ltht-react/styles

Package Overview
Dependencies
Maintainers
5
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/styles - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

8

CHANGELOG.md

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

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

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

@@ -62,1 +62,19 @@ export declare const INPUT_COLOURS: {

};
export declare const BANNER_COLOURS: {
DEFAULT: {
VALUE: string;
TEXT: string;
};
PRIMARY: {
VALUE: string;
TEXT: string;
};
WARNING: {
VALUE: string;
TEXT: string;
};
ERROR: {
VALUE: string;
TEXT: string;
};
};

@@ -60,2 +60,20 @@ "use strict";

};
exports.BANNER_COLOURS = {
DEFAULT: {
VALUE: colours.NHS_DARK_BLUE.VALUE,
TEXT: colours.NHS_BLACK,
},
PRIMARY: {
VALUE: colours.NHS_DARK_BLUE.VALUE,
TEXT: colours.NHS_WHITE,
},
WARNING: {
VALUE: colours.NHS_TRANSLUCENT_WARM_YELLOW,
TEXT: colours.NHS_BLACK,
},
ERROR: {
VALUE: colours.NHS_DARK_RED,
TEXT: colours.NHS_WHITE,
},
};
//# sourceMappingURL=colours.js.map

1

lib/atoms/nhs-colours.d.ts

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

export declare const NHS_YELLOW = "#FAE100";
export declare const NHS_TRANSLUCENT_WARM_YELLOW = "rgba(255, 184, 28, 0.2)";

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

exports.NHS_YELLOW = '#FAE100';
exports.NHS_TRANSLUCENT_WARM_YELLOW = 'rgba(255, 184, 28, 0.2)';
//# sourceMappingURL=nhs-colours.js.map

4

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

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

},
"gitHead": "c92502ba807fdefa5f57f715935a007d333721c9"
"gitHead": "b678925093a671f0fe95a38301b58d3c8cfbcbba"
}

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc