@salesforcedevs/docs-components 1.3.219 → 1.3.220

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",
3
+ "version": "1.3.220",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -24,5 +24,5 @@
24
24
  "@types/lodash.orderby": "^4.6.7",
25
25
  "@types/lodash.uniqby": "^4.7.7"
26
26
  },
27
- "gitHead": "c0f8f19b7bfc14f9a6ca02a2dc328f726d72270a"
27
+ "gitHead": "b103445eefcc5f98bbe038bfe8624a60f0b026ae"
28
28
  }
@@ -98,7 +98,9 @@ export default class Header extends HeaderBase {
98
98
  (window.location.pathname.includes("/docs/") &&
99
99
  window.location.pathname !== "/docs/apis") ||
100
100
  window.location.pathname ===
101
- "/tableau/embedding-playground/overview"
101
+ "/tableau/embedding-playground/overview" ||
102
+ window.location.host === "localhost:6006" ||
103
+ window.location.host === "dsc-components.herokuapp.com"
102
104
  ) {
103
105
  this.shouldRender = true;
104
106
  }