neo.mjs 4.3.3 → 4.3.4

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.
@@ -249,7 +249,7 @@ class MainContainer extends ConfigurationViewport {
249
249
  * @param {Object} opts
250
250
  */
251
251
  onFirstTabHeaderConfigChange(config, opts) {
252
- this.exampleComponent.getTabBar().items[0][config] = opts.value;
252
+ this.getFirstTabHeader()[config] = opts.value;
253
253
  }
254
254
 
255
255
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neo.mjs",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
4
4
  "description": "The webworkers driven UI framework",
5
5
  "type": "module",
6
6
  "repository": {