@material/mwc-icon
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -1,1 +0,1 @@ | ||
export declare const style: import("lit-html").TemplateResult; | ||
export declare const style: import("lit-element").TemplateResult; |
@@ -17,4 +17,4 @@ /** | ||
*/ | ||
import { html } from '@polymer/lit-element'; | ||
import { html } from 'lit-element'; | ||
export const style = html `<style></style>`; | ||
//# sourceMappingURL=_mwc-icon-css.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const style: import("lit-html").TemplateResult; | ||
export declare const style: import("lit-element").TemplateResult; |
@@ -17,4 +17,4 @@ /** | ||
*/ | ||
import { html } from '@polymer/lit-element'; | ||
import { html } from 'lit-element'; | ||
export const style = html `<style>:host{font-family:var(--mdc-icon-font, "Material Icons");font-weight:normal;font-style:normal;font-size:var(--mdc-icon-size, 24px);line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}</style>`; | ||
//# sourceMappingURL=mwc-icon-host-css.js.map |
@@ -17,7 +17,7 @@ /** | ||
*/ | ||
import { LitElement } from '@polymer/lit-element'; | ||
import { LitElement } from 'lit-element'; | ||
import './mwc-icon-font.js'; | ||
export declare class Icon extends LitElement { | ||
renderStyle(): import("lit-html").TemplateResult; | ||
render(): import("lit-html").TemplateResult; | ||
renderStyle(): import("lit-element").TemplateResult; | ||
render(): import("lit-element").TemplateResult; | ||
} | ||
@@ -24,0 +24,0 @@ declare global { |
@@ -23,3 +23,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
*/ | ||
import { LitElement, html, customElement } from '@polymer/lit-element'; | ||
import { LitElement, html, customElement } from 'lit-element'; | ||
import { style } from './mwc-icon-host-css.js'; | ||
@@ -26,0 +26,0 @@ import './mwc-icon-font.js'; |
{ | ||
"name": "@material/mwc-icon", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "", | ||
@@ -16,4 +16,4 @@ "main": "mwc-icon.js", | ||
"dependencies": { | ||
"@material/mwc-base": "^0.3.4", | ||
"@polymer/lit-element": "^0.6.5" | ||
"@material/mwc-base": "^0.3.5", | ||
"lit-element": "^2.0.0-rc.2" | ||
}, | ||
@@ -20,0 +20,0 @@ "publishConfig": { |
@@ -17,4 +17,4 @@ /** | ||
*/ | ||
import {html} from '@polymer/lit-element'; | ||
import {html} from 'lit-element'; | ||
export const style = html`<style></style>`; |
@@ -17,4 +17,4 @@ /** | ||
*/ | ||
import {html} from '@polymer/lit-element'; | ||
import {html} from 'lit-element'; | ||
export const style = html`<style>:host{font-family:var(--mdc-icon-font, "Material Icons");font-weight:normal;font-style:normal;font-size:var(--mdc-icon-size, 24px);line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}</style>`; |
@@ -17,3 +17,3 @@ /** | ||
*/ | ||
import {LitElement, html, customElement} from '@polymer/lit-element'; | ||
import {LitElement, html, customElement} from 'lit-element'; | ||
import {style} from './mwc-icon-host-css.js'; | ||
@@ -20,0 +20,0 @@ import './mwc-icon-font.js'; |
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
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
19635
+ Addedlit-element@^2.0.0-rc.2
- Removed@polymer/lit-element@^0.6.5
- Removed@polymer/lit-element@0.6.5(transitive)
Updated@material/mwc-base@^0.3.5