@kms-ngx-ui/presentational 20.2.1 → 20.2.2

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/index.d.ts CHANGED
@@ -517,8 +517,13 @@ declare class KMSAccordionItemComponent implements OnInit {
517
517
 
518
518
  declare class LoaderComponent {
519
519
  loading: boolean;
520
+ /**
521
+ * Accessible name for the spinner. Required to satisfy WCAG 1.1.1
522
+ * (aria-progressbar-name) when the loader is visible.
523
+ */
524
+ ariaLabel: string;
520
525
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<LoaderComponent, never>;
521
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<LoaderComponent, "kms-loader", never, { "loading": { "alias": "loading"; "required": false; }; }, {}, never, never, false, never>;
526
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<LoaderComponent, "kms-loader", never, { "loading": { "alias": "loading"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, {}, never, never, false, never>;
522
527
  }
523
528
 
524
529
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kms-ngx-ui/presentational",
3
- "version": "20.2.1",
3
+ "version": "20.2.2",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^20.2.14",
6
6
  "@angular/common": "^20.3.15",
@@ -90,6 +90,7 @@ Dropdown from data component {@link https://leaseplan-dev.rentoffice.de/stylegui
90
90
  **Inputs:**
91
91
  | Name | Type | Default | Description |
92
92
  |------|------|---------|-------------|
93
+ | `ariaLabel` | `string` | `''` | Accessible name for the spinner. Required to satisfy WCAG 1.1.1 (aria-progressbar-name) when the loader is visible. |
93
94
  | `loading` | `boolean` | `false` | |
94
95
 
95
96
  ### `<kms-map>` — MapComponent