@propbinder/mobile-design 0.2.63 → 0.2.67

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
@@ -1181,8 +1181,13 @@ declare class DsMobileContentComponent {
1181
1181
  * - 'grid-3' - 3 column grid (stacks on mobile)
1182
1182
  */
1183
1183
  layout: _angular_core.InputSignal<"stacked" | "grid-2" | "grid-3">;
1184
+ /**
1185
+ * Gap between content sections
1186
+ * @default '16px'
1187
+ */
1188
+ gap: _angular_core.InputSignal<string>;
1184
1189
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<DsMobileContentComponent, never>;
1185
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileContentComponent, "ds-mobile-content", never, { "layout": { "alias": "layout"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
1190
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DsMobileContentComponent, "ds-mobile-content", never, { "layout": { "alias": "layout"; "required": false; "isSignal": true; }; "gap": { "alias": "gap"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
1186
1191
  }
1187
1192
  /**
1188
1193
  * SectionHeaderComponent
@@ -3395,6 +3400,8 @@ declare class DsMobileInteractiveListItemBookingComponent {
3395
3400
  * Facility thumbnail image URL
3396
3401
  */
3397
3402
  thumbnail: _angular_core.InputSignal<string>;
3403
+ isImageLoading: _angular_core.WritableSignal<boolean>;
3404
+ constructor();
3398
3405
  /**
3399
3406
  * Facility title
3400
3407
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propbinder/mobile-design",
3
- "version": "0.2.63",
3
+ "version": "0.2.67",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"