@tradeshift/elements
Advanced tools
Comparing version 0.2.8 to 0.3.0
{ | ||
"name": "@tradeshift/elements", | ||
"version": "0.2.8", | ||
"version": "0.3.0", | ||
"src": "src/core.js", | ||
"main": "lib/core.cjs.js", | ||
"main": "lib/core.umd.js", | ||
"browser": "lib/core.umd.js", | ||
@@ -11,3 +11,7 @@ "files": [ | ||
], | ||
"gitHead": "aaa800e79562e0e747635b18cb89517dcf10e254" | ||
"dependencies": { | ||
"@open-wc/polyfills-loader": "^0.3.1", | ||
"loadash": "^1.0.0" | ||
}, | ||
"gitHead": "7ef0cb6cf4c0bea9992d4eeb5eee16d14d851a5c" | ||
} |
import { LitElement, unsafeCSS } from 'lit-element'; | ||
import commonCSS from './common.css'; | ||
import cssVariables from './vars.css'; | ||
export { constants, helpers } from './utils'; | ||
@@ -12,3 +14,3 @@ export function customElementDefineHelper(name, component) { | ||
static get styles() { | ||
return unsafeCSS(commonCSS); | ||
return [unsafeCSS(cssVariables), unsafeCSS(commonCSS)]; | ||
} | ||
@@ -15,0 +17,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13
211574
2
453
1
+ Addedloadash@^1.0.0
+ Added@bundled-es-modules/url-polyfill@1.1.4(transitive)
+ Added@open-wc/polyfills-loader@0.3.3(transitive)
+ Added@webcomponents/custom-elements@1.6.0(transitive)
+ Added@webcomponents/shadycss@1.11.2(transitive)
+ Added@webcomponents/shadydom@1.11.0(transitive)
+ Added@webcomponents/template@1.5.1(transitive)
+ Added@webcomponents/webcomponents-platform@1.0.1(transitive)
+ Addedloadash@1.0.0(transitive)