@vaadin/message-list 23.1.0-rc3 → 23.2.0-alpha1

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/message-list",
3
- "version": "23.1.0-rc3",
3
+ "version": "23.2.0-alpha1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,16 +36,16 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/avatar": "23.1.0-rc3",
40
- "@vaadin/component-base": "23.1.0-rc3",
41
- "@vaadin/vaadin-lumo-styles": "23.1.0-rc3",
42
- "@vaadin/vaadin-material-styles": "23.1.0-rc3",
43
- "@vaadin/vaadin-themable-mixin": "23.1.0-rc3"
39
+ "@vaadin/avatar": "23.2.0-alpha1",
40
+ "@vaadin/component-base": "23.2.0-alpha1",
41
+ "@vaadin/vaadin-lumo-styles": "23.2.0-alpha1",
42
+ "@vaadin/vaadin-material-styles": "23.2.0-alpha1",
43
+ "@vaadin/vaadin-themable-mixin": "23.2.0-alpha1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@esm-bundle/chai": "^4.3.4",
47
47
  "@vaadin/testing-helpers": "^0.3.2",
48
48
  "sinon": "^13.0.2"
49
49
  },
50
- "gitHead": "49c312fbe0228adb559296d45655bbfd4eac6235"
50
+ "gitHead": "f226a2976c270d3d53c824f6e0a740a5d3382d91"
51
51
  }
@@ -101,6 +101,7 @@ class MessageList extends ElementMixin(ThemableMixin(PolymerElement)) {
101
101
  `;
102
102
  }
103
103
 
104
+ /** @protected */
104
105
  ready() {
105
106
  super.ready();
106
107