appsmith
appsmith copied to clipboard
chore: Refine WDS dimension tokens
Closes #30890
This is not a full refinement, because we set height/block-size explicitly for some of our widgets with styles such as these. As such, changes to e.g. inner spacing only affect the horizontal/inline size and not the vertical/block one since the block padding doesn't affect an element that has block size set explicitly. Ideally, we should switch to implicit sizing to fully embrace multi-dimensional sizing and density theming control over the widget dimensions (i.e. control it with padding that consumes the tokens of the inner spacing scale). If that is not feasible I'd like to know why and how we can closely tie together the sizing scale with inner spacing.