demio-ui 1.0.52 → 1.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,6 +11,7 @@ type Props = {
11
11
  hint?: string;
12
12
  id: string;
13
13
  inputWrapperClass?: string;
14
+ isLabelFloating?: boolean;
14
15
  label?: string;
15
16
  maxLength?: number;
16
17
  name?: string;
package/dist/types.d.ts CHANGED
@@ -215,6 +215,7 @@ type Props$1 = {
215
215
  hint?: string;
216
216
  id: string;
217
217
  inputWrapperClass?: string;
218
+ isLabelFloating?: boolean;
218
219
  label?: string;
219
220
  maxLength?: number;
220
221
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",