@sumaris-net/ngx-components 18.6.50 → 18.6.52

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": "18.6.50",
4
+ "version": "18.6.52",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -4,8 +4,9 @@ import * as i2 from "@angular/common";
4
4
  import * as i3 from "@ionic/angular";
5
5
  import * as i4 from "@ngx-translate/core";
6
6
  import * as i5 from "@angular/router";
7
+ import * as i6 from "@angular/forms";
7
8
  export declare class ToastTestingModule {
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastTestingModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<ToastTestingModule, [typeof i1.ToastTestingPage], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.TranslateModule, typeof i5.RouterModule], [typeof i5.RouterModule, typeof i1.ToastTestingPage]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToastTestingModule, [typeof i1.ToastTestingPage], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.TranslateModule, typeof i5.RouterModule, typeof i6.FormsModule], [typeof i5.RouterModule, typeof i1.ToastTestingPage]>;
10
11
  static ɵinj: i0.ɵɵInjectorDeclaration<ToastTestingModule>;
11
12
  }
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "18.6.50",
5
+ "version": "18.6.52",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{
@@ -912,22 +912,19 @@ mat-icon.icon-secondary,
912
912
  ion-toast {
913
913
  --background: var(--ion-color-dark);
914
914
  --color: var(--ion-color-dark-contrast);
915
- --button-color: var(--ion-color-secondary);
915
+ --button-color: var(--color);
916
916
 
917
917
  &.secondary {
918
918
  --background: var(--ion-color-secondary);
919
919
  --color: var(--ion-color-secondary-contrast);
920
- --button-color: var(--ion-color-tertiary);
921
920
  }
922
921
  &.accent {
923
922
  --background: var(--ion-color-accent);
924
923
  --color: var(--ion-color-accent-contrast);
925
- --button-color: var(--ion-color-primary);
926
924
  }
927
925
  &.danger {
928
926
  --background: var(--ion-color-danger);
929
927
  --color: var(--ion-color-danger-contrast);
930
- --button-color: var(--ion-color-primary);
931
928
  }
932
929
 
933
930
  /* -- workaround because toast animation failed */