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

Style top-level headers - Adam #2269

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion apps/knapsack/data/blocks/block.1n5EI0yFsK.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
]
}
},
"blockType": "text-editor"
"blockType": "text-editor",
"spacing": "medium"
}
3 changes: 2 additions & 1 deletion apps/knapsack/data/blocks/block.JZIDv-Td5T.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@
"imageSize": "none"
}
},
"blockType": "guidelines"
"blockType": "guidelines",
"spacing": "medium"
}
3 changes: 2 additions & 1 deletion apps/knapsack/data/blocks/block.Xr9XGSQZEo.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,5 +495,6 @@
]
}
},
"blockType": "table"
"blockType": "table",
"spacing": "large"
}
7 changes: 0 additions & 7 deletions apps/knapsack/data/blocks/block.j1YamhhI93.json

This file was deleted.

12 changes: 12 additions & 0 deletions apps/knapsack/data/knapsack.custom-page.components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,15 @@ blockIds:
- LNe96Y7g2i
- yQUYdOcLyh
description: Fundamental building blocks designed to enhance interaction and usability.
settings:
pageHeader:
backgroundColor:
type: design-token
tokenName: inversesurface
textColorTitle:
type: design-token
tokenName: inverseonsurface
textColorDescription:
type: design-token
tokenName: inverseonsurface
size: medium
12 changes: 12 additions & 0 deletions apps/knapsack/data/knapsack.custom-page.guides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@ title: Guides
blockIds:
- z7uw3T1AvI
description: How-tos and process documents.
settings:
pageHeader:
textColorTitle:
type: design-token
tokenName: inverseonsurface
textColorDescription:
type: design-token
tokenName: inverseonsurface
backgroundColor:
type: design-token
tokenName: inversesurface
size: medium
4 changes: 2 additions & 2 deletions apps/knapsack/data/knapsack.custom-page.homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ settings:
backgroundColor:
type: design-token
colorValue: ''
tokenName: inverse-background
tokenName: inversebackground
textColorTitle:
type: design-token
tokenName: inverse-on-surface
tokenName: inverseonsurface
textColorDescription:
type: design-token
tokenName: inverse-on-surface
Expand Down
11 changes: 10 additions & 1 deletion apps/knapsack/data/knapsack.custom-page.tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@ title: Tokens
id: tokens
blockIds:
- Qo5t01X6yw
- j1YamhhI93
settings:
pageHeader:
backgroundSize: cover
backgroundOverlay: false
backgroundColor:
type: design-token
tokenName: inversesurface
textColorTitle:
type: design-token
tokenName: inverseonsurface
textColorDescription:
type: design-token
tokenName: inverseonsurface
size: medium
description: Standardized styles that we use across all our UI elements, in both design and code.
4 changes: 0 additions & 4 deletions apps/knapsack/data/knapsack.custom-page.typography.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@ title: Typography
id: typography
blockIds:
- qNXhstEiku
settings:
pageHeader:
backgroundOverlay: false
backgroundSize: cover
12 changes: 12 additions & 0 deletions apps/knapsack/data/knapsack.custom-page.writing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ blockIds:
description: >-
Our design system provides guidance for content designers, technical publication strategists, and anyone else who
writes for Teradata products.
settings:
pageHeader:
size: medium
backgroundColor:
type: design-token
tokenName: inversesurface
textColorDescription:
type: design-token
tokenName: inverseonsurface
textColorTitle:
type: design-token
tokenName: inverseonsurface
20 changes: 10 additions & 10 deletions apps/knapsack/data/knapsack.design-tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -11080,24 +11080,24 @@
"$type": "color",
"$value": "#F38800"
},
"inverse-background": {
"$type": "color",
"$value": "#1E1D1E"
},
"inverse-on-surface": {
"on-surface": {
"$type": "color",
"$value": "#F1F3F8"
"$value": "#00233C"
},
"inverse-surface": {
"inversesurface": {
"$type": "color",
"$value": "#3E4557"
},
"on-surface-variant": {
"onsurfacevariant": {
"$type": "color",
"$value": "#59627B"
},
"on-surface": {
"inversebackground": {
"$type": "color",
"$value": "#00233C"
"$value": "#1E1D1E"
},
"inverseonsurface": {
"$type": "color",
"$value": "#F1F3F8"
}
}
Loading