Socket
Socket
Sign inDemoInstall

@material/mwc-circular-progress

Package Overview
Dependencies
16
Maintainers
21
Versions
492
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.26.0-canary.07e91417.0 to 0.26.0-canary.3a5d5f34.0

2

mwc-circular-progress-base.d.ts

@@ -6,3 +6,3 @@ /**

*/
import { LitElement, TemplateResult } from 'lit-element';
import { LitElement, TemplateResult } from 'lit';
/** @soyCompatible */

@@ -9,0 +9,0 @@ export declare class CircularProgressBase extends LitElement {

@@ -10,6 +10,7 @@ /**

import { ariaProperty } from '@material/mwc-base/aria-property';
import { html, LitElement, property } from 'lit-element';
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';
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';
/** @soyCompatible */

@@ -16,0 +17,0 @@ export class CircularProgressBase extends LitElement {

@@ -14,3 +14,3 @@ /**

export declare class CircularProgress extends CircularProgressBase {
static styles: import("lit-element").CSSResult[];
static styles: import("lit").CSSResult[];
}

@@ -9,3 +9,3 @@ /**

// tslint:disable:strip-private-property-underscore
import { customElement } from 'lit-element';
import { customElement } from 'lit/decorators.js';
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.07e91417.0",
"version": "0.26.0-canary.3a5d5f34.0",
"description": "Material Design circular progress web component",

@@ -19,7 +19,6 @@ "keywords": [

"dependencies": {
"@material/circular-progress": "=13.0.0-canary.65125b3a6.0",
"@material/mwc-base": "0.26.0-canary.07e91417.0",
"@material/theme": "=13.0.0-canary.65125b3a6.0",
"lit-element": "^3.0.0",
"lit-html": "^2.0.0",
"@material/circular-progress": "=13.0.0-canary.c79aa0cdd.0",
"@material/mwc-base": "0.26.0-canary.3a5d5f34.0",
"@material/theme": "=13.0.0-canary.c79aa0cdd.0",
"lit": "^2.0.0",
"tslib": "^2.0.1"

@@ -33,3 +32,3 @@ },

},
"gitHead": "9fcacc1890992ebd650dca508478ea3a276a1ebe"
"gitHead": "0708ad010478b6186d6be52d3494f33bd4d40e17"
}

@@ -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/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/circular-progress/images/showcase.gif" height="48px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/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/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/circular-progress/images/determinate.png" height="48px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/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/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/circular-progress/images/indeterminate.gif" height="48px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/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/9fcacc1890992ebd650dca508478ea3a276a1ebe/packages/circular-progress/images/styled.gif" height="48px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0708ad010478b6186d6be52d3494f33bd4d40e17/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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc