ccs-digitalmarketplace-frameworks 5.4.3 → 5.4.5

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,4 +1,4 @@
1
- question: Comment for "Demonstrate continuous improvement and knowledge transfer"
1
+ question: Comments for "Demonstrate continuous improvement and knowledge transfer"
2
2
  type: textbox_large
3
3
  max_length_in_words: 500
4
4
  depends:
@@ -1,4 +1,4 @@
1
- question: Comment for "Demonstrate quality and innovation"
1
+ question: Comments for "Demonstrate quality and innovation"
2
2
  type: textbox_large
3
3
  max_length_in_words: 500
4
4
  depends:
@@ -35,7 +35,7 @@ validations:
35
35
  - name: answer_required
36
36
  message: You must upload attachment 5a
37
37
  - name: file_is_valid_format
38
- message: Your document is not in an open document or spreadsheet. Please save as a Spreadsheet (ODS or XLSX) or Open Document Format (ODF), PDF/A (eg .pdf, .odt).
38
+ message: Your document is not a spreadsheet. Please save as a Spreadsheet (ODS or XLSX).
39
39
  - name: file_is_less_than_20mb
40
40
  message: Your document exceeds the 20MB limit. Please reduce file size.
41
41
  - name: file_can_be_saved
@@ -7,11 +7,11 @@ hint: >
7
7
  </p>
8
8
  <ul class="govuk-hint govuk-list govuk-list--bullet">
9
9
  <li>Open Document Spreadsheet (ODS) or a Microsoft Excel Spreadsheet (XLSX)</li>
10
- <li>Open Document Format (ODF), PDF/A (eg .pdf, .odt)</li>
11
10
  </ul>
12
11
  <p class="govuk-hint">
13
12
  The maximum file size is 20MB
14
13
  </p>
14
+
15
15
  type: upload
16
16
 
17
17
  file_settings:
@@ -19,7 +19,6 @@ file_settings:
19
19
  max_size: 20
20
20
  file_types:
21
21
  - spreadsheet
22
- - open_document
23
22
 
24
23
  depends:
25
24
  - "on": is_lead_bidder
@@ -36,7 +35,7 @@ validations:
36
35
  - name: answer_required
37
36
  message: You must upload attachment 5a
38
37
  - name: file_is_valid_format
39
- message: Your document is not in an open document or spreadsheet. Please save as a Spreadsheet (ODS or XLSX) or Open Document Format (ODF), PDF/A (eg .pdf, .odt).
38
+ message: Your document is not a spreadsheet. Please save as a Spreadsheet (ODS or XLSX).
40
39
  - name: file_is_less_than_20mb
41
40
  message: Your document exceeds the 20MB limit. Please reduce file size.
42
41
  - name: file_can_be_saved
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "5.4.3",
3
+ "version": "5.4.5",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": {
6
6
  "type": "git",