ecabs-components 1.0.99 → 1.1.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.
package/README.md CHANGED
@@ -58,3 +58,4 @@ v1.0.96 - Add missing styles for nested columns on `Table`.
58
58
  v1.0.97 - Correct misaligned icon and text on `EcabsNotes`.
59
59
  v1.0.98 - Upgrade `MatLegacyAutocomplete` to `MDC`.
60
60
  v1.0.99 - Add `mini` and `maxi` directive and validators to `EcabsInput`.
61
+ v1.1.0 - Upgrade `MatLegacyMenu` to `MDC`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecabs-components",
3
- "version": "1.0.99",
3
+ "version": "1.1.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^16.2.12",
6
6
  "@angular/common": "^16.2.12",
@@ -1,5 +1,7 @@
1
- .mat-menu-panel.mat-elevation-z4 {
2
- box-shadow: $box-shadow-default;
1
+ .mat-mdc-menu-panel {
2
+ &.mat-mdc-elevation-specific.mat-elevation-z8 {
3
+ box-shadow: $box-shadow-default;
4
+ }
3
5
  }
4
6
 
5
7
  .logout-btn {