Skip to content

Commit

Permalink
feat: added rounded pill token
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Jun 8, 2023
1 parent 13c53d0 commit afbbf5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/css/core/variables.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Mon, 05 Jun 2023 02:30:54 GMT
* Generated on Thu, 08 Jun 2023 07:10:04 GMT
*/

:root {
Expand Down Expand Up @@ -384,6 +384,7 @@
--pgn-size-annotation-max-width: 18.75rem;
--pgn-size-annotation-arrow-border-width: .5rem;
--pgn-size-alert-border-width: 0;
--pgn-size-rounded-pill: 50rem;
--pgn-size-border-radius-sm: 4px;
--pgn-size-border-radius-lg: 7px;
--pgn-size-border-radius-base: 6px;
Expand Down
3 changes: 3 additions & 0 deletions tokens/src/core/alias/size.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"lg": { "value": "7px", "type": "dimension", "source": "$border-radius-lg", "description": "Large border radius." },
"sm": { "value": "4px", "type": "dimension", "source": "$border-radius-sm", "description": "Small border radius." }
}
},
"rounded": {
"pill": { "value": "50rem", "type": "dimension", "source": "$rounded-pill", "description": "Tablet border radius." }
}
}
}

0 comments on commit afbbf5a

Please sign in to comment.