demio-ui 2.0.10 → 2.0.11

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.
@@ -6,7 +6,7 @@ type Props = {
6
6
  onClose?: () => void;
7
7
  onOpenChange: (open: boolean) => void;
8
8
  open: boolean;
9
- overlayClassName: string;
9
+ overlayClassName?: string;
10
10
  title?: string | React.ReactNode;
11
11
  contentStyle?: React.CSSProperties;
12
12
  };
package/dist/types.d.ts CHANGED
@@ -123,7 +123,7 @@ type Props$5 = {
123
123
  onClose?: () => void;
124
124
  onOpenChange: (open: boolean) => void;
125
125
  open: boolean;
126
- overlayClassName: string;
126
+ overlayClassName?: string;
127
127
  title?: string | React__default.ReactNode;
128
128
  contentStyle?: React__default.CSSProperties;
129
129
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- type Props = {
3
- message?: string;
4
- };
5
- declare function Toast({ message, }: Props): React.JSX.Element;
6
- export default Toast;
@@ -1 +0,0 @@
1
- export { default } from './Toast';
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- type Props = {
3
- message?: string;
4
- };
5
- declare function Toast({ message, }: Props): React.JSX.Element;
6
- export default Toast;
@@ -1 +0,0 @@
1
- export { default } from './Toast';