@material/mwc-floating-label
Advanced tools
Comparing version 0.26.0-canary.4abe237e.0 to 0.26.0-canary.60449b7b.0
@@ -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 { |
@@ -1,1 +0,1 @@ | ||
export declare const styles: import("lit-element").CSSResult; | ||
export declare const styles: import("lit").CSSResult; |
@@ -6,4 +6,4 @@ /** | ||
*/ | ||
import { css } from 'lit-element'; | ||
import { css } from 'lit'; | ||
export const styles = css `:host{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto, sans-serif;font-family:var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size, 1rem);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height, 1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight, 400);letter-spacing:0.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);text-decoration:inherit;text-decoration:var(--mdc-typography-subtitle1-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform, inherit);position:absolute;left:0;transform-origin:left top;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1);line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir=rtl] :host,:host([dir=rtl]){right:0;left:auto;transform-origin:right top;text-align:right}:host(.--float-above){cursor:auto}.mdc-floating-label--float-above{transform:translateY(-106%) scale(0.75)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(calc(4% - 0%)) translateY(-106%) scale(0.75)}66%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)}}`; | ||
//# sourceMappingURL=mwc-floating-label.css.js.map |
{ | ||
"name": "@material/mwc-floating-label", | ||
"version": "0.26.0-canary.4abe237e.0", | ||
"version": "0.26.0-canary.60449b7b.0", | ||
"description": "Material Design floating label web component", | ||
@@ -19,12 +19,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/floating-label": "=13.0.0-canary.c79aa0cdd.0", | ||
"lit-element": "^3.0.0", | ||
"lit-html": "^2.0.0", | ||
"@material/floating-label": "=14.0.0-canary.9803d2dc1.0", | ||
"lit": "^2.0.0", | ||
"tslib": "^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"@material/animation": "=13.0.0-canary.c79aa0cdd.0", | ||
"@material/base": "=13.0.0-canary.c79aa0cdd.0", | ||
"@material/rtl": "=13.0.0-canary.c79aa0cdd.0", | ||
"@material/typography": "=13.0.0-canary.c79aa0cdd.0" | ||
"@material/animation": "=14.0.0-canary.9803d2dc1.0", | ||
"@material/base": "=14.0.0-canary.9803d2dc1.0", | ||
"@material/rtl": "=14.0.0-canary.9803d2dc1.0", | ||
"@material/typography": "=14.0.0-canary.9803d2dc1.0" | ||
}, | ||
@@ -37,3 +36,3 @@ "scripts": { | ||
}, | ||
"gitHead": "c0c828f0240aea9472d319d4a1bb77871c960873" | ||
"gitHead": "cb5b8ebecb046df6d10001a163b69a26954c94bf" | ||
} |
Sorry, the diff of this file is not supported yet
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
3
26333
+ Addedlit@^2.0.0
+ Addedlit@2.8.0(transitive)
- Removedlit-element@^3.0.0
- Removedlit-html@^2.0.0