@salesforcedevs/docs-components
Advanced tools
Comparing version 0.54.5 to 0.54.6
{ | ||
"name": "@salesforcedevs/docs-components", | ||
"version": "0.54.5", | ||
"version": "0.54.6", | ||
"description": "Docs Lightning web components for DSC", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "4629fdd9ca18a13480044ad43515b91945d16aad" | ||
"gitHead": "643dd94de9c0f755960b748bdb425720f4ad53f3" | ||
} |
@@ -407,3 +407,7 @@ import { api, track } from "lwc"; | ||
if (!this.pageReference.hash) { | ||
window.scrollTo(0, 0); | ||
document.querySelector("main")?.scrollIntoView({ | ||
behavior: "smooth", | ||
block: "start", | ||
inline: "nearest" | ||
}); | ||
} | ||
@@ -410,0 +414,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
Mixed license
License(Experimental) Package contains multiple licenses.
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
199394
67
5078
1