@zealicsolutions/web-ui 1.0.53-test.24 → 1.0.53-test.26

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.
Files changed (43) hide show
  1. package/dist/cjs/containers/types/moleculeItemTypes.d.ts +7 -1
  2. package/dist/cjs/index.js +2 -2
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/molecules/Drawer/types.d.ts +22 -2
  5. package/dist/esm/components/RichTextViewer/RichTextViewer.js +1 -1
  6. package/dist/esm/containers/Container.js +1 -1
  7. package/dist/esm/containers/ContainerStoriesComponent.js +1 -1
  8. package/dist/esm/containers/FormContainer.js +1 -1
  9. package/dist/esm/containers/OrganismItem.js +1 -1
  10. package/dist/esm/containers/hooks/useStateListenerValue.js +1 -1
  11. package/dist/esm/containers/hooks/useStateModifierHandler.js +1 -1
  12. package/dist/esm/containers/types/moleculeItemTypes.d.ts +7 -1
  13. package/dist/esm/contexts/ApiContext/queries/useDataModelFieldOptions.js +1 -1
  14. package/dist/esm/contexts/FormStepContext/FormStepContextProvider.js +1 -1
  15. package/dist/esm/contexts/LayoutContext/LayoutContextProvider.js +1 -1
  16. package/dist/esm/contexts/LayoutContext/LayoutContextProvider.js.map +1 -1
  17. package/dist/esm/molecules/Accordion/Accordion.js +1 -1
  18. package/dist/esm/molecules/Avatar/Avatar.js +1 -1
  19. package/dist/esm/molecules/BaseMolecule.js +1 -1
  20. package/dist/esm/molecules/BaseMolecule.js.map +1 -1
  21. package/dist/esm/molecules/BasicTextField/BasicTextField.js +1 -1
  22. package/dist/esm/molecules/Checklist/Checklist.js +1 -1
  23. package/dist/esm/molecules/ContentWrapper/ContentWrapper.js +1 -1
  24. package/dist/esm/molecules/ContentWrapper/ContentWrapper.js.map +1 -1
  25. package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.js +1 -1
  26. package/dist/esm/molecules/DatePicker/DatePicker.js +1 -1
  27. package/dist/esm/molecules/Drawer/Drawer.js +1 -1
  28. package/dist/esm/molecules/Drawer/Drawer.js.map +1 -1
  29. package/dist/esm/molecules/Drawer/types.d.ts +22 -2
  30. package/dist/esm/molecules/EmailInputField/EmailInputField.js +1 -1
  31. package/dist/esm/molecules/Menu/Menu.js +1 -1
  32. package/dist/esm/molecules/NumericInputField/NumericInputField.js +1 -1
  33. package/dist/esm/molecules/PasswordSetup/PasswordSetup.js +1 -1
  34. package/dist/esm/molecules/PhoneNumberInputField/PhoneNumberInputField.js +1 -1
  35. package/dist/esm/molecules/Rating/Rating.js +1 -1
  36. package/dist/esm/molecules/Select/Select.js +1 -1
  37. package/dist/esm/molecules/Slider/Slider.js +1 -1
  38. package/dist/esm/molecules/SpeedDial/SpeedDial.js +1 -1
  39. package/dist/esm/molecules/Stepper/Stepper.js +1 -1
  40. package/dist/esm/molecules/Switch/Switch.js +1 -1
  41. package/dist/esm/molecules/Tabs/Tabs.js +1 -1
  42. package/dist/index.d.ts +22 -2
  43. package/package.json +1 -1
@@ -1,2 +1,2 @@
1
- import{__makeTemplateObject as t,__assign as e}from"../../node_modules/tslib/tslib.es6.js";import{jsx as o}from"../../node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js";import i from"../../node_modules/@emotion/styled/dist/emotion-styled.esm.js";import{useLayoutContext as n}from"../../contexts/LayoutContext/useLayoutContext.js";var s,r=function(t){var i=t.children,s=t.className,r=t.marginLeft,m=void 0===r?"0px":r,l=t.marginRight,p=void 0===l?"0px":l,d=n().drawer,f=function(t){var e=parseFloat(t);return isNaN(e)?0:e},u=f(m),c="absolute"!==d.positionType&&"left"===d.position&&d.isOpen?"".concat(u+d.width,"px"):m,g=f(p),x="absolute"!==d.positionType&&"right"===d.position&&d.isOpen?"".concat(g+d.width,"px"):p;return console.log({finalMarginLeft:c,drawer:d,marginLeft:m}),o(a,e({className:s,style:{marginLeft:c,marginRight:x}},{children:i}))},a=i.div(s||(s=t(["\n flex: 1;\n position: relative;\n transition: margin 0.3s ease;\n overflow: auto;\n height: 100%;\n"],["\n flex: 1;\n position: relative;\n transition: margin 0.3s ease;\n overflow: auto;\n height: 100%;\n"])));export{r as ContentWrapper};
1
+ import{__makeTemplateObject as t,__assign as o}from"../../node_modules/tslib/tslib.es6.js";import{jsx as i}from"../../node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js";import e from"../../node_modules/@emotion/styled/dist/emotion-styled.esm.js";import{useLayoutContext as n}from"../../contexts/LayoutContext/useLayoutContext.js";var s,r=function(t){var e=t.children,s=t.className,r=t.marginLeft,m=void 0===r?"0px":r,l=t.marginRight,p=void 0===l?"0px":l,d=n().drawer,u=function(t){var o=parseFloat(t);return isNaN(o)?0:o},c=u(m),f="absolute"!==d.positionType&&"left"===d.position&&d.isOpen?"".concat(c+d.width,"px"):m,g=u(p),h="absolute"!==d.positionType&&"right"===d.position&&d.isOpen?"".concat(g+d.width,"px"):p;return i(a,o({className:s,style:{marginLeft:f,marginRight:h}},{children:e}))},a=e.div(s||(s=t(["\n height: 100%;\n overflow: auto;\n position: relative;\n transition: margin 0.3s ease;\n"],["\n height: 100%;\n overflow: auto;\n position: relative;\n transition: margin 0.3s ease;\n"])));export{r as ContentWrapper};
2
2
  //# sourceMappingURL=ContentWrapper.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ContentWrapper.js","sources":["../../../../../src/molecules/ContentWrapper/ContentWrapper.tsx"],"sourcesContent":[null],"names":["ContentWrapper","_a","children","className","_b","marginLeft","_c","marginRight","drawer","useLayoutContext","extractNumericValue","margin","value","parseFloat","isNaN","marginLeftValue","finalMarginLeft","positionType","position","isOpen","concat","width","marginRightValue","finalMarginRight","console","log","_jsx","StyledContentWrapper","__assign","style","styled","div","templateObject_1","__makeTemplateObject"],"mappings":"sWAWO,MAAMA,EAAgD,SAACC,GAC5D,IAAAC,aACAC,EAASF,EAAAE,UACTC,eAAAC,OAAa,IAAAD,EAAA,QACbE,EAAAL,EAAAM,YAAAA,OAAW,IAAAD,EAAG,MAAKA,EAEXE,EAAWC,WAIbC,EAAsB,SAACC,GAC3B,IAAMC,EAAQC,WAAWF,GACzB,OAAOG,MAAMF,GAAS,EAAIA,CAC5B,EAGMG,EAAkBL,EAAoBL,GACtCW,EACoB,aAAxBR,EAAOS,cAAmD,SAApBT,EAAOU,UAAuBV,EAAOW,OACvE,GAAGC,OAAAL,EAAkBP,EAAOa,MAAS,MACrChB,EAGAiB,EAAmBZ,EAAoBH,GACvCgB,EACoB,aAAxBf,EAAOS,cAAmD,UAApBT,EAAOU,UAAwBV,EAAOW,OACxE,GAAGC,OAAAE,EAAmBd,EAAOa,MAAS,MACtCd,EAIN,OAFAiB,QAAQC,IAAI,CAAET,gBAAeA,EAAER,OAAMA,EAAEH,WAAUA,IAG/CqB,EAACC,EAAoBC,EAAA,CACnBzB,UAAWA,EACX0B,MAAO,CACLxB,WAAYW,EACZT,YAAagB,IAGd,CAAArB,SAAAA,IAGP,EAEMyB,EAAuBG,EAAOC,IAAGC,IAAAA,EAAAC,EAAA,CAAA,8GAAA,CAAA"}
1
+ {"version":3,"file":"ContentWrapper.js","sources":["../../../../../src/molecules/ContentWrapper/ContentWrapper.tsx"],"sourcesContent":[null],"names":["ContentWrapper","_a","children","className","_b","marginLeft","_c","marginRight","drawer","useLayoutContext","extractNumericValue","margin","value","parseFloat","isNaN","marginLeftValue","finalMarginLeft","positionType","position","isOpen","concat","width","marginRightValue","finalMarginRight","_jsx","StyledContentWrapper","__assign","style","styled","div","templateObject_1","__makeTemplateObject"],"mappings":"sWAWO,MAAMA,EAAgD,SAACC,GAC5D,IAAAC,aACAC,EAASF,EAAAE,UACTC,eAAAC,OAAa,IAAAD,EAAA,QACbE,EAAAL,EAAAM,YAAAA,OAAW,IAAAD,EAAG,MAAKA,EAEXE,EAAWC,WAIbC,EAAsB,SAACC,GAC3B,IAAMC,EAAQC,WAAWF,GACzB,OAAOG,MAAMF,GAAS,EAAIA,CAC5B,EAGMG,EAAkBL,EAAoBL,GACtCW,EACoB,aAAxBR,EAAOS,cAAmD,SAApBT,EAAOU,UAAuBV,EAAOW,OACvE,GAAGC,OAAAL,EAAkBP,EAAOa,MAAS,MACrChB,EAGAiB,EAAmBZ,EAAoBH,GACvCgB,EACoB,aAAxBf,EAAOS,cAAmD,UAApBT,EAAOU,UAAwBV,EAAOW,OACxE,GAAGC,OAAAE,EAAmBd,EAAOa,MAAS,MACtCd,EAEN,OACEiB,EAACC,EAAoBC,EAAA,CACnBvB,UAAWA,EACXwB,MAAO,CACLtB,WAAYW,EACZT,YAAagB,IAGd,CAAArB,SAAAA,IAGP,EAEMuB,EAAuBG,EAAOC,IAAGC,IAAAA,EAAAC,EAAA,CAAA,kGAAA,CAAA"}