@ltht-react/card
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -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 @@ |
@@ -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
29017