orfium-ictinus icon indicating copy to clipboard operation
orfium-ictinus copied to clipboard

[NDS-490]: theme reconfiguration spacing

Open kostasdano opened this issue 2 years ago • 1 comments

Description

NDS-490

[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 becomes theme.spacing.get('6')
  • 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)

kostasdano avatar Nov 29 '22 13:11 kostasdano

SonarQube Quality Gate

Quality Gate failed

Failed condition 77.6% 77.55% Coverage on New Code (is less than 80%)

See analysis details on SonarQube

:tada: This PR is included in version 4.55.0-next.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Jan 10 '23 13:01 github-actions[bot]