@softheon/armature 10.43.0 → 10.44.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.
@@ -3657,7 +3657,7 @@
3657
3657
  MobileHeaderMenuComponent.decorators = [
3658
3658
  { type: i0.Component, args: [{
3659
3659
  selector: 'sof-ar-mobile-header-menu',
3660
- template: "<div fxHide.gt-xs>\r\n <div>\r\n <button class=\"sof-ar-menu-btn\" mat-icon-button (click)=\"snav.toggle()\">\r\n <span class=\"sof-ar-menu-icon\" [style.color]=\"iconColor\">\r\n <i class=\"{{currentIcon}}\"></i>\r\n </span>\r\n </button>\r\n </div>\r\n <div>\r\n <mat-sidenav-container>\r\n <mat-sidenav #snav fixedInViewport [fixedTopGap]=\"mobileHeaderHeight\" (openedStart)=\"changeToCloseIcon()\" (closedStart)=\"changeToMenuIcon()\">\r\n <!-- NG-Content Mobile Headers Items -->\r\n <ng-content select=\"[sof-ar-mobile-header-menu-items]\"></ng-content>\r\n </mat-sidenav>\r\n <mat-sidenav-content>\r\n <!-- NG Content Main Content -->\r\n <ng-content sof-ar-mobile-header-main-content></ng-content>\r\n </mat-sidenav-content>\r\n </mat-sidenav-container>\r\n </div>\r\n</div>",
3660
+ template: "<div fxHide.gt-xs>\r\n <div>\r\n <button class=\"sof-ar-menu-btn\" mat-icon-button aria-label=\"menu-button\" (click)=\"snav.toggle()\">\r\n <span class=\"sof-ar-menu-icon\" [style.color]=\"iconColor\">\r\n <i class=\"{{currentIcon}}\"></i>\r\n </span>\r\n </button>\r\n </div>\r\n <div>\r\n <mat-sidenav-container>\r\n <mat-sidenav #snav fixedInViewport [fixedTopGap]=\"mobileHeaderHeight\" (openedStart)=\"changeToCloseIcon()\" (closedStart)=\"changeToMenuIcon()\">\r\n <!-- NG-Content Mobile Headers Items -->\r\n <ng-content select=\"[sof-ar-mobile-header-menu-items]\"></ng-content>\r\n </mat-sidenav>\r\n <mat-sidenav-content>\r\n <!-- NG Content Main Content -->\r\n <ng-content sof-ar-mobile-header-main-content></ng-content>\r\n </mat-sidenav-content>\r\n </mat-sidenav-container>\r\n </div>\r\n</div>",
3661
3661
  styles: ["::ng-deep .sof-ar-menu-btn{margin:8px!important;position:absolute!important;top:0;z-index:2}::ng-deep .sof-ar-menu-icon{font-size:large}"]
3662
3662
  },] }
3663
3663
  ];