@sumaris-net/ngx-components 2.12.2 → 2.12.4-beta1

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.12.2",
4
+ "version": "2.12.4-beta1",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -408,7 +408,7 @@
408
408
  "ONLY_NOT_DEFAULT": "Afficher seulement les options personnelles"
409
409
  },
410
410
  "ERROR": {
411
- "PEER_NOT_REACHABLE": "nœud injoignable"
411
+ "PEER_NOT_REACHABLE": "Nœud injoignable"
412
412
  }
413
413
  },
414
414
  "USER": {
@@ -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.12.2",
5
+ "version": "2.12.3-rc1",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{
@@ -25,9 +25,11 @@
25
25
  min-width: 160px !important;
26
26
  }
27
27
  .mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
28
- --mat-tab-header-active-label-text-color: #000000de;
29
- --mat-tab-header-active-focus-label-text-color: #000000de;
30
- --mat-tab-header-active-hover-label-text-color: #000000de;
28
+ --mat-tab-header-active-label-text-color: rgba($text-color-rgb, .8);
29
+ --mat-tab-header-active-focus-label-text-color: rgba($text-color-rgb, .8);
30
+ --mat-tab-header-active-hover-label-text-color: rgba($text-color-rgb, .8);
31
+ --mat-tab-header-inactive-ripple-color: rgba(var(--ion-color-primary-rgb), 0.18);
32
+ --mat-tab-header-pagination-icon-color: $text-color;
31
33
  }
32
34
  .mat-mdc-tab-header {
33
35
  --mat-tab-header-label-text-tracking: 0.0178571429em;