Socket
Socket
Sign inDemoInstall

@fooloomanzoo/input-picker-pattern

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

@fooloomanzoo/input-picker-pattern - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

overlay-element.js

@@ -15,3 +15,3 @@ import { IronOverlayBehavior } from '../../@polymer/iron-overlay-behavior/iron-overlay-behavior.js';

*/
class OverlayElement extends mixinBehaviors([IronOverlayBehavior], PolymerElement) {
export class OverlayElement extends mixinBehaviors([IronOverlayBehavior], PolymerElement) {

@@ -18,0 +18,0 @@ static get is() {

@@ -17,3 +17,3 @@ {

"name": "@fooloomanzoo/input-picker-pattern",
"version": "3.0.3",
"version": "3.0.4",
"authors": [

@@ -25,3 +25,3 @@ "Johannes Brautzsch <fooloomanzoo>"

"prepublishOnly": "npm run build && git add . && git commit -m \"publish new version\" && npm version patch && git push",
"build": "git pull && npm install && npm run analyze",
"build": "git pull && npm update && npm run analyze",
"start": "npm run analyze && polymer serve -o",

@@ -28,0 +28,0 @@ "analyze": "polymer analyze > analysis.json",

@@ -0,3 +1,3 @@

[![Published on NPM](https://img.shields.io/npm/v/@fooloomanzoo/input-picker-pattern.svg)](https://www.npmjs.com/package/@fooloomanzoo/input-picker-pattern)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/fooloomanzoo/input-picker-pattern)
[![API](https://img.shields.io/badge/API-available-green.svg)](https://www.webcomponents.org/element/fooloomanzoo/input-picker-pattern/mixins/InputPickerPattern)

@@ -4,0 +4,0 @@ The repository includes various helper components and standard styles used in elements like [number-input](https://github.com/fooloomanzoo/number-input), [text-input](https://github.com/fooloomanzoo/text-input), [color-input](https://github.com/fooloomanzoo/color-input), [datetime-input](https://github.com/fooloomanzoo/datetime-input), [datetime-picker](https://github.com/fooloomanzoo/datetime-picker) and [color-picker](https://github.com/fooloomanzoo/color-picker).

@@ -27,3 +27,3 @@ import { PolymerElement, html } from '../../../@polymer/polymer/polymer-element.js';

*/
class ComponentPage extends IronComponentPage {
export class ComponentPage extends IronComponentPage {
static get template() {

@@ -82,2 +82,8 @@ return html`

app-toolbar.top a {
text-decoration: none;
display: inline-flex;
color: #000;
}
iron-doc-nav {

@@ -123,7 +129,2 @@ height: 100%;

app-toolbar a {
text-decoration: none;
display: inline-flex;
}
.webcomponents {

@@ -130,0 +131,0 @@ height: 64px;

Sorry, the diff of this file is too big to display

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