@aclymatepackages/modules 4.1.7 → 4.1.9
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.
|
@@ -56,7 +56,8 @@ const CompanyOnboardingInput = _ref => {
|
|
|
56
56
|
label: "What is your email address?",
|
|
57
57
|
value: email,
|
|
58
58
|
editData: editInputData("email"),
|
|
59
|
-
onNextStep: () => onFormComplete(inputData)
|
|
59
|
+
onNextStep: () => onFormComplete(inputData),
|
|
60
|
+
helperText: "By providing your email address, you agree to receive marketing emails from Aclymate."
|
|
60
61
|
}] : [];
|
|
61
62
|
const nonPeopleDataLabsCompanyInputs = [{
|
|
62
63
|
label: "How many employees work for your company?",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aclymatepackages/modules",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.9",
|
|
4
4
|
"description": "Aclymate modules",
|
|
5
5
|
"author": "William Loopesko",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@aclymatepackages/array-immutability-helpers": "^1.0.0",
|
|
9
|
-
"@aclymatepackages/atoms": "^3.
|
|
9
|
+
"@aclymatepackages/atoms": "^3.5.6",
|
|
10
10
|
"@aclymatepackages/chart-helpers": "^2.0.8",
|
|
11
11
|
"@aclymatepackages/converters": "^1.0.0",
|
|
12
12
|
"@aclymatepackages/fetch-aclymate-api": "^1.0.0",
|
|
@@ -44,6 +44,8 @@ const CompanyOnboardingInput = ({
|
|
|
44
44
|
value: email,
|
|
45
45
|
editData: editInputData("email"),
|
|
46
46
|
onNextStep: () => onFormComplete(inputData),
|
|
47
|
+
helperText:
|
|
48
|
+
"By providing your email address, you agree to receive marketing emails from Aclymate.",
|
|
47
49
|
},
|
|
48
50
|
]
|
|
49
51
|
: [];
|