@ambuj.bhaskar/react-component-library 0.29.0 → 0.29.1

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/dist/index.d.ts CHANGED
@@ -1248,7 +1248,7 @@ declare type Option_2 = {
1248
1248
 
1249
1249
  declare type OverridableAntdProps = Omit<TableProps_2<any>, "size" | "title" | "footer">;
1250
1250
 
1251
- export declare const Pagination: ({ totalPages, currentPage, onPageChange, onNext, onPrev, color, size, width, showPages, showArrows, className, }: PaginationProps) => JSX_2.Element;
1251
+ export declare const Pagination: ({ totalPages, currentPage, onPageChange, onNext, onPrev, color, size, width, inputWidth, showPages, showArrows, className, }: PaginationProps) => JSX_2.Element;
1252
1252
 
1253
1253
  export declare type PaginationProps = {
1254
1254
  totalPages: number;
@@ -1259,6 +1259,7 @@ export declare type PaginationProps = {
1259
1259
  color?: Color;
1260
1260
  size?: "s" | "m" | "l";
1261
1261
  width?: CSSstring;
1262
+ inputWidth?: CSSstring;
1262
1263
  showPages?: boolean;
1263
1264
  showArrows?: boolean;
1264
1265
  className?: string;