@porscheinformatik/material-addons 22.0.11 → 22.0.12

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@porscheinformatik/material-addons",
3
- "version": "22.0.11",
3
+ "version": "22.0.12",
4
4
  "description": "Custom theme and components for Angular Material",
5
5
  "homepage": "https://github.com/porscheinformatik/material-addons",
6
6
  "repository": {
package/themes/pbv.scss CHANGED
@@ -38,6 +38,7 @@ $pbv-root-overrides: (
38
38
  --selection-background: #79c6e6,
39
39
  --hover-color: #79c6e6,
40
40
  --panel-color: #000000,
41
+ --mat-table-row-item-outline-color: #cccccc,
41
42
  );
42
43
 
43
44
  @include theme-entry.apply-theme(
@@ -1365,7 +1365,7 @@ declare class BreadcrumbComponent {
1365
1365
  static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "mad-breadcrumb", never, { "breadcrumbs": { "alias": "breadcrumbs"; "required": true; "isSignal": true; }; "showCopy": { "alias": "showCopy"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; }, { "copy": "copy"; }, never, never, true, never>;
1366
1366
  }
1367
1367
 
1368
- declare const VERSION = "22.0.10";
1368
+ declare const VERSION = "22.0.12";
1369
1369
 
1370
1370
  type AlertType = 'success' | 'info' | 'warning' | 'error';
1371
1371
  type AlertSize = 'small' | 'medium' | 'large';