@polymer/paper-dialog-scrollable
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@polymer/paper-dialog-scrollable", | ||
"version": "0.0.3", | ||
"flat": true, | ||
"version": "0.0.4", | ||
"description": "A scrollable area used inside the material design dialog", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/PolymerElements/paper-dialog-scrollable" | ||
}, | ||
"contributors": [ | ||
"The Polymer Authors" | ||
], | ||
"keywords": [ | ||
@@ -15,18 +15,16 @@ "web-components", | ||
], | ||
"contributors": [ | ||
"The Polymer Authors" | ||
], | ||
"license": "BSD-3-Clause", | ||
"main": "paper-dialog-scrollable.html", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/PolymerElements/paper-dialog-scrollable" | ||
}, | ||
"license": "SEE LICENSE IN http://polymer.github.io/LICENSE.txt", | ||
"homepage": "https://github.com/PolymerElements/paper-dialog-scrollable", | ||
"dependencies": { | ||
"@polymer/polymer": "^1.2.5-npm-test.2" | ||
"@polymer/iron-flex-layout": "gloo", | ||
"@polymer/paper-dialog-behavior": "gloo", | ||
"@polymer/paper-styles": "gloo", | ||
"@polymer/polymer": "gloo" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^0.0.3", | ||
"@polymer/iron-flex-layout": "^0.0.3", | ||
"@polymer/paper-dialog": "^0.0.3", | ||
"@polymer/paper-styles": "^0.0.3", | ||
"@polymer/test-fixture": "^0.0.3", | ||
"web-component-tester": "^4.0.0", | ||
"webcomponents.js": "^0.7.0" | ||
} | ||
} | ||
"devDependencies": {} | ||
} |
@@ -15,5 +15,5 @@ | ||
[![Build Status](https://travis-ci.org/PolymerElements/paper-dialog-scrollable.svg?branch=master)](https://travis-ci.org/PolymerElements/paper-dialog-scrollable) | ||
[![Build status](https://travis-ci.org/PolymerElements/paper-dialog-scrollable.svg?branch=master)](https://travis-ci.org/PolymerElements/paper-dialog-scrollable) | ||
_[Demo and API Docs](https://elements.polymer-project.org/elements/paper-dialog-scrollable)_ | ||
_[Demo and API docs](https://elements.polymer-project.org/elements/paper-dialog-scrollable)_ | ||
@@ -46,2 +46,33 @@ | ||
If `paper-dialog-scrollable` is not a direct child of the element implementing `Polymer.PaperDialogBehavior`, | ||
remember to set the `dialogElement`: | ||
```html | ||
<paper-dialog-impl id="myDialog"> | ||
<h2>Header</h2> | ||
<div class="my-content-wrapper"> | ||
<h4>Sub-header</h4> | ||
<paper-dialog-scrollable> | ||
Lorem ipsum... | ||
</paper-dialog-scrollable> | ||
</div> | ||
<div class="buttons"> | ||
<paper-button>OK</paper-button> | ||
</div> | ||
</paper-dialog-impl> | ||
<script> | ||
var scrollable = Polymer.dom(myDialog).querySelector('paper-dialog-scrollable'); | ||
scrollable.dialogElement = myDialog; | ||
</script> | ||
``` | ||
### Styling | ||
The following custom properties and mixins are available for styling: | ||
| Custom property | Description | Default | | ||
| --- | --- | --- | | ||
| `--paper-dialog-scrollable` | Mixin for the scrollable content | {} | | ||
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
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
1
77
8605
4
3
1
0
1
+ Added@polymer/paper-styles@gloo
+ Added@polymer/polymer@1.7.1-npm-test.4(transitive)
- Removed@polymer/polymer@1.2.5-npm-test.2(transitive)
Updated@polymer/polymer@gloo