@spectrum-web-components/base
Advanced tools
Comparing version 0.5.4 to 0.5.5
{ | ||
"name": "@spectrum-web-components/base", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"publishConfig": { | ||
@@ -61,3 +61,3 @@ "access": "public" | ||
"sideEffects": false, | ||
"gitHead": "caf12727e7f91dcf961e1fadacc727eea9ece27b" | ||
"gitHead": "bdff893e2b95aba7737c58d01c6ac68861cb8b2e" | ||
} |
@@ -75,4 +75,8 @@ /* | ||
} | ||
const oldDir = this.dir; | ||
this.dir = | ||
dirParent.dir === 'rtl' ? dirParent.dir : this.dir || 'ltr'; | ||
if (oldDir === this.dir) { | ||
this.setAttribute('dir', this.dir); | ||
} | ||
if (dirParent === document.documentElement) { | ||
@@ -79,0 +83,0 @@ observedForElements.add(this); |
Sorry, the diff of this file is not supported yet
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
69525
29
497
0
7