cozy-ui 75.0.1 → 75.2.0

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [75.2.0](https://github.com/cozy/cozy-ui/compare/v75.1.0...v75.2.0) (2022-09-22)
2
+
3
+
4
+ ### Features
5
+
6
+ * **Viewer:** Change wording for the side of the document ([d04c206](https://github.com/cozy/cozy-ui/commit/d04c206))
7
+
8
+ # [75.1.0](https://github.com/cozy/cozy-ui/compare/v75.0.1...v75.1.0) (2022-09-21)
9
+
10
+
11
+ ### Features
12
+
13
+ * **Viewer:** Contact can now be edited ([2b9cee9](https://github.com/cozy/cozy-ui/commit/2b9cee9))
14
+
1
15
  ## [75.0.1](https://github.com/cozy/cozy-ui/compare/v75.0.0...v75.0.1) (2022-09-20)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui",
3
- "version": "75.0.1",
3
+ "version": "75.2.0",
4
4
  "description": "Cozy apps UI SDK",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -14,7 +14,7 @@ import ActionMenuDesktop from './ActionMenuDesktop'
14
14
  const mespapiersAppSlug = 'mespapiers'
15
15
 
16
16
  const checkEditableAttribute = name => {
17
- const isNotEditableAttributes = ['datetime', 'qualification', 'contact']
17
+ const isNotEditableAttributes = ['datetime', 'qualification']
18
18
  return !isNotEditableAttributes.includes(name)
19
19
  }
20
20
 
@@ -58,7 +58,7 @@
58
58
  }
59
59
  },
60
60
  "contact": "Owner",
61
- "page": "Label",
61
+ "page": "Side of the document",
62
62
  "front": "Front side",
63
63
  "back": "Back side",
64
64
  "qualification": "Qualification",
@@ -58,7 +58,7 @@
58
58
  }
59
59
  },
60
60
  "contact": "Titulaire",
61
- "page": "Label",
61
+ "page": "Face du document",
62
62
  "front": "Face avant",
63
63
  "back": "Face arrière",
64
64
  "qualification": "Qualification",
@@ -11,7 +11,7 @@ import ActionMenuDesktop from "cozy-ui/transpiled/react/Viewer/Panel/ActionMenuD
11
11
  var mespapiersAppSlug = 'mespapiers';
12
12
 
13
13
  var checkEditableAttribute = function checkEditableAttribute(name) {
14
- var isNotEditableAttributes = ['datetime', 'qualification', 'contact'];
14
+ var isNotEditableAttributes = ['datetime', 'qualification'];
15
15
  return !isNotEditableAttributes.includes(name);
16
16
  };
17
17
 
@@ -59,7 +59,7 @@ var en = {
59
59
  }
60
60
  },
61
61
  contact: "Owner",
62
- page: "Label",
62
+ page: "Side of the document",
63
63
  front: "Front side",
64
64
  back: "Back side",
65
65
  qualification: "Qualification",
@@ -149,7 +149,7 @@ var fr = {
149
149
  }
150
150
  },
151
151
  contact: "Titulaire",
152
- page: "Label",
152
+ page: "Face du document",
153
153
  front: "Face avant",
154
154
  back: "Face arri\xE8re",
155
155
  qualification: "Qualification",