@vaadin/login
Advanced tools
Comparing version 24.5.0-rc1 to 24.5.0-rc2
{ | ||
"name": "@vaadin/login", | ||
"version": "24.5.0-rc1", | ||
"version": "24.5.0-rc2", | ||
"publishConfig": { | ||
@@ -40,14 +40,14 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/button": "24.5.0-rc1", | ||
"@vaadin/component-base": "24.5.0-rc1", | ||
"@vaadin/overlay": "24.5.0-rc1", | ||
"@vaadin/password-field": "24.5.0-rc1", | ||
"@vaadin/text-field": "24.5.0-rc1", | ||
"@vaadin/vaadin-lumo-styles": "24.5.0-rc1", | ||
"@vaadin/vaadin-material-styles": "24.5.0-rc1", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-rc1", | ||
"@vaadin/button": "24.5.0-rc2", | ||
"@vaadin/component-base": "24.5.0-rc2", | ||
"@vaadin/overlay": "24.5.0-rc2", | ||
"@vaadin/password-field": "24.5.0-rc2", | ||
"@vaadin/text-field": "24.5.0-rc2", | ||
"@vaadin/vaadin-lumo-styles": "24.5.0-rc2", | ||
"@vaadin/vaadin-material-styles": "24.5.0-rc2", | ||
"@vaadin/vaadin-themable-mixin": "24.5.0-rc2", | ||
"lit": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "24.5.0-rc1", | ||
"@vaadin/chai-plugins": "24.5.0-rc2", | ||
"@vaadin/testing-helpers": "^1.0.0", | ||
@@ -60,3 +60,3 @@ "sinon": "^18.0.0" | ||
], | ||
"gitHead": "a8ae853ab69d7938cf507843784f1551a2eeb972" | ||
"gitHead": "be5bf40aec33761c6defdb5b3093c7b6dd5d97fd" | ||
} |
@@ -7,4 +7,4 @@ /** | ||
import { DirMixin } from '@vaadin/component-base/src/dir-mixin.js'; | ||
import { SlotObserver } from '@vaadin/component-base/src/slot-observer'; | ||
import { generateUniqueId } from '@vaadin/component-base/src/unique-id-utils'; | ||
import { SlotObserver } from '@vaadin/component-base/src/slot-observer.js'; | ||
import { generateUniqueId } from '@vaadin/component-base/src/unique-id-utils.js'; | ||
import { OverlayMixin } from '@vaadin/overlay/src/vaadin-overlay-mixin.js'; | ||
@@ -11,0 +11,0 @@ |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/login", | ||
"version": "24.5.0-rc1", | ||
"version": "24.5.0-rc2", | ||
"description-markup": "markdown", | ||
@@ -151,3 +151,3 @@ "contributions": { | ||
"name": "vaadin-login-overlay", | ||
"description": "`<vaadin-login-overlay>` is a wrapper of the `<vaadin-login-form>` which opens a login form in an overlay and\nhaving an additional `brand` part for application title and description. Using `<vaadin-login-overlay>` allows\npassword managers to work with login form.\n\n```\n<vaadin-login-overlay opened></vaadin-login-overlay>\n```\n\n### Styling\n\nThe component doesn't have a shadowRoot, so the `<form>` and input fields can be styled from a global scope.\nUse `<vaadin-login-overlay-wrapper>` and `<vaadin-login-form-wrapper>` to apply styles.\n\nThe following shadow DOM parts of the `<vaadin-login-overlay-wrapper>` are available for styling:\n\nPart name | Description\n----------------|---------------------------------------------------------|\n`card` | Container for the entire component's content\n`brand` | Container for application title and description\n`form` | Container for the `<vaadin-login-form>` component\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.\n\nSee [`<vaadin-login-form>`](https://cdn.vaadin.com/vaadin-web-components/24.5.0-rc1/#/elements/vaadin-login-form)\ndocumentation for `<vaadin-login-form-wrapper>` stylable parts.", | ||
"description": "`<vaadin-login-overlay>` is a wrapper of the `<vaadin-login-form>` which opens a login form in an overlay and\nhaving an additional `brand` part for application title and description. Using `<vaadin-login-overlay>` allows\npassword managers to work with login form.\n\n```\n<vaadin-login-overlay opened></vaadin-login-overlay>\n```\n\n### Styling\n\nThe component doesn't have a shadowRoot, so the `<form>` and input fields can be styled from a global scope.\nUse `<vaadin-login-overlay-wrapper>` and `<vaadin-login-form-wrapper>` to apply styles.\n\nThe following shadow DOM parts of the `<vaadin-login-overlay-wrapper>` are available for styling:\n\nPart name | Description\n----------------|---------------------------------------------------------|\n`card` | Container for the entire component's content\n`brand` | Container for application title and description\n`form` | Container for the `<vaadin-login-form>` component\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.\n\nSee [`<vaadin-login-form>`](https://cdn.vaadin.com/vaadin-web-components/24.5.0-rc2/#/elements/vaadin-login-form)\ndocumentation for `<vaadin-login-form-wrapper>` stylable parts.", | ||
"attributes": [ | ||
@@ -154,0 +154,0 @@ { |
{ | ||
"$schema": "https://json.schemastore.org/web-types", | ||
"name": "@vaadin/login", | ||
"version": "24.5.0-rc1", | ||
"version": "24.5.0-rc2", | ||
"description-markup": "markdown", | ||
@@ -96,3 +96,3 @@ "framework": "lit", | ||
"name": "vaadin-login-overlay", | ||
"description": "`<vaadin-login-overlay>` is a wrapper of the `<vaadin-login-form>` which opens a login form in an overlay and\nhaving an additional `brand` part for application title and description. Using `<vaadin-login-overlay>` allows\npassword managers to work with login form.\n\n```\n<vaadin-login-overlay opened></vaadin-login-overlay>\n```\n\n### Styling\n\nThe component doesn't have a shadowRoot, so the `<form>` and input fields can be styled from a global scope.\nUse `<vaadin-login-overlay-wrapper>` and `<vaadin-login-form-wrapper>` to apply styles.\n\nThe following shadow DOM parts of the `<vaadin-login-overlay-wrapper>` are available for styling:\n\nPart name | Description\n----------------|---------------------------------------------------------|\n`card` | Container for the entire component's content\n`brand` | Container for application title and description\n`form` | Container for the `<vaadin-login-form>` component\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.\n\nSee [`<vaadin-login-form>`](https://cdn.vaadin.com/vaadin-web-components/24.5.0-rc1/#/elements/vaadin-login-form)\ndocumentation for `<vaadin-login-form-wrapper>` stylable parts.", | ||
"description": "`<vaadin-login-overlay>` is a wrapper of the `<vaadin-login-form>` which opens a login form in an overlay and\nhaving an additional `brand` part for application title and description. Using `<vaadin-login-overlay>` allows\npassword managers to work with login form.\n\n```\n<vaadin-login-overlay opened></vaadin-login-overlay>\n```\n\n### Styling\n\nThe component doesn't have a shadowRoot, so the `<form>` and input fields can be styled from a global scope.\nUse `<vaadin-login-overlay-wrapper>` and `<vaadin-login-form-wrapper>` to apply styles.\n\nThe following shadow DOM parts of the `<vaadin-login-overlay-wrapper>` are available for styling:\n\nPart name | Description\n----------------|---------------------------------------------------------|\n`card` | Container for the entire component's content\n`brand` | Container for application title and description\n`form` | Container for the `<vaadin-login-form>` component\n\nSee [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.\n\nSee [`<vaadin-login-form>`](https://cdn.vaadin.com/vaadin-web-components/24.5.0-rc2/#/elements/vaadin-login-form)\ndocumentation for `<vaadin-login-form-wrapper>` stylable parts.", | ||
"extension": true, | ||
@@ -99,0 +99,0 @@ "attributes": [ |
116759
+ Added@vaadin/a11y-base@24.5.0-rc2(transitive)
+ Added@vaadin/button@24.5.0-rc2(transitive)
+ Added@vaadin/component-base@24.5.0-rc2(transitive)
+ Added@vaadin/field-base@24.5.0-rc2(transitive)
+ Added@vaadin/icon@24.5.0-rc2(transitive)
+ Added@vaadin/input-container@24.5.0-rc2(transitive)
+ Added@vaadin/overlay@24.5.0-rc2(transitive)
+ Added@vaadin/password-field@24.5.0-rc2(transitive)
+ Added@vaadin/text-field@24.5.0-rc2(transitive)
+ Added@vaadin/vaadin-lumo-styles@24.5.0-rc2(transitive)
+ Added@vaadin/vaadin-material-styles@24.5.0-rc2(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.5.0-rc2(transitive)
- Removed@vaadin/a11y-base@24.5.0-rc1(transitive)
- Removed@vaadin/button@24.5.0-rc1(transitive)
- Removed@vaadin/component-base@24.5.0-rc1(transitive)
- Removed@vaadin/field-base@24.5.0-rc1(transitive)
- Removed@vaadin/icon@24.5.0-rc1(transitive)
- Removed@vaadin/input-container@24.5.0-rc1(transitive)
- Removed@vaadin/overlay@24.5.0-rc1(transitive)
- Removed@vaadin/password-field@24.5.0-rc1(transitive)
- Removed@vaadin/text-field@24.5.0-rc1(transitive)
- Removed@vaadin/vaadin-lumo-styles@24.5.0-rc1(transitive)
- Removed@vaadin/vaadin-material-styles@24.5.0-rc1(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.5.0-rc1(transitive)
Updated@vaadin/button@24.5.0-rc2
Updated@vaadin/overlay@24.5.0-rc2