@defra-fish/gafl-webapp-service 1.63.0-rc.0 → 1.63.0-rc.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defra-fish/gafl-webapp-service",
3
- "version": "1.63.0-rc.0",
3
+ "version": "1.63.0-rc.1",
4
4
  "description": "The websales frontend for the GAFL service",
5
5
  "type": "module",
6
6
  "engines": {
@@ -36,8 +36,8 @@
36
36
  "prepare": "gulp --gulpfile build/gulpfile.cjs"
37
37
  },
38
38
  "dependencies": {
39
- "@defra-fish/business-rules-lib": "1.63.0-rc.0",
40
- "@defra-fish/connectors-lib": "1.63.0-rc.0",
39
+ "@defra-fish/business-rules-lib": "1.63.0-rc.1",
40
+ "@defra-fish/connectors-lib": "1.63.0-rc.1",
41
41
  "@defra/hapi-gapi": "^2.0.0",
42
42
  "@hapi/boom": "^9.1.2",
43
43
  "@hapi/catbox-redis": "^6.0.2",
@@ -79,5 +79,5 @@
79
79
  "./gafl-jest-matchers.js"
80
80
  ]
81
81
  },
82
- "gitHead": "127bd6db86a97eb1b229f3de30e27046119ffca6"
82
+ "gitHead": "93c7097feecf01ce2d207cafe43227f7aaa77376"
83
83
  }
@@ -102,7 +102,7 @@
102
102
  id: "ref",
103
103
  name: "referenceNumber",
104
104
  type: "text",
105
- classes: "govuk-!-width-one-third",
105
+ classes: "govuk-input--width-10",
106
106
  errorMessage: { text: mssgs.identify_error_empty } if error['referenceNumber'],
107
107
  label: {
108
108
  text: mssgs.identify_label_last_six,