@vaadin/vaadin-tabs
Advanced tools
Comparing version 20.0.0-beta1 to 20.0.0-beta2
{ | ||
"name": "@vaadin/vaadin-tabs", | ||
"version": "20.0.0-beta1", | ||
"version": "20.0.0-beta2", | ||
"description": "vaadin-tabs", | ||
@@ -30,13 +30,12 @@ "main": "vaadin-tabs.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-element-mixin": "^20.0.0-beta1", | ||
"@vaadin/vaadin-item": "^20.0.0-beta1", | ||
"@vaadin/vaadin-list-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-element-mixin": "^20.0.0-beta2", | ||
"@vaadin/vaadin-item": "^20.0.0-beta2", | ||
"@vaadin/vaadin-list-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", | ||
"@open-wc/testing-helpers": "^1.8.12", | ||
"@polymer/iron-test-helpers": "^3.0.0", | ||
"@vaadin/testing-helpers": "^0.2.1", | ||
"sinon": "^9.2.1" | ||
@@ -47,3 +46,3 @@ }, | ||
}, | ||
"gitHead": "a8bc4c410600c8039e8e3f5fa4c763fdb328e10d" | ||
"gitHead": "508e847c3b066d30ba8ebe1fd38c75d39cdbe886" | ||
} |
@@ -27,3 +27,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. | ||
*/ | ||
@@ -30,0 +30,0 @@ declare class TabElement extends ElementMixin(ThemableMixin(ItemMixin(HTMLElement))) { |
@@ -31,3 +31,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,3 +49,3 @@ * @extends HTMLElement | ||
static get version() { | ||
return '20.0.0-beta1'; | ||
return '20.0.0-beta2'; | ||
} | ||
@@ -52,0 +52,0 @@ |
@@ -56,3 +56,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. | ||
* | ||
@@ -59,0 +59,0 @@ * @fires {CustomEvent} items-changed - Fired when the `items` property changes. |
@@ -44,3 +44,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. | ||
* | ||
@@ -152,3 +152,3 @@ * @fires {CustomEvent} items-changed - Fired when the `items` property changes. | ||
static get version() { | ||
return '20.0.0-beta1'; | ||
return '20.0.0-beta2'; | ||
} | ||
@@ -155,0 +155,0 @@ |
3
48809