@propbinder/mobile-design 0.2.60 → 0.2.62

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
@@ -4611,6 +4611,7 @@ declare class DsMobileModalService {
4611
4611
  */
4612
4612
  declare abstract class MobileModalBase implements OnInit, OnDestroy {
4613
4613
  protected modalController: ModalController;
4614
+ private platform;
4614
4615
  /**
4615
4616
  * Reference to IonContent for accessing scroll element
4616
4617
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propbinder/mobile-design",
3
- "version": "0.2.60",
3
+ "version": "0.2.62",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"