@cpelements/pfe-navigation
Advanced tools
Comparing version 1.0.98 to 1.0.99
@@ -22,5 +22,3 @@ /** | ||
var isNode = argItem instanceof Node; | ||
docFrag.appendChild( | ||
isNode ? argItem : document.createTextNode(String(argItem)) | ||
); | ||
docFrag.appendChild(isNode ? argItem : document.createTextNode(String(argItem))); | ||
}); | ||
@@ -55,5 +53,3 @@ | ||
var isNode = argItem instanceof Node; | ||
docFrag.appendChild( | ||
isNode ? argItem : document.createTextNode(String(argItem)) | ||
); | ||
docFrag.appendChild(isNode ? argItem : document.createTextNode(String(argItem))); | ||
}); | ||
@@ -104,5 +100,3 @@ | ||
if (!Element.prototype.matches) { | ||
Element.prototype.matches = | ||
Element.prototype.msMatchesSelector || | ||
Element.prototype.webkitMatchesSelector; | ||
Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector; | ||
} | ||
@@ -109,0 +103,0 @@ if (!Element.prototype.closest) { |
@@ -17,3 +17,3 @@ { | ||
}, | ||
"version": "1.0.98", | ||
"version": "1.0.99", | ||
"publishConfig": { | ||
@@ -20,0 +20,0 @@ "access": "public" |
@@ -7,6 +7,4 @@ # PatternFly Element | Navigation element | ||
> **Upgrading from @patternfly/pfe-navigation?**<br>Read the [upgrade documentation](documentation/upgrading-from-old-pfe-navigation.md). | ||
> If this is an upgrade from the previous version of the nav, read the [upgrade documentation](documentation/upgrading-from-old-pfe-navigation.md). | ||
> **Putting this on a Red Hat Branded Site?**<br>Make sure you see the confluence documentation: https://docs.engineering.redhat.com/display/DXPFF/Implementing+the+Red+Hat+Site+System+Navigation | ||
If JS is working and enabled, the component will copy specific markup from inside the `<pfe-navigation>` tag to the Shadow DOM, this allows styles and behaviors to be encapsulated so we don't get any outside code messing with the appearance or behaviors of the navigation. | ||
@@ -13,0 +11,0 @@ |
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2658433
22
10316
379