@dytesdk/angular-ui-kit 1.66.2-staging.4 → 1.66.2-staging.6

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.
@@ -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 {