@umbraco-ui/uui-icon
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -99,10 +99,10 @@ import { css, LitElement, html } from 'lit'; | ||
} else { | ||
return unsafeHTML(this.fallback); | ||
return html`${unsafeHTML(this.fallback)}`; | ||
} | ||
} | ||
if (this._nameSvg !== null) { | ||
return unsafeHTML(this._nameSvg); | ||
return html`${unsafeHTML(this._nameSvg)}`; | ||
} | ||
if (this.svg !== null) { | ||
return unsafeHTML(this.svg); | ||
return html`${unsafeHTML(this.svg)}`; | ||
} | ||
@@ -109,0 +109,0 @@ return html`<slot></slot>`; |
@@ -49,3 +49,3 @@ import { LitElement } from 'lit'; | ||
firstUpdated(): void; | ||
render(): import("lit-html/directive").DirectiveResult<typeof import("lit-html/directives/unsafe-html").UnsafeHTMLDirective>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
static styles: import("lit").CSSResult[]; | ||
@@ -52,0 +52,0 @@ } |
{ | ||
"name": "@umbraco-ui/uui-icon", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.10.0" | ||
"@umbraco-ui/uui-base": "1.11.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "scripts": { | ||
"homepage": "https://uui.umbraco.com/?path=/story/uui-icon", | ||
"gitHead": "fc19b5d3cd80cf4205ec56d14403ae0e926d6aed" | ||
"gitHead": "414ce88901f82c5fc7d6be942779047bb34a1407" | ||
} |
12189
+ Added@umbraco-ui/uui-base@1.11.0(transitive)
- Removed@umbraco-ui/uui-base@1.10.0(transitive)
Updated@umbraco-ui/uui-base@1.11.0