@salesforcedevs/dx-components 0.26.1-alpha.14 → 0.26.1-alpha.16

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/lwc.config.json CHANGED
@@ -80,7 +80,7 @@
80
80
  "helpers/reset",
81
81
  "helpers/table",
82
82
  "helpers/text",
83
- "utils/headerBase",
83
+ "base-elements/headerBase",
84
84
  "utils/normalizers",
85
85
  "utils/highlight"
86
86
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "0.26.1-alpha.14",
3
+ "version": "0.26.1-alpha.16",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -1,5 +1,5 @@
1
1
  import { api } from "lwc";
2
- import { ArchiveCard } from "utils/archiveCard";
2
+ import { ArchiveCard } from "base-elements/archiveCard";
3
3
  import cx from "classnames";
4
4
 
5
5
  export default class ExpandedCard extends ArchiveCard {
@@ -1,3 +1,3 @@
1
- import { ArchiveCard } from "utils/archiveCard";
1
+ import { ArchiveCard } from "base-elements/archiveCard";
2
2
 
3
3
  export default class MinimalCard extends ArchiveCard {}
@@ -1,5 +1,5 @@
1
1
  import { api } from "lwc";
2
- import { HeaderBase } from "utils/headerBase";
2
+ import { HeaderBase } from "base-elements/headerBase";
3
3
  import { toJson } from "utils/normalizers";
4
4
  import type { Option } from "typings/custom";
5
5
 
@@ -14,10 +14,7 @@ import {
14
14
  SearchAppState,
15
15
  loadQueryActions
16
16
  } from "@coveo/headless";
17
- import {
18
- buildSearchEngine,
19
- getSidebarSearchParams
20
- } from "utils/coveo";
17
+ import { buildSearchEngine, getSidebarSearchParams } from "utils/coveo";
21
18
  import { RecentSearches } from "utils/recentSearches";
22
19
  import { toJson } from "utils/normalizers";
23
20
  import {