Skip to content

Commit

Permalink
Cambios antes del puente
Browse files Browse the repository at this point in the history
  • Loading branch information
Banshee-92 committed Nov 7, 2023
1 parent 0959f3e commit 6b0247d
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5880,6 +5880,42 @@
"sm": {
"value": "{global.content.typo.body.xsm}",
"type": "typography"
},
"sm--medium": {
"value": "{global.content.typo.body.sm--medium}",
"type": "typography"
},
"xxl": {
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "{core.font.lineHeight.600}",
"fontSize": "48px"
},
"type": "typography"
},
"xl": {
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "{core.font.lineHeight.400}",
"fontSize": "24px"
},
"type": "typography"
}
},
"phatic": {
"positive": {
"value": "{global.content.color.positive.default}",
"type": "color"
},
"alert": {
"value": "{global.content.color.attention.default}",
"type": "color"
},
"danger": {
"value": "{global.content.color.negative.default}",
"type": "color"
}
}
},
Expand All @@ -5888,6 +5924,10 @@
"default": {
"value": "{global.background.color.surface.default}",
"type": "color"
},
"top": {
"value": "{global.background.color.surface.muted}",
"type": "color"
}
}
},
Expand Down Expand Up @@ -5977,6 +6017,52 @@
}
}
}
},
"ChipModule": {
"spacing": {
"padding": {
"horizontal": {
"sm": {
"value": "{global.spacing.padding.xsm}",
"type": "spacing"
}
},
"vertical": {
"sm": {
"value": "{global.spacing.padding.sm}",
"type": "spacing"
}
}
}
},
"content": {
"color": {
"default": {
"value": "{global.content.color.text.default}",
"type": "color"
}
},
"typo": {
"sm": {
"value": "{global.content.typo.body.xsm}",
"type": "typography"
}
}
},
"background": {
"color": {
"default": {
"value": "{global.background.color.surface.default}",
"type": "color"
}
}
},
"border": {
"radius": {
"value": "{global.border.radius.md}",
"type": "borderRadius"
}
}
}
},
"$themes": [],
Expand Down

0 comments on commit 6b0247d

Please sign in to comment.