@dhis2-ui/file-input 8.4.11 → 8.4.14

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": "",
3
- "No file uploaded yet": "",
2
+ "Upload a file": "mengungah file",
3
+ "No file uploaded yet": "belum ada file yang diungah",
4
4
  "Remove": "Hapus"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "Upload a file": "",
3
- "No file uploaded yet": "",
2
+ "Upload a file": "mengungah file",
3
+ "No file uploaded yet": "belum ada file yang diungah",
4
4
  "Remove": "Hapus"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/file-input",
3
- "version": "8.4.11",
3
+ "version": "8.4.14",
4
4
  "description": "UI FileInput",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,13 +33,13 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@dhis2/prop-types": "^3.1.2",
36
- "@dhis2-ui/button": "8.4.11",
37
- "@dhis2-ui/field": "8.4.11",
38
- "@dhis2-ui/label": "8.4.11",
39
- "@dhis2-ui/loader": "8.4.11",
40
- "@dhis2-ui/status-icon": "8.4.11",
41
- "@dhis2/ui-constants": "8.4.11",
42
- "@dhis2/ui-icons": "8.4.11",
36
+ "@dhis2-ui/button": "8.4.14",
37
+ "@dhis2-ui/field": "8.4.14",
38
+ "@dhis2-ui/label": "8.4.14",
39
+ "@dhis2-ui/loader": "8.4.14",
40
+ "@dhis2-ui/status-icon": "8.4.14",
41
+ "@dhis2/ui-constants": "8.4.14",
42
+ "@dhis2/ui-icons": "8.4.14",
43
43
  "classnames": "^2.3.1",
44
44
  "prop-types": "^15.7.2"
45
45
  },