@cloudflare/realtimekit-angular-ui 1.0.9-staging.4 → 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.
@@ -1840,10 +1840,10 @@ let RtkMenuItem = class RtkMenuItem {
1840
1840
  }
1841
1841
  };
1842
1842
  RtkMenuItem.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkMenuItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1843
- RtkMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkMenuItem, selector: "rtk-menu-item", inputs: { iconPack: "iconPack", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1843
+ RtkMenuItem.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkMenuItem, selector: "rtk-menu-item", inputs: { iconPack: "iconPack", menuVariant: "menuVariant", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1844
1844
  RtkMenuItem = __decorate([
1845
1845
  ProxyCmp({
1846
- inputs: ['iconPack', 'size', 't']
1846
+ inputs: ['iconPack', 'menuVariant', 'size', 't']
1847
1847
  })
1848
1848
  ], RtkMenuItem);
1849
1849
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkMenuItem, decorators: [{
@@ -1853,7 +1853,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1853
1853
  changeDetection: ChangeDetectionStrategy.OnPush,
1854
1854
  template: '<ng-content></ng-content>',
1855
1855
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1856
- inputs: ['iconPack', 'size', 't'],
1856
+ inputs: ['iconPack', 'menuVariant', 'size', 't'],
1857
1857
  }]
1858
1858
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1859
1859
  let RtkMenuList = class RtkMenuList {
@@ -1864,10 +1864,10 @@ let RtkMenuList = class RtkMenuList {
1864
1864
  }
1865
1865
  };
1866
1866
  RtkMenuList.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkMenuList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1867
- RtkMenuList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkMenuList, selector: "rtk-menu-list", inputs: { iconPack: "iconPack", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1867
+ RtkMenuList.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkMenuList, selector: "rtk-menu-list", inputs: { iconPack: "iconPack", menuVariant: "menuVariant", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1868
1868
  RtkMenuList = __decorate([
1869
1869
  ProxyCmp({
1870
- inputs: ['iconPack', 't']
1870
+ inputs: ['iconPack', 'menuVariant', 't']
1871
1871
  })
1872
1872
  ], RtkMenuList);
1873
1873
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkMenuList, decorators: [{
@@ -1877,7 +1877,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1877
1877
  changeDetection: ChangeDetectionStrategy.OnPush,
1878
1878
  template: '<ng-content></ng-content>',
1879
1879
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1880
- inputs: ['iconPack', 't'],
1880
+ inputs: ['iconPack', 'menuVariant', 't'],
1881
1881
  }]
1882
1882
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1883
1883
  let RtkMessageListView = class RtkMessageListView {