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

@polymer/paper-dialog-behavior

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-behavior - npm Package Compare versions

Comparing version 1.2.7-pre.3 to 3.0.0-pre.1

.github/ISSUE_TEMPLATE.md

10

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

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