@cloudflare/realtimekit-angular-ui 1.1.0-staging.1 → 1.1.0-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.
@@ -1011,7 +1011,7 @@ export declare class RtkMenuItem {
1011
1011
  protected el: HTMLRtkMenuItemElement;
1012
1012
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1013
1013
  static ɵfac: i0.ɵɵFactoryDeclaration<RtkMenuItem, never>;
1014
- static ɵcmp: i0.ɵɵComponentDeclaration<RtkMenuItem, "rtk-menu-item", never, { "iconPack": "iconPack"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
1014
+ static ɵcmp: i0.ɵɵComponentDeclaration<RtkMenuItem, "rtk-menu-item", never, { "iconPack": "iconPack"; "menuVariant": "menuVariant"; "size": "size"; "t": "t"; }, {}, never, ["*"]>;
1015
1015
  }
1016
1016
  export declare interface RtkMenuItem extends Components.RtkMenuItem {
1017
1017
  }
@@ -1020,7 +1020,7 @@ export declare class RtkMenuList {
1020
1020
  protected el: HTMLRtkMenuListElement;
1021
1021
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1022
1022
  static ɵfac: i0.ɵɵFactoryDeclaration<RtkMenuList, never>;
1023
- static ɵcmp: i0.ɵɵComponentDeclaration<RtkMenuList, "rtk-menu-list", never, { "iconPack": "iconPack"; "t": "t"; }, {}, never, ["*"]>;
1023
+ static ɵcmp: i0.ɵɵComponentDeclaration<RtkMenuList, "rtk-menu-list", never, { "iconPack": "iconPack"; "menuVariant": "menuVariant"; "t": "t"; }, {}, never, ["*"]>;
1024
1024
  }
1025
1025
  export declare interface RtkMenuList extends Components.RtkMenuList {
1026
1026
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit-angular-ui",
3
- "version": "1.1.0-staging.1",
3
+ "version": "1.1.0-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,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.3.0",
11
- "@cloudflare/realtimekit-ui": "1.1.0-staging.1"
11
+ "@cloudflare/realtimekit-ui": "1.1.0-staging.2"
12
12
  },
13
13
  "publishConfig": {
14
14
  "tag": "staging"