ccs-digitalmarketplace-frameworks 3.13.40 → 3.13.41

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.
@@ -4,9 +4,7 @@ question: |
4
4
  Please enter the law under which the subcontractor is registered
5
5
  </p>
6
6
 
7
- <p class="govuk-label--m">
8
- For example, the Companies Act 2006
9
- </p>
7
+ hint: For example, the Companies Act 2006
10
8
 
11
9
  type: text
12
10
 
@@ -3,13 +3,12 @@ name: Baseline Year Scope 1 Emissions
3
3
  question: >
4
4
  <p class="govuk-label--m">Please confirm the Scope 1 to 3 emissions detailed in your carbon reduction plan</p>
5
5
 
6
- <p class="govuk-label--m">Baseline Year Scope 1 Emissions</p>
7
-
8
- hint: |
9
- <p class="govuk-hint">tCO2e (Tonne of carbon dioxide equivalent) must be entered for each field as a numeric value, e.g. 20.3</p>
6
+ <p class="govuk-hint">tCO2e (Tonne of carbon dioxide equivalent) must be entered for each field as a numeric value, e.g. 20.3</p>
10
7
 
11
- <p class="govuk-hint">If you are unable to provide any emissions data for your baseline and/or your current/reporting year, please enter a 0.</p>
8
+ <p class="govuk-hint">If you are unable to provide any emissions data for your baseline and/or your current/reporting year, please enter a 0.</p>
12
9
 
10
+ <p class="govuk-label--m">Baseline Year Scope 1 Emissions</p>
11
+
13
12
  type: number
14
13
  unit: "tCO2e"
15
14
  unit_in_full: "tCO2e (tonne of carbon dioxide equivalent)"
@@ -21,8 +20,6 @@ validations:
21
20
  -
22
21
  name: answer_required
23
22
  message: You must select an option
24
-
25
23
  -
26
24
  name: not_a_number
27
- message: |
28
- Maximum of 2 decimal places must be entered for ‘relevant field’, e.g. 15.23
25
+ message: Maximum of 2 decimal places must be entered for ‘relevant field’, e.g. 15.23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "3.13.40",
3
+ "version": "3.13.41",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Crown-Commercial-Service/ccs-digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"