@vaadin/notification 24.4.0-alpha16 → 24.4.0-alpha17

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
@@ -5,7 +5,6 @@ A web component for providing feedback to the user.
5
5
  [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/notification)
6
6
 
7
7
  [![npm version](https://badgen.net/npm/v/@vaadin/notification)](https://www.npmjs.com/package/@vaadin/notification)
8
- [![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)
9
8
 
10
9
  ```html
11
10
  <vaadin-notification opened position="middle" duration="-1"></vaadin-notification>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/notification",
3
- "version": "24.4.0-alpha16",
3
+ "version": "24.4.0-alpha17",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -38,16 +38,16 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@polymer/polymer": "^3.0.0",
41
- "@vaadin/component-base": "24.4.0-alpha16",
42
- "@vaadin/lit-renderer": "24.4.0-alpha16",
43
- "@vaadin/vaadin-lumo-styles": "24.4.0-alpha16",
44
- "@vaadin/vaadin-material-styles": "24.4.0-alpha16",
45
- "@vaadin/vaadin-themable-mixin": "24.4.0-alpha16",
41
+ "@vaadin/component-base": "24.4.0-alpha17",
42
+ "@vaadin/lit-renderer": "24.4.0-alpha17",
43
+ "@vaadin/vaadin-lumo-styles": "24.4.0-alpha17",
44
+ "@vaadin/vaadin-material-styles": "24.4.0-alpha17",
45
+ "@vaadin/vaadin-themable-mixin": "24.4.0-alpha17",
46
46
  "lit": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@esm-bundle/chai": "^4.3.4",
50
- "@vaadin/button": "24.4.0-alpha16",
50
+ "@vaadin/button": "24.4.0-alpha17",
51
51
  "@vaadin/testing-helpers": "^0.6.0",
52
52
  "sinon": "^13.0.2"
53
53
  },
@@ -55,5 +55,5 @@
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "2d797855c2b3a3828ee7b0d90aeb227b56c32e76"
58
+ "gitHead": "eb6b4dac66be1c0ddc77757bed5f84a6d355e5cf"
59
59
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/notification",
4
- "version": "24.4.0-alpha16",
4
+ "version": "24.4.0-alpha17",
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/notification",
4
- "version": "24.4.0-alpha16",
4
+ "version": "24.4.0-alpha17",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {