ps-toolkit-ui 1.9.72 → 1.9.74

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.
@@ -5364,7 +5364,7 @@
5364
5364
  }
5365
5365
  if (this.inp.addModal) {
5366
5366
  if ((_a = this.inp.addModal.form) === null || _a === void 0 ? void 0 : _a.permission) {
5367
- this.addIcon = new InputClass(this.inp.environment, this.inp.l, 'Add' + this.inp.name, 'fa-duotone fa-plus', exports.InputType.Icon, 'blue m-t-25 m-r-15-p');
5367
+ this.addIcon = new InputClass(this.inp.environment, this.inp.l, 'Add' + this.inp.name, 'fa-duotone fa-plus', exports.InputType.Icon, 'blue m-r-15-p' + (this.inp.displayLabel ? ' m-t-25' : ''));
5368
5368
  this.addIcon.onClick = function () {
5369
5369
  _this.inp.addModal.show();
5370
5370
  };