@sumaris-net/ngx-components 2.7.3-rc7 → 2.7.3-rc9

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.7.3-rc7",
4
+ "version": "2.7.3-rc9",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "2.7.3-rc7",
5
+ "version": "2.7.3-rc9",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{
@@ -50,8 +50,13 @@
50
50
  --mdc-typography-button-letter-spacing: normal;
51
51
  --mdc-text-button-label-text-tracking: normal;
52
52
  }
53
+ .mat-mdc-menu-item {
54
+ --mat-menu-item-label-text-tracking: normal;
55
+ --mat-menu-item-label-text-size: 14px;
56
+ --mat-menu-item-icon-color: #0000008a;
57
+ }
53
58
 
54
- // Badge
59
+ // Badge
55
60
  .mdc-tab .mat-badge-content {
56
61
  padding-left: 2px;
57
62
  }
@@ -108,7 +108,7 @@
108
108
 
109
109
  --app-table-header-height: #{$app-table-header-height};
110
110
  --app-toolbar-height: #{$app-toolbar-height};
111
- //--app-paginator-height: #{$app-paginator-height};
111
+ --app-paginator-height: #{$app-paginator-height};
112
112
  --app-form-buttons-bar-height: #{$app-form-buttons-bar-height};
113
113
  --app-footer-height: var(--app-form-buttons-bar-height);
114
114
  --mat-tab-link-height: #{$mat-tab-link-height};
@@ -758,7 +758,7 @@ mat-button-toggle.mat-button-toggle-checked.mat-button-toggle-disabled {
758
758
 
759
759
  // Small menu item (e.g. for actions on a table row)
760
760
  &.mat-mdc-menu-item-small-height .mat-mdc-menu-item,
761
- .mat-mdc-menu-item.mat-menu-item-small-height
761
+ .mat-mdc-menu-item.mat-mdc-menu-item-small-height
762
762
  {
763
763
  padding: 0 8px;
764
764
  height: 35px;