@equinor/ioc-common-frontend 11.1.1 → 11.1.2

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/build/index.d.ts CHANGED
@@ -727,7 +727,7 @@ type TabbedTableContext<T extends Record<string, any> = Record<string, any>, TSe
727
727
  rowSelected: any;
728
728
  rowsSelected: RowSelectionState;
729
729
  idsSelected: string[];
730
- onRowSelectionChange: (updatedRowsSelected: RowSelectionState, updatedIdsSelected: string[]) => void;
730
+ onRowSelectionChange: (updatedRowsSelected: RowSelectionState) => void;
731
731
  changeTab: (newTabId: string) => void;
732
732
  onSelectionChange: (selection: T) => void;
733
733
  onSortChange: (sorting: SortingState) => void;