@cloudflare/realtimekit-angular-ui 1.0.6-staging.1 → 1.0.6-staging.3

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.
@@ -811,10 +811,10 @@ let RtkClock = class RtkClock {
811
811
  }
812
812
  };
813
813
  RtkClock.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkClock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
814
- RtkClock.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkClock, selector: "rtk-clock", inputs: { iconPack: "iconPack", meeting: "meeting" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
814
+ RtkClock.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkClock, selector: "rtk-clock", inputs: { iconPack: "iconPack", meeting: "meeting", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
815
815
  RtkClock = __decorate([
816
816
  ProxyCmp({
817
- inputs: ['iconPack', 'meeting']
817
+ inputs: ['iconPack', 'meeting', 'size']
818
818
  })
819
819
  ], RtkClock);
820
820
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkClock, decorators: [{
@@ -824,7 +824,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
824
824
  changeDetection: ChangeDetectionStrategy.OnPush,
825
825
  template: '<ng-content></ng-content>',
826
826
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
827
- inputs: ['iconPack', 'meeting'],
827
+ inputs: ['iconPack', 'meeting', 'size'],
828
828
  }]
829
829
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
830
830
  let RtkConfirmationModal = class RtkConfirmationModal {