Skip to content

Commit

Permalink
feat: add margin tokens to all headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwa authored and Robbert committed Jan 14, 2025
1 parent 714cb48 commit 2748ef9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/theme-toolkit/src/component-stories-utrecht.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,8 @@ export const UTRECHT_COMPONENT_STORIES: ComponentStory[] = [
'utrecht.heading-1.font-weight',
'utrecht.heading-1.color',
'utrecht.heading-1.line-height',
'utrecht.heading-1.margin-block-end',
'utrecht.heading-1.margin-block-start',
],
},
},
Expand All @@ -775,6 +777,8 @@ export const UTRECHT_COMPONENT_STORIES: ComponentStory[] = [
'utrecht.heading-2.font-weight',
'utrecht.heading-2.color',
'utrecht.heading-2.line-height',
'utrecht.heading-2.margin-block-end',
'utrecht.heading-2.margin-block-start',
],
},
},
Expand All @@ -791,6 +795,8 @@ export const UTRECHT_COMPONENT_STORIES: ComponentStory[] = [
'utrecht.heading-3.font-weight',
'utrecht.heading-3.color',
'utrecht.heading-3.line-height',
'utrecht.heading-3.margin-block-end',
'utrecht.heading-3.margin-block-start',
],
},
},
Expand All @@ -807,6 +813,8 @@ export const UTRECHT_COMPONENT_STORIES: ComponentStory[] = [
'utrecht.heading-4.font-weight',
'utrecht.heading-4.color',
'utrecht.heading-4.line-height',
'utrecht.heading-4.margin-block-end',
'utrecht.heading-4.margin-block-start',
],
},
},
Expand All @@ -823,6 +831,8 @@ export const UTRECHT_COMPONENT_STORIES: ComponentStory[] = [
'utrecht.heading-5.font-weight',
'utrecht.heading-5.color',
'utrecht.heading-5.line-height',
'utrecht.heading-5.margin-block-end',
'utrecht.heading-5.margin-block-start',
],
},
},
Expand All @@ -839,6 +849,8 @@ export const UTRECHT_COMPONENT_STORIES: ComponentStory[] = [
'utrecht.heading-6.font-weight',
'utrecht.heading-6.color',
'utrecht.heading-6.line-height',
'utrecht.heading-6.margin-block-end',
'utrecht.heading-6.margin-block-start',
],
},
},
Expand Down

0 comments on commit 2748ef9

Please sign in to comment.