mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
The mat-label refactor dropped the .adf-label class from several widget labels. That class is a public styling hook: consuming apps (e.g. hxp studio form editor) target it to set label font, line-height and sizing, so removing it silently changed label metrics and form field spacing downstream. Keep class="adf-label" on the mat-labels alongside the new data-automation-id hooks, and restore the SCSS selectors that had been renamed to work around the missing class. Unit tests already select labels via data-automation-id, so they are unaffected. Co-authored-by: Cursor <cursoragent@cursor.com>
Alfresco Process services
Contains a variety of components, directives and services used throughout ADF
Documentation
See the ADF Process Services section of the docs index for all available documentation on this library.
Prerequisites
Before you start using this development framework, make sure you have installed all required software and done all the necessary configuration, see this page.
If you plan using this component with projects generated by Angular CLI, please refer to the following article: Using ADF with Angular CLI
Install
npm install @alfresco/adf-process-services