ng2-material-dropdown
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -913,3 +913,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
// module | ||
exports.push([module.id, ".ng2-dropdown-menu-container {\n position: fixed;\n z-index: 2;\n overflow-y: auto;\n box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);\n padding: 0.5em 0;\n background: #fff;\n border-radius: 2px;\n display: none; }\n\n.ng2-dropdown-menu-container.ng2-dropdown-menu-container--open {\n display: block; }\n\n.ng2-dropdown-menu-container--2 {\n width: 150px; }\n\n.ng2-dropdown-menu-container--4 {\n width: 250px; }\n\n.ng2-dropdown-menu-container--6 {\n width: 320px; }\n\n.ng2-dropdown-menu-container:focus {\n outline: 0;\n box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }\n\n.ng2-dropdown-menu {\n position: relative; }\n\n.ng2-dropdown-menu * {\n opacity: 0;\n -webkit-transition: opacity 0.5s;\n transition: opacity 0.5s; }\n\n.ng2-dropdown-menu-container.ng2-dropdown-menu-container--open * {\n opacity: 1; }\n\n.ng2-dropdown-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 1; }\n\nng2-menu-divider {\n height: 1px;\n min-height: 1px;\n max-height: 1px;\n width: 100%;\n display: block;\n background: #f9f9f9; }\n", ""]); | ||
exports.push([module.id, ".ng2-dropdown-menu-container {\n position: absolute;\n z-index: 2;\n overflow-y: auto;\n box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);\n padding: 0.5em 0;\n background: #fff;\n border-radius: 2px;\n display: none; }\n\n.ng2-dropdown-menu-container.ng2-dropdown-menu-container--open {\n display: block; }\n\n.ng2-dropdown-menu-container--2 {\n width: 150px; }\n\n.ng2-dropdown-menu-container--4 {\n width: 250px; }\n\n.ng2-dropdown-menu-container--6 {\n width: 320px; }\n\n.ng2-dropdown-menu-container:focus {\n outline: 0;\n box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }\n\n.ng2-dropdown-menu {\n position: relative; }\n\n.ng2-dropdown-menu * {\n opacity: 0;\n -webkit-transition: opacity 0.5s;\n transition: opacity 0.5s; }\n\n.ng2-dropdown-menu-container.ng2-dropdown-menu-container--open * {\n opacity: 1; }\n\n.ng2-dropdown-backdrop {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n z-index: 1; }\n\nng2-menu-divider {\n height: 1px;\n min-height: 1px;\n max-height: 1px;\n width: 100%;\n display: block;\n background: #f9f9f9; }\n", ""]); | ||
@@ -916,0 +916,0 @@ // exports |
{ | ||
"name": "ng2-material-dropdown", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Angular 2 material-like Dropdown Component", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
95609