@ltht-react/description-list
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -37,3 +37,3 @@ "use strict"; | ||
var description_1 = __importDefault(require("./atoms/description")); | ||
var StyledDescriptionList = styled_1.default.dl(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n list-style: none;\n margin-top: 1rem;\n margin-bottom: 0;\n"], ["\n list-style: none;\n margin-top: 1rem;\n margin-bottom: 0;\n"]))); | ||
var StyledDescriptionList = styled_1.default.dl(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n list-style: none;\n margin-top: 1rem;\n margin-bottom: 0;\n\n &:first-of-type {\n margin-top: 0;\n }\n"], ["\n list-style: none;\n margin-top: 1rem;\n margin-bottom: 0;\n\n &:first-of-type {\n margin-top: 0;\n }\n"]))); | ||
var DescriptionList = function (_a) { | ||
@@ -40,0 +40,0 @@ var classes = _a.classes, children = _a.children, rest = __rest(_a, ["classes", "children"]); |
{ | ||
"name": "@ltht-react/description-list", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "ltht-react DescriptionList component.", | ||
@@ -30,3 +30,3 @@ "author": "LTHT", | ||
"@emotion/styled": "^11.0.0", | ||
"@ltht-react/styles": "^1.1.0", | ||
"@ltht-react/styles": "^1.2.0", | ||
"@ltht-react/types": "^1.0.0", | ||
@@ -37,3 +37,3 @@ "@ltht-react/utils": "^1.1.1", | ||
}, | ||
"gitHead": "a60bc0a242a9690523faaf2b007a6ad63a353007" | ||
"gitHead": "098fc387ca2a9345296fb88483e929c5f766167a" | ||
} |
Sorry, the diff of this file is not supported yet
22233
305
Updated@ltht-react/styles@^1.2.0