@material/mwc-snackbar
Advanced tools
Comparing version 0.14.0-canary.c759cfbc.0 to 0.14.0-canary.cbdfe453.0
@@ -21,4 +21,4 @@ import { __decorate } from "tslib"; | ||
import { html, property, query } from 'lit-element'; | ||
import { classMap } from 'lit-html/directives/class-map'; | ||
import { accessibleSnackbarLabel } from './accessible-snackbar-label-directive'; | ||
import { classMap } from 'lit-html/directives/class-map.js'; | ||
import { accessibleSnackbarLabel } from './accessible-snackbar-label-directive.js'; | ||
const { OPENING_EVENT, OPENED_EVENT, CLOSING_EVENT, CLOSED_EVENT, } = MDCSnackbarFoundation.strings; | ||
@@ -25,0 +25,0 @@ export class SnackbarBase extends BaseElement { |
{ | ||
"name": "@material/mwc-snackbar", | ||
"version": "0.14.0-canary.c759cfbc.0", | ||
"version": "0.14.0-canary.cbdfe453.0", | ||
"description": "", | ||
@@ -18,4 +18,4 @@ "main": "mwc-snackbar.js", | ||
"dependencies": { | ||
"@material/mwc-base": "0.14.0-canary.c759cfbc.0", | ||
"@material/snackbar": "=6.0.0-canary.69edc6e28.0", | ||
"@material/mwc-base": "0.14.0-canary.cbdfe453.0", | ||
"@material/snackbar": "=6.0.0-canary.3657f8863.0", | ||
"lit-element": "^2.2.1", | ||
@@ -28,3 +28,3 @@ "lit-html": "^1.1.2", | ||
}, | ||
"gitHead": "e0a8ac49c085c004f390a2995879e67aea1010e7" | ||
"gitHead": "473c76376428d49a6811e677bf7e1450ef90b5cb" | ||
} |
@@ -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/e0a8ac49c085c004f390a2995879e67aea1010e7/packages/snackbar/images/action_button.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/473c76376428d49a6811e677bf7e1450ef90b5cb/packages/snackbar/images/action_button.png) | ||
@@ -24,3 +24,3 @@ [Material Design Guidelines: Snackbars](https://material.io/design/components/snackbars.html) | ||
> tooling step is required to resolve *bare module specifiers*, as well as | ||
> transpilation and polyfills for Edge and IE11. See | ||
> transpilation and polyfills for IE11. See | ||
> [here](https://github.com/material-components/material-components-web-components#quick-start) | ||
@@ -33,3 +33,3 @@ > for detailed instructions. | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/e0a8ac49c085c004f390a2995879e67aea1010e7/packages/snackbar/images/standard.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/473c76376428d49a6811e677bf7e1450ef90b5cb/packages/snackbar/images/standard.png) | ||
@@ -50,3 +50,3 @@ ```html | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/e0a8ac49c085c004f390a2995879e67aea1010e7/packages/snackbar/images/action_and_dismiss.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/473c76376428d49a6811e677bf7e1450ef90b5cb/packages/snackbar/images/action_and_dismiss.png) | ||
@@ -62,3 +62,3 @@ ```html | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/e0a8ac49c085c004f390a2995879e67aea1010e7/packages/snackbar/images/custom_action_color.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/473c76376428d49a6811e677bf7e1450ef90b5cb/packages/snackbar/images/custom_action_color.png) | ||
@@ -78,3 +78,3 @@ ```css | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/e0a8ac49c085c004f390a2995879e67aea1010e7/packages/snackbar/images/stacked.png) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/473c76376428d49a6811e677bf7e1450ef90b5cb/packages/snackbar/images/stacked.png) | ||
@@ -128,3 +128,3 @@ ### Leading | ||
| ----------------------------- | ------- |------------ | ||
| `--mdc-snackbar-action-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/e0a8ac49c085c004f390a2995879e67aea1010e7/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/473c76376428d49a6811e677bf7e1450ef90b5cb/packages/snackbar/images/color_bb86fc.png) `#bb86fc` | Color of the action button text. | ||
@@ -131,0 +131,0 @@ ## Additional references |
@@ -20,7 +20,7 @@ /** | ||
import MDCSnackbarFoundation from '@material/snackbar/foundation.js'; | ||
import {MDCSnackbarCloseEventDetail} from '@material/snackbar/types'; | ||
import {MDCSnackbarCloseEventDetail} from '@material/snackbar/types.js'; | ||
import {html, property, query} from 'lit-element'; | ||
import {classMap} from 'lit-html/directives/class-map'; | ||
import {classMap} from 'lit-html/directives/class-map.js'; | ||
import {accessibleSnackbarLabel} from './accessible-snackbar-label-directive'; | ||
import {accessibleSnackbarLabel} from './accessible-snackbar-label-directive.js'; | ||
@@ -27,0 +27,0 @@ const { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81999
+ Added@material/mwc-base@0.14.0-canary.cbdfe453.0(transitive)
- Removed@material/mwc-base@0.14.0-canary.c759cfbc.0(transitive)