@salesforcedevs/dx-components 1.3.157 → 1.3.158

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.157",
3
+ "version": "1.3.158",
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": "780de6bc7191920c2dd0330af26113890cba59be"
44
+ "gitHead": "faab176ff1ed8c7c8d6b5e58a14c5586d3ca4ba7"
45
45
  }
@@ -101,7 +101,9 @@
101
101
  <span>
102
102
  &copy; Copyright {currentYear} Salesforce, Inc.&nbsp;
103
103
  <a href={intellectualHref}>All rights reserved.</a>
104
- &nbsp;Various trademarks held by their respective owners.
104
+ &nbsp;Various trademarks held by their respective
105
+ owners.&nbsp; Salesforce, Inc. Salesforce Tower, 415 Mission
106
+ Street, 3rd Floor, San Francisco, CA 94105, United States
105
107
  </span>
106
108
  <div class="terms_links">
107
109
  <template for:each={termsLinks} for:item="term">
@@ -148,7 +148,7 @@ const openOneTrustInfoDisplay = () => {
148
148
  };
149
149
 
150
150
  export const termsLinks = [
151
- { href: privacyHref, label: "Privacy Statement" },
151
+ { href: privacyHref, label: "Privacy Information" },
152
152
  {
153
153
  href: "https://www.salesforce.com/company/program-agreement/",
154
154
  label: "Terms of Use"
@@ -171,7 +171,15 @@ export const termsLinks = [
171
171
  {
172
172
  href: "https://www.salesforce.com/form/other/privacy-request/",
173
173
  label: "Your Privacy Choices",
174
- img: "https://a.sfdcstatic.com/developer-website/images/privacyicon.png"
174
+ img: "https://a.sfdcstatic.com/developer-website/images/privacyoptions.svg"
175
+ },
176
+ {
177
+ href: "https://www.salesforce.com/company/disclosure",
178
+ label: "Responsible Disclosure"
179
+ },
180
+ {
181
+ href: "https://www.salesforce.com/company/contact-us/?d=cta-glob-footer-11",
182
+ label: "Contact"
175
183
  }
176
184
  ];
177
185