@salesforcedevs/docs-components 0.19.1 → 0.19.2

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": "0.19.1",
3
+ "version": "0.19.2",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -14,5 +14,5 @@
14
14
  "publishConfig": {
15
15
  "access": "public"
16
16
  },
17
- "gitHead": "fd5d00ee16b317a91269cdbe49e1dd907ef25351"
17
+ "gitHead": "8bfc13904276093b75868ad2c4d9003d74873fbb"
18
18
  }
@@ -1,12 +1,6 @@
1
- // TODO: Move coveoConfig to a specific module to share it.
2
- export const coveoConfig = {
3
- coveoOrganizationId: "coveosalesforcetestakshatha",
4
- coveoPublicAccessToken: "xx8d9c92ef-1018-4d92-a3c7-647dff01c21c",
5
- coveoSearchPipeline: "salesforcedevdoc",
6
- coveoSearchHub: "salesforcedevdoc"
7
- };
1
+ import { coveoHeaderConfig } from "../../../../../../dx-components/src/modules/utils/coveo/coveo";
8
2
 
9
3
  export default {
10
4
  mobile: false,
11
- ...coveoConfig
5
+ ...coveoHeaderConfig
12
6
  };
@@ -12,7 +12,7 @@ import {
12
12
  mockNavService,
13
13
  mockNavAnalytics
14
14
  } from "./mockNavs";
15
- import { coveoConfig } from "./coveoConfig";
15
+ import coveoConfig from "./coveoConfig";
16
16
  import mockNavDevelopers from "./mockNavDevelopers";
17
17
  import { Option } from "typings/custom";
18
18