New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ltht-react/card

Package Overview
Dependencies
Maintainers
5
Versions
377
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/card - npm Package Compare versions

Comparing version 0.1.14 to 0.1.15

8

CHANGELOG.md

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

## [0.1.15](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/card@0.1.14...@ltht-react/card@0.1.15) (2020-04-28)
**Note:** Version bump only for package @ltht-react/card
## [0.1.14](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/card@0.1.13...@ltht-react/card@0.1.14) (2020-04-21)

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

2

lib/molecules/card.js

@@ -14,3 +14,3 @@ "use strict";

var styles = function (noData) {
return core_1.css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n background: ", ";\n color: ", ";\n margin-bottom: 0.5rem;\n border-radius: 4px;\n box-shadow: \n 0px 2px 1px -1px rgba(102, 102, 102, 0.1), \n 0px 1px 1px 0px rgba(102, 102, 102, 0.15), \n 0px 1px 3px 0px rgba(102, 102, 102,.6);\n margin: 0 5px 10px 0;\n -webkit-font-smoothing: antialiased;\n"], ["\n ", "\n background: ", ";\n color: ", ";\n margin-bottom: 0.5rem;\n border-radius: 4px;\n box-shadow: \n 0px 2px 1px -1px rgba(102, 102, 102, 0.1), \n 0px 1px 1px 0px rgba(102, 102, 102, 0.15), \n 0px 1px 3px 0px rgba(102, 102, 102,.6);\n margin: 0 5px 10px 0;\n -webkit-font-smoothing: antialiased;\n"])), styles_1.CSS_RESET, noData ? styles_1.CARD_BACKGROUND_COLOUR_NO_DATA : styles_1.CARD_BACKGROUND_COLOUR, noData ? styles_1.TEXT_COLOURS.SECONDARY : styles_1.TEXT_COLOURS.PRIMARY);
return core_1.css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", "\n background: ", ";\n color: ", ";\n margin-bottom: 1rem;\n border-radius: 4px;\n box-shadow: \n 0px 2px 1px -1px rgba(102, 102, 102, 0.1), \n 0px 1px 1px 0px rgba(102, 102, 102, 0.15), \n 0px 1px 3px 0px rgba(102, 102, 102,.6);\n -webkit-font-smoothing: antialiased;\n"], ["\n ", "\n background: ", ";\n color: ", ";\n margin-bottom: 1rem;\n border-radius: 4px;\n box-shadow: \n 0px 2px 1px -1px rgba(102, 102, 102, 0.1), \n 0px 1px 1px 0px rgba(102, 102, 102, 0.15), \n 0px 1px 3px 0px rgba(102, 102, 102,.6);\n -webkit-font-smoothing: antialiased;\n"])), styles_1.CSS_RESET, noData ? styles_1.CARD_BACKGROUND_COLOUR_NO_DATA : styles_1.CARD_BACKGROUND_COLOUR, noData ? styles_1.TEXT_COLOURS.SECONDARY : styles_1.TEXT_COLOURS.PRIMARY);
};

@@ -17,0 +17,0 @@ var Card = function (_a) {

{
"name": "@ltht-react/card",
"version": "0.1.14",
"version": "0.1.15",
"description": "ltht-react styled Card component.",

@@ -37,3 +37,3 @@ "author": "LTHT",

},
"gitHead": "c69638b389cd98015a0b5ac3a1930990e24d1817"
"gitHead": "71b6cddcfab7731c648185d3619b6fced97a26b8"
}

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