@polymer/paper-dialog-behavior
Advanced tools
Comparing version 1.2.7-pre.3 to 3.0.0-pre.1
{ | ||
"name": "@polymer/paper-dialog-behavior", | ||
"flat": true, | ||
"version": "1.2.7-pre.3", | ||
"version": "3.0.0-pre.1", | ||
"description": "Implements a behavior used for material design dialogs", | ||
@@ -19,10 +19,10 @@ "contributors": "The Polymer Authors", | ||
}, | ||
"license": "SEE LICENSE IN http://polymer.github.io/LICENSE.txt", | ||
"license": "http://polymer.github.io/LICENSE.txt", | ||
"homepage": "https://github.com/PolymerElements/paper-dialog-behavior", | ||
"dependencies": { | ||
"@polymer/iron-overlay-behavior": "preview", | ||
"@polymer/paper-styles": "preview", | ||
"@polymer/polymer": "preview" | ||
"@polymer/iron-overlay-behavior": "^3.0.0-pre.1", | ||
"@polymer/paper-styles": "^3.0.0-pre.1", | ||
"@polymer/polymer": "^3.0.0-pre.1" | ||
}, | ||
"devDependencies": {} | ||
} |
@@ -1,22 +0,6 @@ | ||
<!--- | ||
This README is automatically generated from the comments in these files: | ||
paper-dialog-behavior.html | ||
Edit those files, and our readme bot will duplicate them over here! | ||
Edit this file, and the bot will squash your changes :) | ||
The bot does some handling of markdown. Please file a bug if it does the wrong | ||
thing! https://github.com/PolymerLabs/tedium/issues | ||
--> | ||
[![Build status](https://travis-ci.org/PolymerElements/paper-dialog-behavior.svg?branch=master)](https://travis-ci.org/PolymerElements/paper-dialog-behavior) | ||
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/PolymerElements/paper-dialog-behavior) | ||
_[Demo and API docs](https://elements.polymer-project.org/elements/paper-dialog-behavior)_ | ||
## Polymer.PaperDialogBehavior | ||
##Polymer.PaperDialogBehavior | ||
Use `Polymer.PaperDialogBehavior` and `paper-dialog-shared-styles.html` to implement a Material Design | ||
@@ -46,2 +30,8 @@ dialog. | ||
### Changes in 2.0 | ||
- `paper-dialog-shared-styles` styles direct `h2` and `.buttons` children of the dialog because of how [`::slotted` works](https://developers.google.com/web/fundamentals/primers/shadowdom/?hl=en#stylinglightdom) | ||
(compound selector will select only top level nodes) | ||
- Removed `paper-dialog-common.css` as it's a duplicate of `paper-dialog-shared-styles.html`. | ||
Import the shared styles via `<style include="paper-dialog-shared-styles">` ([see example](demo/simple-dialog.html)) | ||
### Accessibility | ||
@@ -48,0 +38,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
45971
17
239
45
+ Added@polymer/font-roboto@3.0.2(transitive)
+ Added@polymer/iron-a11y-keys-behavior@3.0.1(transitive)
+ Added@polymer/iron-fit-behavior@3.1.0(transitive)
+ Added@polymer/iron-flex-layout@3.0.1(transitive)
+ Added@polymer/iron-overlay-behavior@3.0.3(transitive)
+ Added@polymer/iron-resizable-behavior@3.0.1(transitive)
+ Added@polymer/paper-styles@3.0.1(transitive)
+ Added@polymer/polymer@3.5.2(transitive)
+ Added@webcomponents/shadycss@1.11.2(transitive)
- Removed@polymer/font-roboto@1.0.1-pre.3(transitive)
- Removed@polymer/iron-a11y-keys-behavior@1.1.9-pre.3(transitive)
- Removed@polymer/iron-fit-behavior@1.2.5-pre.3(transitive)
- Removed@polymer/iron-flex-layout@1.3.1-pre.3(transitive)
- Removed@polymer/iron-overlay-behavior@1.10.2-pre.3(transitive)
- Removed@polymer/iron-resizable-behavior@1.0.5-pre.3(transitive)
- Removed@polymer/paper-styles@1.1.5-pre.3(transitive)