@material/mwc-floating-label
Advanced tools
Comparing version 0.26.0 to 0.26.1
@@ -6,4 +6,4 @@ /** | ||
*/ | ||
import { MDCFloatingLabelFoundation } from '@material/floating-label/foundation'; | ||
import { AttributePart, Directive, DirectiveParameters, PartInfo } from 'lit/directive'; | ||
import { MDCFloatingLabelFoundation } from '@material/floating-label/foundation.js'; | ||
import { AttributePart, Directive, DirectiveParameters, PartInfo } from 'lit/directive.js'; | ||
export interface FloatingLabel extends HTMLLabelElement { | ||
@@ -10,0 +10,0 @@ floatingLabelFoundation: MDCFloatingLabelFoundation; |
@@ -6,4 +6,4 @@ /** | ||
*/ | ||
import { MDCFloatingLabelFoundation } from '@material/floating-label/foundation'; | ||
import { directive, Directive, PartType } from 'lit/directive'; | ||
import { MDCFloatingLabelFoundation } from '@material/floating-label/foundation.js'; | ||
import { directive, Directive, PartType } from 'lit/directive.js'; | ||
const createAdapter = (labelElement) => { | ||
@@ -10,0 +10,0 @@ return { |
{ | ||
"name": "@material/mwc-floating-label", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"description": "Material Design floating label web component", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/floating-label": "=14.0.0", | ||
"@material/floating-label": "=14.0.0-canary.53b3cad2f.0", | ||
"lit": "^2.0.0", | ||
@@ -25,6 +25,6 @@ "tslib": "^2.0.1" | ||
"devDependencies": { | ||
"@material/animation": "=14.0.0", | ||
"@material/base": "=14.0.0", | ||
"@material/rtl": "=14.0.0", | ||
"@material/typography": "=14.0.0" | ||
"@material/animation": "=14.0.0-canary.53b3cad2f.0", | ||
"@material/base": "=14.0.0-canary.53b3cad2f.0", | ||
"@material/rtl": "=14.0.0-canary.53b3cad2f.0", | ||
"@material/typography": "=14.0.0-canary.53b3cad2f.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "scripts": { | ||
}, | ||
"gitHead": "056b3ceffbe2fe3408dbdbb319932da85637e779" | ||
"gitHead": "06b516b7f91867acd0cbe5676767aea8f490cbee" | ||
} |
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
26327