@salesforcedevs/docs-components 1.17.0-hack-alpha2 → 1.17.0-hack-alpha4

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/docs-components",
3
- "version": "1.17.0-hack-alpha2",
3
+ "version": "1.17.0-hack-alpha4",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -59,7 +59,6 @@
59
59
  value={tocValue}
60
60
  ></dx-toc>
61
61
  </div>
62
- <doc-comment-popup></doc-comment-popup>
63
62
  </div>
64
63
  <div lwc:if={showFooter} class="footer-container">
65
64
  <dx-footer variant="no-signup"></dx-footer>
@@ -26,8 +26,6 @@ export default class Heading extends LightningElement {
26
26
 
27
27
  // Comment popup attributes
28
28
  @api index?: string;
29
- @api contentType?: string;
30
- @api headingTitle?: string;
31
29
  @api filePath?: string;
32
30
  @api startLine?: string;
33
31
  @api endLine?: string;
@@ -143,7 +141,7 @@ export default class Heading extends LightningElement {
143
141
  }
144
142
 
145
143
  get hasCommentPopup() {
146
- return this.index !== undefined;
144
+ return this.currentBranch !== undefined;
147
145
  }
148
146
 
149
147
  // Comment popup handlers
@@ -59,7 +59,6 @@
59
59
  value={tocValue}
60
60
  ></dx-toc>
61
61
  </div>
62
- <doc-comment-popup></doc-comment-popup>
63
62
  </div>
64
63
  <div lwc:if={showFooter} class="footer-container">
65
64
  <dx-footer variant="no-signup"></dx-footer>