Skip to content

Commit

Permalink
change: cards librar
Browse files Browse the repository at this point in the history
new: tab WIP
  • Loading branch information
Banshee-92 committed Oct 19, 2023
1 parent 32a5291 commit e8c74f7
Showing 1 changed file with 89 additions and 44 deletions.
133 changes: 89 additions & 44 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1607,6 +1607,10 @@
"type": "spacing"
},
"xlg": {
"value": "{core.dimension.static.300}px",
"type": "spacing"
},
"xxlg": {
"value": "{core.dimension.static.400}px",
"type": "spacing"
}
Expand Down Expand Up @@ -3514,7 +3518,7 @@
"type": "spacing"
},
"md": {
"value": "{global.spacing.gap.xlg}",
"value": "{global.spacing.gap.xxlg}",
"type": "spacing"
}
},
Expand Down Expand Up @@ -3669,18 +3673,9 @@
},
"tab": {
"content": {
"typo": {
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.regular}",
"lineHeight": "{core.font.lineHeight.200}px",
"fontSize": "{core.font.size.75}px"
},
"type": "typography"
},
"color": {
"default": {
"value": "{global.content.color.text.default}",
"value": "{global.content.color.secondary.default}",
"type": "color"
},
"hover": {
Expand All @@ -3691,6 +3686,12 @@
"value": "{global.content.color.primary.default}",
"type": "color"
}
},
"typo": {
"sm": {
"value": "{global.content.typo.body.sm}",
"type": "typography"
}
}
},
"border": {
Expand All @@ -3706,10 +3707,14 @@
"down": {
"value": "{global.border.color.primary.default}",
"type": "color"
},
"down-copy": {
"value": "{global.border.color.line.subtle}",
"type": "color"
}
},
"width": {
"value": "{global.border.width.lg}",
"value": "{global.border.width.md}",
"type": "borderWidth"
},
"radius": {
Expand All @@ -3724,7 +3729,7 @@
"type": "color"
},
"hover": {
"value": "{global.background.color.surface.subtle}",
"value": "{global.background.color.primary.subtle}",
"type": "color"
},
"down": {
Expand All @@ -3741,6 +3746,18 @@
"gap": {
"value": "{global.spacing.gap.md}",
"type": "spacing"
},
"vertical": {
"md": {
"value": "{global.spacing.padding.md}",
"type": "spacing"
}
},
"horizontal": {
"xsm": {
"value": "{global.spacing.padding.xsm}",
"type": "spacing"
}
}
}
},
Expand Down Expand Up @@ -3929,7 +3946,7 @@
"content": {
"color": {
"default": {
"value": "{global.content.color.text.default}",
"value": "{global.content.color.secondary.default}",
"type": "color"
},
"default--alt": {
Expand All @@ -3945,6 +3962,15 @@
"fontSize": "{core.font.size.75}px"
},
"type": "typography"
},
"typo--medium": {
"value": {
"fontFamily": "{core.font.family.alt}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "{core.font.lineHeight.300}px",
"fontSize": "{core.font.size.75}px"
},
"type": "typography"
}
},
"spacing": {
Expand All @@ -3959,8 +3985,14 @@
}
},
"gap": {
"value": "{global.spacing.gap.md}",
"type": "spacing"
"1xsm": {
"value": "{global.spacing.gap.1xsm}",
"type": "spacing"
},
"md": {
"value": "{global.spacing.gap.md}",
"type": "spacing"
}
}
},
"background": {
Expand All @@ -3970,11 +4002,11 @@
"type": "color"
},
"hover": {
"value": "{global.background.color.surface.subtle}",
"value": "{global.background.color.primary.subtle}",
"type": "color"
},
"down": {
"value": "{global.background.color.surface.muted}",
"value": "{global.background.color.primary.muted}",
"type": "color"
},
"active": {
Expand All @@ -3998,6 +4030,12 @@
"type": "color"
}
}
},
"shadow": {
"default": {
"value": "{core.shadow.100}",
"type": "boxShadow"
}
}
},
"score": {
Expand Down Expand Up @@ -5616,20 +5654,34 @@
}
},
"gap": {
"value": "{input.spacing.gap.lg}",
"type": "spacing"
"md": {
"value": "{global.spacing.gap.md}",
"type": "spacing"
},
"lg": {
"value": "{global.spacing.gap.lg}",
"type": "spacing"
},
"xlg": {
"value": "{global.spacing.gap.xlg}",
"type": "spacing"
}
}
},
"content": {
"color": {
"emphasis": {
"value": "{global.content.color.text.emphasis}",
"value": "{global.content.color.tertiary.default}",
"type": "color"
},
"default": {
"value": "{global.content.color.text.default}",
"type": "color"
},
"subje": {
"value": "{global.content.color.text.emphasis}",
"type": "color"
},
"muted": {
"value": "{global.content.color.text.muted}",
"type": "color"
Expand All @@ -5641,12 +5693,7 @@
},
"typo": {
"lg": {
"value": {
"fontFamily": "{core.font.family.alt}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "{core.font.lineHeight.200}",
"fontSize": "{core.font.size.200}"
},
"value": "{global.content.typo.body.lg--medium}",
"type": "typography"
},
"md": {
Expand Down Expand Up @@ -5674,14 +5721,22 @@
"default": {
"value": "{global.background.color.surface.default}",
"type": "color"
},
"cover": {
"value": "{global.background.color.surface.muted}",
"type": "color"
}
}
},
"border": {
"color": {
"subtle": {
"defaut": {
"value": "{global.border.color.line.default}",
"type": "color"
},
"subtle": {
"value": "{global.border.color.line.subtle}",
"type": "color"
}
},
"radius": {
Expand Down Expand Up @@ -5810,25 +5865,15 @@
}
}
}
},
"border": {
"color": {
"primary": {
"hover": {
"value": "{global.border.color.line.default--reverse}",
"type": "color"
}
}
},
"sm": {
"value": "{global.border.width.sm}",
"type": "borderWidth"
}
}
}
},
"$themes": [],
"$metadata": {
"tokenSetOrder": ["core", "global", "component"]
"tokenSetOrder": [
"core",
"global",
"component"
]
}
}
}

0 comments on commit e8c74f7

Please sign in to comment.