@vaadin/avatar 24.5.0-alpha6 → 24.5.0-alpha7

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": "24.5.0-alpha6",
3
+ "version": "24.5.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -40,12 +40,12 @@
40
40
  "dependencies": {
41
41
  "@open-wc/dedupe-mixin": "^1.3.0",
42
42
  "@polymer/polymer": "^3.0.0",
43
- "@vaadin/a11y-base": "24.5.0-alpha6",
44
- "@vaadin/component-base": "24.5.0-alpha6",
45
- "@vaadin/tooltip": "24.5.0-alpha6",
46
- "@vaadin/vaadin-lumo-styles": "24.5.0-alpha6",
47
- "@vaadin/vaadin-material-styles": "24.5.0-alpha6",
48
- "@vaadin/vaadin-themable-mixin": "24.5.0-alpha6",
43
+ "@vaadin/a11y-base": "24.5.0-alpha7",
44
+ "@vaadin/component-base": "24.5.0-alpha7",
45
+ "@vaadin/tooltip": "24.5.0-alpha7",
46
+ "@vaadin/vaadin-lumo-styles": "24.5.0-alpha7",
47
+ "@vaadin/vaadin-material-styles": "24.5.0-alpha7",
48
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha7",
49
49
  "lit": "^3.0.0"
50
50
  },
51
51
  "devDependencies": {
@@ -57,5 +57,5 @@
57
57
  "web-types.json",
58
58
  "web-types.lit.json"
59
59
  ],
60
- "gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12"
60
+ "gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1"
61
61
  }
@@ -159,7 +159,7 @@ export const AvatarMixin = (superClass) =>
159
159
  }
160
160
 
161
161
  /** @private */
162
- __imgOrAbbrOrNameChanged(img, abbr, name) {
162
+ __imgOrAbbrOrNameChanged(_img, abbr, name) {
163
163
  this.__updateVisibility();
164
164
 
165
165
  if (abbr && abbr !== this.__generatedAbbr) {
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/avatar",
4
- "version": "24.5.0-alpha6",
4
+ "version": "24.5.0-alpha7",
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/avatar",
4
- "version": "24.5.0-alpha6",
4
+ "version": "24.5.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {