@salesforcedevs/dx-components 1.3.0 → 1.3.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": "@salesforcedevs/dx-components",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -28,5 +28,5 @@
28
28
  "@types/lodash.kebabcase": "^4.1.7",
29
29
  "@types/vimeo__player": "^2.16.2"
30
30
  },
31
- "gitHead": "b5d88aa134399d66a9f894d05ecec170843bc30f"
31
+ "gitHead": "7f8775b406aa6593269d6fc0b0a71f0423e9d88b"
32
32
  }
@@ -150,9 +150,13 @@ const openOneTrustInfoDisplay = () => {
150
150
  export const termsLinks = [
151
151
  { href: privacyHref, label: "Privacy Statement" },
152
152
  {
153
- href: "https://trailblazer.me/resource/documents/documents/pdf/TermsOfUse_en_US.pdf",
153
+ href: "https://www.salesforce.com/company/program-agreement/",
154
154
  label: "Terms of Use"
155
155
  },
156
+ {
157
+ href: "https://www.salesforce.com/company/legal/",
158
+ label: "Legal"
159
+ },
156
160
  {
157
161
  href: "https://www.salesforce.com/company/privacy/full_privacy/#nav_info",
158
162
  label: "Use of Cookies"