mario-core 2.9.8-beta → 2.9.9-beta

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.css CHANGED
@@ -351,6 +351,9 @@
351
351
  background: #191919 !important;
352
352
  color: #ffff !important; }
353
353
 
354
+ ._DNrus li > a {
355
+ max-width: 200px; }
356
+
354
357
  ._3NEZj, ._1wUDG {
355
358
  background: #262626 !important; }
356
359
 
package/dist/index.js CHANGED
@@ -48,7 +48,7 @@ function _catch(body, recover) {
48
48
  return result;
49
49
  }
50
50
 
51
- var styles = {"notification-count":"_2sew7","text-introduction":"_3OgWF","btn-trans-border":"_r9cAh","contact":"_NszFe","learn-more":"_MDjzH","title-quote":"_1Swkw","descriptions-quote":"_gi8vj","descriptions-icon":"_3SOdX","box-login":"_38Lo1","block-verification":"_1OzGy","block-login":"_wWIyO","title-login":"_3nuns","title-forgot-password":"_21qb6","btn-close":"_NhW9l","btn-login":"_3IL10","return-to-login":"_Ce3Kg","recover-account":"_2t6d9","link-to-login":"_3bDsd","remember":"_11FZt","term-and-conditions":"_3LXoI","descriptions-forgot-pass":"_PMcjT","content-icon":"_2rZY6","title-icon":"_y9lM2","nav-home":"_1TT1q","box-introduction":"_32V6L","icon":"_20YJX","form-user-name":"_39BJD","checkbox-remember":"_2K9b2","block-reset-password":"_23Sua","block-forgot-pass":"_3CWP6","page-not-login":"_3Wmco","content-quote":"_13Rk0","home-page":"_o6HKW","red-background":"_jOY7o","login":"_F-hjL","img-box":"_2v-L_","img-login":"_3ncTL","img-login-rectangle":"_2kOvJ","c-main":"_39l0X","container-fluid":"_1BMwK","input-file-label":"_1XNpH","delete-avatar-button":"_1z5h9","header-logo":"_Gewcf","box-sidebar":"_2vcmv","sidebar-logo":"_1hXpy","sidebar-nav-links":"_3vb3s","c-active":"_36jSM","box-sidebar-header":"_3NEZj","box-logout":"_1wUDG","sidebar-btn-minimized":"_1S7Px","sidebar-logout":"_2P85D","nav-mobile":"_1qjbW","filter-media-file":"_1I62C","div":"_3cLcM","dropdown-menu":"_1krbH","header-avatar":"_RQaHE","dropdown-content":"_3ys4W","dropdown-change":"_ToOW_","item-address":"_3sQlR","item-logout":"_3bqSM","title-address":"_1jgSI","img-avatar":"_35Ttz","item-contact":"_1wc7o","logout":"_1_9tV","content-text":"_3S4f2","hide-in-mobile":"_1INnO","hide-in-desktop":"_2LIqK","control-input":"_2Zz97","custom-control":"_3-yp5"};
51
+ var styles = {"notification-count":"_2sew7","text-introduction":"_3OgWF","btn-trans-border":"_r9cAh","contact":"_NszFe","learn-more":"_MDjzH","title-quote":"_1Swkw","descriptions-quote":"_gi8vj","descriptions-icon":"_3SOdX","box-login":"_38Lo1","block-verification":"_1OzGy","block-login":"_wWIyO","title-login":"_3nuns","title-forgot-password":"_21qb6","btn-close":"_NhW9l","btn-login":"_3IL10","return-to-login":"_Ce3Kg","recover-account":"_2t6d9","link-to-login":"_3bDsd","remember":"_11FZt","term-and-conditions":"_3LXoI","descriptions-forgot-pass":"_PMcjT","content-icon":"_2rZY6","title-icon":"_y9lM2","nav-home":"_1TT1q","box-introduction":"_32V6L","icon":"_20YJX","form-user-name":"_39BJD","checkbox-remember":"_2K9b2","block-reset-password":"_23Sua","block-forgot-pass":"_3CWP6","page-not-login":"_3Wmco","content-quote":"_13Rk0","home-page":"_o6HKW","red-background":"_jOY7o","login":"_F-hjL","img-box":"_2v-L_","img-login":"_3ncTL","img-login-rectangle":"_2kOvJ","c-main":"_39l0X","container-fluid":"_1BMwK","input-file-label":"_1XNpH","delete-avatar-button":"_1z5h9","header-logo":"_Gewcf","box-sidebar":"_2vcmv","sidebar-logo":"_1hXpy","sidebar-nav-links":"_3vb3s","c-active":"_36jSM","sidebar-nav-links-hover":"_DNrus","box-sidebar-header":"_3NEZj","box-logout":"_1wUDG","sidebar-btn-minimized":"_1S7Px","sidebar-logout":"_2P85D","nav-mobile":"_1qjbW","filter-media-file":"_1I62C","div":"_3cLcM","dropdown-menu":"_1krbH","header-avatar":"_RQaHE","dropdown-content":"_3ys4W","dropdown-change":"_ToOW_","item-address":"_3sQlR","item-logout":"_3bqSM","title-address":"_1jgSI","img-avatar":"_35Ttz","item-contact":"_1wc7o","logout":"_1_9tV","content-text":"_3S4f2","hide-in-mobile":"_1INnO","hide-in-desktop":"_2LIqK","control-input":"_2Zz97","custom-control":"_3-yp5"};
52
52
 
53
53
  var style = {
54
54
  fontSize: "0.85rem"
@@ -1193,7 +1193,7 @@ var TheSidebar = function TheSidebar(_ref) {
1193
1193
  return setToggleMinimize(true);
1194
1194
  }
1195
1195
  })), React__default.createElement(react.CSidebarNav, {
1196
- className: "" + styles["sidebar-nav-links"]
1196
+ className: styles["sidebar-nav-links"] + " " + (toggleMinimize && styles["sidebar-nav-links-hover"])
1197
1197
  }, React__default.createElement(react.CCreateElement, {
1198
1198
  items: navigation,
1199
1199
  components: {
@@ -1419,34 +1419,11 @@ var TheHeaderDropdown = function TheHeaderDropdown() {
1419
1419
  };
1420
1420
 
1421
1421
  var TheHeader = function TheHeader() {
1422
- var dispatch = reactRedux.useDispatch();
1423
- var sidebarShow = reactRedux.useSelector(function (state) {
1424
- return state.common.sidebarShow;
1425
- });
1426
-
1427
- var toggleSidebar = function toggleSidebar() {
1428
- var val = [true, "responsive"].includes(sidebarShow) ? false : "responsive";
1429
- dispatch(setSidebar(val));
1430
- };
1431
-
1432
- var toggleSidebarMobile = function toggleSidebarMobile() {
1433
- var val = [false, "responsive"].includes(sidebarShow) ? true : "responsive";
1434
- dispatch(setSidebar(val));
1435
- };
1436
-
1437
1422
  var isDistrict = window.location.host.includes("-district");
1438
1423
  return React__default.createElement(react.CHeader, {
1439
1424
  withSubheader: true,
1440
- className: "d-flex align-items-center justify-content-between"
1441
- }, React__default.createElement(react.CToggler, {
1442
- inHeader: true,
1443
- className: "ml-md-3 d-lg-none",
1444
- onClick: toggleSidebarMobile
1445
- }), React__default.createElement(react.CToggler, {
1446
- inHeader: true,
1447
- className: "ml-3 d-md-down-none",
1448
- onClick: toggleSidebar
1449
- }), React__default.createElement(react.CHeaderBrand, {
1425
+ className: "d-flex align-items-center justify-content-end"
1426
+ }, React__default.createElement(react.CHeaderBrand, {
1450
1427
  className: "mx-auto flex-grow-1 d-lg-none",
1451
1428
  to: "/"
1452
1429
  }, React__default.createElement("img", {