@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
package/themes/pbv.scss
CHANGED
|
@@ -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.
|
|
1368
|
+
declare const VERSION = "22.0.12";
|
|
1369
1369
|
|
|
1370
1370
|
type AlertType = 'success' | 'info' | 'warning' | 'error';
|
|
1371
1371
|
type AlertSize = 'small' | 'medium' | 'large';
|