Skip to content

Commit

Permalink
Add spacing 2.5 (#1513)
Browse files Browse the repository at this point in the history
* Added spacing 2.5

* Changeset and added 2.5 to tokens

* Change major to minor
  • Loading branch information
IngridGomo authored Feb 20, 2025
1 parent dbd6e86 commit 2453bf1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/small-rivers-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@vygruppen/spor-design-tokens": minor
"@vygruppen/spor-react": minor
---

Added 2.5 to spacing
3 changes: 3 additions & 0 deletions packages/spor-design-tokens/tokens/size/spacing.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"2": {
"value": "12"
},
"2.5": {
"value": "15"
},
"3": {
"value": "18"
},
Expand Down
1 change: 1 addition & 0 deletions packages/spor-react/src/theme/foundations/spacing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ type Spacing = {
1: Token;
1.5: Token;
2: Token;
2.5: Token;
3: Token;
4: Token;
5: Token;
Expand Down

0 comments on commit 2453bf1

Please sign in to comment.