@salesforcedevs/docs-components
Advanced tools
Comparing version 0.54.0-alpha01 to 0.54.0-alpha02
{ | ||
"name": "@salesforcedevs/docs-components", | ||
"version": "0.54.0-alpha01", | ||
"version": "0.54.0-alpha02", | ||
"description": "Docs Lightning web components for DSC", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
import { AmfHelperMixin } from "@api-components/amf-helper-mixin"; | ||
import { normalizeDomId } from "utils/normalizers"; | ||
import { normalizeDomId } from "dxUtils/normalizers"; | ||
@@ -4,0 +4,0 @@ const ID_PROPERTY = "@id"; |
import { LightningElement, api } from "lwc"; | ||
import { Breadcrumb, Option } from "typings/custom"; | ||
import { toJson } from "utils/normalizers"; | ||
import { toJson } from "dxUtils/normalizers"; | ||
@@ -5,0 +5,0 @@ type BreadcrumbConfig = { |
@@ -8,3 +8,3 @@ /* eslint-disable @lwc/lwc/no-inner-html */ | ||
import Button from "dx/button"; | ||
import { highlightTerms } from "utils/highlight"; | ||
import { highlightTerms } from "dxUtils/highlight"; | ||
@@ -11,0 +11,0 @@ const HIGHLIGHTABLE_SELECTOR = [ |
import { LightningElement, api, track } from "lwc"; | ||
import { closest } from "kagekiri"; | ||
import { toJson } from "utils/normalizers"; | ||
import { highlightTerms } from "utils/highlight"; | ||
import { SearchSyncer } from "../../utils/SearchSyncer/SearchSyncer"; | ||
import { toJson } from "dxUtils/normalizers"; | ||
import { highlightTerms } from "dxUtils/highlight"; | ||
import { SearchSyncer } from "docUtils/SearchSyncer"; | ||
@@ -7,0 +7,0 @@ type AnchorMap = { [key: string]: { intersect: boolean; id: string } }; |
import { api } from "lwc"; | ||
import cx from "classnames"; | ||
import type { Option } from "typings/custom"; | ||
import { HeaderBase } from "base-elements/headerBase"; | ||
import { toJson } from "utils/normalizers"; | ||
import { HeaderBase } from "dxBaseElements/headerBase"; | ||
import { toJson } from "dxUtils/normalizers"; | ||
import get from "lodash.get"; | ||
@@ -7,0 +7,0 @@ |
@@ -5,3 +5,3 @@ import { LightningElement, api } from "lwc"; | ||
import { DocPhaseInfo } from "typings/custom"; | ||
import { toJson } from "utils/normalizers"; | ||
import { toJson } from "dxUtils/normalizers"; | ||
@@ -8,0 +8,0 @@ export default class Phase extends LightningElement { |
import { api, track } from "lwc"; | ||
import { toJson } from "utils/normalizers"; | ||
import { toJson } from "dxUtils/normalizers"; | ||
import { FetchContent } from "./utils"; | ||
@@ -14,4 +14,4 @@ import { | ||
} from "./types"; | ||
import { SearchSyncer } from "../../utils/SearchSyncer/SearchSyncer"; | ||
import { LightningElementWithState } from "../../base-elements/lightningElementWithState/lightningElementWithState"; | ||
import { SearchSyncer } from "docUtils/SearchSyncer"; | ||
import { LightningElementWithState } from "docBaseElements/lightningElementWithState"; | ||
@@ -18,0 +18,0 @@ // TODO: Imitating from actual implementation as doc-content use it like this. We should refactor it later. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
198696