@polymer/paper-dialog-behavior
Advanced tools
Comparing version 3.0.0-pre.8 to 3.0.0-pre.10
{ | ||
"name": "paper-dialog-behavior", | ||
"version": "2.0.1", | ||
"description": "Implements a behavior used for material design dialogs", | ||
@@ -5,0 +4,0 @@ "authors": "The Polymer Authors", |
{ | ||
"name": "@polymer/paper-dialog-behavior", | ||
"flat": true, | ||
"version": "3.0.0-pre.8", | ||
"version": "3.0.0-pre.10", | ||
"description": "Implements a behavior used for material design dialogs", | ||
@@ -22,16 +22,16 @@ "contributors": "The Polymer Authors", | ||
"dependencies": { | ||
"@polymer/iron-overlay-behavior": "^3.0.0-pre.7", | ||
"@polymer/paper-styles": "^3.0.0-pre.7", | ||
"@polymer/polymer": "^3.0.0-pre.7" | ||
"@polymer/iron-overlay-behavior": "^3.0.0-pre.10", | ||
"@polymer/paper-styles": "^3.0.0-pre.10", | ||
"@polymer/polymer": "^3.0.0-pre.10" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^3.0.0-pre.7", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.7", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.7", | ||
"@polymer/paper-button": "^3.0.0-pre.7", | ||
"@polymer/paper-dialog-scrollable": "^3.0.0-pre.7", | ||
"@polymer/paper-dropdown-menu": "^3.0.0-pre.7", | ||
"@polymer/paper-icon-button": "^3.0.0-pre.7", | ||
"@polymer/paper-item": "^3.0.0-pre.7", | ||
"@polymer/paper-listbox": "^3.0.0-pre.7", | ||
"@polymer/iron-component-page": "^3.0.0-pre.10", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.10", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.10", | ||
"@polymer/paper-button": "^3.0.0-pre.10", | ||
"@polymer/paper-dialog-scrollable": "^3.0.0-pre.10", | ||
"@polymer/paper-dropdown-menu": "^3.0.0-pre.10", | ||
"@polymer/paper-icon-button": "^3.0.0-pre.10", | ||
"@polymer/paper-item": "^3.0.0-pre.10", | ||
"@polymer/paper-listbox": "^3.0.0-pre.10", | ||
"wct-browser-legacy": "0.0.1-pre.11", | ||
@@ -38,0 +38,0 @@ "@webcomponents/webcomponentsjs": "^1.0.0" |
@@ -37,2 +37,5 @@ import '../polymer/polymer.js'; | ||
/** | ||
* @return {void} | ||
*/ | ||
ready: function() { | ||
@@ -39,0 +42,0 @@ // Only now these properties can be read. |
@@ -52,2 +52,3 @@ import '../polymer/polymer.js'; | ||
:host > ::slotted(.paper-dialog-buttons), | ||
:host > ::slotted(.buttons) { | ||
@@ -54,0 +55,0 @@ position: relative; |
@@ -15,3 +15,3 @@ [![Build status](https://travis-ci.org/PolymerElements/paper-dialog-behavior.svg?branch=master)](https://travis-ci.org/PolymerElements/paper-dialog-behavior) | ||
<div>Dialog body</div> | ||
<div class="buttons"> | ||
<div class="paper-dialog-buttons"> | ||
<paper-button dialog-dismiss>Cancel</paper-button> | ||
@@ -24,3 +24,3 @@ <paper-button dialog-confirm>Accept</paper-button> | ||
`paper-dialog-shared-styles.html` provide styles for a header, content area, and an action area for buttons. | ||
Use the `<h2>` tag for the header and the `buttons` class for the action area. You can use the | ||
Use the `<h2>` tag for the header and the `paper-dialog-buttons` or `buttons` class for the action area. You can use the | ||
`paper-dialog-scrollable` element (in its own repository) if you need a scrolling content area. | ||
@@ -27,0 +27,0 @@ |
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
314
34797
15