@material/mwc-circular-progress
Advanced tools
Comparing version 0.26.0-canary.f3e28323.0 to 0.26.0
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
import { LitElement, TemplateResult } from 'lit'; | ||
import { LitElement, PropertyValues, TemplateResult } from 'lit'; | ||
/** @soyCompatible */ | ||
@@ -34,3 +34,3 @@ export declare class CircularProgressBase extends LitElement { | ||
protected renderIndeterminateSpinnerLayer(): TemplateResult; | ||
update(changedProperties: Map<string, string>): void; | ||
update(changedProperties: PropertyValues<this>): void; | ||
} |
@@ -11,6 +11,6 @@ /** | ||
import { html, LitElement } from 'lit'; | ||
import { property } from 'lit/decorators.js'; | ||
import { classMap } from 'lit/directives/class-map.js'; | ||
import { ifDefined } from 'lit/directives/if-defined.js'; | ||
import { styleMap } from 'lit/directives/style-map.js'; | ||
import { property } from 'lit/decorators'; | ||
import { classMap } from 'lit/directives/class-map'; | ||
import { ifDefined } from 'lit/directives/if-defined'; | ||
import { styleMap } from 'lit/directives/style-map'; | ||
/** @soyCompatible */ | ||
@@ -17,0 +17,0 @@ export class CircularProgressBase extends LitElement { |
@@ -9,3 +9,3 @@ /** | ||
// tslint:disable:strip-private-property-underscore | ||
import { customElement } from 'lit/decorators.js'; | ||
import { customElement } from 'lit/decorators'; | ||
import { CircularProgressBase } from './mwc-circular-progress-base'; | ||
@@ -12,0 +12,0 @@ import { styles } from './mwc-circular-progress.css'; |
{ | ||
"name": "@material/mwc-circular-progress", | ||
"version": "0.26.0-canary.f3e28323.0", | ||
"version": "0.26.0", | ||
"description": "Material Design circular progress web component", | ||
@@ -19,5 +19,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/circular-progress": "=14.0.0-canary.a986df922.0", | ||
"@material/mwc-base": "0.26.0-canary.f3e28323.0", | ||
"@material/theme": "=14.0.0-canary.a986df922.0", | ||
"@material/circular-progress": "=14.0.0", | ||
"@material/mwc-base": "^0.26.0", | ||
"@material/theme": "=14.0.0", | ||
"lit": "^2.0.0", | ||
@@ -32,3 +32,3 @@ "tslib": "^2.0.1" | ||
}, | ||
"gitHead": "ebbbec0b1b0e29da237ec87bebd889c3af847f1b" | ||
"gitHead": "056b3ceffbe2fe3408dbdbb319932da85637e779" | ||
} |
@@ -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/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/circular-progress/images/showcase.gif" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/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/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/circular-progress/images/determinate.png" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/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/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/circular-progress/images/indeterminate.gif" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/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/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/circular-progress/images/styled.gif" height="48px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/packages/circular-progress/images/styled.gif" height="48px"> | ||
@@ -43,0 +43,0 @@ ```html |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
48570
1
+ Added@material/mwc-base@0.26.1(transitive)
- Removed@lit/reactive-element@1.0.0-rc.4(transitive)
- Removed@material/mwc-base@0.26.0-canary.f3e28323.0(transitive)
Updated@material/mwc-base@^0.26.0
Updated@material/theme@=14.0.0