@vaadin/vaadin-ordered-layout
Advanced tools
Comparing version 1.3.0 to 1.4.0-alpha1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-ordered-layout", | ||
"version": "1.3.0", | ||
"version": "1.4.0-alpha1", | ||
"main": "imports.js", | ||
@@ -22,3 +22,5 @@ "author": "Vaadin Ltd", | ||
"files": [ | ||
"vaadin-*.d.ts", | ||
"vaadin-*.js", | ||
"@types", | ||
"imports.js", | ||
@@ -36,11 +38,11 @@ "src", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-themable-mixin": "^1.2.1", | ||
"@vaadin/vaadin-themable-mixin": "^1.6.1", | ||
"@vaadin/vaadin-lumo-styles": "^1.1.0", | ||
"@vaadin/vaadin-material-styles": "^1.1.0", | ||
"@vaadin/vaadin-element-mixin": "^2.3.0" | ||
"@vaadin/vaadin-element-mixin": "^2.4.1" | ||
}, | ||
"scripts": { | ||
"generate-typings": "gen-typescript-declarations --outDir . --verify" | ||
}, | ||
"devDependencies": { | ||
"generate-typings": "gen-typescript-declarations --outDir . --verify" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^4.0.0", | ||
@@ -47,0 +49,0 @@ "@polymer/iron-demo-helpers": "^3.0.0", |
@@ -33,2 +33,3 @@ /** | ||
* @mixes ThemableMixin | ||
* @mixes ElementMixin | ||
* @demo demo/index.html | ||
@@ -92,3 +93,3 @@ */ | ||
static get version() { | ||
return '1.3.0'; | ||
return '1.4.0-alpha1'; | ||
} | ||
@@ -95,0 +96,0 @@ } |
@@ -22,2 +22,3 @@ /** | ||
* @mixes ThemableMixin | ||
* @mixes ElementMixin | ||
*/ | ||
@@ -63,2 +64,3 @@ class ScrollerElement extends ElementMixin(ThemableMixin(PolymerElement)) { | ||
* When `scrollDirection` is undefined scrollbars will be shown in both directions. | ||
* @type {!ScrollerScrollDirection} | ||
*/ | ||
@@ -73,3 +75,3 @@ scrollDirection: { | ||
static get version() { | ||
return '1.3.0'; | ||
return '1.4.0-alpha1'; | ||
} | ||
@@ -76,0 +78,0 @@ } |
@@ -33,2 +33,3 @@ /** | ||
* @mixes ThemableMixin | ||
* @mixes ElementMixin | ||
* @demo demo/index.html | ||
@@ -83,3 +84,3 @@ */ | ||
static get version() { | ||
return '1.3.0'; | ||
return '1.4.0-alpha1'; | ||
} | ||
@@ -86,0 +87,0 @@ } |
import './theme/lumo/vaadin-horizontal-layout.js'; | ||
export * from './src/vaadin-horizontal-layout.js'; |
import './theme/lumo/vaadin-scroller.js'; | ||
export * from './src/vaadin-scroller.js'; |
import './theme/lumo/vaadin-vertical-layout.js'; | ||
export * from './src/vaadin-vertical-layout.js'; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
40824
29
710
1