@dhis2-ui/file-input 9.8.1 → 9.8.3

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,5 +1,5 @@
1
1
  {
2
- "Upload a file": "",
2
+ "Upload a file": "Télécharger un fichier",
3
3
  "No file uploaded yet": "",
4
4
  "Remove": "Supprimer"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "Upload a file": "",
3
- "No file uploaded yet": "",
2
+ "Upload a file": "Загрузить файл",
3
+ "No file uploaded yet": "Файл еще не загружен",
4
4
  "Remove": "Убрать"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "Upload a file": "",
2
+ "Upload a file": "Télécharger un fichier",
3
3
  "No file uploaded yet": "",
4
4
  "Remove": "Supprimer"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "Upload a file": "",
3
- "No file uploaded yet": "",
2
+ "Upload a file": "Загрузить файл",
3
+ "No file uploaded yet": "Файл еще не загружен",
4
4
  "Remove": "Убрать"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/file-input",
3
- "version": "9.8.1",
3
+ "version": "9.8.3",
4
4
  "description": "UI FileInput",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@dhis2/prop-types": "^3.1.2",
37
- "@dhis2-ui/button": "9.8.1",
38
- "@dhis2-ui/field": "9.8.1",
39
- "@dhis2-ui/label": "9.8.1",
40
- "@dhis2-ui/loader": "9.8.1",
41
- "@dhis2-ui/status-icon": "9.8.1",
42
- "@dhis2/ui-constants": "9.8.1",
43
- "@dhis2/ui-icons": "9.8.1",
37
+ "@dhis2-ui/button": "9.8.3",
38
+ "@dhis2-ui/field": "9.8.3",
39
+ "@dhis2-ui/label": "9.8.3",
40
+ "@dhis2-ui/loader": "9.8.3",
41
+ "@dhis2-ui/status-icon": "9.8.3",
42
+ "@dhis2/ui-constants": "9.8.3",
43
+ "@dhis2/ui-icons": "9.8.3",
44
44
  "classnames": "^2.3.1",
45
45
  "prop-types": "^15.7.2"
46
46
  },