@vaadin/notification 24.3.0-alpha1 → 24.3.0-alpha10
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 +10 -10
- package/theme/lumo/vaadin-notification-styles.js +20 -20
- package/web-types.json +1 -1
- package/web-types.lit.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/notification",
|
|
3
|
-
"version": "24.3.0-
|
|
3
|
+
"version": "24.3.0-alpha10",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -38,22 +38,22 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@polymer/polymer": "^3.0.0",
|
|
41
|
-
"@vaadin/component-base": "24.3.0-
|
|
42
|
-
"@vaadin/lit-renderer": "24.3.0-
|
|
43
|
-
"@vaadin/vaadin-lumo-styles": "24.3.0-
|
|
44
|
-
"@vaadin/vaadin-material-styles": "24.3.0-
|
|
45
|
-
"@vaadin/vaadin-themable-mixin": "24.3.0-
|
|
46
|
-
"lit": "^
|
|
41
|
+
"@vaadin/component-base": "24.3.0-alpha10",
|
|
42
|
+
"@vaadin/lit-renderer": "24.3.0-alpha10",
|
|
43
|
+
"@vaadin/vaadin-lumo-styles": "24.3.0-alpha10",
|
|
44
|
+
"@vaadin/vaadin-material-styles": "24.3.0-alpha10",
|
|
45
|
+
"@vaadin/vaadin-themable-mixin": "24.3.0-alpha10",
|
|
46
|
+
"lit": "^3.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@esm-bundle/chai": "^4.3.4",
|
|
50
|
-
"@vaadin/button": "24.3.0-
|
|
51
|
-
"@vaadin/testing-helpers": "^0.
|
|
50
|
+
"@vaadin/button": "24.3.0-alpha10",
|
|
51
|
+
"@vaadin/testing-helpers": "^0.6.0",
|
|
52
52
|
"sinon": "^13.0.2"
|
|
53
53
|
},
|
|
54
54
|
"web-types": [
|
|
55
55
|
"web-types.json",
|
|
56
56
|
"web-types.lit.json"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "0271523d93fe5df0425ff64206886614f3c6f401"
|
|
59
59
|
}
|
|
@@ -139,10 +139,10 @@ registerStyles(
|
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
:host([theme~='primary']) {
|
|
142
|
-
--
|
|
143
|
-
--
|
|
144
|
-
--
|
|
145
|
-
--
|
|
142
|
+
--vaadin-button-background: var(--lumo-shade-20pct);
|
|
143
|
+
--vaadin-button-text-color: var(--lumo-primary-contrast-color);
|
|
144
|
+
--vaadin-button-primary-background: var(--lumo-primary-contrast-color);
|
|
145
|
+
--vaadin-button-primary-text-color: var(--lumo-primary-text-color);
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
:host([theme~='contrast']) [part='overlay'] {
|
|
@@ -152,10 +152,10 @@ registerStyles(
|
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
:host([theme~='contrast']) {
|
|
155
|
-
--
|
|
156
|
-
--
|
|
157
|
-
--
|
|
158
|
-
--
|
|
155
|
+
--vaadin-button-background: var(--lumo-contrast-20pct);
|
|
156
|
+
--vaadin-button-text-color: var(--lumo-base-color);
|
|
157
|
+
--vaadin-button-primary-background: var(--lumo-base-color);
|
|
158
|
+
--vaadin-button-primary-text-color: var(--lumo-contrast);
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
:host([theme~='success']) [part='overlay'] {
|
|
@@ -165,10 +165,10 @@ registerStyles(
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
:host([theme~='success']) {
|
|
168
|
-
--
|
|
169
|
-
--
|
|
170
|
-
--
|
|
171
|
-
--
|
|
168
|
+
--vaadin-button-background: var(--lumo-shade-20pct);
|
|
169
|
+
--vaadin-button-text-color: var(--lumo-success-contrast-color);
|
|
170
|
+
--vaadin-button-primary-background: var(--lumo-success-contrast-color);
|
|
171
|
+
--vaadin-button-primary-text-color: var(--lumo-success-text-color);
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
:host([theme~='error']) [part='overlay'] {
|
|
@@ -178,10 +178,10 @@ registerStyles(
|
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
:host([theme~='error']) {
|
|
181
|
-
--
|
|
182
|
-
--
|
|
183
|
-
--
|
|
184
|
-
--
|
|
181
|
+
--vaadin-button-background: var(--lumo-shade-20pct);
|
|
182
|
+
--vaadin-button-text-color: var(--lumo-error-contrast-color);
|
|
183
|
+
--vaadin-button-primary-background: var(--lumo-error-contrast-color);
|
|
184
|
+
--vaadin-button-primary-text-color: var(--lumo-error-text-color);
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
:host([theme~='warning']) [part='overlay'] {
|
|
@@ -191,10 +191,10 @@ registerStyles(
|
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
:host([theme~='warning']) {
|
|
194
|
-
--
|
|
195
|
-
--
|
|
196
|
-
--
|
|
197
|
-
--
|
|
194
|
+
--vaadin-button-background: var(--lumo-shade-20pct);
|
|
195
|
+
--vaadin-button-text-color: var(--lumo-warning-contrast-color);
|
|
196
|
+
--vaadin-button-primary-background: var(--lumo-shade-50pct);
|
|
197
|
+
--vaadin-button-primary-text-color: var(--lumo-primary-contrast-color);
|
|
198
198
|
}
|
|
199
199
|
`,
|
|
200
200
|
{ moduleId: 'lumo-notification-card' },
|
package/web-types.json
CHANGED
package/web-types.lit.json
CHANGED