@whcg/x-textfield-group
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "@whcg/x-textfield-group", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,3 +0,5 @@ | ||
export default (imports) => { | ||
let { baseMixin, check, classMap, componentThemes, html, LitElement, rxHelpers } = imports | ||
export default (application) => { | ||
let baseMixin = application.mixins.get('baseMixin') | ||
let LitElement = application.libs.get('lit').LitElement | ||
let { check, classMap, componentThemes, html, rxHelpers } = application | ||
let props = () => [ | ||
@@ -4,0 +6,0 @@ { propKey: 'height', propValue: { type: String } }, |
10349
330