@dreamworld/dw-form
Advanced tools
Comparing version 2.3.0-upgrade-version.1 to 2.3.0
@@ -55,2 +55,6 @@ /** | ||
} | ||
:host([align-top]) .mdc-label{ | ||
align-self: flex-start; | ||
} | ||
` | ||
@@ -66,2 +70,7 @@ ]; | ||
disabled: { type: Boolean }, | ||
/** | ||
* Aligns label at top. | ||
*/ | ||
alignTop: { type: Boolean, reflect: true, attribute: 'align-top' }, | ||
@@ -68,0 +77,0 @@ /** |
{ | ||
"name": "@dreamworld/dw-form", | ||
"version": "2.3.0-upgrade-version.1", | ||
"version": "2.3.0", | ||
"description": "", | ||
@@ -24,3 +24,3 @@ "main": "dw-form.js", | ||
"dependencies": { | ||
"@dreamworld/pwa-helpers": "^1.11.1", | ||
"@dreamworld/pwa-helpers": "^1.7.1", | ||
"@material/mwc-formfield": "^0.20.0", | ||
@@ -27,0 +27,0 @@ "lit-element": "^2.0.1", |
@@ -75,5 +75,5 @@ # dw-form | ||
It also activates a ripple effect upon interacting with the label. For more detail visit | ||
https://github.com/material-components/material-components-web-components/tree/master/packages/formfield. | ||
https://github.com/material-components/material-web/tree/master/packages/formfield. | ||
It's used to show label for checkbox & radio buttons. Used by `dw-checkbox` and `dw-radio-button2`. | ||
It's used to show label for checkbox & radio buttons. Used by `dw-checkbox` and `dw-radio-button`. | ||
@@ -107,2 +107,3 @@ ## Installation | ||
- Adds a way to change font style. By default it inherits font style from parent element | ||
- Provides a way to align label to top through `alignTop` property. | ||
@@ -113,2 +114,3 @@ ## Properties | ||
- alignEnd | ||
- alignTop | ||
- disabled | ||
@@ -115,0 +117,0 @@ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
28826
650
1
159