@dytesdk/angular-ui-kit 1.66.0 → 1.66.1-staging.1

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.
@@ -439,7 +439,7 @@ export declare class DyteChatMessage {
439
439
  protected el: HTMLElement;
440
440
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
441
441
  static ɵfac: i0.ɵɵFactoryDeclaration<DyteChatMessage, never>;
442
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteChatMessage, "dyte-chat-message", never, { "alignRight": "alignRight"; "canDelete": "canDelete"; "canEdit": "canEdit"; "canReply": "canReply"; "disableControls": "disableControls"; "hideAvatar": "hideAvatar"; "iconPack": "iconPack"; "isContinued": "isContinued"; "isSelf": "isSelf"; "isUnread": "isUnread"; "leftAlign": "leftAlign"; "message": "message"; "senderDisplayPicture": "senderDisplayPicture"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
442
+ static ɵcmp: i0.ɵɵComponentDeclaration<DyteChatMessage, "dyte-chat-message", never, { "alignRight": "alignRight"; "canDelete": "canDelete"; "canEdit": "canEdit"; "canReply": "canReply"; "child": "child"; "disableControls": "disableControls"; "hideAvatar": "hideAvatar"; "iconPack": "iconPack"; "isContinued": "isContinued"; "isSelf": "isSelf"; "isUnread": "isUnread"; "leftAlign": "leftAlign"; "message": "message"; "senderDisplayPicture": "senderDisplayPicture"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
443
443
  }
444
444
  export declare interface DyteChatMessagesUi extends Components.DyteChatMessagesUi {
445
445
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dytesdk/angular-ui-kit",
3
- "version": "1.66.0",
3
+ "version": "1.66.1-staging.1",
4
4
  "description": "Dyte's UI Kit to support easy UI development for Angular Projects",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^13 || ^14 || ^15",
@@ -8,11 +8,10 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0",
11
- "@dytesdk/ui-kit": "1.66.0"
11
+ "@dytesdk/ui-kit": "1.66.1-staging.1"
12
12
  },
13
13
  "publishConfig": {
14
- "access": "public",
15
- "tag": "latest"
14
+ "tag": "staging"
16
15
  },
17
16
  "files": [
18
17
  "dist/"