@cloudflare/realtimekit-angular-ui 1.1.0-staging.3 → 1.1.0-staging.5

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.
@@ -1038,7 +1038,7 @@ export declare class RtkMessageView {
1038
1038
  protected el: HTMLRtkMessageViewElement;
1039
1039
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1040
1040
  static ɵfac: i0.ɵɵFactoryDeclaration<RtkMessageView, never>;
1041
- static ɵcmp: i0.ɵɵComponentDeclaration<RtkMessageView, "rtk-message-view", never, { "actions": "actions"; "authorName": "authorName"; "avatarUrl": "avatarUrl"; "hideAuthorName": "hideAuthorName"; "hideAvatar": "hideAvatar"; "hideMetadata": "hideMetadata"; "iconPack": "iconPack"; "isSelf": "isSelf"; "time": "time"; "variant": "variant"; "viewType": "viewType"; }, {}, never, ["*"]>;
1041
+ static ɵcmp: i0.ɵɵComponentDeclaration<RtkMessageView, "rtk-message-view", never, { "actions": "actions"; "authorName": "authorName"; "avatarUrl": "avatarUrl"; "hideAuthorName": "hideAuthorName"; "hideAvatar": "hideAvatar"; "hideMetadata": "hideMetadata"; "iconPack": "iconPack"; "isSelf": "isSelf"; "pinned": "pinned"; "time": "time"; "variant": "variant"; "viewType": "viewType"; }, {}, never, ["*"]>;
1042
1042
  }
1043
1043
  export declare interface RtkMessageView extends Components.RtkMessageView {
1044
1044
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit-angular-ui",
3
- "version": "1.1.0-staging.3",
3
+ "version": "1.1.0-staging.5",
4
4
  "description": "Pre-built, ready-to-use Angular UI components and utilities for integrating with Cloudflare RealtimeKit",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0",
11
- "@cloudflare/realtimekit-ui": "1.1.0-staging.3"
11
+ "@cloudflare/realtimekit-ui": "1.1.0-staging.5"
12
12
  },
13
13
  "publishConfig": {
14
14
  "tag": "staging"