@vaadin/accordion 23.1.0-rc3 → 23.1.2

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/accordion",
3
- "version": "23.1.0-rc3",
3
+ "version": "23.1.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -34,16 +34,16 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "@polymer/polymer": "^3.0.0",
37
- "@vaadin/component-base": "23.1.0-rc3",
38
- "@vaadin/details": "23.1.0-rc3",
39
- "@vaadin/vaadin-lumo-styles": "23.1.0-rc3",
40
- "@vaadin/vaadin-material-styles": "23.1.0-rc3",
41
- "@vaadin/vaadin-themable-mixin": "23.1.0-rc3"
37
+ "@vaadin/component-base": "^23.1.2",
38
+ "@vaadin/details": "^23.1.2",
39
+ "@vaadin/vaadin-lumo-styles": "^23.1.2",
40
+ "@vaadin/vaadin-material-styles": "^23.1.2",
41
+ "@vaadin/vaadin-themable-mixin": "^23.1.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@esm-bundle/chai": "^4.3.4",
45
45
  "@vaadin/testing-helpers": "^0.3.2",
46
46
  "sinon": "^13.0.2"
47
47
  },
48
- "gitHead": "49c312fbe0228adb559296d45655bbfd4eac6235"
48
+ "gitHead": "6fb205c6e9a761feadfb779dd5d7af96d3102e56"
49
49
  }
@@ -138,6 +138,7 @@ class Accordion extends ThemableMixin(ElementMixin(PolymerElement)) {
138
138
  }
139
139
  }
140
140
 
141
+ /** @protected */
141
142
  ready() {
142
143
  super.ready();
143
144