@kwantis-id3/frontend-library 0.18.0 → 0.18.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.
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -205,6 +205,7 @@ import*as e from"react";import t,{useLayoutEffect as u,useContext as n,createEle
|
|
|
205
205
|
border: none;
|
|
206
206
|
border-radius: 8px;
|
|
207
207
|
min-width: none;
|
|
208
|
+
overflow: visible;
|
|
208
209
|
|
|
209
210
|
::backdrop {
|
|
210
211
|
background-color: rgba(0, 0, 0, 0.5);
|
|
@@ -212,5 +213,5 @@ import*as e from"react";import t,{useLayoutEffect as u,useContext as n,createEle
|
|
|
212
213
|
`,Ta=Qn.div`
|
|
213
214
|
display: flex;
|
|
214
215
|
justify-content: flex-end;
|
|
215
|
-
`,Na=({children:e,isOpen:u,setIsOpen:n,onClose:r})=>{const o=s(null);d((()=>{const e=o.current;e&&(u?e.showModal():e.close())}),[u]);return t.createElement(Oa,{ref:o},t.createElement(Ta,null,t.createElement(Gu,{"data-testid":"close-modal",onClick:
|
|
216
|
+
`,Na=({children:e,isOpen:u,setIsOpen:n,onClose:r})=>{const o=s(null);d((()=>{const e=o.current;e&&(u?e.showModal():e.close())}),[u]);const i=()=>{n(!1),r&&r()};return t.createElement(Oa,{ref:o,onCancel:e=>{e.preventDefault(),i()}},t.createElement(Ta,null,t.createElement(Gu,{"data-testid":"close-modal",onClick:i,sx:{padding:"4px",boxShadow:"none"}},t.createElement(Hu.Icon,{icon:Ga,size:15}))),e)};export{tr as Accordion,Gu as Button,Da as Dropdown,Na as Modal,Zi as MultiSelect,Mi as SingleSelect,sa as Slider,rr as TextField,Du as ThemeContextProvider,Qn as styled,Xn as transientOptions,Zn as useIsMobile,wu as useThemeContext};
|
|
216
217
|
//# sourceMappingURL=index.js.map
|