@ltht-react/description-list
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -6,2 +6,11 @@ # Change Log | ||
## [0.1.6](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/description-list@0.1.5...@ltht-react/description-list@0.1.6) (2020-03-16) | ||
**Note:** Version bump only for package @ltht-react/description-list | ||
## [0.1.5](https://ssh.github.com/ltht-epr/ltht-react/compare/@ltht-react/description-list@0.1.4...@ltht-react/description-list@0.1.5) (2020-03-12) | ||
@@ -8,0 +17,0 @@ |
@@ -9,3 +9,3 @@ "use strict"; | ||
var styles_1 = require("@ltht-react/styles"); | ||
var styles = core_1.css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: ", ";\n margin-top: 0.25rem;\n"], ["\n color: ", ";\n margin-top: 0.25rem;\n"])), styles_1.TEXT_SECONDARY_COLOUR); | ||
var styles = core_1.css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: ", ";\n margin-top: 0.25rem;\n"], ["\n color: ", ";\n margin-top: 0.25rem;\n"])), styles_1.TEXT_COLOURS.SECONDARY); | ||
var DescriptionListDescription = function (_a) { | ||
@@ -12,0 +12,0 @@ var children = _a.children; |
@@ -9,3 +9,3 @@ "use strict"; | ||
var styles_1 = require("@ltht-react/styles"); | ||
var styles = core_1.css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: ", ";\n margin-top: 0.5rem;\n"], ["\n color: ", ";\n margin-top: 0.5rem;\n"])), styles_1.TEXT_PRIMARY_COLOUR); | ||
var styles = core_1.css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: ", ";\n margin-top: 0.5rem;\n"], ["\n color: ", ";\n margin-top: 0.5rem;\n"])), styles_1.TEXT_COLOURS.PRIMARY); | ||
var DescriptionListTerm = function (_a) { | ||
@@ -12,0 +12,0 @@ var children = _a.children; |
{ | ||
"name": "@ltht-react/description-list", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "ltht-react DescriptionList component.", | ||
@@ -30,3 +30,3 @@ "author": "LTHT", | ||
"@emotion/styled": "^10.0.27", | ||
"@ltht-react/styles": "^0.1.1", | ||
"@ltht-react/styles": "^0.1.2", | ||
"@ltht-react/types": "^0.0.11", | ||
@@ -37,3 +37,3 @@ "@ltht-react/utils": "^0.1.4", | ||
}, | ||
"gitHead": "7ebcfe2e86ef8e5ee215db26dee3c7dac66b7686" | ||
"gitHead": "3c74589ef31401a6999d236ffdf430960acc7041" | ||
} |
@@ -0,0 +0,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7970
Updated@ltht-react/styles@^0.1.2