@xfers/design-system 8.0.0-dev.1a0ffe113e → 8.0.0-dev.7a712dceac
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/cjs/index.js +3 -4
- package/cjs/index.js.map +1 -1
- package/dist/components/Sidebar/Sidebar.js +2 -2
- package/dist/components/Sidebar/Sidebar.js.map +1 -1
- package/dist/components/Sidebar/styles.js +5 -8
- package/dist/components/Sidebar/styles.js.map +1 -1
- package/es/index.js +3 -4
- package/es/index.js.map +1 -1
- package/package.json +1 -1
package/cjs/index.js
CHANGED
|
@@ -1035,11 +1035,12 @@ padding-top:
|
|
|
1035
1035
|
width: 240px;
|
|
1036
1036
|
height: 100vh;
|
|
1037
1037
|
box-sizing: border-box;
|
|
1038
|
-
padding: 32px
|
|
1038
|
+
padding: 32px 16px;
|
|
1039
1039
|
background-color: ${t=>ru[t.variant]};
|
|
1040
1040
|
display: flex;
|
|
1041
1041
|
flex-direction: column;
|
|
1042
1042
|
align-items: center;
|
|
1043
|
+
justify-content: space-between;
|
|
1043
1044
|
flex-shrink: 0;
|
|
1044
1045
|
overflow: hidden;
|
|
1045
1046
|
`,hu=ie.div`
|
|
@@ -1048,8 +1049,6 @@ padding-top:
|
|
|
1048
1049
|
align-items: center;
|
|
1049
1050
|
gap: 24px;
|
|
1050
1051
|
width: 100%;
|
|
1051
|
-
box-sizing: border-box;
|
|
1052
|
-
padding: 0 16px;
|
|
1053
1052
|
flex: 1 1 auto;
|
|
1054
1053
|
min-height: 0;
|
|
1055
1054
|
overflow-y: auto;
|
|
@@ -1198,7 +1197,7 @@ padding-top:
|
|
|
1198
1197
|
.material-symbols-rounded {
|
|
1199
1198
|
font-size: 24px;
|
|
1200
1199
|
}
|
|
1201
|
-
`,Au=({variant:e="business",logo:n,companyProfile:i,children:o,footer:r})=>{var a,l;const c=t.useContext(Cu),d=null===(a=null==c?void 0:c.open)||void 0===a||a,h=null!==(l=null==c?void 0:c.isMobile)&&void 0!==l&&l,u=s.default.createElement(du,{variant:e},s.default.createElement(hu,null,n&&s.default.createElement(uu,null,n),i,s.default.createElement(pu,null,o),r)
|
|
1200
|
+
`,Au=({variant:e="business",logo:n,companyProfile:i,children:o,footer:r})=>{var a,l;const c=t.useContext(Cu),d=null===(a=null==c?void 0:c.open)||void 0===a||a,h=null!==(l=null==c?void 0:c.isMobile)&&void 0!==l&&l,u=s.default.createElement(du,{variant:e},s.default.createElement(hu,null,n&&s.default.createElement(uu,null,n),i,s.default.createElement(pu,null,o)),r);return h?d?s.default.createElement($u,null,s.default.createElement(Ru,{onClick:()=>null==c?void 0:c.setOpen(!1),"aria-label":"Close navigation"}),s.default.createElement(Lu,null,u)):null:d?u:null},$u=ie.div`
|
|
1202
1201
|
position: fixed;
|
|
1203
1202
|
inset: 0;
|
|
1204
1203
|
z-index: 1000;
|