demio-ui 1.0.53 → 1.0.55

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,7 +11,7 @@ type Props = {
11
11
  hint?: string;
12
12
  id: string;
13
13
  inputWrapperClass?: string;
14
- isLabelFloating?: boolean;
14
+ isLabelStatic?: boolean;
15
15
  label?: string;
16
16
  maxLength?: number;
17
17
  name?: string;
package/dist/types.d.ts CHANGED
@@ -215,7 +215,7 @@ type Props$1 = {
215
215
  hint?: string;
216
216
  id: string;
217
217
  inputWrapperClass?: string;
218
- isLabelFloating?: boolean;
218
+ isLabelStatic?: boolean;
219
219
  label?: string;
220
220
  maxLength?: number;
221
221
  name?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "1.0.53",
3
+ "version": "1.0.55",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",