@vaadin/avatar-group 22.0.20 → 22.0.22

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-group",
3
- "version": "22.0.20",
3
+ "version": "22.0.22",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,19 +36,19 @@
36
36
  "@polymer/iron-a11y-announcer": "^3.0.0",
37
37
  "@polymer/iron-resizable-behavior": "^3.0.0",
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/avatar": "^22.0.20",
40
- "@vaadin/component-base": "^22.0.20",
41
- "@vaadin/item": "^22.0.20",
42
- "@vaadin/list-box": "^22.0.20",
43
- "@vaadin/vaadin-lumo-styles": "^22.0.20",
44
- "@vaadin/vaadin-material-styles": "^22.0.20",
45
- "@vaadin/vaadin-overlay": "^22.0.20",
46
- "@vaadin/vaadin-themable-mixin": "^22.0.20"
39
+ "@vaadin/avatar": "^22.0.22",
40
+ "@vaadin/component-base": "^22.0.22",
41
+ "@vaadin/item": "^22.0.22",
42
+ "@vaadin/list-box": "^22.0.22",
43
+ "@vaadin/vaadin-lumo-styles": "^22.0.22",
44
+ "@vaadin/vaadin-material-styles": "^22.0.22",
45
+ "@vaadin/vaadin-overlay": "^22.0.22",
46
+ "@vaadin/vaadin-themable-mixin": "^22.0.22"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@esm-bundle/chai": "^4.3.4",
50
50
  "@vaadin/testing-helpers": "^0.3.2",
51
51
  "sinon": "^9.2.1"
52
52
  },
53
- "gitHead": "bc4dd5837d74e1f27e331ce5df6c1d7e73bde81e"
53
+ "gitHead": "3911915e4921e0338ff812cff30d4c65900225d2"
54
54
  }
@@ -293,6 +293,13 @@ class AvatarGroup extends ElementMixin(ThemableMixin(mixinBehaviors([IronResizab
293
293
  });
294
294
  }
295
295
 
296
+ /** @protected */
297
+ disconnectedCallback() {
298
+ super.disconnectedCallback();
299
+
300
+ this._opened = false;
301
+ }
302
+
296
303
  /**
297
304
  * @param {string} name
298
305
  * @param {?string} oldValue