@cloudflare/realtimekit-angular-ui 1.0.0-staging.7 → 1.0.0-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.
@@ -1138,7 +1138,7 @@ export declare class RtkNotification {
1138
1138
  protected el: HTMLRtkNotificationElement;
1139
1139
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1140
1140
  static ɵfac: i0.ɵɵFactoryDeclaration<RtkNotification, never>;
1141
- static ɵcmp: i0.ɵɵComponentDeclaration<RtkNotification, "rtk-notification", never, { "iconPack": { "alias": "iconPack"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; "size": { "alias": "size"; "required": false; }; "t": { "alias": "t"; "required": false; }; }, {}, never, ["*"], true, never>;
1141
+ static ɵcmp: i0.ɵɵComponentDeclaration<RtkNotification, "rtk-notification", never, { "iconPack": { "alias": "iconPack"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; "paused": { "alias": "paused"; "required": false; }; "size": { "alias": "size"; "required": false; }; "t": { "alias": "t"; "required": false; }; }, {}, never, ["*"], true, never>;
1142
1142
  }
1143
1143
  export declare interface RtkNotification extends Components.RtkNotification {
1144
1144
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit-angular-ui",
3
- "version": "1.0.0-staging.7",
3
+ "version": "1.0.0-staging.9",
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.0-staging.7"
11
+ "@cloudflare/realtimekit-ui": "1.0.0-staging.9"
12
12
  },
13
13
  "publishConfig": {
14
14
  "tag": "staging"