@fooloomanzoo/input-picker-pattern
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -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
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
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
321409
7636