@vaadin/vaadin-login
Advanced tools
Comparing version 22.0.0-beta1 to 22.0.0-beta2
{ | ||
"name": "@vaadin/vaadin-login", | ||
"version": "22.0.0-beta1", | ||
"version": "22.0.0-beta2", | ||
"publishConfig": { | ||
@@ -35,5 +35,5 @@ "access": "public" | ||
"dependencies": { | ||
"@vaadin/login": "22.0.0-beta1" | ||
"@vaadin/login": "22.0.0-beta2" | ||
}, | ||
"gitHead": "4cf8a9d0504994200c610e44b3676114fef49c1e" | ||
"gitHead": "f13833683e6667f6ca6678452db14aa6b7eac4a4" | ||
} |
@@ -1,64 +0,10 @@ | ||
# <vaadin-login> | ||
# @vaadin/vaadin-login | ||
[Live Demo ↗](https://vaadin.com/components/vaadin-login/html-examples) | ||
| | ||
[API documentation ↗](https://vaadin.com/components/vaadin-login/html-api) | ||
> ⚠️ Starting from Vaadin 22, this package is deprecated. | ||
> Please use [`@vaadin/login`](https://www.npmjs.com/package/@vaadin/login) instead. | ||
[Vaadin Login](https://vaadin.com/components/vaadin-login) consists of two components: | ||
A web component for displaying a login form, either inline, or as an overlay. | ||
<vaadin-login-overlay> is a Web Component providing a painless login experience, part of the [Vaadin components](https://vaadin.com/components). Component shows the <vaadin-login-form> inside of an overlay. | ||
[Documentation + Live Demo ↗](https://vaadin.com/docs/latest/ds/components/login) | ||
[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-login)](https://www.npmjs.com/package/@vaadin/vaadin-login) | ||
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-login) | ||
[![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC) | ||
```html | ||
<vaadin-login-overlay opened></vaadin-login-overlay> | ||
``` | ||
[<img src="https://raw.githubusercontent.com/vaadin/vaadin-login/master/screenshot.png" width="700" alt="Screenshot of vaadin-login-overlay">](https://vaadin.com/components/vaadin-login) | ||
<vaadin-login-form> is a Web Component providing a form to require users to log in into an application. | ||
```html | ||
<vaadin-login-form></vaadin-login-form> | ||
``` | ||
## Installation | ||
Install `vaadin-login`: | ||
```sh | ||
npm i @vaadin/vaadin-login --save | ||
``` | ||
Once installed, import it in your application: | ||
```js | ||
import '@vaadin/vaadin-login/vaadin-login-overlay.js'; | ||
``` | ||
## Getting started | ||
Vaadin components use the Lumo theme by default. | ||
To use the Material theme, import the correspondent file from the `theme/material` folder. | ||
## Entry points | ||
- The component with the Lumo theme: | ||
`theme/lumo/vaadin-login-overlay.js` | ||
`theme/lumo/vaadin-login-form.js` | ||
- The component with the Material theme: | ||
`theme/material/vaadin-login-overlay.js` | ||
`theme/material/vaadin-login-form.js` | ||
- Aliases for lumo themed components: | ||
`vaadin-login-overlay.js` | ||
`vaadin-login-form.js` | ||
## Contributing | ||
@@ -72,2 +18,3 @@ | ||
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics. | ||
Vaadin collects usage statistics at development time to improve this product.. | ||
For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics. |
14894
20
+ Added@open-wc/dedupe-mixin@1.4.0(transitive)
+ Added@vaadin/button@22.0.0-beta2(transitive)
+ Added@vaadin/component-base@22.0.0-beta2(transitive)
+ Added@vaadin/field-base@22.0.0-beta2(transitive)
+ Added@vaadin/icon@22.0.0-beta2(transitive)
+ Added@vaadin/input-container@22.0.0-beta2(transitive)
+ Added@vaadin/login@22.0.0-beta2(transitive)
+ Added@vaadin/password-field@22.0.0-beta2(transitive)
+ Added@vaadin/text-field@22.0.0-beta2(transitive)
+ Added@vaadin/vaadin-lumo-styles@22.0.0-beta2(transitive)
+ Added@vaadin/vaadin-material-styles@22.0.0-beta2(transitive)
+ Added@vaadin/vaadin-overlay@22.0.0-beta2(transitive)
+ Added@vaadin/vaadin-themable-mixin@22.0.0-beta2(transitive)
- Removed@vaadin/button@22.0.0-beta1(transitive)
- Removed@vaadin/component-base@22.0.0-beta1(transitive)
- Removed@vaadin/field-base@22.0.0-beta1(transitive)
- Removed@vaadin/icon@22.0.0-beta1(transitive)
- Removed@vaadin/input-container@22.0.0-beta1(transitive)
- Removed@vaadin/login@22.0.0-beta1(transitive)
- Removed@vaadin/password-field@22.0.0-beta1(transitive)
- Removed@vaadin/text-field@22.0.0-beta1(transitive)
- Removed@vaadin/vaadin-lumo-styles@22.0.0-beta1(transitive)
- Removed@vaadin/vaadin-material-styles@22.0.0-beta1(transitive)
- Removed@vaadin/vaadin-overlay@22.0.0-beta1(transitive)
- Removed@vaadin/vaadin-themable-mixin@22.0.0-beta1(transitive)
Updated@vaadin/login@22.0.0-beta2