@vaadin/notification 24.5.0-alpha2 → 24.5.0-alpha4
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": "24.5.0-
|
|
3
|
+
"version": "24.5.0-alpha4",
|
|
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.5.0-
|
|
42
|
-
"@vaadin/lit-renderer": "24.5.0-
|
|
43
|
-
"@vaadin/vaadin-lumo-styles": "24.5.0-
|
|
44
|
-
"@vaadin/vaadin-material-styles": "24.5.0-
|
|
45
|
-
"@vaadin/vaadin-themable-mixin": "24.5.0-
|
|
41
|
+
"@vaadin/component-base": "24.5.0-alpha4",
|
|
42
|
+
"@vaadin/lit-renderer": "24.5.0-alpha4",
|
|
43
|
+
"@vaadin/vaadin-lumo-styles": "24.5.0-alpha4",
|
|
44
|
+
"@vaadin/vaadin-material-styles": "24.5.0-alpha4",
|
|
45
|
+
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha4",
|
|
46
46
|
"lit": "^3.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@esm-bundle/chai": "^4.3.4",
|
|
50
|
-
"@vaadin/button": "24.5.0-
|
|
50
|
+
"@vaadin/button": "24.5.0-alpha4",
|
|
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": "
|
|
58
|
+
"gitHead": "a2cd3079183a097b793073eeffd3bd59dec2b664"
|
|
59
59
|
}
|
|
@@ -132,6 +132,26 @@ registerStyles(
|
|
|
132
132
|
animation: lumo-notification-exit-slide-down 300ms;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
+
:host([theme='success']) {
|
|
136
|
+
--_focus-ring-gap-color: var(--lumo-success-color);
|
|
137
|
+
--vaadin-focus-ring-color: var(--lumo-success-contrast-color);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
:host([theme='warning']) {
|
|
141
|
+
--_focus-ring-gap-color: var(--lumo-warning-color);
|
|
142
|
+
--vaadin-focus-ring-color: var(--lumo-warning-contrast-color);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
:host([theme='error']) {
|
|
146
|
+
--_focus-ring-gap-color: var(--lumo-error-color);
|
|
147
|
+
--vaadin-focus-ring-color: var(--lumo-error-contrast-color);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
:host([theme='primary']) {
|
|
151
|
+
--_focus-ring-gap-color: var(--lumo-primary-color);
|
|
152
|
+
--vaadin-focus-ring-color: var(--lumo-primary-contrast-color);
|
|
153
|
+
}
|
|
154
|
+
|
|
135
155
|
:host([theme~='primary']) [part='overlay'] {
|
|
136
156
|
background: var(--lumo-primary-color);
|
|
137
157
|
color: var(--lumo-primary-contrast-color);
|
package/web-types.json
CHANGED
package/web-types.lit.json
CHANGED