Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "@vcl/form", | ||
"description": "Basic form layout variants and arrangement of form elements with labels", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "package.json", | ||
@@ -41,2 +41,4 @@ "scripts": { | ||
"@vcl/theme": "^0.4.0", | ||
"@vcl/icon": "^0.4.0", | ||
"@vcl/icogram": "^0.4.0", | ||
"normalize.css": "^8.0.1" | ||
@@ -62,4 +64,3 @@ }, | ||
] | ||
}, | ||
"gitHead": "6e8dbce191571021ada766d36428a438c52b3f98" | ||
} | ||
} |
@@ -20,3 +20,3 @@ # [VCL](https://github.com/vcl/doc) form | ||
The concept of a control group with `vclInputControlGroup` which groups an | ||
The concept of a control group with `vclFormControlGroup` which groups an | ||
input element together with a label so that they make up an atomic control. | ||
@@ -28,3 +28,3 @@ For example a label and a checkbox if such a combination should behave | ||
`vclInputInlineControlGroup` is the same as the previous class but | ||
`vclFormInlineControlGroup` is the same as the previous class but | ||
label and control are aligned horizontally. | ||
@@ -57,4 +57,4 @@ | ||
- `vclForm` | ||
- `vclInputControlGroup` | ||
- `vclInputInlineControlGroup` | ||
- `vclFormControlGroup` | ||
- `vclFormInlineControlGroup` | ||
- `vclFormActionArea` | ||
@@ -61,0 +61,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
52639
11
2036
4
+ Added@vcl/icogram@^0.4.0
+ Added@vcl/icon@^0.4.0
+ Added@vcl/icogram@0.4.6(transitive)
+ Added@vcl/icon@0.4.6(transitive)