@verisoft/ui-primeng 21.0.1 → 21.0.3

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.
@@ -106,6 +106,11 @@ const Icons = {
106
106
  check: 'pi pi-check',
107
107
  envelope: 'pi pi-envelope',
108
108
  loader: 'pi pi-loader',
109
+ file: 'pi pi-file',
110
+ map: 'pi pi-map',
111
+ arrowCounterclockwise: '',
112
+ folder: '',
113
+ eye: ''
109
114
  };
110
115
 
111
116
  class FormFieldComponent extends BaseFormInputComponent {