Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dreamworld/dw-form

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dreamworld/dw-form - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0-align-top.1

9

dw-form-field.js

@@ -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 @@ /**

2

package.json
{
"name": "@dreamworld/dw-form",
"version": "2.2.1",
"version": "2.3.0-align-top.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dw-form.js",

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc