profinansy-ui-lib 3.0.53 → 3.0.54
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/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -857,7 +857,7 @@
|
|
|
857
857
|
display: flex;
|
|
858
858
|
flex-direction: column;
|
|
859
859
|
gap: 20px;
|
|
860
|
-
|
|
860
|
+
`;const i=e=>o.HEIGHT_HEADER+24+(140*e+20*e+20);t.Wrapper=a.default.div`
|
|
861
861
|
font-family: Manrope, sans-serif;
|
|
862
862
|
width: 100%;
|
|
863
863
|
max-width: ${e=>e.isOpen?"222px":"64px"};
|
|
@@ -865,7 +865,8 @@
|
|
|
865
865
|
background: ${e=>e.theme.background.content};
|
|
866
866
|
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.06), 0 4px 8px 0 rgba(0, 0, 0, 0.04);
|
|
867
867
|
border-radius: 12px;
|
|
868
|
-
|
|
868
|
+
height: ${e=>`calc(100vh - ${i(e.countBanners)}px)`};
|
|
869
|
+
max-height: ${e=>`calc(100vh - ${i(e.countBanners)}px)`};
|
|
869
870
|
`,t.Header=a.default.div`
|
|
870
871
|
display: flex;
|
|
871
872
|
align-items: center;
|