@vaadin/notification 25.0.0-alpha17 → 25.0.0-alpha19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/notification",
3
- "version": "25.0.0-alpha17",
3
+ "version": "25.0.0-alpha19",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,22 +36,22 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
- "@vaadin/component-base": "25.0.0-alpha17",
40
- "@vaadin/lit-renderer": "25.0.0-alpha17",
41
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha17",
39
+ "@vaadin/component-base": "25.0.0-alpha19",
40
+ "@vaadin/lit-renderer": "25.0.0-alpha19",
41
+ "@vaadin/vaadin-themable-mixin": "25.0.0-alpha19",
42
42
  "lit": "^3.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/button": "25.0.0-alpha17",
46
- "@vaadin/chai-plugins": "25.0.0-alpha17",
47
- "@vaadin/test-runner-commands": "25.0.0-alpha17",
45
+ "@vaadin/button": "25.0.0-alpha19",
46
+ "@vaadin/chai-plugins": "25.0.0-alpha19",
47
+ "@vaadin/test-runner-commands": "25.0.0-alpha19",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha17",
49
+ "@vaadin/vaadin-lumo-styles": "25.0.0-alpha19",
50
50
  "sinon": "^21.0.0"
51
51
  },
52
52
  "web-types": [
53
53
  "web-types.json",
54
54
  "web-types.lit.json"
55
55
  ],
56
- "gitHead": "8264c71309907be99368b09414f0f8d7f591e0b9"
56
+ "gitHead": "1f9af1ce5f0bae8daff044176c8a8df697763881"
57
57
  }
@@ -185,7 +185,7 @@ export const NotificationMixin = (superClass) =>
185
185
  * An options object can be passed to configure the notification.
186
186
  * The options object has the following structure:
187
187
  *
188
- * ```
188
+ * ```ts
189
189
  * {
190
190
  * assertive?: boolean
191
191
  * position?: string
@@ -102,7 +102,7 @@ declare class Notification extends NotificationMixin(ElementMixin(HTMLElement))
102
102
  * An options object can be passed to configure the notification.
103
103
  * The options object has the following structure:
104
104
  *
105
- * ```
105
+ * ```ts
106
106
  * {
107
107
  * assertive?: boolean
108
108
  * position?: string
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": "25.0.0-alpha17",
4
+ "version": "25.0.0-alpha19",
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": "25.0.0-alpha17",
4
+ "version": "25.0.0-alpha19",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {