@dytesdk/angular-ui-kit 1.68.4-staging.2 → 1.68.4-staging.4
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.
|
@@ -1766,7 +1766,10 @@ export declare interface DyteTranscript extends Components.DyteTranscript {
|
|
|
1766
1766
|
/**
|
|
1767
1767
|
* Dismiss event
|
|
1768
1768
|
*/
|
|
1769
|
-
dyteTranscriptDismiss: EventEmitter<CustomEvent<
|
|
1769
|
+
dyteTranscriptDismiss: EventEmitter<CustomEvent<{
|
|
1770
|
+
id: string;
|
|
1771
|
+
renderedId: string;
|
|
1772
|
+
}>>;
|
|
1770
1773
|
}
|
|
1771
1774
|
export declare class DyteTranscript {
|
|
1772
1775
|
protected z: NgZone;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dytesdk/angular-ui-kit",
|
|
3
|
-
"version": "1.68.4-staging.
|
|
3
|
+
"version": "1.68.4-staging.4",
|
|
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 || ^16 || ^17",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0",
|
|
11
|
-
"@dytesdk/ui-kit": "1.68.4-staging.
|
|
11
|
+
"@dytesdk/ui-kit": "1.68.4-staging.4"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"tag": "staging"
|