@vaadin/notification 24.1.0-alpha9 → 24.1.0-beta2
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.1.0-
|
|
3
|
+
"version": "24.1.0-beta2",
|
|
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.1.0-
|
|
42
|
-
"@vaadin/lit-renderer": "24.1.0-
|
|
43
|
-
"@vaadin/vaadin-lumo-styles": "24.1.0-
|
|
44
|
-
"@vaadin/vaadin-material-styles": "24.1.0-
|
|
45
|
-
"@vaadin/vaadin-themable-mixin": "24.1.0-
|
|
41
|
+
"@vaadin/component-base": "24.1.0-beta2",
|
|
42
|
+
"@vaadin/lit-renderer": "24.1.0-beta2",
|
|
43
|
+
"@vaadin/vaadin-lumo-styles": "24.1.0-beta2",
|
|
44
|
+
"@vaadin/vaadin-material-styles": "24.1.0-beta2",
|
|
45
|
+
"@vaadin/vaadin-themable-mixin": "24.1.0-beta2",
|
|
46
46
|
"lit": "^2.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@esm-bundle/chai": "^4.3.4",
|
|
50
|
-
"@vaadin/button": "24.1.0-
|
|
50
|
+
"@vaadin/button": "24.1.0-beta2",
|
|
51
51
|
"@vaadin/testing-helpers": "^0.4.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": "83536fcc7d6661a593b2713cb99a8cb74f2fd868"
|
|
59
59
|
}
|
|
@@ -183,6 +183,19 @@ registerStyles(
|
|
|
183
183
|
--_lumo-button-primary-background-color: var(--lumo-error-contrast-color);
|
|
184
184
|
--_lumo-button-primary-color: var(--lumo-error-text-color);
|
|
185
185
|
}
|
|
186
|
+
|
|
187
|
+
:host([theme~='warning']) [part='overlay'] {
|
|
188
|
+
background: var(--lumo-warning-color);
|
|
189
|
+
color: var(--lumo-warning-contrast-color);
|
|
190
|
+
box-shadow: inset 0 0 0 1px var(--lumo-contrast-20pct), var(--lumo-box-shadow-l);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
:host([theme~='warning']) {
|
|
194
|
+
--_lumo-button-background-color: var(--lumo-shade-20pct);
|
|
195
|
+
--_lumo-button-color: var(--lumo-warning-contrast-color);
|
|
196
|
+
--_lumo-button-primary-background-color: var(--lumo-shade-50pct);
|
|
197
|
+
--_lumo-button-primary-color: var(--lumo-primary-contrast-color);
|
|
198
|
+
}
|
|
186
199
|
`,
|
|
187
200
|
{ moduleId: 'lumo-notification-card' },
|
|
188
201
|
);
|
package/web-types.json
CHANGED
package/web-types.lit.json
CHANGED