help-and-feedback-component
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -35,5 +35,3 @@ export class HelpAndFeedback { | ||
.then(data => { | ||
if (data.content) { | ||
this.content = data; | ||
} | ||
this.content = data; | ||
}); | ||
@@ -40,0 +38,0 @@ } |
@@ -38,5 +38,3 @@ /*! Built with http://stenciljs.com */ | ||
.then(function (data) { | ||
if (data.content) { | ||
_this.content = data; | ||
} | ||
_this.content = data; | ||
}); | ||
@@ -43,0 +41,0 @@ } |
@@ -38,5 +38,3 @@ /*! Built with http://stenciljs.com */ | ||
.then(data => { | ||
if (data.content) { | ||
this.content = data; | ||
} | ||
this.content = data; | ||
}); | ||
@@ -43,0 +41,0 @@ } |
@@ -210,2 +210,3 @@ import '../../stencil.core'; | ||
import '../../stencil.core'; | ||
import '../../stencil.core'; | ||
export declare class TopAppBar { | ||
@@ -212,0 +213,0 @@ topBarElement: HTMLElement; |
{ | ||
"name": "help-and-feedback-component", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Material icon button made with StencilJS", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.js", |
291606
6153