@stemy/ngx-utils 19.5.25 → 19.5.26

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.
@@ -7943,7 +7943,7 @@ class TabsComponent {
7943
7943
  const current = this.value();
7944
7944
  this.tabItems().forEach(item => {
7945
7945
  const value = item.value();
7946
- switchClass(item.element?.nativeElement, "hidden-tab", current === value);
7946
+ switchClass(item.element?.nativeElement, "hidden-tab", current !== value);
7947
7947
  if (options.some(o => o.value === value))
7948
7948
  return;
7949
7949
  const label = item.label();