Fixes :
- fix(#15944128): Do not pass data when no ->versions and avoid unhandled error. A component can have no props.
- fix(embed): Added Drupal base JS into embed.html.twig and fixed behaviors template code.
- fix: Now getting all the files of a theme or parent themes.
- fix: Classic admin Drupal DAB icon style.
- fix(AtomicComponentMenuLinkDeriver): Fixed warning when no name set.
- fix(AddComponentForm): Fixed regex that was not working and allowed title with space and other characters because URLs are now checked.
- refactor: Code simplification on getting the extensions available.
- fix: Error when group or description is not set in the Add/EditComponentForm.
- fix: Create an access check on edit and deletion action on component. We do not want these actions on core or contrib components.
- fix(3404383): Use slots as props but as Markups.