@verisoft/ui-primeng 21.0.10 → 21.0.11

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,12 @@ 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: 'pi pi-arrow-counterclockwise',
112
+ folder: 'pi pi-folder',
113
+ eye: 'pi pi-eye',
114
+ box: 'pi pi-box',
109
115
  };
110
116
 
111
117
  class FormFieldComponent extends BaseFormInputComponent {