@propbinder/mobile-design 0.2.2 → 0.2.3

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
@@ -1311,7 +1311,7 @@ declare class DsMobileListItemComponent {
1311
1311
  * - 'center' - Align to center
1312
1312
  * - 'bottom' - Align to bottom
1313
1313
  */
1314
- align: _angular_core.InputSignal<"center" | "top" | "bottom">;
1314
+ align: _angular_core.InputSignal<"top" | "center" | "bottom">;
1315
1315
  /**
1316
1316
  * Whether the list item is interactive (clickable and long-pressable)
1317
1317
  * When true, adds interactive background, cursor pointer, and touch handlers
@@ -1397,7 +1397,7 @@ declare class DsMobileListItemComponent {
1397
1397
  /**
1398
1398
  * Handle keyboard events (Enter/Space)
1399
1399
  */
1400
- handleKeyDown(event: KeyboardEvent): void;
1400
+ handleKeyDown(event: Event): void;
1401
1401
  /**
1402
1402
  * Handle long press events from the directive
1403
1403
  * Set the flag to prevent the subsequent click event
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propbinder/mobile-design",
3
- "version": "0.2.02",
3
+ "version": "0.2.03",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"