@udixio/theme 1.0.0-beta.26 → 1.0.0-beta.27

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/dist/theme.esm.js CHANGED
@@ -1645,6 +1645,7 @@ var PluginAbstract = /*#__PURE__*/function () {
1645
1645
  var _proto = PluginAbstract.prototype;
1646
1646
  _proto.init = function init(appService) {
1647
1647
  this.pluginInstance = new this.pluginClass(appService, this.options);
1648
+ this.pluginInstance.onInit();
1648
1649
  return this;
1649
1650
  };
1650
1651
  _proto.getInstance = function getInstance() {