@cloudflare/realtimekit-angular-ui 1.0.4-staging.3 → 1.0.4-staging.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.
@@ -1750,7 +1750,7 @@ export declare class RtkUiProvider {
1750
1750
  protected el: HTMLRtkUiProviderElement;
1751
1751
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1752
1752
  static ɵfac: i0.ɵɵFactoryDeclaration<RtkUiProvider, never>;
1753
- static ɵcmp: i0.ɵɵComponentDeclaration<RtkUiProvider, "rtk-ui-provider", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "mode": "mode"; "showSetupScreen": "showSetupScreen"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
1753
+ static ɵcmp: i0.ɵɵComponentDeclaration<RtkUiProvider, "rtk-ui-provider", never, { "config": "config"; "iconPack": "iconPack"; "meeting": "meeting"; "mode": "mode"; "showSetupScreen": "showSetupScreen"; "t": "t"; }, {}, never, ["*"]>;
1754
1754
  }
1755
1755
  export declare interface RtkUiProvider extends Components.RtkUiProvider {
1756
1756
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit-angular-ui",
3
- "version": "1.0.4-staging.3",
3
+ "version": "1.0.4-staging.5",
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.4-staging.3"
11
+ "@cloudflare/realtimekit-ui": "1.0.4-staging.5"
12
12
  },
13
13
  "publishConfig": {
14
14
  "tag": "staging"