@sumaris-net/ngx-components 2.7.3-rc55 → 2.7.3-rc56

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-rc55",
4
+ "version": "2.7.3-rc56",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -17,16 +17,16 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@noble/ed25519": "^1.7.3",
20
- "@polkadot/util": "~12.5.1",
21
- "@polkadot/util-crypto": "~12.5.1",
20
+ "@polkadot/util": "~12.6.2",
21
+ "@polkadot/util-crypto": "~12.6.2",
22
22
  "@rx-angular/cdk": "~17.0.0",
23
23
  "@rx-angular/state": "~17.0.0",
24
- "@rx-angular/template": "~17.0.0",
24
+ "@rx-angular/template": "~17.0.1",
25
25
  "clone": "~2.1.2",
26
26
  "tslib": "~2.6.2",
27
- "@maskito/angular": "~2.0.0",
28
- "@maskito/core": "~2.0.0",
29
- "@maskito/kit": "~2.0.0"
27
+ "@maskito/angular": "~2.0.2",
28
+ "@maskito/core": "~2.0.2",
29
+ "@maskito/kit": "~2.0.2"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@apollo/client": "~3.8.10",
@@ -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-rc55",
5
+ "version": "2.7.3-rc56",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{
@@ -28,6 +28,8 @@
28
28
  --mdc-checkbox-state-layer-size: 20px;
29
29
  --mdc-filled-text-field-container-color: transparent;
30
30
  --mdc-filled-text-field-disabled-container-color: transparent;
31
+ --mat-select-enabled-trigger-text-color: var(--mat-table-row-item-label-text-color);
32
+ --mat-select-disabled-trigger-text-color: var(--mat-table-row-item-label-text-color);
31
33
 
32
34
  .mat-mdc-header-cell {
33
35
  color: var(--ion-color-primary);
@@ -441,7 +443,6 @@
441
443
  padding-top: 0.4em;
442
444
  }
443
445
 
444
-
445
446
  mat-date-time-field {
446
447
  height: calc(var(--mat-row-height) - 2px);
447
448
  ion-col.day {