@vaadin/vaadin-checkbox
Advanced tools
Comparing version 2.0.0-pre.1 to 2.0.0-pre.2
@@ -1,3 +0,3 @@ | ||
import { html } from '../../../@polymer/polymer/lib/utils/html-tag.js'; | ||
import { PolymerElement } from '../../../@polymer/polymer/polymer-element.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
import { PolymerElement } from '@polymer/polymer/polymer-element.js'; | ||
class CheckboxA11yDemos extends DemoReadyEventEmitter(CheckboxDemo(PolymerElement)) { | ||
@@ -4,0 +4,0 @@ static get template() { |
@@ -1,3 +0,3 @@ | ||
import { html } from '../../../@polymer/polymer/lib/utils/html-tag.js'; | ||
import { PolymerElement } from '../../../@polymer/polymer/polymer-element.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
import { PolymerElement } from '@polymer/polymer/polymer-element.js'; | ||
class CheckboxBasicDemos extends DemoReadyEventEmitter(CheckboxDemo(PolymerElement)) { | ||
@@ -4,0 +4,0 @@ static get template() { |
@@ -1,3 +0,3 @@ | ||
import { html } from '../../../@polymer/polymer/lib/utils/html-tag.js'; | ||
import { PolymerElement } from '../../../@polymer/polymer/polymer-element.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
import { PolymerElement } from '@polymer/polymer/polymer-element.js'; | ||
class CheckboxIndeterminateDemos extends DemoReadyEventEmitter(CheckboxDemo(PolymerElement)) { | ||
@@ -4,0 +4,0 @@ static get template() { |
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-checkbox", | ||
"version": "2.0.0-pre.1", | ||
"version": "2.0.0-pre.2", | ||
"main": "vaadin-checkbox.js", | ||
@@ -30,5 +30,5 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-control-state-mixin": "^2.0.3-pre.1", | ||
"@vaadin/vaadin-element-mixin": "^1.0.2-pre.1", | ||
"@vaadin/vaadin-themable-mixin": "^1.1.5-pre.1", | ||
"@vaadin/vaadin-lumo-styles": "^1.0.0-pre.1", | ||
"@vaadin/vaadin-themable-mixin": "^1.1.5-pre.1" | ||
"@vaadin/vaadin-element-mixin": "^1.0.2-pre.1" | ||
}, | ||
@@ -38,8 +38,8 @@ "devDependencies": { | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.12", | ||
"@polymer/iron-form": "^3.0.0-pre.12", | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.12", | ||
"@webcomponents/webcomponentsjs": "^1.0.0", | ||
"wct-browser-legacy": "0.0.1-pre.11", | ||
"@vaadin/vaadin-demo-helpers": "^1.2.5-pre.1", | ||
"@webcomponents/webcomponentsjs": "^1.0.0", | ||
"wct-browser-legacy": "0.0.1-pre.11" | ||
"@polymer/iron-form": "^3.0.0-pre.12" | ||
} | ||
} |
![Bower version](https://img.shields.io/bower/v/vaadin-checkbox.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-checkbox) | ||
@@ -3,0 +4,0 @@ [![Build Status](https://travis-ci.org/vaadin/vaadin-checkbox.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-checkbox) |
@@ -1,7 +0,7 @@ | ||
import { PolymerElement } from '../../../@polymer/polymer/polymer-element.js'; | ||
import { GestureEventListeners } from '../../../@polymer/polymer/lib/mixins/gesture-event-listeners.js'; | ||
import { ThemableMixin } from '../../../@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | ||
import { ControlStateMixin } from '../../../@vaadin/vaadin-control-state-mixin/vaadin-control-state-mixin.js'; | ||
import { ElementMixin } from '../../../@vaadin/vaadin-element-mixin/vaadin-element-mixin.js'; | ||
import { html } from '../../../@polymer/polymer/lib/utils/html-tag.js'; | ||
import { PolymerElement } from '@polymer/polymer/polymer-element.js'; | ||
import { GestureEventListeners } from '@polymer/polymer/lib/mixins/gesture-event-listeners.js'; | ||
import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | ||
import { ControlStateMixin } from '@vaadin/vaadin-control-state-mixin/vaadin-control-state-mixin.js'; | ||
import { ElementMixin } from '@vaadin/vaadin-element-mixin/vaadin-element-mixin.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
/** | ||
@@ -101,3 +101,3 @@ * `<vaadin-checkbox>` is a Polymer 2 element for customized checkboxes. | ||
static get version() { | ||
return '2.0.0-pre.1'; | ||
return '2.0.0-pre.2'; | ||
} | ||
@@ -104,0 +104,0 @@ |
@@ -1,3 +0,3 @@ | ||
import '../../../../@vaadin/vaadin-lumo-styles/color.js'; | ||
import '../../../../@vaadin/vaadin-lumo-styles/style.js'; | ||
import '@vaadin/vaadin-lumo-styles/color.js'; | ||
import '@vaadin/vaadin-lumo-styles/style.js'; | ||
const $_documentContainer = document.createElement('div'); | ||
@@ -40,3 +40,2 @@ $_documentContainer.setAttribute('style', 'display: none;'); | ||
pointer-events: none; | ||
will-change: transform; | ||
line-height: 1.2; | ||
@@ -142,3 +141,2 @@ } | ||
transition: transform 0.1s, opacity 0.8s; | ||
will-change: transform, opacity; | ||
} | ||
@@ -145,0 +143,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
91
71071
27
577
1