@sumaris-net/ngx-components 1.20.2 → 1.20.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/doc/changelog.md CHANGED
@@ -353,3 +353,6 @@
353
353
  # 1.20.2
354
354
 
355
355
  [enh] Material fields: add @Input() appearance
356
+
357
+ # 1.20.3
358
+ [enh] css-variables-to-root-mobile() will expose variables '--mat-tab-link-height' and '--mat-tab-bar-height'
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": "1.20.2",
4
+ "version": "1.20.3",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -111,6 +111,8 @@
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
+ --mat-tab-link-height: #{$mat-tab-link-height};
115
+ --mat-tab-bar-height: #{$mat-tab-bar-height};
114
116
  }
115
117
 
116
118
  @mixin css-variables-to-root-mobile() {