ps-toolkit-ui 1.15.60 → 1.15.63

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.
@@ -5029,7 +5029,7 @@
5029
5029
  { type: core.Component, args: [{
5030
5030
  selector: 'lib-form-label',
5031
5031
  template: "<div [id]=\"inp.id + 'LabelInput'\" (click)=\"onClick()\" #inputDiv [className]=\"'form-input label w-100' + ' ' + inp.class\" [innerHTML]=\"inp.l(inp.value)\">\r\n</div>\r\n",
5032
- styles: [".form-input.label{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;cursor:default;font-size:12px;line-height:30px;min-height:30px!important;padding:0 15px;position:relative;text-align:center}.form-input.label.underline{margin:20px 15px;min-height:0!important;width:calc(100% - 30px)}.form-input.label.form-group-title{margin:0 15px 10px;width:calc(100% - 30px)}.form-input.label.space{margin:10px 15px;min-height:0!important;width:calc(100% - 30px)}.form-input.label.h-58{line-height:58px;min-height:58px!important}.form-input.label.h-45{line-height:45px;min-height:45px!important}.form-input.label.h-35{line-height:35px;min-height:35px!important}.form-input.label.h-25{line-height:25px;min-height:25px!important}.form-input.label.h-20{line-height:20px;min-height:20px!important}.form-input.label.h-15{line-height:15px;min-height:15px!important}"]
5032
+ styles: [".form-input.label{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;cursor:default;font-size:12px;line-height:30px;min-height:30px!important;padding:0 15px;position:relative;text-align:center}.form-input.label.underline{margin:20px 15px;min-height:0!important;width:calc(100% - 30px)}.form-input.label.form-group-title{margin:0 15px 10px;width:calc(100% - 30px)}.form-input.label.space{margin:10px 15px;min-height:0!important;width:calc(100% - 30px)}.form-input.label.h-58{line-height:58px;min-height:58px!important}.form-input.label.h-40,.form-input.label.h-45{line-height:45px;min-height:45px!important}.form-input.label.h-35{line-height:35px;min-height:35px!important}.form-input.label.h-25{line-height:25px;min-height:25px!important}.form-input.label.h-20{line-height:20px;min-height:20px!important}.form-input.label.h-15{line-height:15px;min-height:15px!important}"]
5033
5033
  },] }
5034
5034
  ];
5035
5035
  FormLabelComponent.ctorParameters = function () { return []; };