@sumaris-net/ngx-components 2.7.3-rc11 → 2.7.3-rc13

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-rc11",
4
+ "version": "2.7.3-rc13",
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-rc11",
5
+ "version": "2.7.3-rc13",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{
@@ -57,7 +57,7 @@
57
57
  }
58
58
  .mat-mdc-option {
59
59
  --mat-option-label-text-tracking: normal;
60
- --mat-option-label-text-size: 14px;
60
+ --mat-option-label-text-size: 16px;
61
61
  }
62
62
 
63
63
  // Badge
@@ -570,7 +570,6 @@ ion-list,
570
570
  }
571
571
 
572
572
  .mat-mdc-option[no-padding],
573
- .mat-option[no-padding],
574
573
  mat-option[no-padding] {
575
574
  padding: 0 !important;
576
575
  }
@@ -107,7 +107,7 @@
107
107
  }
108
108
 
109
109
  /* Add a start padding to content (but not the cell itself) (e.g. tables with odd/event style - like BatchGroupsTable) */
110
- &.mat-cell-content-start-padding {
110
+ &.mat-mdc-cell-content-start-padding {
111
111
 
112
112
  // Reset start padding here (only apply cell's content)
113
113
  padding-inline-start: 0;