@propbinder/mobile-design 0.2.73 → 0.2.74

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.
Files changed (2) hide show
  1. package/index.d.ts +14 -14
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -1026,7 +1026,7 @@ declare class WhitelabelService {
1026
1026
  readonly logoUrl: _angular_core.Signal<string>;
1027
1027
  readonly logoMarkUrl: _angular_core.Signal<string>;
1028
1028
  readonly logoAlt: _angular_core.Signal<string>;
1029
- readonly logoSize: _angular_core.Signal<"sm" | "md" | "lg" | "xl">;
1029
+ readonly logoSize: _angular_core.Signal<"md" | "sm" | "lg" | "xl">;
1030
1030
  readonly logoHeight: _angular_core.Signal<number>;
1031
1031
  readonly appIconSurface: _angular_core.Signal<string>;
1032
1032
  readonly appIconContent: _angular_core.Signal<string>;
@@ -1279,7 +1279,7 @@ declare class DsMobileContentComponent {
1279
1279
  */
1280
1280
  declare class SectionHeaderComponent {
1281
1281
  /** Width of the header placeholder */
1282
- width: _angular_core.InputSignal<"full" | "half" | "third">;
1282
+ width: _angular_core.InputSignal<"half" | "third" | "full">;
1283
1283
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SectionHeaderComponent, never>;
1284
1284
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<SectionHeaderComponent, "section-header", never, { "width": { "alias": "width"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
1285
1285
  }
@@ -2777,7 +2777,7 @@ declare class DsMobileListItemComponent implements AfterViewInit {
2777
2777
  * - 'center' - Align to center
2778
2778
  * - 'bottom' - Align to bottom
2779
2779
  */
2780
- align: _angular_core.InputSignal<"center" | "top" | "bottom">;
2780
+ align: _angular_core.InputSignal<"top" | "center" | "bottom">;
2781
2781
  /**
2782
2782
  * Remove top padding — use on the first item in a section when there is
2783
2783
  * no preceding content, to avoid unnecessary whitespace.
@@ -3065,7 +3065,7 @@ declare class DsMobileInteractiveListItemPostComponent {
3065
3065
  * - 'center' - Align to center
3066
3066
  * - 'bottom' - Align to bottom
3067
3067
  */
3068
- align: _angular_core.InputSignal<"center" | "top" | "bottom">;
3068
+ align: _angular_core.InputSignal<"top" | "center" | "bottom">;
3069
3069
  /**
3070
3070
  * Whether the post card is clickable
3071
3071
  */
@@ -3293,7 +3293,7 @@ declare class DsMobileInteractiveListItemInquiryComponent {
3293
3293
  * - 'center' - Align to center
3294
3294
  * - 'bottom' - Align to bottom
3295
3295
  */
3296
- align: _angular_core.InputSignal<"center" | "top" | "bottom">;
3296
+ align: _angular_core.InputSignal<"top" | "center" | "bottom">;
3297
3297
  /**
3298
3298
  * Whether the inquiry item is clickable
3299
3299
  */
@@ -4538,7 +4538,7 @@ declare class DsMobileInteractiveListItemMessageComponent {
4538
4538
  * - 'center' - Align to center
4539
4539
  * - 'bottom' - Align to bottom
4540
4540
  */
4541
- align: _angular_core.InputSignal<"center" | "top" | "bottom">;
4541
+ align: _angular_core.InputSignal<"top" | "center" | "bottom">;
4542
4542
  /**
4543
4543
  * Whitelabel logomark on the avatar corner (e.g. org branding for staff).
4544
4544
  * Default true — preserves backward compatibility with inquiry assignee rows.
@@ -4600,7 +4600,7 @@ declare class DsMobileContactListItemComponent {
4600
4600
  /** Show a trailing trash-bin icon; emits {@link deleteClick} on tap. */
4601
4601
  showDeleteAction: _angular_core.InputSignal<boolean>;
4602
4602
  variant: _angular_core.InputSignal<"compact" | undefined>;
4603
- align: _angular_core.InputSignal<"center" | "top" | "bottom">;
4603
+ align: _angular_core.InputSignal<"top" | "center" | "bottom">;
4604
4604
  contactClick: _angular_core.OutputEmitterRef<void>;
4605
4605
  selectionToggle: _angular_core.OutputEmitterRef<void>;
4606
4606
  moreClick: _angular_core.OutputEmitterRef<void>;
@@ -4704,7 +4704,7 @@ declare class DsMobileGroupAvatarStackComponent {
4704
4704
  /** Full member list; {@link currentUserId} is removed for display when set. */
4705
4705
  members: _angular_core.InputSignal<ChatParticipant[]>;
4706
4706
  customAvatarUrl: _angular_core.InputSignal<string>;
4707
- size: _angular_core.InputSignal<"sm" | "md" | "lg" | "xl">;
4707
+ size: _angular_core.InputSignal<"md" | "sm" | "lg" | "xl">;
4708
4708
  /** Row avatar (32×32, diagonal **xs** faces) vs header / hero stack. */
4709
4709
  layout: _angular_core.InputSignal<"stack" | "list">;
4710
4710
  /** When set, this participant is omitted from the stack (e.g. current user id). */
@@ -5009,7 +5009,7 @@ declare class DsMobileInteractiveListItemBookingComponent {
5009
5009
  * - 'center' - Align to center
5010
5010
  * - 'bottom' - Align to bottom
5011
5011
  */
5012
- align: _angular_core.InputSignal<"center" | "top" | "bottom">;
5012
+ align: _angular_core.InputSignal<"top" | "center" | "bottom">;
5013
5013
  /**
5014
5014
  * Whether the booking item is clickable
5015
5015
  */
@@ -6501,7 +6501,7 @@ declare class DsMobileCardInlineComponent {
6501
6501
  * - 'default' - Column layout with standard padding (gap: 12px, padding: 10px 12px)
6502
6502
  * - 'compact' - Row layout with reduced padding (gap: 8px, padding: 10px)
6503
6503
  */
6504
- variant: _angular_core.InputSignal<"default" | "compact">;
6504
+ variant: _angular_core.InputSignal<"compact" | "default">;
6505
6505
  /**
6506
6506
  * Whether the card is disabled
6507
6507
  * Disables all interactions and reduces opacity
@@ -6564,7 +6564,7 @@ declare class DsMobileCardInlineBannerComponent {
6564
6564
  * - 'default' - Standard padding and column layout
6565
6565
  * - 'compact' - Reduced padding and row layout
6566
6566
  */
6567
- layout: _angular_core.InputSignal<"default" | "compact">;
6567
+ layout: _angular_core.InputSignal<"compact" | "default">;
6568
6568
  /**
6569
6569
  * Emits when the banner is clicked
6570
6570
  */
@@ -6619,7 +6619,7 @@ declare class DsMobileCardInlineContactComponent {
6619
6619
  * - 'default' - Standard padding and column layout
6620
6620
  * - 'compact' - Reduced padding and row layout
6621
6621
  */
6622
- layout: _angular_core.InputSignal<"default" | "compact">;
6622
+ layout: _angular_core.InputSignal<"compact" | "default">;
6623
6623
  /**
6624
6624
  * Whether the contact item is clickable
6625
6625
  */
@@ -6684,7 +6684,7 @@ declare class DsMobileCardInlineFileComponent {
6684
6684
  * - 'default' - Standard padding and column layout
6685
6685
  * - 'compact' - Reduced padding and row layout
6686
6686
  */
6687
- layout: _angular_core.InputSignal<"default" | "compact">;
6687
+ layout: _angular_core.InputSignal<"compact" | "default">;
6688
6688
  /**
6689
6689
  * Optional URL to open when clicked
6690
6690
  * If provided, clicking the card will open this URL in a new tab
@@ -8271,7 +8271,7 @@ declare class DsMobileFabComponent implements AfterViewInit, OnDestroy {
8271
8271
  * Note: FAB is always 56px circular, but this affects the icon size
8272
8272
  * @default 'md'
8273
8273
  */
8274
- size: _angular_core.InputSignal<"sm" | "md" | "lg">;
8274
+ size: _angular_core.InputSignal<"md" | "sm" | "lg">;
8275
8275
  /**
8276
8276
  * ARIA label for accessibility
8277
8277
  * @required - Always provide a descriptive label
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propbinder/mobile-design",
3
- "version": "0.2.73",
3
+ "version": "0.2.74",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"
@@ -20,7 +20,7 @@
20
20
  },
21
21
  ".": {
22
22
  "types": "./index.d.ts",
23
- "default": "./fesm2022/propbinder-mobile-design-ds-mobile-days-sheet-YO-dvZLx.mjs"
23
+ "default": "./fesm2022/propbinder-mobile-design.mjs"
24
24
  },
25
25
  "./styles/*": {
26
26
  "default": "./styles/*"