@material/mwc-circular-progress
Advanced tools
Comparing version 0.24.0-canary.20e2081c.0 to 0.24.0-canary.583613a9.0
@@ -11,5 +11,5 @@ /** | ||
import { html, LitElement, property } from 'lit-element'; | ||
import { classMap } from 'lit-html/directives/class-map'; | ||
import { ifDefined } from 'lit-html/directives/if-defined'; | ||
import { styleMap } from 'lit-html/directives/style-map'; | ||
import { classMap } from 'lit-html/directives/class-map.js'; | ||
import { ifDefined } from 'lit-html/directives/if-defined.js'; | ||
import { styleMap } from 'lit-html/directives/style-map.js'; | ||
/** @soyCompatible */ | ||
@@ -16,0 +16,0 @@ export class CircularProgressBase extends LitElement { |
{ | ||
"name": "@material/mwc-circular-progress", | ||
"version": "0.24.0-canary.20e2081c.0", | ||
"version": "0.24.0-canary.583613a9.0", | ||
"description": "Material Design circular progress web component", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"@material/circular-progress": "=13.0.0-canary.864798678.0", | ||
"@material/mwc-base": "0.24.0-canary.20e2081c.0", | ||
"@material/mwc-base": "0.24.0-canary.583613a9.0", | ||
"@material/theme": "=13.0.0-canary.864798678.0", | ||
@@ -33,3 +33,3 @@ "lit-element": "3.0.0-rc.4", | ||
}, | ||
"gitHead": "4912005504dcbf47a4f5fee3ef7d4b37cfb48606" | ||
"gitHead": "6362ae780108c56957ae78e7b17d5a13a17b286a" | ||
} |
@@ -8,3 +8,3 @@ # `<mwc-circular-progress>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-circular-progress.svg)](https://www.npmjs.com/package/@material/mwc-circular-progress) | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/4912005504dcbf47a4f5fee3ef7d4b37cfb48606/packages/circular-progress/images/showcase.gif" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6362ae780108c56957ae78e7b17d5a13a17b286a/packages/circular-progress/images/showcase.gif" height="48px"> | ||
@@ -19,3 +19,3 @@ [Material Design Guidelines: Progress Indicators](https://material.io/components/progress-indicators/#circular-progress-indicators) | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/4912005504dcbf47a4f5fee3ef7d4b37cfb48606/packages/circular-progress/images/determinate.png" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6362ae780108c56957ae78e7b17d5a13a17b286a/packages/circular-progress/images/determinate.png" height="48px"> | ||
@@ -31,3 +31,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/4912005504dcbf47a4f5fee3ef7d4b37cfb48606/packages/circular-progress/images/indeterminate.gif" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6362ae780108c56957ae78e7b17d5a13a17b286a/packages/circular-progress/images/indeterminate.gif" height="48px"> | ||
@@ -40,3 +40,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/4912005504dcbf47a4f5fee3ef7d4b37cfb48606/packages/circular-progress/images/styled.gif" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/6362ae780108c56957ae78e7b17d5a13a17b286a/packages/circular-progress/images/styled.gif" height="48px"> | ||
@@ -43,0 +43,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
47793
+ Added@material/mwc-base@0.24.0-canary.583613a9.0(transitive)
- Removed@material/mwc-base@0.24.0-canary.20e2081c.0(transitive)