@worksafevictoria/wcl7.5 1.1.0-beta.65 → 1.1.0-beta.67

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": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.65",
3
+ "version": "1.1.0-beta.67",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -120,7 +120,7 @@ export default {
120
120
  // box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.24) !important;
121
121
  left: 50%;
122
122
  margin-left: -200px;
123
- margin-top: -240px;
123
+ margin-top: -370px;
124
124
  top: 50%;
125
125
  width: 400px !important;
126
126
  }
@@ -18,10 +18,7 @@ export default {
18
18
  },
19
19
  },
20
20
  formid: {
21
- control: 'string',
22
- table: {
23
- disable: true,
24
- },
21
+ control: 'text',
25
22
  },
26
23
  type: {
27
24
  control: 'text',
@@ -65,7 +62,8 @@ export default {
65
62
  preview: true,
66
63
  type: 'api',
67
64
  formid: 'review_of_an_agent_decision',
68
- contentApiUrl: process.env.CONTENT_API_URL,
65
+ // contentApiUrl: process.env.CONTENT_API_URL,
66
+ contentApiUrl: 'https://content-dev-v2.api.worksafe.vic.gov.au',
69
67
  processID: `proc-id-form-api
70
68
  .toLowerCase()
71
69
  .split(' ')
@@ -100,7 +98,8 @@ Files.args = {
100
98
  preview: false,
101
99
  type: 'api',
102
100
  formid: 'bbtest_webform_file_upload',
103
- contentApiUrl: process.env.CONTENT_API_URL,
101
+ // contentApiUrl: process.env.CONTENT_API_URL,
102
+ contentApiUrl: 'https://content-dev-v2.api.worksafe.vic.gov.au',
104
103
  processID: `proc-id-form-api
105
104
  .toLowerCase()
106
105
  .split(' ')