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

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
  /**
@@ -1134,7 +1134,7 @@ export declare class DyteNameTag {
1134
1134
  protected el: HTMLElement;
1135
1135
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1136
1136
  static ɵfac: i0.ɵɵFactoryDeclaration<DyteNameTag, never>;
1137
- static ɵcmp: i0.ɵɵComponentDeclaration<DyteNameTag, "dyte-name-tag", never, { "iconPack": "iconPack"; "isScreenShare": "isScreenShare"; "maxLength": "maxLength"; "meeting": "meeting"; "participant": "participant"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1137
+ static ɵcmp: i0.ɵɵComponentDeclaration<DyteNameTag, "dyte-name-tag", never, { "iconPack": "iconPack"; "isScreenShare": "isScreenShare"; "meeting": "meeting"; "participant": "participant"; "size": "size"; "t": "t"; "variant": "variant"; }, {}, never, ["*"]>;
1138
1138
  }
1139
1139
  export declare interface DyteNetworkIndicator extends Components.DyteNetworkIndicator {
1140
1140
  }
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.10",
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.10"
12
12
  },
13
13
  "publishConfig": {
14
- "access": "public",
15
- "tag": "latest"
14
+ "tag": "staging"
16
15
  },
17
16
  "files": [
18
17
  "dist/"