demio-ui 1.0.47 → 1.0.48

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.
@@ -4,6 +4,7 @@ type Props = {
4
4
  childClass: string;
5
5
  children: React.ReactNode;
6
6
  content: React.ReactNode;
7
+ isContentChild: boolean;
7
8
  isOpen: boolean;
8
9
  onOpen: (open: boolean) => void;
9
10
  };
package/dist/types.d.ts CHANGED
@@ -235,6 +235,7 @@ type Props = {
235
235
  childClass: string;
236
236
  children: React__default.ReactNode;
237
237
  content: React__default.ReactNode;
238
+ isContentChild: boolean;
238
239
  isOpen: boolean;
239
240
  onOpen: (open: boolean) => void;
240
241
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",