@salesforcedevs/docs-components 1.3.219-coveoversion-alpha4 → 1.3.219-coveoversion-alpha5

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.219-coveoversion-alpha4",
3
+ "version": "1.3.219-coveoversion-alpha5",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -1306,6 +1306,7 @@ export default class AmfReference extends LightningElement {
1306
1306
  this.showVersionBanner = true;
1307
1307
  }
1308
1308
 
1309
+ this.loaded = true;
1309
1310
  this.updateDocPhase();
1310
1311
  this.selectedSidebarValue = window.location.pathname;
1311
1312
  }