demio-ui 1.0.38 → 1.0.39

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