@elderbyte/ngx-starter 20.5.1 → 20.5.3

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": "20.5.1",
3
+ "version": "20.5.3",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.0 || ^21.0.0",
6
6
  "@angular/common": "^20.0.0 || ^21.0.0",
@@ -75,6 +75,15 @@
75
75
  color: inherit !important;
76
76
  }
77
77
 
78
+ /*
79
+ * This counters an unwanted CSS tweak introduced in Angular Material 20.1.0
80
+ * https://github.com/angular/components/pull/30891/commits/87b6962841454cfde8200b9c9de7ad73079416ae
81
+ */
82
+ .mat-mdc-button-base .mat-icon {
83
+ min-height: unset;
84
+ flex-shrink: unset;
85
+ }
86
+
78
87
  /**************************************************************************
79
88
  Card fixes
80
89
  **************************************************************************/