@propbinder/mobile-design 0.3.33 → 0.3.34

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
@@ -737,7 +737,7 @@ declare class DsMobileProfileActionsSheetComponent implements OnInit, OnChanges
737
737
  /**
738
738
  * Current view state
739
739
  */
740
- currentView: _angular_core.WritableSignal<"main" | "language">;
740
+ currentView: _angular_core.WritableSignal<"language" | "main">;
741
741
  /**
742
742
  * Reference to the view container for height calculations
743
743
  */
@@ -1041,7 +1041,7 @@ declare class WhitelabelService {
1041
1041
  readonly logoUrl: _angular_core.Signal<string>;
1042
1042
  readonly logoMarkUrl: _angular_core.Signal<string>;
1043
1043
  readonly logoAlt: _angular_core.Signal<string>;
1044
- readonly logoSize: _angular_core.Signal<"md" | "sm" | "lg" | "xl">;
1044
+ readonly logoSize: _angular_core.Signal<"sm" | "md" | "lg" | "xl">;
1045
1045
  readonly logoHeight: _angular_core.Signal<number>;
1046
1046
  readonly appIconSurface: _angular_core.Signal<string>;
1047
1047
  readonly appIconContent: _angular_core.Signal<string>;
@@ -5032,7 +5032,7 @@ declare class DsMobileGroupAvatarStackComponent {
5032
5032
  /** Full member list; {@link currentUserId} is removed for display when set. */
5033
5033
  members: _angular_core.InputSignal<ChatParticipant[]>;
5034
5034
  customAvatarUrl: _angular_core.InputSignal<string>;
5035
- size: _angular_core.InputSignal<"md" | "sm" | "lg" | "xl">;
5035
+ size: _angular_core.InputSignal<"sm" | "md" | "lg" | "xl">;
5036
5036
  /** Row avatar (32×32, diagonal **xs** faces) vs header / hero stack. */
5037
5037
  layout: _angular_core.InputSignal<"stack" | "list">;
5038
5038
  /** When set, this participant is omitted from the stack (e.g. current user id). */
@@ -8680,7 +8680,7 @@ declare class DsMobileFabComponent implements AfterViewInit, OnDestroy {
8680
8680
  * Note: FAB is always 56px circular, but this affects the icon size
8681
8681
  * @default 'md'
8682
8682
  */
8683
- size: _angular_core.InputSignal<"md" | "sm" | "lg">;
8683
+ size: _angular_core.InputSignal<"sm" | "md" | "lg">;
8684
8684
  /**
8685
8685
  * ARIA label for accessibility
8686
8686
  * @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.3.33",
3
+ "version": "0.3.34",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0"