Socket
Socket
Sign inDemoInstall

@ltht-react/styles

Package Overview
Dependencies
Maintainers
2
Versions
312
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.0.7 to 0.1.0

0

CHANGELOG.md

@@ -0,0 +0,0 @@ # Change Log

9

lib/atoms/colours.d.ts

@@ -10,5 +10,6 @@ export declare const TEXT_PRIMARY_COLOUR = "#231f20";

export declare const ICON_DEFAULT_COLOUR = "#768692";
export declare const WIDGET_BACKGROUND_COLOUR = "#FFFFFF";
export declare const WIDGET_SHADOW_COLOUR = "#666666";
export declare const WIDGET_LIST_ITEM_BACKGROUND_HOVER = "#E8EDEE";
export declare const WIDGET_LIST_ITEM_BORDER_HOVER = "#b0b0b0";
export declare const CARD_BACKGROUND_COLOUR = "#FFFFFF";
export declare const CARD_BACKGROUND_COLOUR_NO_DATA = "#F2F2F2";
export declare const CARD_SHADOW_COLOUR = "#666666";
export declare const CARD_LIST_ITEM_BACKGROUND_HOVER = "#E8EDEE";
export declare const CARD_LIST_ITEM_BORDER_HOVER = "#b0b0b0";

@@ -20,6 +20,7 @@ "use strict";

exports.ICON_DEFAULT_COLOUR = colours.NHS_MID_GREY;
exports.WIDGET_BACKGROUND_COLOUR = colours.NHS_WHITE;
exports.WIDGET_SHADOW_COLOUR = '#666666';
exports.WIDGET_LIST_ITEM_BACKGROUND_HOVER = colours.NHS_PALE_GREY;
exports.WIDGET_LIST_ITEM_BORDER_HOVER = '#b0b0b0';
exports.CARD_BACKGROUND_COLOUR = colours.NHS_WHITE;
exports.CARD_BACKGROUND_COLOUR_NO_DATA = '#F2F2F2';
exports.CARD_SHADOW_COLOUR = '#666666';
exports.CARD_LIST_ITEM_BACKGROUND_HOVER = colours.NHS_PALE_GREY;
exports.CARD_LIST_ITEM_BORDER_HOVER = '#b0b0b0';
//# sourceMappingURL=colours.js.map
declare const CSS_RESET: import("@emotion/utils").SerializedStyles;
export default CSS_RESET;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const ICON_SIZE_SMALL = "1rem";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './colours';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const MOBILE_MEDIA_QUERY = "@media only screen and (max-width: 767px)";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare const NHS_DARK_BLUE = "#003087";

@@ -0,0 +0,0 @@ "use strict";

export * from './atoms';

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@ltht-react/styles",
"version": "0.0.7",
"version": "0.1.0",
"description": "> TODO: description",

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

},
"gitHead": "41a42ce817ac46f80fe142d3af2e0e4af689adf3"
"gitHead": "10d555eef209eba015aa27a45b6d9e5603546663"
}

@@ -0,0 +0,0 @@ # `@ltht-react/types`

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