@vaadin/vaadin-time-picker 22.0.0-beta1 → 22.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -49
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,54 +1,11 @@
1
- # <vaadin-time-picker>
1
+ # @vaadin/vaadin-time-picker
2
2
 
3
- [<vaadin-time-picker>](https://vaadin.com/components/vaadin-time-picker) is a [Web Component](http://webcomponents.org) providing a time-selection field, part of the [Vaadin components](https://vaadin.com/components).
3
+ > ⚠️  Starting from Vaadin 22, this package is deprecated.
4
+ > Please use [`@vaadin/time-picker`](https://www.npmjs.com/package/@vaadin/time-picker) instead.
4
5
 
5
- [Live Demo ↗](https://vaadin.com/components/vaadin-time-picker/html-examples)
6
- |
7
- [API documentation ↗](https://vaadin.com/components/vaadin-time-picker/html-api)
6
+ A web component that allows to enter a time, either by typing, or by selecting from a set of pre-defined options.
8
7
 
9
- [![npm version](https://badgen.net/npm/v/@vaadin/vaadin-time-picker)](https://www.npmjs.com/package/@vaadin/vaadin-time-picker)
10
- [![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/vaadinvaadin-time-picker)
11
- [![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)
12
-
13
- ```html
14
- <vaadin-time-picker label="Delivery Time"></vaadin-time-picker>
15
- ```
16
-
17
- [<img src="https://raw.githubusercontent.com/vaadin/vaadin-time-picker/master/screenshot.gif" alt="Screenshot of vaadin-time-picker">](https://vaadin.com/components/vaadin-time-picker)
18
-
19
- ## Installation
20
-
21
- Install `vaadin-time-picker`:
22
-
23
- ```sh
24
- npm i @vaadin/vaadin-time-picker --save
25
- ```
26
-
27
- Once installed, import it in your application:
28
-
29
- ```js
30
- import '@vaadin/vaadin-time-picker/vaadin-time-picker.js';
31
- ```
32
-
33
- ## Getting Started
34
-
35
- Vaadin components use the Lumo theme by default.
36
-
37
- To use the Material theme, import the correspondent file from the `theme/material` folder.
38
-
39
- ## Entry points
40
-
41
- - The component with the Lumo theme:
42
-
43
- `theme/lumo/vaadin-time-picker.js`
44
-
45
- - The component with the Material theme:
46
-
47
- `theme/material/vaadin-time-picker.js`
48
-
49
- - Alias for `theme/lumo/vaadin-time-picker.js`:
50
-
51
- `vaadin-time-picker.js`
8
+ [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/ds/components/time-picker)
52
9
 
53
10
  ## Contributing
54
11
 
@@ -58,4 +15,5 @@ Read the [contributing guide](https://vaadin.com/docs/latest/guide/contributing/
58
15
 
59
16
  Apache License 2.0
60
17
 
61
- Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
18
+ Vaadin collects usage statistics at development time to improve this product..
19
+ For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-time-picker",
3
- "version": "22.0.0-beta1",
3
+ "version": "22.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,7 +32,7 @@
32
32
  "polymer"
33
33
  ],
34
34
  "dependencies": {
35
- "@vaadin/time-picker": "22.0.0-beta1"
35
+ "@vaadin/time-picker": "^22.0.1"
36
36
  },
37
- "gitHead": "4cf8a9d0504994200c610e44b3676114fef49c1e"
37
+ "gitHead": "2b0a2bff0369d6020f7cc33ad35506aa2d1f6f68"
38
38
  }