@cloudflare/realtimekit-angular-ui 1.0.6-staging.1 → 1.0.6-staging.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/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/fesm2015/cloudflare-realtimekit-angular-ui.mjs +3 -3
- package/fesm2015/cloudflare-realtimekit-angular-ui.mjs.map +1 -1
- package/fesm2020/cloudflare-realtimekit-angular-ui.mjs +3 -3
- package/fesm2020/cloudflare-realtimekit-angular-ui.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
|
@@ -526,7 +526,7 @@ export declare class RtkClock {
|
|
|
526
526
|
protected el: HTMLRtkClockElement;
|
|
527
527
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
528
528
|
static ɵfac: i0.ɵɵFactoryDeclaration<RtkClock, never>;
|
|
529
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RtkClock, "rtk-clock", never, { "iconPack": "iconPack"; "meeting": "meeting"; }, {}, never, ["*"]>;
|
|
529
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RtkClock, "rtk-clock", never, { "iconPack": "iconPack"; "meeting": "meeting"; "size": "size"; }, {}, never, ["*"]>;
|
|
530
530
|
}
|
|
531
531
|
export declare interface RtkClock extends Components.RtkClock {
|
|
532
532
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudflare/realtimekit-angular-ui",
|
|
3
|
-
"version": "1.0.6-staging.
|
|
3
|
+
"version": "1.0.6-staging.3",
|
|
4
4
|
"description": "Pre-built, ready-to-use Angular UI components and utilities for integrating with Cloudflare RealtimeKit",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=12",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"tslib": "^2.3.0",
|
|
11
|
-
"@cloudflare/realtimekit-ui": "1.0.6-staging.
|
|
11
|
+
"@cloudflare/realtimekit-ui": "1.0.6-staging.3"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"tag": "staging"
|