mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
feat(ui-input-controls, oms-return-process): introduce text field container, clear, and errors components - Add `ui-text-field-container`, `ui-text-field-clear`, and `ui-text-field-errors` as standalone components for improved text field composition and error handling. - Update SCSS to include new styles for container, clear, and errors components, ensuring visual consistency and error highlighting. - Refactor `ReturnProcessProductQuestionComponent` to use the new containerized text field structure, improving template clarity and error display. - Update Storybook story for `TextField` to demonstrate new composition and error handling. - Export new components from the input-controls public API for external usage. Ref: #4989, #5058