@vaadin/avatar 23.1.0-beta1 → 23.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/avatar",
3
- "version": "23.1.0-beta1",
3
+ "version": "23.1.0-beta4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,18 +35,18 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@polymer/polymer": "^3.0.0",
38
- "@vaadin/component-base": "23.1.0-beta1",
39
- "@vaadin/item": "23.1.0-beta1",
40
- "@vaadin/list-box": "23.1.0-beta1",
41
- "@vaadin/vaadin-lumo-styles": "23.1.0-beta1",
42
- "@vaadin/vaadin-material-styles": "23.1.0-beta1",
43
- "@vaadin/vaadin-overlay": "23.1.0-beta1",
44
- "@vaadin/vaadin-themable-mixin": "23.1.0-beta1"
38
+ "@vaadin/component-base": "23.1.0-beta4",
39
+ "@vaadin/item": "23.1.0-beta4",
40
+ "@vaadin/list-box": "23.1.0-beta4",
41
+ "@vaadin/vaadin-lumo-styles": "23.1.0-beta4",
42
+ "@vaadin/vaadin-material-styles": "23.1.0-beta4",
43
+ "@vaadin/vaadin-overlay": "23.1.0-beta4",
44
+ "@vaadin/vaadin-themable-mixin": "23.1.0-beta4"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@esm-bundle/chai": "^4.3.4",
48
48
  "@vaadin/testing-helpers": "^0.3.2",
49
49
  "sinon": "^13.0.2"
50
50
  },
51
- "gitHead": "8be43cf83102a6b9ccf309687446e590ce0164e8"
51
+ "gitHead": "06e283473964ecb3085aacf3eddb5333d052a045"
52
52
  }
@@ -225,7 +225,7 @@ class Avatar extends FocusMixin(ElementMixin(ThemableMixin(PolymerElement))) {
225
225
  if (index != null) {
226
226
  const prop = `--vaadin-user-color-${index}`;
227
227
 
228
- // check if custom CSS property is defined
228
+ // Check if custom CSS property is defined
229
229
  const isValid = Boolean(getComputedStyle(document.documentElement).getPropertyValue(prop));
230
230
 
231
231
  if (isValid) {