Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@vcl/form", | ||
"description": "Basic form layout variants and arrangement of form elements with labels", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "package.json", | ||
@@ -13,4 +13,4 @@ "scripts": { | ||
"name": "n-fuse GmbH", | ||
"email": "info@n-fuse.de", | ||
"url": "www.n-fuse.de" | ||
"email": "info@n-fuse.co", | ||
"url": "www.n-fuse.co" | ||
}, | ||
@@ -20,3 +20,3 @@ "contributors": [ | ||
"name": "Thomas Hoppe", | ||
"email": "thomas.hoppe@n-fuse.de" | ||
"email": "thomas.hoppe@n-fuse.co" | ||
} | ||
@@ -26,6 +26,2 @@ ], | ||
"devDependencies": { | ||
"gulp": "^3.9.0", | ||
"@vcl/gulp-vcl-preprocessor": "^0.2.1", | ||
"normalize.css": "^7.0.0", | ||
"pre-commit": "^1.1.2", | ||
"@vcl/build-demo": "^0.2.0", | ||
@@ -36,7 +32,11 @@ "@vcl/button": "^0.2.0", | ||
"@vcl/form-control-label": "^0.2.0", | ||
"@vcl/grid": "^0.2.0", | ||
"@vcl/grid": "^0.2.1", | ||
"@vcl/gulp-vcl-preprocessor": "^0.2.1", | ||
"@vcl/input": "^0.2.0", | ||
"@vcl/loose-button-group": "^0.2.0", | ||
"@vcl/preprocessor": "^0.2.2", | ||
"@vcl/typography": "^0.2.0" | ||
"@vcl/typography": "^0.2.1", | ||
"gulp": "^3.9.0", | ||
"normalize.css": "^7.0.0", | ||
"pre-commit": "^1.1.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "dependencies": {}, |
@@ -23,3 +23,3 @@ # [VCL](https://github.com/vcl/doc) form | ||
For example a label and a checkbox if such a combination should behave | ||
like a single control. The elements are laid out vertically. | ||
like a single control. The elements are aligned vertically. | ||
@@ -29,3 +29,3 @@ ### Inline Control Group | ||
`vclInputInlineControlGroup` is the same as the previous class but | ||
label and control are laid out horizontally. | ||
label and control are aligned horizontally. | ||
@@ -68,6 +68,2 @@ ## Usage | ||
### For `vclInputInlineControlGroup` | ||
- `vclIICGHoverHighlight`: Highlight the control group when hovered | ||
## Variables | ||
@@ -74,0 +70,0 @@ |
9529
10
71