@material/mwc-snackbar
Advanced tools
Comparing version 0.15.0-canary.d6dd84f7.0 to 0.15.0-canary.dae38247.0
{ | ||
"name": "@material/mwc-snackbar", | ||
"version": "0.15.0-canary.d6dd84f7.0", | ||
"version": "0.15.0-canary.dae38247.0", | ||
"description": "", | ||
@@ -18,4 +18,4 @@ "main": "mwc-snackbar.js", | ||
"dependencies": { | ||
"@material/mwc-base": "0.15.0-canary.d6dd84f7.0", | ||
"@material/snackbar": "=6.0.0-canary.05f5e1583.0", | ||
"@material/mwc-base": "0.15.0-canary.dae38247.0", | ||
"@material/snackbar": "=6.0.0-canary.ce6cb7024.0", | ||
"lit-element": "^2.3.0", | ||
@@ -28,3 +28,3 @@ "lit-html": "^1.1.2", | ||
}, | ||
"gitHead": "74f8e8617851a447758cb395b1e8bd3bf4c8c323" | ||
"gitHead": "b704c816f10599ee9a5d9b89a55d9c95d2e36f4e" | ||
} |
@@ -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/74f8e8617851a447758cb395b1e8bd3bf4c8c323/packages/snackbar/images/action_button.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/b704c816f10599ee9a5d9b89a55d9c95d2e36f4e/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/74f8e8617851a447758cb395b1e8bd3bf4c8c323/packages/snackbar/images/standard.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/b704c816f10599ee9a5d9b89a55d9c95d2e36f4e/packages/snackbar/images/standard.png) | ||
@@ -49,3 +49,3 @@ ```html | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/74f8e8617851a447758cb395b1e8bd3bf4c8c323/packages/snackbar/images/action_and_dismiss.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/b704c816f10599ee9a5d9b89a55d9c95d2e36f4e/packages/snackbar/images/action_and_dismiss.png) | ||
@@ -61,3 +61,3 @@ ```html | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/74f8e8617851a447758cb395b1e8bd3bf4c8c323/packages/snackbar/images/custom_action_color.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/b704c816f10599ee9a5d9b89a55d9c95d2e36f4e/packages/snackbar/images/custom_action_color.png) | ||
@@ -77,3 +77,3 @@ ```css | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/74f8e8617851a447758cb395b1e8bd3bf4c8c323/packages/snackbar/images/stacked.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/b704c816f10599ee9a5d9b89a55d9c95d2e36f4e/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/74f8e8617851a447758cb395b1e8bd3bf4c8c323/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/b704c816f10599ee9a5d9b89a55d9c95d2e36f4e/packages/snackbar/images/color_bb86fc.png) `#bb86fc` | Color of the action button text. | ||
@@ -131,0 +131,0 @@ ## Additional references |
82221
+ Added@material/mwc-base@0.15.0-canary.dae38247.0(transitive)
- Removed@material/mwc-base@0.15.0-canary.d6dd84f7.0(transitive)