Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull in updated spacing and container tokens #4702

Merged
merged 21 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f7befa8
Pull in updated color names
taysea Jan 15, 2025
5cc62ce
Create good-gorillas-suffer.md
taysea Jan 16, 2025
18f7e5d
Merge branch 'master' into update-color-names
taysea Jan 16, 2025
cc68e5a
Merge branch 'update-color-names' of github.com:grommet/hpe-design-sy…
taysea Jan 16, 2025
6584232
Rename primitive mode from base to default, update file exports from …
taysea Jan 16, 2025
933c718
Remove default from component file export names
taysea Jan 16, 2025
110bbd3
Remove unneeded modes for color and dimension ESM/CommonJS exports
taysea Jan 16, 2025
a9dcb58
Create cuddly-elephants-happen.md
taysea Jan 16, 2025
63b4ef4
Merge branch 'master' into standardize-file-names
taysea Jan 16, 2025
f90d9b7
Merge branch 'standardize-file-names' of github.com:grommet/hpe-desig…
taysea Jan 16, 2025
5026f56
Update spacing and container tokens
taysea Jan 16, 2025
261b8ed
Pull in demo/theme-next theme file to align adjustments
taysea Jan 16, 2025
2f5f7b2
Merge branch 'master' into standardize-file-names
taysea Jan 16, 2025
fd4f133
Merge branch 'standardize-file-names' into update-spacing-container-t…
taysea Jan 16, 2025
f8d9e04
Merge branch 'master' into update-spacing-container-tokens
taysea Jan 17, 2025
9522b05
Create selfish-carrots-leave.md
taysea Jan 17, 2025
90ae7da
Fix backwards compatibility of xxlarge
taysea Jan 17, 2025
4141e9d
Merge branch 'update-spacing-container-tokens' of github.com:grommet/…
taysea Jan 17, 2025
3fca846
Add buildTheme feature flag
taysea Jan 17, 2025
78fc207
Hardcode 1152px value
taysea Jan 17, 2025
5e46c19
Fix primitive values
taysea Jan 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/selfish-carrots-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"hpe-design-tokens": minor
---

- Updated t-shirt scales and values for `spacing` and `container` tokens.
22 changes: 11 additions & 11 deletions design-tokens/tokens/component/component.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -4973,7 +4973,7 @@
},
"borderRadius": {
"$type": "number",
"$value": "{static.spacing.xsmall}",
"$value": "{static.spacing.3xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -5599,7 +5599,7 @@
},
"margin": {
"$type": "number",
"$value": "{static.spacing.xsmall}",
"$value": "{static.spacing.3xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -5932,7 +5932,7 @@
"container": {
"paddingY": {
"$type": "number",
"$value": "{static.spacing.xsmall}",
"$value": "{static.spacing.3xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -6606,7 +6606,7 @@
"medium": {
"gapX": {
"$type": "number",
"$value": "{static.spacing.small}",
"$value": "{static.spacing.xsmall}",
"$description": "Space between checkbox control and value (label)",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -7030,7 +7030,7 @@
"medium": {
"gapX": {
"$type": "number",
"$value": "{static.spacing.small}",
"$value": "{static.spacing.xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -7185,7 +7185,7 @@
"dataCell": {
"paddingX": {
"$type": "number",
"$value": "{static.spacing.small}",
"$value": "{static.spacing.xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -7245,7 +7245,7 @@
},
"paddingTop": {
"$type": "number",
"$value": "{static.spacing.xsmall}",
"$value": "{static.spacing.3xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -8223,7 +8223,7 @@
"item": {
"paddingX": {
"$type": "number",
"$value": "{static.spacing.small}",
"$value": "{static.spacing.xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -8321,7 +8321,7 @@
},
"paddingY": {
"$type": "number",
"$value": "{static.spacing.xsmall}",
"$value": "{static.spacing.3xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -8360,7 +8360,7 @@
"container": {
"paddingX": {
"$type": "number",
"$value": "{static.spacing.small}",
"$value": "{static.spacing.xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -10344,7 +10344,7 @@
"medium": {
"gapX": {
"$type": "number",
"$value": "{static.spacing.small}",
"$value": "{static.spacing.xsmall}",
"$description": "Space between checkbox control and value (label)",
"$extensions": {
"com.figma": {
Expand Down
30 changes: 15 additions & 15 deletions design-tokens/tokens/component/element.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"textToElementX": {
"$type": "number",
"$value": "{static.spacing.xxsmall}",
"$value": "{static.spacing.5xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -27,7 +27,7 @@
},
"textToIconX": {
"$type": "number",
"$value": "{static.spacing.xxsmall}",
"$value": "{static.spacing.5xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -88,7 +88,7 @@
"paddingX": {
"narrow": {
"$type": "number",
"$value": "{static.spacing.xxsmall}",
"$value": "{static.spacing.5xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -100,7 +100,7 @@
},
"default": {
"$type": "number",
"$value": "{static.spacing.xsmall}",
"$value": "{static.spacing.3xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -249,7 +249,7 @@
},
"textToElementX": {
"$type": "number",
"$value": "{static.spacing.small}",
"$value": "{static.spacing.xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -261,7 +261,7 @@
},
"textToIconX": {
"$type": "number",
"$value": "{static.spacing.xsmall}",
"$value": "{static.spacing.3xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -274,7 +274,7 @@
"paddingX": {
"narrow": {
"$type": "number",
"$value": "{static.spacing.xxsmall}",
"$value": "{static.spacing.5xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -286,7 +286,7 @@
},
"default": {
"$type": "number",
"$value": "{static.spacing.xsmall}",
"$value": "{static.spacing.3xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -298,7 +298,7 @@
},
"wide": {
"$type": "number",
"$value": "{static.spacing.small}",
"$value": "{static.spacing.xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -387,7 +387,7 @@
},
"textToElementX": {
"$type": "number",
"$value": "{static.spacing.small}",
"$value": "{static.spacing.xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -399,7 +399,7 @@
},
"textToIconX": {
"$type": "number",
"$value": "{static.spacing.xsmall}",
"$value": "{static.spacing.3xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -549,7 +549,7 @@
},
"textToElementX": {
"$type": "number",
"$value": "{static.spacing.small}",
"$value": "{static.spacing.xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -561,7 +561,7 @@
},
"textToIconX": {
"$type": "number",
"$value": "{static.spacing.xsmall}",
"$value": "{static.spacing.3xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down Expand Up @@ -711,7 +711,7 @@
},
"textToElementX": {
"$type": "number",
"$value": "{static.spacing.small}",
"$value": "{static.spacing.xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand All @@ -723,7 +723,7 @@
},
"textToIconX": {
"$type": "number",
"$value": "{static.spacing.xsmall}",
"$value": "{static.spacing.3xsmall}",
"$description": "",
"$extensions": {
"com.figma": {
Expand Down
Loading
Loading