New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@material/mwc-snackbar

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-snackbar - npm Package Compare versions

Comparing version 0.15.0-canary.ba05565e.0 to 0.15.0-canary.baaf529e.0

{
"name": "@material/mwc-snackbar",
"version": "0.15.0-canary.ba05565e.0",
"version": "0.15.0-canary.baaf529e.0",
"description": "",

@@ -18,4 +18,4 @@ "main": "mwc-snackbar.js",

"dependencies": {
"@material/mwc-base": "0.15.0-canary.ba05565e.0",
"@material/snackbar": "=6.0.0-canary.6a40ef217.0",
"@material/mwc-base": "0.15.0-canary.baaf529e.0",
"@material/snackbar": "=7.0.0-canary.8540808be.0",
"lit-element": "^2.3.0",

@@ -28,3 +28,3 @@ "lit-html": "^1.1.2",

},
"gitHead": "f03dce4944b4b3fb02a1467dd03f7afc0b279a0a"
"gitHead": "4f5e01f380a9f1e5d4d3b0294d5110692bcdaee6"
}

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

![](https://raw.githubusercontent.com/material-components/material-components-web-components/f03dce4944b4b3fb02a1467dd03f7afc0b279a0a/packages/snackbar/images/action_button.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/4f5e01f380a9f1e5d4d3b0294d5110692bcdaee6/packages/snackbar/images/action_button.png)

@@ -32,3 +32,3 @@ [Material Design Guidelines: Snackbars](https://material.io/design/components/snackbars.html)

![](https://raw.githubusercontent.com/material-components/material-components-web-components/f03dce4944b4b3fb02a1467dd03f7afc0b279a0a/packages/snackbar/images/standard.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/4f5e01f380a9f1e5d4d3b0294d5110692bcdaee6/packages/snackbar/images/standard.png)

@@ -49,3 +49,3 @@ ```html

![](https://raw.githubusercontent.com/material-components/material-components-web-components/f03dce4944b4b3fb02a1467dd03f7afc0b279a0a/packages/snackbar/images/action_and_dismiss.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/4f5e01f380a9f1e5d4d3b0294d5110692bcdaee6/packages/snackbar/images/action_and_dismiss.png)

@@ -61,3 +61,3 @@ ```html

![](https://raw.githubusercontent.com/material-components/material-components-web-components/f03dce4944b4b3fb02a1467dd03f7afc0b279a0a/packages/snackbar/images/custom_action_color.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/4f5e01f380a9f1e5d4d3b0294d5110692bcdaee6/packages/snackbar/images/custom_action_color.png)

@@ -77,3 +77,3 @@ ```css

![](https://raw.githubusercontent.com/material-components/material-components-web-components/f03dce4944b4b3fb02a1467dd03f7afc0b279a0a/packages/snackbar/images/stacked.png)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/4f5e01f380a9f1e5d4d3b0294d5110692bcdaee6/packages/snackbar/images/stacked.png)

@@ -101,3 +101,3 @@ ### Leading

| `isOpen` | `boolean` (read-only) | Whether the snackbar is currently open.
| `timeoutMs` | `number` | Automatic dismiss timeout in milliseconds. Value must be between `4000` and `10000` or an error will be thrown. Defaults to `5000` (5 seconds).
| `timeoutMs` | `number` | Automatic dismiss timeout in milliseconds. Value must be between `4000` and `10000` (or `-1` to disable the timeout completely) or an error will be thrown. Defaults to `5000` (5 seconds).
| `closeOnEscape` | `boolean` | Whether the snackbar closes when it is focused and the user presses the ESC key. Defaults to `true`.

@@ -128,3 +128,3 @@ | `labelText` | `string` | The text content of the label element.

| ----------------------------- | ------- |------------
| `--mdc-snackbar-action-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/f03dce4944b4b3fb02a1467dd03f7afc0b279a0a/packages/snackbar/images/color_bb86fc.png) `#bb86fc` | Color of the action button text.
| `--mdc-snackbar-action-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/4f5e01f380a9f1e5d4d3b0294d5110692bcdaee6/packages/snackbar/images/color_bb86fc.png) `#bb86fc` | Color of the action button text.

@@ -131,0 +131,0 @@ ## Additional references

Sorry, the diff of this file is not supported yet