@vaadin/notification 25.1.0-beta2 → 25.1.0-beta4
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/custom-elements.json
CHANGED
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"name": "position",
|
|
123
123
|
"privacy": "public",
|
|
124
124
|
"type": {
|
|
125
|
-
"text": "
|
|
125
|
+
"text": "string"
|
|
126
126
|
},
|
|
127
127
|
"description": "Alignment of the notification in the viewport\nValid values are `top-stretch|top-start|top-center|top-end|middle|bottom-start|bottom-center|bottom-end|bottom-stretch`",
|
|
128
128
|
"attribute": "position"
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
{
|
|
208
208
|
"name": "position",
|
|
209
209
|
"type": {
|
|
210
|
-
"text": "
|
|
210
|
+
"text": "string"
|
|
211
211
|
},
|
|
212
212
|
"description": "Alignment of the notification in the viewport\nValid values are `top-stretch|top-start|top-center|top-end|middle|bottom-start|bottom-center|bottom-end|bottom-stretch`",
|
|
213
213
|
"fieldName": "position"
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"name": "position",
|
|
346
346
|
"privacy": "public",
|
|
347
347
|
"type": {
|
|
348
|
-
"text": "
|
|
348
|
+
"text": "string"
|
|
349
349
|
},
|
|
350
350
|
"description": "Alignment of the notification in the viewport\nValid values are `top-stretch|top-start|top-center|top-end|middle|bottom-start|bottom-center|bottom-end|bottom-stretch`",
|
|
351
351
|
"attribute": "position",
|
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
{
|
|
495
495
|
"name": "position",
|
|
496
496
|
"type": {
|
|
497
|
-
"text": "
|
|
497
|
+
"text": "string"
|
|
498
498
|
},
|
|
499
499
|
"description": "Alignment of the notification in the viewport\nValid values are `top-stretch|top-start|top-center|top-end|middle|bottom-start|bottom-center|bottom-end|bottom-stretch`",
|
|
500
500
|
"fieldName": "position",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/notification",
|
|
3
|
-
"version": "25.1.0-
|
|
3
|
+
"version": "25.1.0-beta4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -37,24 +37,24 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
40
|
-
"@vaadin/component-base": "25.1.0-
|
|
41
|
-
"@vaadin/lit-renderer": "25.1.0-
|
|
42
|
-
"@vaadin/vaadin-themable-mixin": "25.1.0-
|
|
40
|
+
"@vaadin/component-base": "25.1.0-beta4",
|
|
41
|
+
"@vaadin/lit-renderer": "25.1.0-beta4",
|
|
42
|
+
"@vaadin/vaadin-themable-mixin": "25.1.0-beta4",
|
|
43
43
|
"lit": "^3.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@vaadin/aura": "25.1.0-
|
|
47
|
-
"@vaadin/button": "25.1.0-
|
|
48
|
-
"@vaadin/chai-plugins": "25.1.0-
|
|
49
|
-
"@vaadin/test-runner-commands": "25.1.0-
|
|
46
|
+
"@vaadin/aura": "25.1.0-beta4",
|
|
47
|
+
"@vaadin/button": "25.1.0-beta4",
|
|
48
|
+
"@vaadin/chai-plugins": "25.1.0-beta4",
|
|
49
|
+
"@vaadin/test-runner-commands": "25.1.0-beta4",
|
|
50
50
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
51
|
-
"@vaadin/vaadin-lumo-styles": "25.1.0-
|
|
52
|
-
"sinon": "^21.0.
|
|
51
|
+
"@vaadin/vaadin-lumo-styles": "25.1.0-beta4",
|
|
52
|
+
"sinon": "^21.0.2"
|
|
53
53
|
},
|
|
54
54
|
"customElements": "custom-elements.json",
|
|
55
55
|
"web-types": [
|
|
56
56
|
"web-types.json",
|
|
57
57
|
"web-types.lit.json"
|
|
58
58
|
],
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "b27f6706a2b5c07cedec353fccbdecee95d53024"
|
|
60
60
|
}
|
|
@@ -147,7 +147,6 @@ export const NotificationMixin = (superClass) =>
|
|
|
147
147
|
/**
|
|
148
148
|
* Alignment of the notification in the viewport
|
|
149
149
|
* Valid values are `top-stretch|top-start|top-center|top-end|middle|bottom-start|bottom-center|bottom-end|bottom-stretch`
|
|
150
|
-
* @type {!NotificationPosition}
|
|
151
150
|
*/
|
|
152
151
|
position: {
|
|
153
152
|
type: 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.1.0-
|
|
4
|
+
"version": "25.1.0-beta4",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -59,7 +59,9 @@
|
|
|
59
59
|
"description": "Alignment of the notification in the viewport\nValid values are `top-stretch|top-start|top-center|top-end|middle|bottom-start|bottom-center|bottom-end|bottom-stretch`",
|
|
60
60
|
"value": {
|
|
61
61
|
"type": [
|
|
62
|
-
"
|
|
62
|
+
"string",
|
|
63
|
+
"null",
|
|
64
|
+
"undefined"
|
|
63
65
|
]
|
|
64
66
|
}
|
|
65
67
|
},
|
|
@@ -126,7 +128,9 @@
|
|
|
126
128
|
"description": "Alignment of the notification in the viewport\nValid values are `top-stretch|top-start|top-center|top-end|middle|bottom-start|bottom-center|bottom-end|bottom-stretch`",
|
|
127
129
|
"value": {
|
|
128
130
|
"type": [
|
|
129
|
-
"
|
|
131
|
+
"string",
|
|
132
|
+
"null",
|
|
133
|
+
"undefined"
|
|
130
134
|
]
|
|
131
135
|
}
|
|
132
136
|
},
|