@vaadin/vaadin-themable-mixin
Advanced tools
Comparing version 1.1.5-pre.4 to 1.2.0-alpha1
@@ -12,3 +12,3 @@ { | ||
"name": "@vaadin/vaadin-themable-mixin", | ||
"version": "1.1.5-pre.4", | ||
"version": "1.2.0-alpha1", | ||
"main": "vaadin-themable-mixin.js", | ||
@@ -24,13 +24,12 @@ "author": "Vaadin Ltd", | ||
"supports-color": "3.1.2", | ||
"type-detect": "1.0.0", | ||
"@webcomponents/webcomponentsjs": "2.0.0" | ||
"type-detect": "1.0.0" | ||
}, | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0" | ||
"@polymer/polymer": "^3.0.0-pre.12" | ||
}, | ||
"devDependencies": { | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.18", | ||
"@webcomponents/webcomponentsjs": "^2.0.0", | ||
"wct-browser-legacy": "^0.0.1-pre.11" | ||
"@polymer/iron-test-helpers": "^3.0.0-pre.12", | ||
"@webcomponents/webcomponentsjs": "^1.0.0", | ||
"wct-browser-legacy": "0.0.1-pre.11" | ||
} | ||
} |
import { DomModule } from '@polymer/polymer/lib/elements/dom-module.js'; | ||
/** | ||
* @polymerMixin | ||
*/ | ||
export const ThemableMixin = superClass => class VaadinThemableMixin extends superClass { | ||
/** @protected */ | ||
static finalize() { | ||
@@ -9,0 +7,0 @@ super.finalize(); |
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
25836
5
49