Skip to content

Commit

Permalink
Adding spacing for split button.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjones committed Sep 13, 2023
1 parent eb05fec commit c9a0eaf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tokens/themes/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1593,6 +1593,9 @@
"click.link.icon.size.sm.width": "7bf54249afb55b46808037b50183a2ffd74140ee",
"click.link.icon.size.md.height": "5a742447360d9ded60f8b539859d0cf7cc4e75b5",
"click.link.icon.size.md.width": "866f2320f9d3e165402ebd4b53653885a8d3e45b",
"click.button.split.space.x": "d4caa05da0343f07be070913927de638a5ed6807",
"click.button.split.space.y": "0264f4eaf80f3cd893dd0aeb6bd8de2106d4f602",
"click.button.split.space.gap": "5894905537e4a9cd660b3bf3d382b9f77f9fe28e",
"sizes.0": "dc37c34f32807b71d9a440fe2812a80896ff16b4",
"sizes.1": "51ffc95818ff31638e6073c3c2b318238ef64da6",
"sizes.2": "890f088d9d65eb87d2777bea3e02304ed8ebbb25",
Expand Down Expand Up @@ -3064,6 +3067,9 @@
"click.link.icon.size.sm.width": "7bf54249afb55b46808037b50183a2ffd74140ee",
"click.link.icon.size.md.height": "5a742447360d9ded60f8b539859d0cf7cc4e75b5",
"click.link.icon.size.md.width": "866f2320f9d3e165402ebd4b53653885a8d3e45b",
"click.button.split.space.x": "d4caa05da0343f07be070913927de638a5ed6807",
"click.button.split.space.y": "0264f4eaf80f3cd893dd0aeb6bd8de2106d4f602",
"click.button.split.space.gap": "5894905537e4a9cd660b3bf3d382b9f77f9fe28e",
"sizes.0": "dc37c34f32807b71d9a440fe2812a80896ff16b4",
"sizes.1": "51ffc95818ff31638e6073c3c2b318238ef64da6",
"sizes.2": "890f088d9d65eb87d2777bea3e02304ed8ebbb25",
Expand Down Expand Up @@ -4429,6 +4435,9 @@
"click.link.icon.size.sm.width": "7bf54249afb55b46808037b50183a2ffd74140ee",
"click.link.icon.size.md.height": "5a742447360d9ded60f8b539859d0cf7cc4e75b5",
"click.link.icon.size.md.width": "866f2320f9d3e165402ebd4b53653885a8d3e45b",
"click.button.split.space.x": "d4caa05da0343f07be070913927de638a5ed6807",
"click.button.split.space.y": "0264f4eaf80f3cd893dd0aeb6bd8de2106d4f602",
"click.button.split.space.gap": "5894905537e4a9cd660b3bf3d382b9f77f9fe28e",
"sizes.0": "dc37c34f32807b71d9a440fe2812a80896ff16b4",
"sizes.1": "51ffc95818ff31638e6073c3c2b318238ef64da6",
"sizes.2": "890f088d9d65eb87d2777bea3e02304ed8ebbb25",
Expand Down
14 changes: 14 additions & 0 deletions tokens/themes/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,20 @@
"type": "spacing"
}
}
},
"space": {
"x": {
"value": "{spaces.4}",
"type": "spacing"
},
"y": {
"value": "0.28125rem",
"type": "spacing"
},
"gap": {
"value": "{spaces.2}",
"type": "spacing"
}
}
},
"mobile": {
Expand Down

1 comment on commit c9a0eaf

@vercel
Copy link

@vercel vercel bot commented on c9a0eaf Sep 13, 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-clickhouse.vercel.app
click-ui-git-main-clickhouse.vercel.app
click-ui.vercel.app

Please sign in to comment.