@dytesdk/angular-ui-kit 2.1.3-staging.1 → 2.1.3
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/dist/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs +3 -3
- package/dist/fesm2015/dytesdk-angular-ui-kit.mjs.map +1 -1
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs +3 -3
- package/dist/fesm2020/dytesdk-angular-ui-kit.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1273,7 +1273,7 @@ export declare class DyteParticipantsAudio {
|
|
|
1273
1273
|
protected el: HTMLElement;
|
|
1274
1274
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1275
1275
|
static ɵfac: i0.ɵɵFactoryDeclaration<DyteParticipantsAudio, never>;
|
|
1276
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipantsAudio, "dyte-participants-audio", never, { "iconPack": "iconPack"; "meeting": "meeting"; "t": "t"; }, {}, never, ["*"]>;
|
|
1276
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DyteParticipantsAudio, "dyte-participants-audio", never, { "iconPack": "iconPack"; "meeting": "meeting"; "preloadedAudioElem": "preloadedAudioElem"; "t": "t"; }, {}, never, ["*"]>;
|
|
1277
1277
|
}
|
|
1278
1278
|
export declare interface DyteParticipantsStageList extends Components.DyteParticipantsStageList {
|
|
1279
1279
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dytesdk/angular-ui-kit",
|
|
3
|
-
"version": "2.1.3
|
|
3
|
+
"version": "2.1.3",
|
|
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": "2.1.3
|
|
11
|
+
"@dytesdk/ui-kit": "2.1.3"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"tag": "staging"
|