@dhis2-ui/pagination 10.9.0 → 10.9.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.
Files changed (2) hide show
  1. package/package.json +5 -5
  2. package/types/index.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/pagination",
3
- "version": "10.9.0",
3
+ "version": "10.9.1",
4
4
  "description": "UI Pagination",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@dhis2/prop-types": "^3.1.2",
37
- "@dhis2-ui/button": "10.9.0",
38
- "@dhis2-ui/select": "10.9.0",
39
- "@dhis2/ui-constants": "10.9.0",
40
- "@dhis2/ui-icons": "10.9.0",
37
+ "@dhis2-ui/button": "10.9.1",
38
+ "@dhis2-ui/select": "10.9.1",
39
+ "@dhis2/ui-constants": "10.9.1",
40
+ "@dhis2/ui-icons": "10.9.1",
41
41
  "classnames": "^2.3.1",
42
42
  "prop-types": "^15.7.2"
43
43
  },
package/types/index.d.ts CHANGED
@@ -14,7 +14,7 @@ export interface PaginationProps {
14
14
  isLastPage?: boolean
15
15
  nextPageText?: TranslateableProp
16
16
  pageCount?: number
17
- pageLength?: boolean
17
+ pageLength?: number
18
18
  pageSelectText?: TranslateableProp
19
19
  pageSizeSelectText?: TranslateableProp
20
20
  pageSizes?: string[]