@material/mwc-snackbar
Advanced tools
Comparing version 0.23.0-canary.73e9f83c.0 to 0.23.0-canary.78b1eaac.0
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
export declare const accessibleSnackbarLabel: (labelText: string, isOpen: boolean) => (part: import("lit-html").Part) => void; |
@@ -6,2 +6,4 @@ /** | ||
*/ | ||
// Style preference for leading underscores. | ||
// tslint:disable:strip-private-property-underscore | ||
import MDCSnackbarFoundation from '@material/snackbar/foundation'; | ||
@@ -8,0 +10,0 @@ import { html, render } from 'lit-html'; |
@@ -1,2 +0,1 @@ | ||
import { __decorate } from "tslib"; | ||
/** | ||
@@ -7,2 +6,5 @@ * @license | ||
*/ | ||
import { __decorate } from "tslib"; | ||
// Style preference for leading underscores. | ||
// tslint:disable:strip-private-property-underscore | ||
import { addHasRemoveClass, BaseElement } from '@material/mwc-base/base-element'; | ||
@@ -9,0 +11,0 @@ import { observer } from '@material/mwc-base/observer'; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2018 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
import { SnackbarBase } from './mwc-snackbar-base'; | ||
@@ -2,0 +7,0 @@ declare global { |
@@ -1,2 +0,1 @@ | ||
import { __decorate } from "tslib"; | ||
/** | ||
@@ -7,2 +6,5 @@ * @license | ||
*/ | ||
import { __decorate } from "tslib"; | ||
// Style preference for leading underscores. | ||
// tslint:disable:strip-private-property-underscore | ||
import { customElement } from 'lit-element'; | ||
@@ -9,0 +11,0 @@ import { SnackbarBase } from './mwc-snackbar-base'; |
{ | ||
"name": "@material/mwc-snackbar", | ||
"version": "0.23.0-canary.73e9f83c.0", | ||
"version": "0.23.0-canary.78b1eaac.0", | ||
"description": "Material Design snackbar web component", | ||
@@ -19,4 +19,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/mwc-base": "0.23.0-canary.73e9f83c.0", | ||
"@material/snackbar": "=12.0.0-canary.22d29cbb4.0", | ||
"@material/mwc-base": "0.23.0-canary.78b1eaac.0", | ||
"@material/snackbar": "=13.0.0-canary.b47dd37a6.0", | ||
"lit-element": "^2.5.1", | ||
@@ -27,4 +27,4 @@ "lit-html": "^1.4.1", | ||
"devDependencies": { | ||
"@material/feature-targeting": "=12.0.0-canary.22d29cbb4.0", | ||
"@material/rtl": "=12.0.0-canary.22d29cbb4.0" | ||
"@material/feature-targeting": "=13.0.0-canary.b47dd37a6.0", | ||
"@material/rtl": "=13.0.0-canary.b47dd37a6.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "scripts": { | ||
}, | ||
"gitHead": "7cb506f7d4ddb8897417b2451e1dce233644faea" | ||
"gitHead": "6052db26d383ccd469e4c4f6cca3c1d2e4533696" | ||
} |
@@ -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/7cb506f7d4ddb8897417b2451e1dce233644faea/packages/snackbar/images/action_button.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/snackbar/images/action_button.png) | ||
@@ -34,3 +34,3 @@ [Material Design Guidelines: Snackbars](https://material.io/design/components/snackbars.html) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/7cb506f7d4ddb8897417b2451e1dce233644faea/packages/snackbar/images/standard.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/snackbar/images/standard.png) | ||
@@ -51,3 +51,3 @@ ```html | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/7cb506f7d4ddb8897417b2451e1dce233644faea/packages/snackbar/images/action_and_dismiss.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/snackbar/images/action_and_dismiss.png) | ||
@@ -63,3 +63,3 @@ ```html | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/7cb506f7d4ddb8897417b2451e1dce233644faea/packages/snackbar/images/custom_action_color.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/snackbar/images/custom_action_color.png) | ||
@@ -79,3 +79,3 @@ ```css | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/7cb506f7d4ddb8897417b2451e1dce233644faea/packages/snackbar/images/stacked.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/snackbar/images/stacked.png) | ||
@@ -129,3 +129,3 @@ ### Leading | ||
| ----------------------------- | ------- |------------ | ||
| `--mdc-snackbar-action-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/7cb506f7d4ddb8897417b2451e1dce233644faea/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/6052db26d383ccd469e4c4f6cca3c1d2e4533696/packages/snackbar/images/color_bb86fc.png) `#bb86fc` | Color of the action button text. | ||
@@ -132,0 +132,0 @@ #### Global CSS Custom Properties |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
63970
363
+ Added@material/mwc-base@0.23.0-canary.78b1eaac.0(transitive)
- Removed@material/mwc-base@0.23.0-canary.73e9f83c.0(transitive)