@vaadin/message-input 24.0.0 → 24.1.0-alpha2

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.
package/README.md CHANGED
@@ -8,7 +8,7 @@ A web component that allows users to author and send messages.
8
8
  <vaadin-message-input></vaadin-message-input>
9
9
  ```
10
10
 
11
- [<img src="https://raw.githubusercontent.com/vaadin/web-components/master/packages/message-input/screenshot.png" width="656" alt="Screenshot of vaadin-message-input">](https://vaadin.com/docs/latest/components/message-input)
11
+ [<img src="https://raw.githubusercontent.com/vaadin/web-components/main/packages/message-input/screenshot.png" width="656" alt="Screenshot of vaadin-message-input">](https://vaadin.com/docs/latest/components/message-input)
12
12
 
13
13
  ## Installation
14
14
 
@@ -27,7 +27,7 @@ import '@vaadin/message-input';
27
27
  ## Themes
28
28
 
29
29
  Vaadin components come with two built-in [themes](https://vaadin.com/docs/latest/styling), Lumo and Material.
30
- The [main entrypoint](https://github.com/vaadin/web-components/blob/master/packages/message-input/vaadin-message-input.js) of the package uses the Lumo theme.
30
+ The [main entrypoint](https://github.com/vaadin/web-components/blob/main/packages/message-input/vaadin-message-input.js) of the package uses the Lumo theme.
31
31
 
32
32
  To use the Material theme, import the component from the `theme/material` folder:
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/message-input",
3
- "version": "24.0.0",
3
+ "version": "24.1.0-alpha2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,12 +36,12 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/button": "~24.0.0",
40
- "@vaadin/component-base": "~24.0.0",
41
- "@vaadin/text-area": "~24.0.0",
42
- "@vaadin/vaadin-lumo-styles": "~24.0.0",
43
- "@vaadin/vaadin-material-styles": "~24.0.0",
44
- "@vaadin/vaadin-themable-mixin": "~24.0.0"
39
+ "@vaadin/button": "24.1.0-alpha2",
40
+ "@vaadin/component-base": "24.1.0-alpha2",
41
+ "@vaadin/text-area": "24.1.0-alpha2",
42
+ "@vaadin/vaadin-lumo-styles": "24.1.0-alpha2",
43
+ "@vaadin/vaadin-material-styles": "24.1.0-alpha2",
44
+ "@vaadin/vaadin-themable-mixin": "24.1.0-alpha2"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
@@ -52,5 +52,5 @@
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "b0cf651bb624d74b78a42b3e3ea889b2e401daec"
55
+ "gitHead": "9e3ee2557109030f2aba59e17a84e4e121d699c0"
56
56
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/message-input",
4
- "version": "24.0.0",
4
+ "version": "24.1.0-alpha2",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/message-input",
4
- "version": "24.0.0",
4
+ "version": "24.1.0-alpha2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {