@sumaris-net/ngx-components 18.6.64 → 18.6.65

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.64",
4
+ "version": "18.6.65",
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": "18.6.64",
5
+ "version": "18.6.65",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{
@@ -188,6 +188,8 @@
188
188
  --app-form-color-rgb: #{$background-color-rgb-value};
189
189
  --app-form-field-focus-background-color: rgba(#{$background-color-rgb-value}, 0.87);
190
190
 
191
+ --mdc-dialog-container-color: var(--ion-background-color);
192
+
191
193
  // Step colors
192
194
  --ion-color-step-50: #{$text-color-step-50};
193
195
  --ion-color-step-100: #{$text-color-step-100};
@@ -737,12 +737,28 @@ mat-calendar {
737
737
  // --------------------------------------------------
738
738
 
739
739
  .timepicker {
740
- .timepicker-header {
740
+ .timepicker-header,
741
+ .timepicker-header .mat-toolbar.mat-accent{
741
742
  // Change header color to 'secondary'
742
743
  --mat-toolbar-container-background-color: var(--ion-color-secondary) !important;
744
+ --mat-toolbar-container-text-color: var(--ion-color-secondary-contrast) !important;
745
+ }
746
+
747
+ ngx-mat-timepicker-face .clock-face {
748
+ background-color: var(--app-form-field-background-color) !important;
749
+
750
+ .mat-toolbar.mat-accent {
751
+ --mat-toolbar-container-background-color: var(--ion-color-accent);
752
+ --mat-toolbar-container-text-color: var(--ion-color-accent-contrast);
753
+ }
754
+ button.mat-mdc-mini-fab.mat-accent {
755
+ --mdc-fab-small-container-color: var(--ion-color-accent);
756
+ --mat-fab-small-foreground-color: var(--ion-color-accent-contrast);
757
+ }
743
758
  }
744
759
  }
745
760
 
761
+
746
762
  .ngx-mat-timepicker-dialog {
747
763
  // Increase max-width for very small screen
748
764
  --mat-dialog-container-small-max-width: calc(100vw - var(--ion-padding, 16px) * 2);
@@ -978,3 +994,7 @@ mat-toolbar app-named-filter-selector {
978
994
  visibility: hidden;
979
995
  }
980
996
  }
997
+
998
+ // --------------------------------------------------
999
+ // Toolbar
1000
+ // --------------------------------------------------