@sumaris-net/ngx-components 2.7.3-rc62 → 2.7.3-rc63

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-rc62",
4
+ "version": "2.7.3-rc63",
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-rc62",
5
+ "version": "2.7.3-rc63",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{
@@ -103,16 +103,19 @@
103
103
  --expansion-panel-padding: var(--ion-padding);
104
104
  --expansion-panel-header-padding: var(--ion-padding);
105
105
 
106
- --mat-toolbar-height: #{$mat-toolbar-height-desktop};
107
- --mat-paginator-height: mat.$paginator-height;
108
106
  --mat-tab-link-height: #{$mat-tab-link-height};
109
107
  --mat-tab-bar-height: #{$mat-tab-bar-height};
110
108
 
109
+ --mat-toolbar-height: #{$mat-toolbar-height-desktop};
110
+ --mat-toolbar-background-color: #{$mat-toolbar-background-color};
111
+ --mat-paginator-height: mat.$paginator-height;
112
+
111
113
  --app-table-header-height: #{$app-table-header-height};
112
114
  --app-paginator-height: #{$app-paginator-height};
113
115
  --app-toolbar-height: #{$app-toolbar-height};
114
116
  --app-footer-height: var(--app-form-buttons-bar-height);
115
117
  --app-form-buttons-bar-height: #{$app-form-buttons-bar-height};
118
+ --app-form-color-disabled: #{$app-form-color-disabled};
116
119
  --app-form-color-computed: #{$app-form-color-computed};
117
120
  --app-form-field-background-color: #{$app-form-field-background-color};
118
121
  --app-form-field-disabled-background-color: #{$app-form-field-disabled-background-color};