@vaadin/vaadin-item
Advanced tools
Comparing version 2.0.0-pre.1 to 2.0.0-pre.2
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-item", | ||
"version": "2.0.0-pre.1", | ||
"version": "2.0.0-pre.2", | ||
"main": "vaadin-item.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
![Bower version](https://img.shields.io/bower/v/vaadin-item.svg) | ||
[![npm version](https://badge.fury.io/js/%40vaadin%2Fvaadin-checkbox.svg)](https://badge.fury.io/js/%40vaadin%2Fvaadin-checkbox) | ||
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/vaadin-item) | ||
@@ -3,0 +4,0 @@ [![Build Status](https://travis-ci.org/vaadin/vaadin-item.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-item) |
@@ -1,5 +0,5 @@ | ||
import { PolymerElement } from '../../../@polymer/polymer/polymer-element.js'; | ||
import { ThemableMixin } from '../../../@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | ||
import { PolymerElement } from '@polymer/polymer/polymer-element.js'; | ||
import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | ||
import { ItemMixin } from './vaadin-item-mixin.js'; | ||
import { html } from '../../../@polymer/polymer/lib/utils/html-tag.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
/** | ||
@@ -67,3 +67,3 @@ * `<vaadin-item>` is a Polymer 2 element providing layout for items in tabs and menus. | ||
static get version() { | ||
return '2.0.0-pre.1'; | ||
return '2.0.0-pre.2'; | ||
} | ||
@@ -70,0 +70,0 @@ } |
@@ -1,6 +0,6 @@ | ||
import '../../../../@vaadin/vaadin-lumo-styles/font-icons.js'; | ||
import '../../../../@vaadin/vaadin-lumo-styles/sizing.js'; | ||
import '../../../../@vaadin/vaadin-lumo-styles/spacing.js'; | ||
import '../../../../@vaadin/vaadin-lumo-styles/style.js'; | ||
import '../../../../@vaadin/vaadin-lumo-styles/typography.js'; | ||
import '@vaadin/vaadin-lumo-styles/font-icons.js'; | ||
import '@vaadin/vaadin-lumo-styles/sizing.js'; | ||
import '@vaadin/vaadin-lumo-styles/spacing.js'; | ||
import '@vaadin/vaadin-lumo-styles/style.js'; | ||
import '@vaadin/vaadin-lumo-styles/typography.js'; | ||
const $_documentContainer = document.createElement('div'); | ||
@@ -7,0 +7,0 @@ $_documentContainer.setAttribute('style', 'display: none;'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
38147
20
89