Skip to content

Commit

Permalink
Add status border colors
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 20, 2024
1 parent 50653c5 commit ec8f38d
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 0 deletions.
60 changes: 60 additions & 0 deletions design-tokens/tokens/semantic/color.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,66 @@
"codeSyntax": {}
}
}
},
"critical": {
"$type": "color",
"$value": "{color.border.default}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"info": {
"$type": "color",
"$value": "{color.border.default}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
"codeSyntax": {}
}
}
},
"ok": {
"$type": "color",
"$value": "{color.border.default}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
"codeSyntax": {}
}
}
},
"warning": {
"$type": "color",
"$value": "{color.border.default}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
"codeSyntax": {}
}
}
},
"unknown": {
"$type": "color",
"$value": "{color.border.default}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
"codeSyntax": {}
}
}
}
},
"text": {
Expand Down
60 changes: 60 additions & 0 deletions design-tokens/tokens/semantic/color.light.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,66 @@
"codeSyntax": {}
}
}
},
"critical": {
"$type": "color",
"$value": "{color.border.default}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"info": {
"$type": "color",
"$value": "{color.border.default}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
"codeSyntax": {}
}
}
},
"ok": {
"$type": "color",
"$value": "{color.border.default}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
"codeSyntax": {}
}
}
},
"warning": {
"$type": "color",
"$value": "{color.border.default}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
"codeSyntax": {}
}
}
},
"unknown": {
"$type": "color",
"$value": "{color.border.default}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL", "STROKE_COLOR"],
"codeSyntax": {}
}
}
}
},
"text": {
Expand Down

0 comments on commit ec8f38d

Please sign in to comment.