@sumaris-net/ngx-components 2.7.3-rc7 → 2.7.3-rc8
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
package/src/assets/manifest.json
CHANGED
|
@@ -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-
|
|
5
|
+
"version": "2.7.3-rc8",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|
package/src/theme/_material.scss
CHANGED
|
@@ -50,8 +50,12 @@
|
|
|
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
|
+
}
|
|
53
57
|
|
|
54
|
-
// Badge
|
|
58
|
+
// Badge
|
|
55
59
|
.mdc-tab .mat-badge-content {
|
|
56
60
|
padding-left: 2px;
|
|
57
61
|
}
|
package/src/theme/_mixins.scss
CHANGED
|
@@ -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
|
-
|
|
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;
|