@vaadin/vaadin-checkbox
Advanced tools
Comparing version 20.0.0-beta1 to 20.0.0-beta2
{ | ||
"name": "@vaadin/vaadin-checkbox", | ||
"version": "20.0.0-beta1", | ||
"version": "20.0.0-beta2", | ||
"description": "vaadin-checkbox", | ||
@@ -29,12 +29,11 @@ "main": "vaadin-checkbox.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-control-state-mixin": "^20.0.0-beta1", | ||
"@vaadin/vaadin-element-mixin": "^20.0.0-beta1", | ||
"@vaadin/vaadin-lumo-styles": "^20.0.0-beta1", | ||
"@vaadin/vaadin-material-styles": "^20.0.0-beta1", | ||
"@vaadin/vaadin-themable-mixin": "^20.0.0-beta1" | ||
"@vaadin/vaadin-control-state-mixin": "^20.0.0-beta2", | ||
"@vaadin/vaadin-element-mixin": "^20.0.0-beta2", | ||
"@vaadin/vaadin-lumo-styles": "^20.0.0-beta2", | ||
"@vaadin/vaadin-material-styles": "^20.0.0-beta2", | ||
"@vaadin/vaadin-themable-mixin": "^20.0.0-beta2" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.1.5", | ||
"@polymer/iron-test-helpers": "^3.0.0", | ||
"@vaadin/testing-helpers": "^0.1.5", | ||
"@vaadin/testing-helpers": "^0.2.1", | ||
"sinon": "^9.2.0" | ||
@@ -45,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "a8bc4c410600c8039e8e3f5fa4c763fdb328e10d" | ||
"gitHead": "508e847c3b066d30ba8ebe1fd38c75d39cdbe886" | ||
} |
@@ -59,3 +59,3 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js'; | ||
* | ||
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki) | ||
* See [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation. | ||
* | ||
@@ -62,0 +62,0 @@ * @fires {CustomEvent} invalid-changed - Fired when the `invalid` property changes. |
@@ -46,3 +46,3 @@ /** | ||
* | ||
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki) | ||
* See [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation. | ||
* | ||
@@ -49,0 +49,0 @@ * @fires {CustomEvent} invalid-changed - Fired when the `invalid` property changes. |
@@ -57,3 +57,3 @@ import { GestureEventListeners } from '@polymer/polymer/lib/mixins/gesture-event-listeners.js'; | ||
* | ||
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki) | ||
* See [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation. | ||
* | ||
@@ -60,0 +60,0 @@ * @fires {Event} change - Fired when the user commits a value change. |
@@ -42,3 +42,3 @@ /** | ||
* | ||
* See [ThemableMixin – how to apply styles for shadow parts](https://github.com/vaadin/vaadin-themable-mixin/wiki) | ||
* See [Styling Components](https://vaadin.com/docs/latest/ds/customization/styling-components) documentation. | ||
* | ||
@@ -120,3 +120,3 @@ * @fires {Event} change - Fired when the user commits a value change. | ||
static get version() { | ||
return '20.0.0-beta1'; | ||
return '20.0.0-beta2'; | ||
} | ||
@@ -123,0 +123,0 @@ |
3
57784