@material/mwc-floating-label
Advanced tools
Comparing version 0.25.1 to 0.25.2
@@ -7,3 +7,3 @@ /** | ||
import { MDCFloatingLabelFoundation } from '@material/floating-label/foundation'; | ||
import { AttributePart, Directive, DirectiveParameters, PartInfo } from 'lit-html/directive.js'; | ||
import { AttributePart, Directive, DirectiveParameters, PartInfo } from 'lit/directive.js'; | ||
export interface FloatingLabel extends HTMLLabelElement { | ||
@@ -23,3 +23,3 @@ floatingLabelFoundation: MDCFloatingLabelFoundation; | ||
} | ||
export declare const floatingLabel: (_label: string) => import("lit-html/directive.js").DirectiveResult<typeof FloatingLabelDirective>; | ||
export declare const floatingLabel: (_label: string) => import("lit-html/directive").DirectiveResult<typeof FloatingLabelDirective>; | ||
export {}; |
@@ -7,3 +7,3 @@ /** | ||
import { MDCFloatingLabelFoundation } from '@material/floating-label/foundation'; | ||
import { directive, Directive, PartType } from 'lit-html/directive.js'; | ||
import { directive, Directive, PartType } from 'lit/directive.js'; | ||
const createAdapter = (labelElement) => { | ||
@@ -10,0 +10,0 @@ return { |
{ | ||
"name": "@material/mwc-floating-label", | ||
"version": "0.25.1", | ||
"version": "0.25.2", | ||
"description": "Material Design floating label web component", | ||
@@ -19,12 +19,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/floating-label": "=13.0.0-canary.65125b3a6.0", | ||
"lit-element": "^3.0.0", | ||
"lit-html": "^2.0.0", | ||
"@material/floating-label": "=14.0.0-canary.353ca7e9f.0", | ||
"lit": "^2.0.0", | ||
"tslib": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@material/animation": "=13.0.0-canary.65125b3a6.0", | ||
"@material/base": "=13.0.0-canary.65125b3a6.0", | ||
"@material/rtl": "=13.0.0-canary.65125b3a6.0", | ||
"@material/typography": "=13.0.0-canary.65125b3a6.0" | ||
"@material/animation": "=14.0.0-canary.353ca7e9f.0", | ||
"@material/base": "=14.0.0-canary.353ca7e9f.0", | ||
"@material/rtl": "=14.0.0-canary.353ca7e9f.0", | ||
"@material/typography": "=14.0.0-canary.353ca7e9f.0" | ||
}, | ||
@@ -37,3 +36,3 @@ "scripts": { | ||
}, | ||
"gitHead": "b1c1ab5230f56f6bce405387b9c75cc7111cacc2" | ||
"gitHead": "c3aa844c2a09ff9868820ce946f25f9df7714560" | ||
} |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
3
0
100
26339
10
94
+ Addedlit@^2.0.0
+ Addedlit@2.8.0(transitive)
- Removedlit-element@^3.0.0
- Removedlit-html@^2.0.0