demio-ui 1.0.38 → 1.0.40

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;
@@ -4,6 +4,7 @@ type Props = {
4
4
  childClass: string;
5
5
  children: React.ReactNode;
6
6
  content: React.ReactNode;
7
+ isOpen: boolean;
7
8
  };
8
9
  declare const Popover: FC<Props>;
9
10
  export default Popover;
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;
@@ -234,6 +235,7 @@ type Props = {
234
235
  childClass: string;
235
236
  children: React__default.ReactNode;
236
237
  content: React__default.ReactNode;
238
+ isOpen: boolean;
237
239
  };
238
240
  declare const Popover: FC<Props>;
239
241
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "1.0.38",
3
+ "version": "1.0.40",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",