@dhis2-ui/file-input 10.10.0 → 10.10.2

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.
package/README.md CHANGED
@@ -5,4 +5,4 @@
5
5
  > guide](https://github.com/dhis2/ui/blob/master/docs/getting-started.md)
6
6
  > for more information.
7
7
 
8
- For usage instructions see [the documentation for this component](https://ui.dhis2.nu/components/fileinput).
8
+ For usage instructions see [the documentation for this component](https://developers.dhis2.org/docs/ui/components/fileinput).
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "Upload a file": "Télécharger un fichier",
3
- "No file uploaded yet": "",
3
+ "No file uploaded yet": "Aucun fichier n'a encore été téléchargé",
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
2
  "Upload a file": "Télécharger un fichier",
3
- "No file uploaded yet": "",
3
+ "No file uploaded yet": "Aucun fichier n'a encore été téléchargé",
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": "10.10.0",
3
+ "version": "10.10.2",
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.10.0",
38
- "@dhis2-ui/field": "10.10.0",
39
- "@dhis2-ui/label": "10.10.0",
40
- "@dhis2-ui/loader": "10.10.0",
41
- "@dhis2-ui/status-icon": "10.10.0",
42
- "@dhis2/ui-constants": "10.10.0",
43
- "@dhis2/ui-icons": "10.10.0",
37
+ "@dhis2-ui/button": "10.10.2",
38
+ "@dhis2-ui/field": "10.10.2",
39
+ "@dhis2-ui/label": "10.10.2",
40
+ "@dhis2-ui/loader": "10.10.2",
41
+ "@dhis2-ui/status-icon": "10.10.2",
42
+ "@dhis2/ui-constants": "10.10.2",
43
+ "@dhis2/ui-icons": "10.10.2",
44
44
  "classnames": "^2.3.1",
45
45
  "prop-types": "^15.7.2"
46
46
  },