@material/mwc-formfield
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -1,1 +0,1 @@ | ||
export declare const style: import("lit-html/lib/template-result").TemplateResult; | ||
export declare const style: import("lit-html").TemplateResult; |
@@ -25,3 +25,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import { FormElement } from '@material/mwc-base/form-element.js'; | ||
import { classMap } from 'lit-html/directives/classMap.js'; | ||
import { classMap } from 'lit-html/directives/class-map.js'; | ||
import { findAssignedElement } from '@material/mwc-base/utils.js'; | ||
@@ -28,0 +28,0 @@ import { style } from './mwc-formfield-css.js'; |
{ | ||
"name": "@material/mwc-formfield", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "", | ||
@@ -13,5 +13,5 @@ "main": "mwc-formfield.js", | ||
"@material/form-field": "^0.40.0", | ||
"@material/mwc-base": "^0.3.3", | ||
"@polymer/lit-element": "^0.6.4", | ||
"lit-html": "^0.14.0" | ||
"@material/mwc-base": "^0.3.4", | ||
"@polymer/lit-element": "^0.6.5", | ||
"lit-html": "^1.0.0-rc.1" | ||
}, | ||
@@ -18,0 +18,0 @@ "publishConfig": { |
@@ -19,3 +19,3 @@ /** | ||
import {FormElement} from '@material/mwc-base/form-element.js'; | ||
import {classMap} from 'lit-html/directives/classMap.js'; | ||
import {classMap} from 'lit-html/directives/class-map.js'; | ||
import {findAssignedElement} from '@material/mwc-base/utils.js'; | ||
@@ -22,0 +22,0 @@ import {style} from './mwc-formfield-css.js'; |
Sorry, the diff of this file is not supported yet
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
25935
- Removedlit-html@0.14.0(transitive)
Updated@material/mwc-base@^0.3.4
Updated@polymer/lit-element@^0.6.5
Updatedlit-html@^1.0.0-rc.1