@dreamworld/dw-form
Advanced tools
Comparing version 3.0.1-development.2 to 3.0.1-development.3
{ | ||
"name": "@dreamworld/dw-form", | ||
"version": "3.0.1-development.2", | ||
"version": "3.0.1-development.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dw-form.js", |
@@ -131,4 +131,4 @@ # dw-form | ||
| ---- | ------ | --------- | | ||
| `--dw-theme-text-primary-on-background` | `rgba(0, 0, 0, 0.87)` | Color of the label text. | | ||
| `--dw-theme-disabled-text-color` | `rgba(0, 0, 0, 0.38)` | Text color of a disabled form-field | | ||
| `--mdc-theme-text-primary-on-background` | `rgba(0, 0, 0, 0.87)` | Color of the label text. | | ||
| `--mdc-theme-text-disabled-on-background` | `rgba(0, 0, 0, 0.38)` | Text color of a disabled form-field | | ||
| `--dw-form-field-label-min-height` | auto | Minimum height to label | | ||
@@ -141,3 +141,3 @@ | `--dw-form-field-label-padding` | 0 | Padding of the label (Note: won't work if label is not available) | | ||
dw-form-field { | ||
--dw-theme-text-primary-on-background: blue; | ||
--mdc-theme-text-primary-on-background: blue; | ||
--dw-form-field-label-min-height: 40px; | ||
@@ -144,0 +144,0 @@ font-size: 18px; |
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
32935