@salesforcedevs/dx-components 1.2.7-avatar-button-5 → 1.2.7-avatar-button-6

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.2.7-avatar-button-5",
3
+ "version": "1.2.7-avatar-button-6",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -82,7 +82,7 @@ export default class AvatarButton extends LightningElement {
82
82
  }
83
83
 
84
84
  private get loginUrl() {
85
- return `${TBID_API_LOGIN_URL}?startUrl=${encodeURIComponent(
85
+ return `${TBID_API_LOGIN_URL}?startURL=${encodeURIComponent(
86
86
  window.location.href
87
87
  )}`;
88
88
  }
@@ -66,7 +66,7 @@
66
66
 
67
67
  .popover-arrow {
68
68
  position: absolute;
69
- background: white;
69
+ background: linear-gradient(315deg, transparent 4px, white 4px); /* make only top half of rotated square visible */
70
70
  width: 8px;
71
71
  height: 8px;
72
72
  transform: rotate(45deg);