@vaadin/vaadin-themable-mixin
Advanced tools
Comparing version 20.0.0-beta1 to 21.0.0-alpha0.29f1db3de
{ | ||
"name": "@vaadin/vaadin-themable-mixin", | ||
"version": "20.0.0-beta1", | ||
"version": "21.0.0-alpha0.29f1db3de", | ||
"description": "vaadin-themable-mixin", | ||
@@ -27,7 +27,7 @@ "main": "vaadin-themable-mixin.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"lit-element": "^2.0.0" | ||
"lit": "^2.0.0-rc.1" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.1.5", | ||
"@open-wc/testing-helpers": "^1.8.12", | ||
"@vaadin/testing-helpers": "^0.2.1", | ||
"sinon": "^9.2.4" | ||
@@ -38,3 +38,3 @@ }, | ||
}, | ||
"gitHead": "a8bc4c410600c8039e8e3f5fa4c763fdb328e10d" | ||
"gitHead": "70e741f8e450dbea6f50de314514f4a15b2072b9" | ||
} |
@@ -1,4 +0,4 @@ | ||
import { CSSResult } from 'lit-element'; | ||
import { CSSResult } from 'lit'; | ||
export { css, unsafeCSS } from 'lit-element'; | ||
export { css, unsafeCSS } from 'lit'; | ||
@@ -5,0 +5,0 @@ /** |
import '@polymer/polymer/lib/elements/dom-module.js'; | ||
import { CSSResult } from 'lit-element'; | ||
export { css, unsafeCSS } from 'lit-element'; | ||
import { CSSResult } from 'lit'; | ||
export { css, unsafeCSS } from 'lit'; | ||
@@ -5,0 +5,0 @@ let moduleIdIndex = 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
41626
+ Addedlit@^2.0.0-rc.1
+ Added@lit-labs/ssr-dom-shim@1.2.1(transitive)
+ Added@lit/reactive-element@1.6.3(transitive)
+ Added@types/trusted-types@2.0.7(transitive)
+ Addedlit@2.8.0(transitive)
+ Addedlit-element@3.3.3(transitive)
+ Addedlit-html@2.8.0(transitive)
- Removedlit-element@^2.0.0
- Removedlit-element@2.5.1(transitive)
- Removedlit-html@1.4.1(transitive)