@elderbyte/ngx-starter 19.1.5 → 19.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "19.1.5",
3
+ "version": "19.1.6",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^18.0.0 || ^19.0.0",
6
6
  "@angular/common": "^18.0.0 || ^19.0.0",
@@ -26,6 +26,7 @@
26
26
  --mdc-dialog-container-color: var(--md-sys-color-surface-container-lowest);
27
27
  --mat-tab-header-divider-height: 0; // remove tab header divider
28
28
  --mat-menu-container-color: var(--md-sys-color-surface-container-lowest);
29
+ --mat-tree-container-background-color: transparent;
29
30
 
30
31
  // import fix for overflow of mat-icons, default is 40px in m3, in m2 it was 48px
31
32
  --mdc-icon-button-state-layer-size: 48px;