@elderbyte/ngx-starter 19.1.7 → 19.1.8

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.
@@ -12129,6 +12129,12 @@ class ElderCardComponent {
12129
12129
  * *
12130
12130
  **************************************************************************/
12131
12131
  constructor() {
12132
+ /***************************************************************************
12133
+ * *
12134
+ * Fields *
12135
+ * *
12136
+ **************************************************************************/
12137
+ this._appearance = 'outlined';
12132
12138
  this.classCardHost = true;
12133
12139
  }
12134
12140
  /***************************************************************************
@@ -19915,7 +19921,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImpor
19915
19921
 
19916
19922
  class ElderPaneTitleComponent {
19917
19923
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ElderPaneTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
19918
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.4", type: ElderPaneTitleComponent, isStandalone: true, selector: "elder-pane-title", host: { classAttribute: "elder-pane-title" }, ngImport: i0, template: `<!-- template -->
19924
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.4", type: ElderPaneTitleComponent, isStandalone: true, selector: "elder-pane-title", ngImport: i0, template: `<!-- template -->
19919
19925
  <h3 class="elder-pane-title text-title-large">
19920
19926
  <ng-content></ng-content>
19921
19927
  </h3> `, isInline: true, styles: [".elder-pane-title{margin-top:2px;margin-bottom:2px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
@@ -19923,7 +19929,7 @@ class ElderPaneTitleComponent {
19923
19929
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.4", ngImport: i0, type: ElderPaneTitleComponent, decorators: [{
19924
19930
  type: Component,
19925
19931
  args: [{ selector: 'elder-pane-title', imports: [], host: {
19926
- class: 'elder-pane-title',
19932
+ class: '',
19927
19933
  }, template: `<!-- template -->
19928
19934
  <h3 class="elder-pane-title text-title-large">
19929
19935
  <ng-content></ng-content>
@@ -27562,7 +27568,7 @@ class ElderShellComponent {
27562
27568
  this.destroy$ = new Subject();
27563
27569
  this.color = 'primary';
27564
27570
  this.navMenuSvgIcon = '';
27565
- this.menuColor$ = new BehaviorSubject('accent');
27571
+ this.menuColor$ = new BehaviorSubject('primary');
27566
27572
  this.menuIconColor$ = new BehaviorSubject(undefined);
27567
27573
  this.headerTemplate$ = shellService
27568
27574
  .activeSlotTemplate('header')
@@ -27642,7 +27648,7 @@ class ElderShellComponent {
27642
27648
  * *
27643
27649
  **************************************************************************/
27644
27650
  adjustColorsForTheme(theme) {
27645
- this.menuColor = theme?.dark ? undefined : 'accent';
27651
+ this.menuColor = theme?.dark ? undefined : 'primary';
27646
27652
  this.menuIconColor = theme?.dark ? 'primary' : undefined;
27647
27653
  }
27648
27654
  isContained(child, id) {