@material/mwc-icon
Advanced tools
Comparing version 0.25.1 to 0.25.2
@@ -6,6 +6,6 @@ /** | ||
*/ | ||
import { LitElement, TemplateResult } from 'lit-element'; | ||
import { LitElement, TemplateResult } from 'lit'; | ||
/** @soyCompatible */ | ||
export declare class Icon extends LitElement { | ||
static styles: import("lit-element").CSSResult[]; | ||
static styles: import("lit").CSSResult[]; | ||
/** @soyTemplate */ | ||
@@ -12,0 +12,0 @@ protected render(): TemplateResult; |
@@ -9,3 +9,4 @@ /** | ||
// tslint:disable:strip-private-property-underscore | ||
import { customElement, html, LitElement } from 'lit-element'; | ||
import { html, LitElement } from 'lit'; | ||
import { customElement } from 'lit/decorators.js'; | ||
import { styles } from './mwc-icon-host.css'; | ||
@@ -12,0 +13,0 @@ /** @soyCompatible */ |
{ | ||
"name": "@material/mwc-icon", | ||
"version": "0.25.1", | ||
"version": "0.25.2", | ||
"description": "Material Design icon web component", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"dependencies": { | ||
"lit-element": "^3.0.0", | ||
"lit": "^2.0.0", | ||
"tslib": "^2.0.1" | ||
@@ -29,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "b1c1ab5230f56f6bce405387b9c75cc7111cacc2" | ||
"gitHead": "c3aa844c2a09ff9868820ce946f25f9df7714560" | ||
} |
@@ -30,3 +30,3 @@ # `<mwc-icon>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-icon.svg)](https://www.npmjs.com/package/@material/mwc-icon) | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/b1c1ab5230f56f6bce405387b9c75cc7111cacc2/packages/icon/images/shopping_cart.png" width="32px" height="32px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c3aa844c2a09ff9868820ce946f25f9df7714560/packages/icon/images/shopping_cart.png" width="32px" height="32px"> | ||
@@ -45,3 +45,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/b1c1ab5230f56f6bce405387b9c75cc7111cacc2/packages/icon/images/arrow_back.png" width="32px" height="32px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c3aa844c2a09ff9868820ce946f25f9df7714560/packages/icon/images/arrow_back.png" width="32px" height="32px"> | ||
@@ -56,3 +56,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/b1c1ab5230f56f6bce405387b9c75cc7111cacc2/packages/icon/images/accessible_forward.png" width="64px" height="64px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c3aa844c2a09ff9868820ce946f25f9df7714560/packages/icon/images/accessible_forward.png" width="64px" height="64px"> | ||
@@ -59,0 +59,0 @@ ```html |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
0
100
20263
11
49
+ Addedlit@^2.0.0
+ Addedlit@2.8.0(transitive)
- Removedlit-element@^3.0.0