@ecl/ec-component-form-label
Advanced tools
Comparing version 2.0.0-alpha.3 to 2.0.0-beta.0
@@ -5,3 +5,3 @@ { | ||
"license": "EUPL-1.1", | ||
"version": "2.0.0-alpha.3", | ||
"version": "2.0.0-beta.0", | ||
"description": "ECL Form Labels", | ||
@@ -11,3 +11,3 @@ "style": "ec-component-form-label.scss", | ||
"dependencies": { | ||
"@ecl/ec-base": "^2.0.0-alpha.3" | ||
"@ecl/ec-base": "^2.0.0-beta.0" | ||
}, | ||
@@ -30,3 +30,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "ece5ee77bef0949a8bf653412f20d0e98c75939d" | ||
"gitHead": "30794d23d9bfca34781b2b26fbdc27ee5fc13a25" | ||
} |
@@ -11,4 +11,4 @@ # Labels | ||
* label | ||
* help block | ||
- label | ||
- help block | ||
@@ -25,7 +25,7 @@ ## When to use | ||
* labels written in all caps - they are more difficult to read and scan | ||
* using placeholder text as labels | ||
* placing check boxes side by side - check boxes underneath each other allows | ||
- labels written in all caps - they are more difficult to read and scan | ||
- using placeholder text as labels | ||
- placing check boxes side by side - check boxes underneath each other allows | ||
easy scanning | ||
* using optional fields in forms - if you use them, you should clearly | ||
- using optional fields in forms - if you use them, you should clearly | ||
distinguish which fields are mandatory \* from those that are optional. The | ||
@@ -35,2 +35,2 @@ convention is to use an asterisk (\*) next to the required fields' labels and | ||
the top of the page | ||
* hiding basic helper text | ||
- hiding basic helper text |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15668
Updated@ecl/ec-base@^2.0.0-beta.0