@material/mwc-base
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -18,4 +18,2 @@ /** | ||
import { LitElement } from 'lit-element'; | ||
import { TemplateResult } from 'lit-html'; | ||
export { TemplateResult }; | ||
export * from 'lit-element'; | ||
@@ -59,7 +57,2 @@ export { classMap } from 'lit-html/directives/class-map.js'; | ||
/** | ||
* This function should be called in `render()` to add the styling for this | ||
* component. | ||
*/ | ||
abstract renderStyle(): TemplateResult; | ||
/** | ||
* Create and attach the MDC Foundation to the instance | ||
@@ -66,0 +59,0 @@ */ |
@@ -18,4 +18,2 @@ /** | ||
import { LitElement } from 'lit-element'; | ||
import { TemplateResult } from 'lit-html'; | ||
export { TemplateResult }; | ||
export * from 'lit-element'; | ||
@@ -22,0 +20,0 @@ export { classMap } from 'lit-html/directives/class-map.js'; |
{ | ||
"name": "@material/mwc-base", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -19,4 +19,2 @@ /** | ||
import {LitElement} from 'lit-element'; | ||
import {TemplateResult} from 'lit-html'; | ||
export {TemplateResult}; | ||
export * from 'lit-element'; | ||
@@ -81,8 +79,2 @@ export {classMap} from 'lit-html/directives/class-map.js'; | ||
/** | ||
* This function should be called in `render()` to add the styling for this | ||
* component. | ||
*/ | ||
abstract renderStyle(): TemplateResult; | ||
/** | ||
* Create and attach the MDC Foundation to the instance | ||
@@ -89,0 +81,0 @@ */ |
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
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
31848
595