orfium-ictinus
orfium-ictinus copied to clipboard
[NDS-490]: theme reconfiguration spacing
Description
[part I of NDS-489]
In this PR the new spacing configuration is introduced and all spacing usages are changed.
- Instead of xsm, sm, md, lg, xl we now introduce spacings with number labels (0 to 12).
- e.g.:
theme.spacing.md
becomestheme.spacing.get('6')
- e.g.:
- We only have one get function (
theme.spacing.get
). - In order to be aligned with the new spacing config, Card props types were changed (radius)
:tada: This PR is included in version 4.55.0-next.1 :tada:
The release is available on:
- GitHub release
-
v4.55.0-next.1
Your semantic-release bot :package::rocket: