@vaadin/vaadin-themable-mixin
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -12,3 +12,3 @@ { | ||
"name": "@vaadin/vaadin-themable-mixin", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"main": "vaadin-themable-mixin.js", | ||
@@ -15,0 +15,0 @@ "author": "Vaadin Ltd", |
@@ -25,2 +25,2 @@ /** | ||
*/ | ||
declare function registerStyles(themeFor: String|null, styles: CSSResult|Array<CSSResult|null>|null): void; | ||
declare function registerStyles(themeFor: String|null, styles: CSSResult|Array<CSSResult|null>|null, options?: object|null): void; |
@@ -16,3 +16,3 @@ import '@polymer/polymer/lib/elements/dom-module.js'; | ||
* matching themeFor and included in the local scope of each component instance | ||
* @param {Object} [options] Additional options | ||
* @param {Object=} options Additional options | ||
* @return {void} | ||
@@ -19,0 +19,0 @@ */ |
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
43022