@salesforcedevs/docs-components
Advanced tools
Comparing version 0.23.2 to 0.25.0
{ | ||
"name": "@salesforcedevs/docs-components", | ||
"version": "0.23.2", | ||
"version": "0.25.0", | ||
"description": "Docs Lightning web components for DSC", | ||
@@ -17,3 +17,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "7fb6594b1fcd187bc3fbbd60908c0deeff7547ef" | ||
"gitHead": "1c4347edf0f58a599bf7eed216a1e381ebfd8d16" | ||
} |
import CodeBlock from "dx/codeBlock"; | ||
import { createRenderComponent } from "utils/tests"; | ||
import { createRenderComponent } from "utils-internal/tests"; | ||
import Content from "../content"; | ||
@@ -4,0 +4,0 @@ import * as mockContent from "./mockDocContent"; |
import ContentCallout from "../contentCallout"; | ||
import { createRenderComponent } from "utils/tests"; | ||
import { createRenderComponent } from "utils-internal/tests"; | ||
import mockProps from "./mockProps"; | ||
@@ -4,0 +4,0 @@ |
import ContentMedia from "doc/contentMedia"; | ||
import { createRenderComponent } from "utils/tests"; | ||
import { createRenderComponent } from "utils-internal/tests"; | ||
@@ -4,0 +4,0 @@ const TAG = "doc-content-media"; |
@@ -1,2 +0,2 @@ | ||
import { coveoHeaderConfig } from "../../../../../../dx-components/src/modules/utils/coveo/coveo"; | ||
import { coveoHeaderConfig } from "../../../../../../dx-components/src/modules/utils-internal/coveo/coveo"; | ||
@@ -3,0 +3,0 @@ export default { |
@@ -5,4 +5,4 @@ import Button from "dx/button"; | ||
import Icon from "dx/icon"; | ||
import { createRenderComponent } from "utils/tests"; | ||
import { createMediaMock } from "utils/jest"; | ||
import { createRenderComponent } from "utils-internal/tests"; | ||
import { createMediaMock } from "utils-internal/jest"; | ||
import { | ||
@@ -16,3 +16,3 @@ mockPropsDevelopers, | ||
import { track } from "dx/instrumentation"; | ||
import { ANALYTICS_INFO } from "utils/headerBase"; | ||
import { ANALYTICS_INFO } from "utils-internal/headerBase"; | ||
@@ -19,0 +19,0 @@ const EXPECTED_QUERY_TABLET = "(max-width: 980px)"; |
import { api } from "lwc"; | ||
import cx from "classnames"; | ||
import type { Option } from "typings/custom"; | ||
import { HeaderBase } from "utils/headerBase"; | ||
import { HeaderBase } from "utils-internal/headerBase"; | ||
import { toJson } from "utils/normalizers"; | ||
@@ -6,0 +6,0 @@ import get from "lodash.get"; |
import HeadingAnchor from "doc/headingAnchor"; | ||
import { createRenderComponent } from "utils/tests"; | ||
import { createRenderComponent } from "utils-internal/tests"; | ||
@@ -4,0 +4,0 @@ const TAG = "doc-heading-anchor"; |
@@ -9,3 +9,3 @@ import Nav from "doc/nav"; | ||
import mockPageReference from "./mockPageReference"; | ||
import { createRenderComponent } from "utils/tests"; | ||
import { createRenderComponent } from "utils-internal/tests"; | ||
@@ -36,5 +36,4 @@ const MOCK_PARAMETERS = { | ||
const tocEl: HTMLElement = component.shadowRoot.querySelector( | ||
"dx-sidebar" | ||
); | ||
const tocEl: HTMLElement = | ||
component.shadowRoot.querySelector("dx-sidebar"); | ||
const mockNavClick = jest.fn(); | ||
@@ -41,0 +40,0 @@ component.addEventListener("navclick", mockNavClick); |
import DocPhase from "doc/phase"; | ||
import { createRenderComponent } from "utils/tests"; | ||
import { createRenderComponent } from "utils-internal/tests"; | ||
import mockProps from "./mockProps"; | ||
@@ -31,3 +31,2 @@ | ||
it("hides the body when clicking button on expand state", async () => { | ||
const showOrHideButton = element.shadowRoot.querySelector("dx-button"); | ||
@@ -46,3 +45,2 @@ | ||
it("shows the body when clicking button on collapse state", async () => { | ||
const showOrHideButton = element.shadowRoot.querySelector("dx-button"); | ||
@@ -49,0 +47,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
179852
4563