demio-ui 2.5.0 → 2.5.2
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.
|
@@ -20,5 +20,5 @@ export type Props = {
|
|
|
20
20
|
- Esc closes the component automatically.
|
|
21
21
|
- [Accessibility and Keyboard Interactions](https://www.radix-ui.com/docs/primitives/components/dialog#accessibility)
|
|
22
22
|
**/
|
|
23
|
-
declare function Modal({ children, contentClassName, isCloseButtonVisible, onClose, onOpenChange, open, overlayClassName, title, isClosable, }: Props): React.JSX.Element;
|
|
23
|
+
declare function Modal({ children, contentClassName, isCloseButtonVisible, onClose, onOpenChange, open, overlayClassName, title, isClosable, ...props }: Props): React.JSX.Element;
|
|
24
24
|
export default Modal;
|
package/dist/types.d.ts
CHANGED
|
@@ -262,7 +262,7 @@ type Props$6 = {
|
|
|
262
262
|
- Esc closes the component automatically.
|
|
263
263
|
- [Accessibility and Keyboard Interactions](https://www.radix-ui.com/docs/primitives/components/dialog#accessibility)
|
|
264
264
|
**/
|
|
265
|
-
declare function Modal({ children, contentClassName, isCloseButtonVisible, onClose, onOpenChange, open, overlayClassName, title, isClosable, }: Props$6): React__default.JSX.Element;
|
|
265
|
+
declare function Modal({ children, contentClassName, isCloseButtonVisible, onClose, onOpenChange, open, overlayClassName, title, isClosable, ...props }: Props$6): React__default.JSX.Element;
|
|
266
266
|
|
|
267
267
|
type Option = unknown;
|
|
268
268
|
interface Props$5 {
|
|
@@ -1043,9 +1043,8 @@ function _extends$_() { return _extends$_ = Object.assign ? Object.assign.bind()
|
|
|
1043
1043
|
var SvgExclamation = function SvgExclamation(props) {
|
|
1044
1044
|
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
1045
1045
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
fill: "none"
|
|
1046
|
+
fill: "none",
|
|
1047
|
+
viewBox: "0 0 24 24"
|
|
1049
1048
|
}, props), _path$Z || (_path$Z = /*#__PURE__*/React.createElement("path", {
|
|
1050
1049
|
fill: "#EDC121",
|
|
1051
1050
|
d: "M23.625 12c0 6.422-5.205 11.625-11.625 11.625S.375 18.422.375 12C.375 5.582 5.58.375 12 .375S23.625 5.582 23.625 12M12 14.344a2.156 2.156 0 1 0 0 4.312 2.156 2.156 0 0 0 0-4.312m-2.047-7.75.348 6.374a.563.563 0 0 0 .561.532h2.276a.563.563 0 0 0 .562-.532l.347-6.375A.563.563 0 0 0 13.485 6h-2.97c-.323 0-.58.27-.562.593Z"
|