demio-ui 2.5.104 → 2.5.105

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,6 @@ export type Props = {
11
11
  bodyClassName?: string;
12
12
  childrenClassName?: string;
13
13
  title?: ReactNode;
14
- body?: ReactNode;
15
14
  isClosable?: boolean | null;
16
15
  portalContainer?: HTMLElement;
17
16
  };
package/dist/types.d.ts CHANGED
@@ -257,7 +257,6 @@ type Props$6 = {
257
257
  bodyClassName?: string;
258
258
  childrenClassName?: string;
259
259
  title?: ReactNode;
260
- body?: ReactNode;
261
260
  isClosable?: boolean | null;
262
261
  portalContainer?: HTMLElement;
263
262
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.5.104",
3
+ "version": "2.5.105",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",