@bothub-chat/ui 2.58.0-feat-documentizer-eebe0c83-75e9-495a-a653-aef8b3122e37 → 2.58.0-feat-documentizer-d13fe213-8be6-4429-a51c-ae23e144ebf3
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.
|
@@ -1,5 +1 @@
|
|
|
1
|
-
import{styled as
|
|
2
|
-
background: rgba(0, 0, 0, 0.55);
|
|
3
|
-
backdrop-filter: blur(5px);
|
|
4
|
-
-webkit-backdrop-filter: blur(5px);
|
|
5
|
-
`);export{r as BackdropStyled};
|
|
1
|
+
import{styled as t}from"styled-components";import{animated as o}from"@react-spring/web";const e=t(o.div).withConfig({displayName:"styled__BackdropStyled",componentId:"sc-1uio6g1-0"})(["display:flex;justify-content:center;align-items:center;position:fixed;top:0px;bottom:0px;left:0px;right:0px;background:rgba(0,0,0,0.55);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);z-index:",";cursor:pointer;overflow:auto;"],({theme:t})=>t.zIndex.backdrop);export{e as BackdropStyled};
|
|
@@ -1415,7 +1415,6 @@ export declare const ImageFullScreenBackdrop: import("styled-components").IStyle
|
|
|
1415
1415
|
scrollTop?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
1416
1416
|
scrollLeft?: number | import("@react-spring/shared").FluidValue<number, any> | undefined;
|
|
1417
1417
|
viewBox?: string | import("@react-spring/shared").FluidValue<string, any> | undefined;
|
|
1418
|
-
hasBackdrop?: boolean | undefined;
|
|
1419
1418
|
}>;
|
|
1420
1419
|
export declare const ImageFullScreenContainer: import("styled-components").IStyledComponent<"web", {
|
|
1421
1420
|
disabled?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsxs as o,jsx as r}from"react/jsx-runtime";import{ModalStyled as n}from"./styled.js";import{Backdrop as e}from"../backdrop/index.js";import{Portal as t}from"../portal/index.js";import{ModalWindow as i}from"./modal-window/index.js";const
|
|
1
|
+
import{jsxs as o,jsx as r}from"react/jsx-runtime";import{ModalStyled as n}from"./styled.js";import{Backdrop as e}from"../backdrop/index.js";import{Portal as t}from"../portal/index.js";import{ModalWindow as i}from"./modal-window/index.js";const m=m=>{const{open:s,onClose:p,hasBackdrop:d=!0}=m;let l;return l=s?o(n,{children:[d&&r(e,{open:s,onClick:p}),r(i,Object.assign({},m))]}):null,r(t,{children:l})};export{m as Modal,i as ModalWindow};
|
package/package.json
CHANGED