@lrnwebcomponents/utils
Advanced tools
Comparing version 7.0.4 to 7.0.15
{ | ||
"name": "@lrnwebcomponents/utils", | ||
"version": "7.0.4", | ||
"version": "7.0.15", | ||
"description": "Helper functions to clean up web component data handling.", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
}, | ||
"gitHead": "bf207d05ae78b1b2615a67c74f5ab4ea51aef363" | ||
"gitHead": "c7826d219bb3282c7d1f7c2cfd9fceb7e238298d" | ||
} |
@@ -166,3 +166,2 @@ /** | ||
div.innerHTML = str.trim(); | ||
return formatHTMLInternals(div, 0).innerHTML; | ||
@@ -762,3 +761,3 @@ } | ||
// special edge case for slot binding in primatives | ||
if (tag === "a" || tag === "mark") { | ||
if (tag === "a" || tag === "mark" || tag === "abbr") { | ||
props.innerText = slotContent; | ||
@@ -765,0 +764,0 @@ } else if ( |
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
78745
8