@pnkx-lib/ui 1.9.94 → 1.9.95

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.9.94",
4
+ "version": "1.9.95",
5
5
  "type": "module",
6
6
  "main": "./es/index.js",
7
7
  "module": "./es/index.js",
package/types/index.d.ts CHANGED
@@ -753,7 +753,6 @@ export declare interface TableCommonProps<T> extends Omit<TableProps<T>, "column
753
753
  renderHeadingSearch: () => ReactNode;
754
754
  rightHeadingContent: ReactNode;
755
755
  menu: Array<MenuType>;
756
- renderGroupHeadingButton: ReactNode;
757
756
  groupHeadingButtonItems?: GroupHeadingButtonItem[];
758
757
  showIndexColumn?: boolean;
759
758
  setFilters: (nextFilter: InitialFiltersSearch<TFilters>) => void;
package/types/ui.d.ts CHANGED
@@ -601,7 +601,6 @@ export declare interface TableCommonProps<T> extends Omit<TableProps<T>, "column
601
601
  renderHeadingSearch: () => ReactNode;
602
602
  rightHeadingContent: ReactNode;
603
603
  menu: Array<MenuType>;
604
- renderGroupHeadingButton: ReactNode;
605
604
  groupHeadingButtonItems?: GroupHeadingButtonItem[];
606
605
  showIndexColumn?: boolean;
607
606
  setFilters: (nextFilter: InitialFiltersSearch<TFilters>) => void;