@brightspace-ui-labs/navigation
Advanced tools
Comparing version 5.13.0 to 5.13.1
import '@brightspace-ui/core/components/tooltip/tooltip.js'; | ||
import { css, html, LitElement } from 'lit'; | ||
import { css, html, LitElement, nothing } from 'lit'; | ||
import { FocusMixin } from '@brightspace-ui/core/mixins/focus-mixin.js'; | ||
@@ -65,3 +65,3 @@ import { getUniqueId } from '@brightspace-ui/core/helpers/uniqueId.js'; | ||
</a> | ||
<d2l-tooltip for="${this._linkId}" for-type="label" position="bottom" offset="${ifDefined(this.tooltipOffset)}">${this.text}</d2l-tooltip> | ||
${this.text ? html`<d2l-tooltip for="${this._linkId}" for-type="label" position="bottom" offset="${ifDefined(this.tooltipOffset)}">${this.text}</d2l-tooltip>` : nothing} | ||
`; | ||
@@ -68,0 +68,0 @@ } |
{ | ||
"name": "@brightspace-ui-labs/navigation", | ||
"version": "5.13.0", | ||
"version": "5.13.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/BrightspaceUILabs/navigation.git", |
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
70488