@salesforcedevs/dx-components 1.36.0 → 1.36.2

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.36.0",
3
+ "version": "1.36.2",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -44,5 +44,5 @@
44
44
  "luxon": "3.4.4",
45
45
  "msw": "^2.12.4"
46
46
  },
47
- "gitHead": "e85fc1bb496e99a4ba453db278a465079bcf6385"
47
+ "gitHead": "1ddcab005d3767ea36426eac49695a9d7a59b81e"
48
48
  }
@@ -8,7 +8,7 @@ class Footer extends LightningElement {
8
8
  private _variant: FooterVariant = "small-signup";
9
9
  private isSlotEmpty = true;
10
10
  private signupUrl =
11
- "https://www.salesforce.com/company/newsletter-subscribe/?topics=Developer";
11
+ "https://www.salesforce.com/company/newsletter-subscribe/?topics=Developer&d=pb";
12
12
 
13
13
  @api
14
14
  mfeHomeHref: string = `/${window.location.host}`; // ugly hack: ideally this wouldn't be necessary, but the only way to remove the "See all ways to contact us" link from the footer MFE is to set this to a non-empty value other than "us"; and given the way that the footer works, the non-empty value needs to be something that can be appended to `/` and work correctly