@cloudflare/realtimekit-angular-ui 1.2.1-staging.2 → 1.2.1-staging.4

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.
@@ -119,10 +119,10 @@ let RtkAiTranscriptions = class RtkAiTranscriptions {
119
119
  }
120
120
  };
121
121
  RtkAiTranscriptions.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkAiTranscriptions, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
122
- RtkAiTranscriptions.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkAiTranscriptions, selector: "rtk-ai-transcriptions", inputs: { initialTranscriptions: "initialTranscriptions", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
122
+ RtkAiTranscriptions.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RtkAiTranscriptions, selector: "rtk-ai-transcriptions", inputs: { iconPack: "iconPack", initialTranscriptions: "initialTranscriptions", meeting: "meeting", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
123
123
  RtkAiTranscriptions = __decorate([
124
124
  ProxyCmp({
125
- inputs: ['initialTranscriptions', 'meeting', 't']
125
+ inputs: ['iconPack', 'initialTranscriptions', 'meeting', 't']
126
126
  })
127
127
  ], RtkAiTranscriptions);
128
128
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RtkAiTranscriptions, decorators: [{
@@ -132,7 +132,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
132
132
  changeDetection: ChangeDetectionStrategy.OnPush,
133
133
  template: '<ng-content></ng-content>',
134
134
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
135
- inputs: ['initialTranscriptions', 'meeting', 't'],
135
+ inputs: ['iconPack', 'initialTranscriptions', 'meeting', 't'],
136
136
  }]
137
137
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
138
138
  let RtkAudioGrid = class RtkAudioGrid {