@indigina/ui-kit 1.1.124 → 1.1.125

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.
@@ -4826,6 +4826,7 @@ class KitTabsComponent {
4826
4826
  this.tabSelected.emit({
4827
4827
  index: event.index,
4828
4828
  title: event.title,
4829
+ preventDefault: () => event.preventDefault(),
4829
4830
  });
4830
4831
  }
4831
4832
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: KitTabsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }