@dytesdk/angular-ui-kit 1.66.2-staging.1 → 1.66.2-staging.11

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.
@@ -407,11 +407,11 @@ let DyteButton = class DyteButton {
407
407
  }
408
408
  };
409
409
  DyteButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
410
- DyteButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteButton, selector: "dyte-button", inputs: { disabled: "disabled", iconPack: "iconPack", kind: "kind", reverse: "reverse", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
410
+ DyteButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteButton, selector: "dyte-button", inputs: { disabled: "disabled", iconPack: "iconPack", kind: "kind", reverse: "reverse", size: "size", t: "t", type: "type", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
411
411
  DyteButton = __decorate([
412
412
  ProxyCmp({
413
413
  defineCustomElementFn: undefined,
414
- inputs: ['disabled', 'iconPack', 'kind', 'reverse', 'size', 't', 'variant']
414
+ inputs: ['disabled', 'iconPack', 'kind', 'reverse', 'size', 't', 'type', 'variant']
415
415
  })
416
416
  ], DyteButton);
417
417
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteButton, decorators: [{
@@ -420,7 +420,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
420
420
  selector: 'dyte-button',
421
421
  changeDetection: ChangeDetectionStrategy.OnPush,
422
422
  template: '<ng-content></ng-content>',
423
- inputs: ['disabled', 'iconPack', 'kind', 'reverse', 'size', 't', 'variant']
423
+ inputs: ['disabled', 'iconPack', 'kind', 'reverse', 'size', 't', 'type', 'variant']
424
424
  }]
425
425
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
426
426
  let DyteCameraToggle = class DyteCameraToggle {
@@ -1492,11 +1492,11 @@ let DyteIcon = class DyteIcon {
1492
1492
  }
1493
1493
  };
1494
1494
  DyteIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1495
- DyteIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteIcon, selector: "dyte-icon", inputs: { icon: "icon", iconPack: "iconPack", size: "size", t: "t" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1495
+ DyteIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: DyteIcon, selector: "dyte-icon", inputs: { icon: "icon", iconPack: "iconPack", size: "size", t: "t", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1496
1496
  DyteIcon = __decorate([
1497
1497
  ProxyCmp({
1498
1498
  defineCustomElementFn: undefined,
1499
- inputs: ['icon', 'iconPack', 'size', 't']
1499
+ inputs: ['icon', 'iconPack', 'size', 't', 'variant']
1500
1500
  })
1501
1501
  ], DyteIcon);
1502
1502
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: DyteIcon, decorators: [{
@@ -1505,7 +1505,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1505
1505
  selector: 'dyte-icon',
1506
1506
  changeDetection: ChangeDetectionStrategy.OnPush,
1507
1507
  template: '<ng-content></ng-content>',
1508
- inputs: ['icon', 'iconPack', 'size', 't']
1508
+ inputs: ['icon', 'iconPack', 'size', 't', 'variant']
1509
1509
  }]
1510
1510
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1511
1511
  let DyteIdleScreen = class DyteIdleScreen {