@dytesdk/angular-ui-kit 3.0.2 → 3.0.5
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.
|
@@ -680,7 +680,7 @@ export declare class DyteEmojiPicker {
|
|
|
680
680
|
protected el: HTMLDyteEmojiPickerElement;
|
|
681
681
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
682
682
|
static ɵfac: i0.ɵɵFactoryDeclaration<DyteEmojiPicker, never>;
|
|
683
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DyteEmojiPicker, "dyte-emoji-picker", never, { "
|
|
683
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DyteEmojiPicker, "dyte-emoji-picker", never, { "iconPack": { "alias": "iconPack"; "required": false; }; "t": { "alias": "t"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
684
684
|
}
|
|
685
685
|
export declare interface DyteEmojiPicker extends Components.DyteEmojiPicker {
|
|
686
686
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dytesdk/angular-ui-kit",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"description": "Dyte's UI Kit to support easy UI development for Angular Projects",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=12",
|
|
@@ -8,11 +8,10 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0",
|
|
11
|
-
"@dytesdk/ui-kit": "3.0.
|
|
11
|
+
"@dytesdk/ui-kit": "3.0.5"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
|
-
"
|
|
15
|
-
"tag": "latest"
|
|
14
|
+
"tag": "staging"
|
|
16
15
|
},
|
|
17
16
|
"files": [
|
|
18
17
|
"dist/"
|
|
@@ -26,14 +25,5 @@
|
|
|
26
25
|
"postpublish": "mv package.json.bak package.json"
|
|
27
26
|
},
|
|
28
27
|
"module": "dist/fesm2022/dytesdk-angular-ui-kit.mjs",
|
|
29
|
-
"typings": "dist/index.d.ts"
|
|
30
|
-
"exports": {
|
|
31
|
-
"./package.json": {
|
|
32
|
-
"default": "./package.json"
|
|
33
|
-
},
|
|
34
|
-
".": {
|
|
35
|
-
"types": "./dist/index.d.ts",
|
|
36
|
-
"default": "./dist/fesm2022/dytesdk-angular-ui-kit.mjs"
|
|
37
|
-
}
|
|
38
|
-
}
|
|
28
|
+
"typings": "dist/index.d.ts"
|
|
39
29
|
}
|