@salesforcedevs/docs-components 1.3.300-alpha.0 → 1.3.300-alpha.1

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.3.300-alpha.0",
3
+ "version": "1.3.300-alpha.1",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -361,7 +361,7 @@ export default class ContentLayout extends LightningElement {
361
361
  const tocItem = {
362
362
  anchor: `#${headingElement.hash}`,
363
363
  id: headingElement.id,
364
- label: headingElement.title
364
+ label: headingElement.header
365
365
  };
366
366
  tocOptions.push(tocItem);
367
367
  this.tocOptionIdsSet.add(headingElement.id);