@dhis2-ui/pagination 7.10.3 → 7.10.4

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "Next": "التالي",
3
3
  "Page": "الصفحة",
4
- "Items per page": "",
4
+ "Items per page": "عناصر لكل صفحة",
5
5
  "Page {{page}} of {{pageCount}}, items {{firstItem}}-{{lastItem}} of {{total}}": "",
6
6
  "Previous": "السابق",
7
7
  "Page nr {{page}} of {{pageCount}} pages, items {{firstItem}}-{{lastItem}}, NO TOTAL": ""
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "Next": "التالي",
3
3
  "Page": "الصفحة",
4
- "Items per page": "",
4
+ "Items per page": "عناصر لكل صفحة",
5
5
  "Page {{page}} of {{pageCount}}, items {{firstItem}}-{{lastItem}} of {{total}}": "",
6
6
  "Previous": "السابق",
7
7
  "Page nr {{page}} of {{pageCount}} pages, items {{firstItem}}-{{lastItem}}, NO TOTAL": ""
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/pagination",
3
- "version": "7.10.3",
3
+ "version": "7.10.4",
4
4
  "description": "UI Pagination",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,10 +33,10 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@dhis2/prop-types": "^3.0.0-beta.1",
36
- "@dhis2-ui/button": "7.10.3",
37
- "@dhis2-ui/select": "7.10.3",
38
- "@dhis2/ui-constants": "7.10.3",
39
- "@dhis2/ui-icons": "7.10.3",
36
+ "@dhis2-ui/button": "7.10.4",
37
+ "@dhis2-ui/select": "7.10.4",
38
+ "@dhis2/ui-constants": "7.10.4",
39
+ "@dhis2/ui-icons": "7.10.4",
40
40
  "classnames": "^2.3.1",
41
41
  "prop-types": "^15.7.2"
42
42
  },