@dytesdk/angular-ui-kit 1.66.1-staging.8 → 1.66.1-staging.9
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
|
@@ -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"; "
|
|
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.1-staging.
|
|
3
|
+
"version": "1.66.1-staging.9",
|
|
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,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0",
|
|
11
|
-
"@dytesdk/ui-kit": "1.66.1-staging.
|
|
11
|
+
"@dytesdk/ui-kit": "1.66.1-staging.9"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"tag": "staging"
|