@paygreen/pgui 2.9.0 → 2.9.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.
@@ -40,4 +40,4 @@ export type PaginationProps = StackProps & {
40
40
  totalItems?: number;
41
41
  isLoadingPage?: boolean;
42
42
  };
43
- export declare const Pagination: ({ setPage, page, pageSize, totalItems, isLoadingPage, ...rest }: PaginationProps) => JSX.Element;
43
+ export declare const Pagination: ({ setPage, page, pageSize, totalItems, isLoadingPage, children, ...rest }: PaginationProps) => JSX.Element;
package/dist/index.d.ts CHANGED
@@ -182,7 +182,7 @@ type PaginationProps = StackProps & {
182
182
  totalItems?: number;
183
183
  isLoadingPage?: boolean;
184
184
  };
185
- declare const Pagination: ({ setPage, page, pageSize, totalItems, isLoadingPage, ...rest }: PaginationProps) => JSX.Element;
185
+ declare const Pagination: ({ setPage, page, pageSize, totalItems, isLoadingPage, children, ...rest }: PaginationProps) => JSX.Element;
186
186
 
187
187
  type CustomProps = {
188
188
  value?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paygreen/pgui",
3
- "version": "2.9.0",
3
+ "version": "2.9.2",
4
4
  "description": "PGUI is the design system coming from Paygreen.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",