Skip to content

Commit

Permalink
color tokens info button Nowa Era
Browse files Browse the repository at this point in the history
  • Loading branch information
RoaldBoerema committed Mar 21, 2024
1 parent 043e7e9 commit 8d4228d
Showing 1 changed file with 320 additions and 0 deletions.
320 changes: 320 additions & 0 deletions packages/tokens/src/nowa-era/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1642,6 +1642,326 @@
}
}
}
},
"info": {
"solid": {
"idle": {
"background": {
"value": "{color.palette.info.150}",
"type": "color",
"description": "color.button.info.solid.idle.background"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.info.solid.idle.foreground"
},
"border": {
"value": "{color.palette.info.150}",
"type": "color",
"description": "color.button.info.solid.idle.border"
}
},
"hover": {
"background": {
"value": "{color.palette.info.200}",
"type": "color",
"description": "color.button.info.solid.hover.background"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.info.solid.hover.foreground"
},
"border": {
"value": "{color.palette.info.200}",
"type": "color",
"description": "color.button.info.solid.hover.border"
}
},
"active": {
"background": {
"value": "{color.palette.info.300}",
"type": "color",
"description": "color.button.info.solid.active.background"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.info.solid.active.foreground"
},
"border": {
"value": "{color.palette.info.300}",
"type": "color",
"description": "color.button.info.solid.active.border"
}
},
"focus": {
"background": {
"value": "{color.palette.info.150}",
"type": "color",
"description": "color.button.default.focus.background"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.default.focus.foreground"
},
"border": {
"value": "{color.palette.info.150}",
"type": "color",
"description": "color.button.default.focus.border"
}
},
"disabled": {
"background": {
"value": "{color.palette.neutral.100}",
"type": "color",
"description": "color.button.info.solid.disabled.background"
},
"foreground": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "color.button.info.solid.disabled.foreground"
},
"border": {
"value": "{color.palette.neutral.100}",
"type": "color",
"description": "color.button.info.solid.disabled.border"
}
}
},
"outline": {
"idle": {
"background": {
"value": "{color.palette.info.150}",
"type": "color",
"description": "color.button.info.outline.idle.background"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.info.outline.idle.foreground"
},
"border": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.info.outline.idle.border"
}
},
"hover": {
"background": {
"value": "{color.palette.info.200}",
"type": "color",
"description": "color.button.info.outline.hover.background"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.info.outline.hover.foreground"
},
"border": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.info.outline.hover.border"
}
},
"active": {
"background": {
"value": "{color.palette.info.300}",
"type": "color",
"description": "color.button.info.outline.active.background"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.info.outline.active.foreground"
},
"border": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.info.outline.active.border"
}
},
"focus": {
"background": {
"value": "{color.palette.info.150}",
"type": "color",
"description": "color.button.default.focus.background"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.default.focus.foreground"
},
"border": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.default.focus.border"
}
},
"disabled": {
"background": {
"value": "{color.palette.neutral.100}",
"type": "color",
"description": "color.button.info.outline.disabled.background"
},
"foreground": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "color.button.info.outline.disabled.foreground"
},
"border": {
"value": "{color.palette.neutral.400}",
"type": "color",
"description": "color.button.info.outline.disabled.border"
}
}
},
"ghost": {
"idle": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color"
}
},
"hover": {
"background": {
"value": "{color.palette.info.100}",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color"
},
"border": {
"value": "{color.palette.info.100}",
"type": "color"
}
},
"active": {
"background": {
"value": "{color.palette.info.150}",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color"
},
"border": {
"value": "{color.palette.info.150}",
"type": "color"
}
},
"focus": {
"background": {
"value": "rgba({body.background},{opacity.100})",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color"
},
"border": {
"value": "rgba({body.background},{opacity.100})",
"type": "color"
}
},
"disabled": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.neutral.400}",
"type": "color"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color"
}
}
},
"link": {
"idle": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color"
}
},
"hover": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color"
}
},
"active": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color"
}
},
"focus": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.800}",
"type": "color"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color"
}
},
"disabled": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.neutral.400}",
"type": "color"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color"
}
}
}
}
},
"surface": {
Expand Down

0 comments on commit 8d4228d

Please sign in to comment.