@propbinder/mobile-design 0.2.24 → 0.2.25

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
@@ -472,6 +472,10 @@ declare class DsMobileProfileActionsSheetComponent implements OnInit, OnChanges
472
472
  constructor(modalController: ModalController, injector: Injector);
473
473
  ngOnChanges(changes: SimpleChanges): void;
474
474
  ngOnInit(): void;
475
+ /**
476
+ * Try to resolve short language code from localStorage ('selectedLanguage' key)
477
+ */
478
+ private getLanguageFromStorage;
475
479
  /**
476
480
  * Handle action item click
477
481
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propbinder/mobile-design",
3
- "version": "0.2.24",
3
+ "version": "0.2.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"