Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@material/mwc-linear-progress

Package Overview
Dependencies
Maintainers
21
Versions
708
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.25.1 to 0.25.2

2

mwc-linear-progress-base.d.ts

@@ -7,3 +7,3 @@ /**

import { MDCResizeObserver } from '@material/linear-progress/types';
import { LitElement, PropertyValues, TemplateResult } from 'lit-element';
import { LitElement, PropertyValues, TemplateResult } from 'lit';
/** @soyCompatible */

@@ -10,0 +10,0 @@ export declare class LinearProgressBase extends LitElement {

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

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

@@ -14,0 +15,0 @@ export class LinearProgressBase extends LitElement {

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

export declare class LinearProgress extends LinearProgressBase {
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 { LinearProgressBase } from './mwc-linear-progress-base';

@@ -12,0 +12,0 @@ import { styles } from './mwc-linear-progress.css';

{
"name": "@material/mwc-linear-progress",
"version": "0.25.1",
"version": "0.25.2",
"description": "Material Design linear progress web component",

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

"dependencies": {
"@material/linear-progress": "=13.0.0-canary.65125b3a6.0",
"@material/mwc-base": "^0.25.1",
"@material/theme": "=13.0.0-canary.65125b3a6.0",
"lit-element": "^3.0.0",
"lit-html": "^2.0.0",
"@material/linear-progress": "=14.0.0-canary.353ca7e9f.0",
"@material/mwc-base": "^0.25.2",
"@material/theme": "=14.0.0-canary.353ca7e9f.0",
"lit": "^2.0.0",
"tslib": "^2.0.1"

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

},
"gitHead": "b1c1ab5230f56f6bce405387b9c75cc7111cacc2"
"gitHead": "c3aa844c2a09ff9868820ce946f25f9df7714560"
}

@@ -7,3 +7,3 @@ # `<mwc-linear-progress>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-linear-progress.svg)](https://www.npmjs.com/package/@material/mwc-linear-progress)

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/b1c1ab5230f56f6bce405387b9c75cc7111cacc2/packages/linear-progress/images/showcase.gif" height="45px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c3aa844c2a09ff9868820ce946f25f9df7714560/packages/linear-progress/images/showcase.gif" height="45px">

@@ -18,3 +18,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/b1c1ab5230f56f6bce405387b9c75cc7111cacc2/packages/linear-progress/images/determinate.png" height="34px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c3aa844c2a09ff9868820ce946f25f9df7714560/packages/linear-progress/images/determinate.png" height="34px">

@@ -30,3 +30,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/b1c1ab5230f56f6bce405387b9c75cc7111cacc2/packages/linear-progress/images/indeterminate.gif" height="77px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c3aa844c2a09ff9868820ce946f25f9df7714560/packages/linear-progress/images/indeterminate.gif" height="77px">

@@ -39,3 +39,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/b1c1ab5230f56f6bce405387b9c75cc7111cacc2/packages/linear-progress/images/determinate-buffer.gif" height="45px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c3aa844c2a09ff9868820ce946f25f9df7714560/packages/linear-progress/images/determinate-buffer.gif" height="45px">

@@ -48,3 +48,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/b1c1ab5230f56f6bce405387b9c75cc7111cacc2/packages/linear-progress/images/reversed.gif" height="45px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c3aa844c2a09ff9868820ce946f25f9df7714560/packages/linear-progress/images/reversed.gif" height="45px">

@@ -62,3 +62,3 @@

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/b1c1ab5230f56f6bce405387b9c75cc7111cacc2/packages/linear-progress/images/styled.gif" height="45px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c3aa844c2a09ff9868820ce946f25f9df7714560/packages/linear-progress/images/styled.gif" height="45px">

@@ -109,3 +109,3 @@ ```html

| -------------------------------------------- | -------------------------------------- |------------
| `--mdc-linear-progress-buffer-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/b1c1ab5230f56f6bce405387b9c75cc7111cacc2/packages/linear-progress/images/color_e6e6e6.png) `#E6E6E6` | Sets the color of the buffer progress bar.<br> **NOTE:** to change the color of the buffering dots, you must do so in the image of `--mdc-linear-progress-buffering-dots-image`.
| `--mdc-linear-progress-buffer-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/c3aa844c2a09ff9868820ce946f25f9df7714560/packages/linear-progress/images/color_e6e6e6.png) `#E6E6E6` | Sets the color of the buffer progress bar.<br> **NOTE:** to change the color of the buffering dots, you must do so in the image of `--mdc-linear-progress-buffering-dots-image`.
| `--mdc-linear-progress-buffering-dots-image` | `url("<svg data url>")` (see below for value) | Sets the image to use as the buffering dots. This pattern is then repeated horizontally and animated.

@@ -112,0 +112,0 @@

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