@vaadin/notification 24.1.0-alpha6 → 24.1.0-alpha8

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-alpha6",
3
+ "version": "24.1.0-alpha8",
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-alpha6",
42
- "@vaadin/lit-renderer": "24.1.0-alpha6",
43
- "@vaadin/vaadin-lumo-styles": "24.1.0-alpha6",
44
- "@vaadin/vaadin-material-styles": "24.1.0-alpha6",
45
- "@vaadin/vaadin-themable-mixin": "24.1.0-alpha6",
41
+ "@vaadin/component-base": "24.1.0-alpha8",
42
+ "@vaadin/lit-renderer": "24.1.0-alpha8",
43
+ "@vaadin/vaadin-lumo-styles": "24.1.0-alpha8",
44
+ "@vaadin/vaadin-material-styles": "24.1.0-alpha8",
45
+ "@vaadin/vaadin-themable-mixin": "24.1.0-alpha8",
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-alpha6",
50
+ "@vaadin/button": "24.1.0-alpha8",
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": "823673f238b8d5705d475d0b355864183646ce44"
58
+ "gitHead": "1996d6f496a68cefc4c370c45a5d1995c3276c0b"
59
59
  }
@@ -181,6 +181,12 @@ class NotificationCard extends ThemableMixin(PolymerElement) {
181
181
  [part='overlay'] {
182
182
  pointer-events: auto;
183
183
  }
184
+
185
+ @media (forced-colors: active) {
186
+ [part='overlay'] {
187
+ outline: 3px solid;
188
+ }
189
+ }
184
190
  </style>
185
191
 
186
192
  <div part="overlay">
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": "24.1.0-alpha6",
4
+ "version": "24.1.0-alpha8",
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": "24.1.0-alpha6",
4
+ "version": "24.1.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {