varminer-app-header 2.3.5 → 2.5.0

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 +1 @@
1
- {"version":3,"file":"AppHeader.d.ts","sourceRoot":"","sources":["../src/AppHeader.tsx"],"names":[],"mappings":"AA4BA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,cAAc,EAAe,MAAM,SAAS,CAAC;AAItD,OAAO,sBAAsB,CAAC;AAQ9B,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA6zBvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"AppHeader.d.ts","sourceRoot":"","sources":["../src/AppHeader.tsx"],"names":[],"mappings":"AA4BA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,cAAc,EAAe,MAAM,SAAS,CAAC;AAItD,OAAO,sBAAsB,CAAC;AAQ9B,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA4zBvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- .MuiToolbar-root{background-color:var(--color-header-bg,#fff)!important;color:var(--color-brand-primary,#1e2f97)!important;height:var(--size-header-height,65px)!important;min-height:var(--size-header-height,65px)!important;padding-left:15px!important}.MuiToolbar-root .MuiButtonBase-root{color:var(--color-brand-primary,#1e2f97)!important;margin-right:0}.app-header,.app-header .MuiAppBar-root{background-color:var(--color-header-bg,#fff)!important;box-shadow:none!important;height:var(--size-header-height,65px)!important;left:0;position:fixed!important;right:0;top:0;z-index:var(--size-header-zindex,200)!important}.app-header .MuiPaper-root:only-of-type{border-bottom:1px solid var(--color-border-header,#e5e9eb);box-shadow:none!important;padding:0!important}.var{color:var(--color-brand-accent,#1aa7ee)!important}.miner,.var{font:500 20px var(--font-brand-semibold,OpenSans-SemiBold,Roboto,sans-serif)}.miner{color:var(--color-brand-deep-navy,#0f1e75)!important}#account-menu:has(.profile-menu-section) .MuiList-root .MuiListItem-root .MuiListItemText-root .MuiTypography-root.profile-name{color:var(--color-profile-name,#1e2f97);font:600 16px/28px var(--font-brand-semibold,OpenSans-SemiBold,Roboto,sans-serif)}#account-menu:has(.profile-menu-section) .MuiList-root .MuiListItem-root .MuiListItemText-root .MuiTypography-root.profile-email{color:var(--color-profile-email,rgba(0,0,0,.6));font:400 14px/24px var(--font-brand-regular,OpenSans-Regular,Roboto,sans-serif);text-decoration:underline}#account-menu:has(.profile-menu-section) .MuiList-root .MuiListItem-root .MuiListItemText-root .MuiTypography-root.profile-role{color:var(--color-profile-role,rgba(0,0,0,.38));font:400 12px/28px var(--font-brand-regular,OpenSans-Regular,Roboto,sans-serif);text-transform:uppercase}#account-menu:has(.profile-menu-item) .profile-menu-item{padding:10px 15px 5px}#account-menu:has(.profile-menu-item) .MuiMenu-paper{background:var(--color-menu-bg-gradient,linear-gradient(180deg,#fff,#ddf7ff,#ddf7ff));box-shadow:none!important;color:var(--color-menu-text,#000);margin:0;max-width:var(--size-menu-width,280px);width:var(--size-menu-width,280px)}#account-menu:has(.profile-menu-item) .MuiMenu-paper .MuiListItemAvatar-root{min-width:40px;padding:10px}#account-menu:has(.profile-menu-item) .MuiMenu-paper .MuiListItemAvatar-root .MuiAvatar-circular{height:40px;margin-left:-10px;margin-right:0;width:40px}#account-menu:has(.profile-menu-item) .MuiMenu-paper .MuiMenuItem-root:first-of-type{margin-top:10px}#account-menu:has(.profile-menu-item) .MuiMenu-paper .MuiMenuItem-root .MuiListItemIcon-root .MuiSvgIcon-root{color:var(--color-brand-primary,#1e2f97)}
1
+ :root{--color-border-header:#e5e9eb;--color-brand-accent:#1aa7ee;--color-brand-deep-navy:#0f1e75;--color-brand-primary:#1e2f97;--color-brand-primary-hover-bg:rgba(30,47,151,.04);--color-header-bg:#fff;--color-menu-bg-gradient:linear-gradient(180deg,#fff,#ddf7ff,#ddf7ff);--color-menu-bg-gradient-end:#ddf7ff;--color-menu-shadow:rgba(0,0,0,.32);--color-menu-text:#000;--color-profile-email:rgba(0,0,0,.6);--color-profile-name:#1e2f97;--color-profile-role:rgba(0,0,0,.38);--color-status-offline:grey;--color-status-online:#44b700;--font-brand-regular:OpenSans-Regular,Roboto,sans-serif;--font-brand-semibold:OpenSans-SemiBold,Roboto,sans-serif;--image-logo-svg:url(asset/logo.svg);--size-header-height:65px;--size-header-zindex:200;--size-menu-width:280px}.Header_MuiToolbar-root__b7q-J{background-color:var(--color-header-bg,#fff)!important;color:var(--color-brand-primary,#1e2f97)!important;height:var(--size-header-height,65px)!important;min-height:var(--size-header-height,65px)!important;padding-left:15px!important}.Header_MuiToolbar-root__b7q-J .Header_MuiButtonBase-root__HS233{color:var(--color-brand-primary,#1e2f97)!important;margin-right:0}.Header_app-header__ijTWt,.Header_app-header__ijTWt .Header_MuiAppBar-root__gxu8o{background-color:var(--color-header-bg,#fff)!important;box-shadow:none!important;height:var(--size-header-height,65px)!important;left:0;position:fixed!important;right:0;top:0;z-index:var(--size-header-zindex,200)!important}.Header_app-header__ijTWt .Header_MuiPaper-root__kHdcE:only-of-type{border-bottom:1px solid var(--color-border-header,#e5e9eb);box-shadow:none!important;padding:0!important}.Header_var__QgZK5{color:var(--color-brand-accent,#1aa7ee)!important}.Header_miner__aDAlK,.Header_var__QgZK5{font:500 20px var(--font-brand-semibold,OpenSans-SemiBold,Roboto,sans-serif)}.Header_miner__aDAlK{color:var(--color-brand-deep-navy,#0f1e75)!important}#Header_account-menu__RQcX2:has(.Header_profile-menu-section__VEJgk) .Header_MuiList-root__Lt4M8 .Header_MuiListItem-root__KgVJr .Header_MuiListItemText-root__oRX7u .Header_MuiTypography-root__RFZmT.Header_profile-name__hTsmu{color:var(--color-profile-name,#1e2f97);font:600 16px/28px var(--font-brand-semibold,OpenSans-SemiBold,Roboto,sans-serif)}#Header_account-menu__RQcX2:has(.Header_profile-menu-section__VEJgk) .Header_MuiList-root__Lt4M8 .Header_MuiListItem-root__KgVJr .Header_MuiListItemText-root__oRX7u .Header_MuiTypography-root__RFZmT.Header_profile-email__C-i8Z{color:var(--color-profile-email,rgba(0,0,0,.6));font:400 14px/24px var(--font-brand-regular,OpenSans-Regular,Roboto,sans-serif);text-decoration:underline}#Header_account-menu__RQcX2:has(.Header_profile-menu-section__VEJgk) .Header_MuiList-root__Lt4M8 .Header_MuiListItem-root__KgVJr .Header_MuiListItemText-root__oRX7u .Header_MuiTypography-root__RFZmT.Header_profile-role__KxBIp{color:var(--color-profile-role,rgba(0,0,0,.38));font:400 12px/28px var(--font-brand-regular,OpenSans-Regular,Roboto,sans-serif);text-transform:uppercase}#Header_account-menu__RQcX2:has(.Header_profile-menu-item__JU7Bt) .Header_profile-menu-item__JU7Bt{padding:10px 15px 5px}#Header_account-menu__RQcX2:has(.Header_profile-menu-item__JU7Bt) .Header_MuiMenu-paper__ilj2p{background:var(--color-menu-bg-gradient,linear-gradient(180deg,#fff,#ddf7ff,#ddf7ff));box-shadow:none!important;color:var(--color-menu-text,#000);margin:0;max-width:var(--size-menu-width,280px);width:var(--size-menu-width,280px)}#Header_account-menu__RQcX2:has(.Header_profile-menu-item__JU7Bt) .Header_MuiMenu-paper__ilj2p .Header_MuiListItemAvatar-root__-w8zh{min-width:40px;padding:10px}#Header_account-menu__RQcX2:has(.Header_profile-menu-item__JU7Bt) .Header_MuiMenu-paper__ilj2p .Header_MuiListItemAvatar-root__-w8zh .Header_MuiAvatar-circular__StjG2{height:40px;margin-left:-10px;margin-right:0;width:40px}#Header_account-menu__RQcX2:has(.Header_profile-menu-item__JU7Bt) .Header_MuiMenu-paper__ilj2p .Header_MuiMenuItem-root__G3yDr:first-of-type{margin-top:10px}#Header_account-menu__RQcX2:has(.Header_profile-menu-item__JU7Bt) .Header_MuiMenu-paper__ilj2p .Header_MuiMenuItem-root__G3yDr .Header_MuiListItemIcon-root__YcKkX .Header_MuiSvgIcon-root__MA8Ys{color:var(--color-brand-primary,#1e2f97)}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5D,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACrE,YAAY,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAClB,oBAAoB,EACpB,aAAa,EACb,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,wBAAwB,EACxB,sBAAsB,EACtB,qBAAqB,EACrB,wBAAwB,EACxB,oBAAoB,EACpB,4BAA4B,GAC7B,MAAM,sBAAsB,CAAC;AAC9B,YAAY,EAAE,eAAe,EAAE,yBAAyB,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,qBAAqB,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5D,YAAY,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACrE,YAAY,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC5E,OAAO,EACL,wBAAwB,EACxB,kBAAkB,EAClB,oBAAoB,EACpB,aAAa,EACb,sBAAsB,EACtB,+BAA+B,EAC/B,0BAA0B,EAC1B,wBAAwB,EACxB,sBAAsB,EACtB,qBAAqB,EACrB,wBAAwB,EACxB,oBAAoB,EACpB,4BAA4B,GAC7B,MAAM,sBAAsB,CAAC;AAC9B,YAAY,EAAE,eAAe,EAAE,yBAAyB,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC"}
@@ -1 +1 @@
1
- .MuiToolbar-root{background-color:var(--color-header-bg,#fff)!important;color:var(--color-brand-primary,#1e2f97)!important;height:var(--size-header-height,65px)!important;min-height:var(--size-header-height,65px)!important;padding-left:15px!important}.MuiToolbar-root .MuiButtonBase-root{color:var(--color-brand-primary,#1e2f97)!important;margin-right:0}.app-header,.app-header .MuiAppBar-root{background-color:var(--color-header-bg,#fff)!important;box-shadow:none!important;height:var(--size-header-height,65px)!important;left:0;position:fixed!important;right:0;top:0;z-index:var(--size-header-zindex,200)!important}.app-header .MuiPaper-root:only-of-type{border-bottom:1px solid var(--color-border-header,#e5e9eb);box-shadow:none!important;padding:0!important}.var{color:var(--color-brand-accent,#1aa7ee)!important}.miner,.var{font:500 20px var(--font-brand-semibold,OpenSans-SemiBold,Roboto,sans-serif)}.miner{color:var(--color-brand-deep-navy,#0f1e75)!important}#account-menu:has(.profile-menu-section) .MuiList-root .MuiListItem-root .MuiListItemText-root .MuiTypography-root.profile-name{color:var(--color-profile-name,#1e2f97);font:600 16px/28px var(--font-brand-semibold,OpenSans-SemiBold,Roboto,sans-serif)}#account-menu:has(.profile-menu-section) .MuiList-root .MuiListItem-root .MuiListItemText-root .MuiTypography-root.profile-email{color:var(--color-profile-email,rgba(0,0,0,.6));font:400 14px/24px var(--font-brand-regular,OpenSans-Regular,Roboto,sans-serif);text-decoration:underline}#account-menu:has(.profile-menu-section) .MuiList-root .MuiListItem-root .MuiListItemText-root .MuiTypography-root.profile-role{color:var(--color-profile-role,rgba(0,0,0,.38));font:400 12px/28px var(--font-brand-regular,OpenSans-Regular,Roboto,sans-serif);text-transform:uppercase}#account-menu:has(.profile-menu-item) .profile-menu-item{padding:10px 15px 5px}#account-menu:has(.profile-menu-item) .MuiMenu-paper{background:var(--color-menu-bg-gradient,linear-gradient(180deg,#fff,#ddf7ff,#ddf7ff));box-shadow:none!important;color:var(--color-menu-text,#000);margin:0;max-width:var(--size-menu-width,280px);width:var(--size-menu-width,280px)}#account-menu:has(.profile-menu-item) .MuiMenu-paper .MuiListItemAvatar-root{min-width:40px;padding:10px}#account-menu:has(.profile-menu-item) .MuiMenu-paper .MuiListItemAvatar-root .MuiAvatar-circular{height:40px;margin-left:-10px;margin-right:0;width:40px}#account-menu:has(.profile-menu-item) .MuiMenu-paper .MuiMenuItem-root:first-of-type{margin-top:10px}#account-menu:has(.profile-menu-item) .MuiMenu-paper .MuiMenuItem-root .MuiListItemIcon-root .MuiSvgIcon-root{color:var(--color-brand-primary,#1e2f97)}
1
+ :root{--color-border-header:#e5e9eb;--color-brand-accent:#1aa7ee;--color-brand-deep-navy:#0f1e75;--color-brand-primary:#1e2f97;--color-brand-primary-hover-bg:rgba(30,47,151,.04);--color-header-bg:#fff;--color-menu-bg-gradient:linear-gradient(180deg,#fff,#ddf7ff,#ddf7ff);--color-menu-bg-gradient-end:#ddf7ff;--color-menu-shadow:rgba(0,0,0,.32);--color-menu-text:#000;--color-profile-email:rgba(0,0,0,.6);--color-profile-name:#1e2f97;--color-profile-role:rgba(0,0,0,.38);--color-status-offline:grey;--color-status-online:#44b700;--font-brand-regular:OpenSans-Regular,Roboto,sans-serif;--font-brand-semibold:OpenSans-SemiBold,Roboto,sans-serif;--image-logo-svg:url(asset/logo.svg);--size-header-height:65px;--size-header-zindex:200;--size-menu-width:280px}.Header_MuiToolbar-root__b7q-J{background-color:var(--color-header-bg,#fff)!important;color:var(--color-brand-primary,#1e2f97)!important;height:var(--size-header-height,65px)!important;min-height:var(--size-header-height,65px)!important;padding-left:15px!important}.Header_MuiToolbar-root__b7q-J .Header_MuiButtonBase-root__HS233{color:var(--color-brand-primary,#1e2f97)!important;margin-right:0}.Header_app-header__ijTWt,.Header_app-header__ijTWt .Header_MuiAppBar-root__gxu8o{background-color:var(--color-header-bg,#fff)!important;box-shadow:none!important;height:var(--size-header-height,65px)!important;left:0;position:fixed!important;right:0;top:0;z-index:var(--size-header-zindex,200)!important}.Header_app-header__ijTWt .Header_MuiPaper-root__kHdcE:only-of-type{border-bottom:1px solid var(--color-border-header,#e5e9eb);box-shadow:none!important;padding:0!important}.Header_var__QgZK5{color:var(--color-brand-accent,#1aa7ee)!important}.Header_miner__aDAlK,.Header_var__QgZK5{font:500 20px var(--font-brand-semibold,OpenSans-SemiBold,Roboto,sans-serif)}.Header_miner__aDAlK{color:var(--color-brand-deep-navy,#0f1e75)!important}#Header_account-menu__RQcX2:has(.Header_profile-menu-section__VEJgk) .Header_MuiList-root__Lt4M8 .Header_MuiListItem-root__KgVJr .Header_MuiListItemText-root__oRX7u .Header_MuiTypography-root__RFZmT.Header_profile-name__hTsmu{color:var(--color-profile-name,#1e2f97);font:600 16px/28px var(--font-brand-semibold,OpenSans-SemiBold,Roboto,sans-serif)}#Header_account-menu__RQcX2:has(.Header_profile-menu-section__VEJgk) .Header_MuiList-root__Lt4M8 .Header_MuiListItem-root__KgVJr .Header_MuiListItemText-root__oRX7u .Header_MuiTypography-root__RFZmT.Header_profile-email__C-i8Z{color:var(--color-profile-email,rgba(0,0,0,.6));font:400 14px/24px var(--font-brand-regular,OpenSans-Regular,Roboto,sans-serif);text-decoration:underline}#Header_account-menu__RQcX2:has(.Header_profile-menu-section__VEJgk) .Header_MuiList-root__Lt4M8 .Header_MuiListItem-root__KgVJr .Header_MuiListItemText-root__oRX7u .Header_MuiTypography-root__RFZmT.Header_profile-role__KxBIp{color:var(--color-profile-role,rgba(0,0,0,.38));font:400 12px/28px var(--font-brand-regular,OpenSans-Regular,Roboto,sans-serif);text-transform:uppercase}#Header_account-menu__RQcX2:has(.Header_profile-menu-item__JU7Bt) .Header_profile-menu-item__JU7Bt{padding:10px 15px 5px}#Header_account-menu__RQcX2:has(.Header_profile-menu-item__JU7Bt) .Header_MuiMenu-paper__ilj2p{background:var(--color-menu-bg-gradient,linear-gradient(180deg,#fff,#ddf7ff,#ddf7ff));box-shadow:none!important;color:var(--color-menu-text,#000);margin:0;max-width:var(--size-menu-width,280px);width:var(--size-menu-width,280px)}#Header_account-menu__RQcX2:has(.Header_profile-menu-item__JU7Bt) .Header_MuiMenu-paper__ilj2p .Header_MuiListItemAvatar-root__-w8zh{min-width:40px;padding:10px}#Header_account-menu__RQcX2:has(.Header_profile-menu-item__JU7Bt) .Header_MuiMenu-paper__ilj2p .Header_MuiListItemAvatar-root__-w8zh .Header_MuiAvatar-circular__StjG2{height:40px;margin-left:-10px;margin-right:0;width:40px}#Header_account-menu__RQcX2:has(.Header_profile-menu-item__JU7Bt) .Header_MuiMenu-paper__ilj2p .Header_MuiMenuItem-root__G3yDr:first-of-type{margin-top:10px}#Header_account-menu__RQcX2:has(.Header_profile-menu-item__JU7Bt) .Header_MuiMenu-paper__ilj2p .Header_MuiMenuItem-root__G3yDr .Header_MuiListItemIcon-root__YcKkX .Header_MuiSvgIcon-root__MA8Ys{color:var(--color-brand-primary,#1e2f97)}
package/dist/index.esm.js CHANGED
@@ -1154,7 +1154,6 @@ const AppHeader = ({ language: languageProp, accessToken: accessTokenProp, objec
1154
1154
  mr: '10px !important',
1155
1155
  color: 'var(--color-brand-primary, #1e2f97)',
1156
1156
  padding: 0,
1157
- paddingLeft: '14px',
1158
1157
  '&:hover': {
1159
1158
  backgroundColor: 'var(--color-brand-primary-hover-bg, rgba(30, 47, 151, 0.04))',
1160
1159
  }