@vaadin/password-field
Advanced tools
Comparing version 23.3.0-alpha5 to 23.3.0-alpha6
{ | ||
"name": "@vaadin/password-field", | ||
"version": "23.3.0-alpha5", | ||
"version": "23.3.0-alpha6", | ||
"publishConfig": { | ||
@@ -38,8 +38,8 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/button": "23.3.0-alpha5", | ||
"@vaadin/component-base": "23.3.0-alpha5", | ||
"@vaadin/text-field": "23.3.0-alpha5", | ||
"@vaadin/vaadin-lumo-styles": "23.3.0-alpha5", | ||
"@vaadin/vaadin-material-styles": "23.3.0-alpha5", | ||
"@vaadin/vaadin-themable-mixin": "23.3.0-alpha5" | ||
"@vaadin/button": "23.3.0-alpha6", | ||
"@vaadin/component-base": "23.3.0-alpha6", | ||
"@vaadin/text-field": "23.3.0-alpha6", | ||
"@vaadin/vaadin-lumo-styles": "23.3.0-alpha6", | ||
"@vaadin/vaadin-material-styles": "23.3.0-alpha6", | ||
"@vaadin/vaadin-themable-mixin": "23.3.0-alpha6" | ||
}, | ||
@@ -55,3 +55,3 @@ "devDependencies": { | ||
], | ||
"gitHead": "0b6fdcf444683e97e3efb433d603e1274d5bcd66" | ||
"gitHead": "796e51380384cfa30282eecbc4e0463038298547" | ||
} |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/password-field", | ||
"version": "23.3.0-alpha5", | ||
"version": "23.3.0-alpha6", | ||
"description-markup": "markdown", | ||
@@ -11,3 +11,3 @@ "contributions": { | ||
"name": "vaadin-password-field", | ||
"description": "`<vaadin-password-field>` is an extension of `<vaadin-text-field>` component for entering passwords.\n\n```html\n<vaadin-password-field label=\"Password\"></vaadin-password-field>\n```\n\n### Styling\n\n`<vaadin-password-field>` provides the same set of shadow DOM parts and state attributes as `<vaadin-text-field>`.\nSee [`<vaadin-text-field>`](https://cdn.vaadin.com/vaadin-web-components/23.3.0-alpha5/#/elements/vaadin-text-field) for the styling documentation.\n\nIn addition to `<vaadin-text-field>` parts, the following parts are available for theming:\n\nPart name | Description\n----------------|----------------------------------------------------\n`reveal-button` | The eye icon which toggles the password visibility\n\nIn addition to `<vaadin-text-field>` state attributes, the following state attributes are available for theming:\n\nAttribute | Description\n-------------------|---------------------------------\n`password-visible` | Set when the password is visible\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.", | ||
"description": "`<vaadin-password-field>` is an extension of `<vaadin-text-field>` component for entering passwords.\n\n```html\n<vaadin-password-field label=\"Password\"></vaadin-password-field>\n```\n\n### Styling\n\n`<vaadin-password-field>` provides the same set of shadow DOM parts and state attributes as `<vaadin-text-field>`.\nSee [`<vaadin-text-field>`](https://cdn.vaadin.com/vaadin-web-components/23.3.0-alpha6/#/elements/vaadin-text-field) for the styling documentation.\n\nIn addition to `<vaadin-text-field>` parts, the following parts are available for theming:\n\nPart name | Description\n----------------|----------------------------------------------------\n`reveal-button` | The eye icon which toggles the password visibility\n\nIn addition to `<vaadin-text-field>` state attributes, the following state attributes are available for theming:\n\nAttribute | Description\n-------------------|---------------------------------\n`password-visible` | Set when the password is visible\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.", | ||
"attributes": [ | ||
@@ -14,0 +14,0 @@ { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/password-field", | ||
"version": "23.3.0-alpha5", | ||
"version": "23.3.0-alpha6", | ||
"description-markup": "markdown", | ||
@@ -19,3 +19,3 @@ "framework": "lit", | ||
"name": "vaadin-password-field", | ||
"description": "`<vaadin-password-field>` is an extension of `<vaadin-text-field>` component for entering passwords.\n\n```html\n<vaadin-password-field label=\"Password\"></vaadin-password-field>\n```\n\n### Styling\n\n`<vaadin-password-field>` provides the same set of shadow DOM parts and state attributes as `<vaadin-text-field>`.\nSee [`<vaadin-text-field>`](https://cdn.vaadin.com/vaadin-web-components/23.3.0-alpha5/#/elements/vaadin-text-field) for the styling documentation.\n\nIn addition to `<vaadin-text-field>` parts, the following parts are available for theming:\n\nPart name | Description\n----------------|----------------------------------------------------\n`reveal-button` | The eye icon which toggles the password visibility\n\nIn addition to `<vaadin-text-field>` state attributes, the following state attributes are available for theming:\n\nAttribute | Description\n-------------------|---------------------------------\n`password-visible` | Set when the password is visible\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.", | ||
"description": "`<vaadin-password-field>` is an extension of `<vaadin-text-field>` component for entering passwords.\n\n```html\n<vaadin-password-field label=\"Password\"></vaadin-password-field>\n```\n\n### Styling\n\n`<vaadin-password-field>` provides the same set of shadow DOM parts and state attributes as `<vaadin-text-field>`.\nSee [`<vaadin-text-field>`](https://cdn.vaadin.com/vaadin-web-components/23.3.0-alpha6/#/elements/vaadin-text-field) for the styling documentation.\n\nIn addition to `<vaadin-text-field>` parts, the following parts are available for theming:\n\nPart name | Description\n----------------|----------------------------------------------------\n`reveal-button` | The eye icon which toggles the password visibility\n\nIn addition to `<vaadin-text-field>` state attributes, the following state attributes are available for theming:\n\nAttribute | Description\n-------------------|---------------------------------\n`password-visible` | Set when the password is visible\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.", | ||
"extension": true, | ||
@@ -22,0 +22,0 @@ "attributes": [ |
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
+ Added@vaadin/button@23.3.0-alpha6(transitive)
+ Added@vaadin/component-base@23.3.0-alpha6(transitive)
+ Added@vaadin/field-base@23.3.0-alpha6(transitive)
+ Added@vaadin/icon@23.3.0-alpha6(transitive)
+ Added@vaadin/input-container@23.3.0-alpha6(transitive)
+ Added@vaadin/text-field@23.3.0-alpha6(transitive)
+ Added@vaadin/vaadin-lumo-styles@23.3.0-alpha6(transitive)
+ Added@vaadin/vaadin-material-styles@23.3.0-alpha6(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.3.0-alpha6(transitive)
- Removed@vaadin/button@23.3.0-alpha5(transitive)
- Removed@vaadin/component-base@23.3.0-alpha5(transitive)
- Removed@vaadin/field-base@23.3.0-alpha5(transitive)
- Removed@vaadin/icon@23.3.0-alpha5(transitive)
- Removed@vaadin/input-container@23.3.0-alpha5(transitive)
- Removed@vaadin/text-field@23.3.0-alpha5(transitive)
- Removed@vaadin/vaadin-lumo-styles@23.3.0-alpha5(transitive)
- Removed@vaadin/vaadin-material-styles@23.3.0-alpha5(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.3.0-alpha5(transitive)
Updated@vaadin/button@23.3.0-alpha6