Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polymer/paper-dialog-scrollable

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polymer/paper-dialog-scrollable - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

38

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc