Comparing version 0.0.1-alpha.5 to 0.0.1-alpha.6
@@ -44,3 +44,3 @@ import { unsafeCSS as b, LitElement as g, html as l, nothing as r } from "lit"; | ||
} | ||
updated() { | ||
firstUpdated() { | ||
this.manageRequired(null); | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "mds-input", | ||
"private": false, | ||
"version": "0.0.1-alpha.5", | ||
"version": "0.0.1-alpha.6", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "main": "dist/mds-input.js", |
@@ -96,3 +96,3 @@ import { LitElement } from 'lit'; | ||
constructor(); | ||
updated(): void; | ||
firstUpdated(): void; | ||
connectedCallback(): void; | ||
@@ -99,0 +99,0 @@ private getValue; |
44757