@salesforcedevs/dx-components 1.3.183 → 1.3.184

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": "@salesforcedevs/dx-components",
3
- "version": "1.3.183",
3
+ "version": "1.3.184",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -41,5 +41,5 @@
41
41
  "eventsourcemock": "^2.0.0",
42
42
  "luxon": "^3.1.0"
43
43
  },
44
- "gitHead": "cdfd81bf3dd2b43b54f949f5f265716b52ca7f6a"
44
+ "gitHead": "62d15dbba57a10ae9fb4aa365f7a0b85cd6bbc44"
45
45
  }
@@ -16,14 +16,12 @@ export const stepsData = [
16
16
  '<p class="dx-text-display-7">You\'re almost done! Please review your information and agree to the Journey to Salesforce program terms and conditions.</p>',
17
17
  formData: {
18
18
  countriesWithReferralInput: ["IN"],
19
- countriesWithRequiredJobRole: ["CA"],
20
19
  formId: "j2s-form",
21
20
  j2sTerms:
22
21
  'I agree to the Journey to Salesforce Program Terms, subject to the <a href="http://www.google.com">Salesforce Program Agreement</a>.',
23
22
  notAvailableAlertInfo: {
24
23
  title: "Not Available",
25
- body:
26
- 'The Journey to Salesforce program is not currently available in your country. See the <a href="https://www.google.com/">program FAQs</a> for a list of participating countries.'
24
+ body: 'The Journey to Salesforce program is not currently available in your country. See the <a href="https://www.google.com/">program FAQs</a> for a list of participating countries.'
27
25
  },
28
26
  participatingCountryCodes: ["US", "CA", "IN"]
29
27
  },