@sumaris-net/ngx-components 2.7.3-rc40 → 2.7.3-rc42

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-rc40",
4
+ "version": "2.7.3-rc42",
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-rc40",
5
+ "version": "2.7.3-rc42",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{
@@ -28,23 +28,29 @@
28
28
  }
29
29
 
30
30
  // Icon, Button
31
+ .mat-button.mat-primary,
31
32
  .mat-icon.mat-primary,
32
33
  .mat-icon-button.mat-primary,
33
- .mat-button.mat-primary,
34
+ .mat-mdc-button.mat-primary,
35
+ .mat-mdc-icon-button.mat-primary,
34
36
  .mat-stroked-button.mat-primary {
35
37
  color: var(--ion-color-tertiary, $tertiary);
36
38
  }
37
- .mat-icon.mat-secondary,
38
39
  .mat-button.mat-secondary,
40
+ .mat-icon.mat-secondary,
39
41
  .mat-icon-button.mat-secondary,
42
+ .mat-mdc-button.mat-secondary,
43
+ .mat-mdc-icon-button.mat-secondary,
40
44
  .mat-stroked-button.mat-secondary {
41
45
  color: var(--ion-color-secondary, $secondary);
42
46
  }
43
- .mat-icon.mat-accent,
44
47
  .mat-button.mat-accent,
48
+ .mat-icon.mat-accent,
45
49
  .mat-icon-button.mat-accent,
50
+ .mat-mdc-button.mat-accent,
51
+ .mat-mdc-icon-button.mat-accent,
46
52
  .mat-stroked-button.mat-accent {
47
- color: var(--ion-color-accent);
53
+ color: var(--ion-color-accent, $accent);
48
54
  }
49
55
  .mdc-button {
50
56
  --mdc-typography-button-letter-spacing: normal;
@@ -209,7 +209,6 @@
209
209
  // Disabled row
210
210
  &.mat-mdc-row-disabled *,
211
211
  &.mat-row-disabled * {
212
- color: inherit;
213
212
  cursor: pointer;
214
213
  // Necessary to focus on <mat-form-field> when row is readonly since angular 15 migrating
215
214
  pointer-events: unset !important;