dfh-ui-library 1.12.315 → 1.12.317

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.
@@ -848,6 +848,5 @@ export interface TableProps {
848
848
  rowClick?: (row: any) => void;
849
849
  setRowSelection?: any;
850
850
  isLoading?: boolean;
851
- setPageIndex?: any;
852
851
  }
853
852
  export {};
package/dist/index.d.ts CHANGED
@@ -734,7 +734,6 @@ interface TableProps {
734
734
  rowClick?: (row: any) => void;
735
735
  setRowSelection?: any;
736
736
  isLoading?: boolean;
737
- setPageIndex?: any;
738
737
  }
739
738
 
740
739
  type VariantTypes = "large" | "small" | "extraSmall" | "largeOutlined" | "smallOutlined" | "extraSmallOutlined" | "default" | "defaultOutlined" | "primaryBlue" | "primaryWhite" | "primaryWhiteSelected" | "primaryWhiteNoBoader" | "primaryWhiteIcon" | "primaryRed" | "primaryFilterSelected" | "primaryBlueFilter" | "smallWhite" | "smallWhiteSelected" | "smallBlue" | "primaryNoBoader" | "primaryBlue10" | "noBoaderbgTransparent" | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.315",
3
+ "version": "1.12.317",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",