@propbinder/mobile-design 0.2.13 → 0.2.14

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
@@ -383,7 +383,7 @@ declare class DsMobileProfileActionsSheetComponent {
383
383
  /**
384
384
  * Current view state
385
385
  */
386
- currentView: _angular_core.WritableSignal<"main" | "language">;
386
+ currentView: _angular_core.WritableSignal<"language" | "main">;
387
387
  /**
388
388
  * Reference to the view container for height calculations
389
389
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propbinder/mobile-design",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"