Skip to content

Commit

Permalink
Padding for tables and grids.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones committed Nov 2, 2023
1 parent dded2fd commit 7675065
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions tokens/themes/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2059,6 +2059,30 @@
"value": "{typography.styles.product.text.medium.sm}",
"type": "typography"
}
},
"cell": {
"space": {
"md": {
"y": {
"value": "{spaces.3}",
"type": "spacing"
},
"x": {
"value": "{spaces.4}",
"type": "spacing"
}
},
"sm": {
"y": {
"value": "{spaces.2}",
"type": "spacing"
},
"x": {
"value": "{spaces.4}",
"type": "spacing"
}
}
}
}
},
"cell": {
Expand All @@ -2080,6 +2104,50 @@
"value": "{border.radii.1}",
"type": "borderRadius"
}
},
"body": {
"cell": {
"space": {
"md": {
"y": {
"value": "{spaces.4}",
"type": "spacing"
},
"x": {
"value": "{spaces.4}",
"type": "spacing"
}
},
"sm": {
"y": {
"value": "{spaces.2}",
"type": "spacing"
},
"x": {
"value": "{spaces.4}",
"type": "spacing"
}
}
}
}
},
"mobile": {
"cell": {
"space": {
"y": {
"value": "{spaces.4}",
"type": "spacing"
},
"x": {
"value": "{spaces.4}",
"type": "spacing"
},
"gap": {
"value": "{spaces.2}",
"type": "spacing"
}
}
}
}
},
"tabs": {
Expand Down Expand Up @@ -2441,6 +2509,36 @@
}
}
}
},
"grid": {
"header": {
"cell": {
"space": {
"y": {
"value": "0.4375rem",
"type": "spacing"
},
"x": {
"value": "{spaces.2}",
"type": "spacing"
}
}
}
},
"body": {
"cell": {
"space": {
"y": {
"value": "{spaces.1}",
"type": "spacing"
},
"x": {
"value": "{spaces.2}",
"type": "spacing"
}
}
}
}
}
},
"transition": {
Expand Down

1 comment on commit 7675065

@vercel
Copy link

@vercel vercel bot commented on 7675065 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

click-ui – ./

click-ui.vercel.app
click-ui-git-main-clickhouse.vercel.app
click-ui-clickhouse.vercel.app

Please sign in to comment.