Socket
Socket
Sign inDemoInstall

@material/mwc-circular-progress

Package Overview
Dependencies
Maintainers
15
Versions
492
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-circular-progress - npm Package Compare versions

Comparing version 0.26.0-canary.f3e28323.0 to 0.26.0

4

mwc-circular-progress-base.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc