@salesforcedevs/dx-components 1.3.72 → 1.3.73

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.72",
3
+ "version": "1.3.73",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -40,5 +40,5 @@
40
40
  "eventsourcemock": "^2.0.0",
41
41
  "luxon": "^3.1.0"
42
42
  },
43
- "gitHead": "f6c0641f43e9d4f917363dc2e3f2d6a0c783a63a"
43
+ "gitHead": "5aa812c3b3e4991f9d9da7eb2a901d1cc44c15bd"
44
44
  }
@@ -24,7 +24,10 @@
24
24
  class="header-tbid-login"
25
25
  onclick={closeMobileNavMenu}
26
26
  >
27
- <dw-tbid-login-menu></dw-tbid-login-menu>
27
+ <dw-tbid-login-menu
28
+ tbid-api-base-url={tbidApiBaseUrl}
29
+ tbid-base-url={tbidBaseUrl}
30
+ ></dw-tbid-login-menu>
28
31
  </div>
29
32
  <div if:true={showSignup} class="header-login-signup">
30
33
  <dx-button
@@ -38,6 +38,8 @@ export abstract class HeaderBase extends LightningElement {
38
38
  @api signupLink?: string | null = null;
39
39
  @api href = null;
40
40
  @api subtitle!: string;
41
+ @api tbidApiBaseUrl: string | null = null;
42
+ @api tbidBaseUrl: string | null = null;
41
43
  @api title: string = "Salesforce";
42
44
  @api version?: string | null = null;
43
45
  @api bannerMarkup =