* fix: <svg> attribute width="2rem" error in Safari
I changed the with and height value for all svgs used in the LeftMenu. It was changed from 2rem to 20px. Rem was leading to the error message Error: Invalid value for <svg> attribute width="2rem" in the safari browser.
* fix: <svg> attribute width="1.2rem" error in Safari
I changed the with and height value for all svgs used in the Onboarding. It was changed from 1.2rem to 12px. Rem was leading to the error message Error: Invalid value for attribute width="1.2rem" in the safari browser.
* Update packages/core/admin/admin/src/components/LeftMenu.tsx
Co-authored-by: Simone <startae14@gmail.com>
* 12px => 12
---------
Co-authored-by: Simone <startae14@gmail.com>
* fix issue 20597 by adding scroll
* fix: fix for wrong modal height for the component field
Ref: #20597
* fix: added styled component rather than adding style
* fix: fixed lint issues
* fixed issue Wrong numbers are displayed (total assets and folders) when doing bulk action in the Media Library
* fix: fix for wrong number display when bulk action in media library
#20843
* fix: fix test case for wrong number not display in media library
Ref : #20843
* fix: fix eslint issues in CI
* chore: migrate and create config files for the migration
* chore: migrate test utils to TS
* chore: fix the typo
* chore: fix eslint errors
* chore: define the shared contracts
* fix: handle special characters in text field filtering
* fix: handle special characters in text field filtering
* fix: handle special characters in text field filtering
* fix: handle special characters in text field filtering
* fix: handle special characters in text field filtering
* fix: Added a gap between the 2 icon buttons
* fix: Changed the color of the subtitle
* fix: Changed the color of the subtitle
* Update packages/core/content-manager/admin/src/history/components/VersionHeader.tsx
Co-authored-by: Simone <startae14@gmail.com>
---------
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Simone <startae14@gmail.com>
* fix: Changed the color of the titles of the panels
* Update packages/core/content-manager/admin/src/pages/EditView/components/Panels.tsx
Co-authored-by: Simone <startae14@gmail.com>
---------
Co-authored-by: Rémi de Juvigny <8087692+remidej@users.noreply.github.com>
Co-authored-by: Simone <startae14@gmail.com>