Skip to content

Commit

Permalink
feat(data): 2nd push
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Feb 29, 2024
1 parent 2663ca2 commit abf6b38
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 205 deletions.
14 changes: 7 additions & 7 deletions data/tokens/Components/button.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,19 +154,19 @@
}
},
"toggle": {
"gap": {
"xg": {
"M": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "Spacing in M toggle button\n"
"description": "Spacing between buttons in Toggle.\n"
},
"L": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "Spacing in L toggle button"
"description": "Spacing between buttons in Toggle.\n"
}
},
"xg": {
"x": {
"M": {
"value": "{global.space.micro.S}",
"type": "spacing",
Expand All @@ -175,14 +175,14 @@
"L": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "Vertical padding"
"description": "Horizontal padding"
}
},
"xy": {
"y": {
"M": {
"value": "{global.space.micro.S}",
"type": "spacing",
"description": "Horizontal padding"
"description": "Vertical padding"
},
"L": {
"value": "{global.space.micro.S}",
Expand Down
2 changes: 1 addition & 1 deletion data/tokens/Components/nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"M": {
"value": "{global.size.micro.L} * 10",
"type": "sizing",
"description": "Left nav parent container"
"description": "Left nav collapsed parent container"
}
}
}
Expand Down
56 changes: 0 additions & 56 deletions data/tokens/Components/table.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,62 +220,6 @@
"description": "internal spacing between text, checkboxes, icons etc"
}
}
},
"header": {
"x": {
"XS": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "Left and right padding inside XS row cells"
},
"S": {
"value": "{global.space.macro.XS}",
"type": "spacing",
"description": "Left and right padding inside S row cells"
},
"M": {
"value": "{global.space.macro.XS}",
"type": "spacing",
"description": "Left and right padding inside M row cells"
},
"L": {
"value": "{global.space.macro.XS}",
"type": "spacing",
"description": "Left and right padding inside L row cells"
},
"XL": {
"value": "{global.space.macro.XS}",
"type": "spacing",
"description": "Left and right padding inside XL row cells"
}
},
"xg": {
"XS": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "internal spacing between text, checkboxes, icons etc"
},
"S": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "internal spacing between text, checkboxes, icons etc"
},
"M": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "internal spacing between text, checkboxes, icons etc"
},
"L": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "internal spacing between text, checkboxes, icons etc"
},
"XL": {
"value": "{global.space.micro.L}",
"type": "spacing",
"description": "internal spacing between text, checkboxes, icons etc"
}
}
}
},
"size": {
Expand Down

0 comments on commit abf6b38

Please sign in to comment.