ps-toolkit-ui 0.1.85 → 0.1.86

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.
@@ -2074,7 +2074,7 @@
2074
2074
  }
2075
2075
  ModalComponent.prototype.ngOnInit = function () {
2076
2076
  var _this = this;
2077
- this.close = new InputClass(this.modal.environment, this.modal.l, '', 'fa-duotone fa-times', exports.InputType.Icon, 'w-u h-30 red close-modal');
2077
+ this.close = new InputClass(this.modal.environment, this.modal.l, null, 'fa-duotone fa-times', exports.InputType.Icon, 'w-u h-30 red close-modal');
2078
2078
  this.close.onClick = function () {
2079
2079
  _this.modal.hide();
2080
2080
  };