@cloudflare/realtimekit-angular-ui 1.0.5 → 1.0.6-staging.2

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.
@@ -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.5",
3
+ "version": "1.0.6-staging.2",
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,11 +8,10 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0",
11
- "@cloudflare/realtimekit-ui": "1.0.5"
11
+ "@cloudflare/realtimekit-ui": "1.0.6-staging.2"
12
12
  },
13
13
  "publishConfig": {
14
- "access": "public",
15
- "tag": "latest"
14
+ "tag": "staging"
16
15
  },
17
16
  "files": [
18
17
  "*",