Skip to content

Commit

Permalink
New cardAssignments
Browse files Browse the repository at this point in the history
  • Loading branch information
Banshee-92 committed Oct 30, 2023
1 parent 8312520 commit fb1c33d
Showing 1 changed file with 197 additions and 0 deletions.
197 changes: 197 additions & 0 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5780,6 +5780,203 @@
}
}
}
},
"cardAssignments": {
"spacing": {
"padding": {
"horizontal": {
"xsm": {
"value": "{global.spacing.padding.xsm}",
"type": "spacing"
},
"sm": {
"value": "{global.spacing.padding.sm}",
"type": "spacing"
},
"md": {
"value": "{global.spacing.padding.md}",
"type": "spacing"
},
"2xsm": {
"value": "{global.spacing.padding.2xsm}",
"type": "spacing"
}
},
"vertical": {
"xsm": {
"value": "{global.spacing.padding.xsm}",
"type": "spacing"
},
"sm": {
"value": "{global.spacing.padding.sm}",
"type": "spacing"
},
"md": {
"value": "{global.spacing.padding.md}",
"type": "spacing"
},
"2xsm": {
"value": "{global.spacing.padding.2xsm}",
"type": "spacing"
}
}
},
"gap": {
"sm": {
"value": "{global.spacing.gap.sm}",
"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.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"
},
"icon": {
"value": "{global.content.color.icon.default}",
"type": "color"
}
},
"typo": {
"lg": {
"value": "{global.content.typo.body.lg--medium}",
"type": "typography"
},
"md": {
"value": {
"fontFamily": "{core.font.family.alt}",
"fontWeight": "{core.font.weight.regular}",
"lineHeight": "{core.font.lineHeight.200}",
"fontSize": "{core.font.size.75}"
},
"type": "typography"
},
"sm": {
"value": "{global.content.typo.body.xsm}",
"type": "typography"
}
}
},
"background": {
"color": {
"default": {
"value": "{global.background.color.surface.default}",
"type": "color"
}
}
},
"border": {
"color": {
"subtle": {
"value": "{global.border.color.line.subtle}",
"type": "color"
}
},
"radius": {
"sm": {
"value": "{global.border.radius.sm}",
"type": "borderRadius"
},
"circle": {
"value": "{global.border.radius.circle}",
"type": "borderRadius"
}
},
"width": {
"sm": {
"value": "{global.border.width.sm}",
"type": "borderWidth"
},
"lg": {
"value": "{global.border.width.lg}",
"type": "borderWidth"
}
}
},
"shadow": {
"hover": {
"value": "{core.shadow.100}",
"type": "boxShadow"
}
}
},
"progress": {
"content": {
"color": {
"text": {
"value": "{global.content.color.text.default}",
"type": "color"
},
"phatic": {
"positive": {
"value": "{global.border.color.positive.default}",
"type": "color"
},
"attention": {
"value": "{global.content.color.attention.default}",
"type": "color"
},
"negative": {
"value": "{global.content.color.negative.default}",
"type": "color"
}
}
},
"typo": {
"value": "{global.content.typo.body.xsm}",
"type": "typography"
}
},
"background": {
"color": {
"primary": {
"default": {
"value": "{global.background.color.surface.emphasis}",
"type": "color"
}
}
}
},
"spacing": {
"gap": {
"value": "{global.spacing.gap.md}",
"type": "spacing"
}
},
"border": {
"radius": {
"rounded": {
"value": "{global.border.radius.rounded}",
"type": "borderRadius"
}
}
}
}
},
"$themes": [],
Expand Down

0 comments on commit fb1c33d

Please sign in to comment.