@porscheinformatik/material-addons 22.0.3 → 22.0.4

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.3",
3
+ "version": "22.0.4",
4
4
  "description": "Custom theme and components for Angular Material",
5
5
  "homepage": "https://github.com/porscheinformatik/material-addons",
6
6
  "repository": {
@@ -1317,7 +1317,7 @@ declare class FileUploadComponent implements OnInit {
1317
1317
  static ɵcmp: i0.ɵɵComponentDeclaration<FileUploadComponent, "mad-file-upload", never, { "id": { "alias": "id"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "text": { "alias": "text"; "required": false; }; "showFileList": { "alias": "showFileList"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; }, { "fileEmitter": "fileEmitter"; "errorEmitter": "errorEmitter"; }, never, never, true, never>;
1318
1318
  }
1319
1319
 
1320
- declare const VERSION = "22.0.3";
1320
+ declare const VERSION = "22.0.4";
1321
1321
 
1322
1322
  type AlertType = 'success' | 'info' | 'warning' | 'error';
1323
1323
  type AlertSize = 'small' | 'medium' | 'large';