@vectoriox/iox-builder 1.2.2 → 1.2.3

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.
@@ -4383,7 +4383,7 @@ class BuilderButtonComponentConfig extends ComponentConfig {
4383
4383
 
4384
4384
  class ButtonBlockComponentConfig extends ComponentConfig {
4385
4385
  constructor() {
4386
- super('Button', 'app-builder-button-block', 'ph-thin ph-cursor-click', 'Basic');
4386
+ super('ButtonBlock', 'app-builder-button-block', 'ph-thin ph-cursor-click', 'Basic');
4387
4387
  this.children = [];
4388
4388
  this.inputs = {
4389
4389
  tag: 'select',