@dhis2-ui/file-input 10.1.4 → 10.1.6

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": "Carregar um ficheiro",
3
3
  "No file uploaded yet": "",
4
4
  "Remove": "Remover"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "Upload a file": "",
2
+ "Upload a file": "Carregar um ficheiro",
3
3
  "No file uploaded yet": "",
4
4
  "Remove": "Remover"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/file-input",
3
- "version": "10.1.4",
3
+ "version": "10.1.6",
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": "10.1.4",
38
- "@dhis2-ui/field": "10.1.4",
39
- "@dhis2-ui/label": "10.1.4",
40
- "@dhis2-ui/loader": "10.1.4",
41
- "@dhis2-ui/status-icon": "10.1.4",
42
- "@dhis2/ui-constants": "10.1.4",
43
- "@dhis2/ui-icons": "10.1.4",
37
+ "@dhis2-ui/button": "10.1.6",
38
+ "@dhis2-ui/field": "10.1.6",
39
+ "@dhis2-ui/label": "10.1.6",
40
+ "@dhis2-ui/loader": "10.1.6",
41
+ "@dhis2-ui/status-icon": "10.1.6",
42
+ "@dhis2/ui-constants": "10.1.6",
43
+ "@dhis2/ui-icons": "10.1.6",
44
44
  "classnames": "^2.3.1",
45
45
  "prop-types": "^15.7.2"
46
46
  },