@salesforcedevs/dx-components 1.17.8 → 1.17.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforcedevs/dx-components",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.9",
|
|
4
4
|
"description": "DX Lightning web components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"volta": {
|
|
46
46
|
"node": "20.19.0"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "4fd9346a327985e602e874a9ebfaff1dec73f790"
|
|
49
49
|
}
|
|
@@ -149,8 +149,8 @@ const openOneTrustInfoDisplay = () => {
|
|
|
149
149
|
export const termsLinks = [
|
|
150
150
|
{ href: privacyHref, label: "Privacy Information" },
|
|
151
151
|
{
|
|
152
|
-
href: "https://www.salesforce.com/company/
|
|
153
|
-
label: "Terms of
|
|
152
|
+
href: "https://www.salesforce.com/company/legal/sfdc-website-terms-of-service/",
|
|
153
|
+
label: "Terms of Service"
|
|
154
154
|
},
|
|
155
155
|
{
|
|
156
156
|
href: "https://www.salesforce.com/company/legal/",
|