Skip to content

Commit

Permalink
Update dataVis colors
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Sep 16, 2024
1 parent b70fc73 commit 3f2276b
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 148 deletions.
104 changes: 52 additions & 52 deletions design-tokens/tokens/component/component.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -5011,6 +5011,32 @@
}
}
},
"disabled": {
"background": {
"$type": "color",
"$value": "{color.background.disabled}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
"codeSyntax": {}
}
}
},
"borderColor": {
"$type": "color",
"$value": "{color.border.disabled}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["STROKE_COLOR", "EFFECT_COLOR"],
"codeSyntax": {}
}
}
}
},
"selected": {
"enabled": {
"background": {
Expand Down Expand Up @@ -5127,32 +5153,6 @@
}
}
},
"disabled": {
"background": {
"$type": "color",
"$value": "{color.background.disabled}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
"codeSyntax": {}
}
}
},
"borderColor": {
"$type": "color",
"$value": "{color.border.disabled}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["STROKE_COLOR", "EFFECT_COLOR"],
"codeSyntax": {}
}
}
}
},
"indeterminate": {
"enabled": {
"background": {
Expand Down Expand Up @@ -7498,6 +7498,32 @@
}
}
},
"disabled": {
"background": {
"$type": "color",
"$value": "{color.background.disabled}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
"codeSyntax": {}
}
}
},
"borderColor": {
"$type": "color",
"$value": "{color.border.disabled}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["STROKE_COLOR", "EFFECT_COLOR"],
"codeSyntax": {}
}
}
}
},
"status": {
"critical": {
"background": {
Expand Down Expand Up @@ -7525,32 +7551,6 @@
}
}
}
},
"disabled": {
"background": {
"$type": "color",
"$value": "{color.background.disabled}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["FRAME_FILL", "SHAPE_FILL"],
"codeSyntax": {}
}
}
},
"borderColor": {
"$type": "color",
"$value": "{color.border.disabled}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["STROKE_COLOR", "EFFECT_COLOR"],
"codeSyntax": {}
}
}
}
}
}
},
Expand Down
162 changes: 160 additions & 2 deletions design-tokens/tokens/primitive/primitives.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1318,16 +1318,162 @@
}
}
}
},
"dataVis": {
"green1000": {
"$type": "color",
"$value": "#074b3b",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"green325": {
"$type": "color",
"$value": "#809605",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"green325-opacity50": {
"$type": "color",
"$value": "#80960580",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"pink1000": {
"$type": "color",
"$value": "#7d006c",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"pink325": {
"$type": "color",
"$value": "#f23bda",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"pink325-opacity50": {
"$type": "color",
"$value": "#f23bda80",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"purple1000": {
"$type": "color",
"$value": "#5900a1",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"purple325": {
"$type": "color",
"$value": "#ba66ff",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"purple325-opacity50": {
"$type": "color",
"$value": "#ba66ff80",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"blue1000": {
"$type": "color",
"$value": "#193a97",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"blue325": {
"$type": "color",
"$value": "#009abf",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
},
"blue325-opacity50": {
"$type": "color",
"$value": "#009abf80",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
}
}
},
"fontFamily": {
"primary": {
"MetricHPEXS": {
"$type": "string",
"$value": "MetricHPEXS",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": true,
"hiddenFromPublishing": false,
"scopes": ["FONT_FAMILY"],
"codeSyntax": {}
}
Expand All @@ -1344,6 +1490,18 @@
"codeSyntax": {}
}
}
},
"primary": {
"$type": "string",
"$value": "MetricHPEXS",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": true,
"scopes": ["FONT_FAMILY"],
"codeSyntax": {}
}
}
}
},
"fontSize": {
Expand Down
Loading

0 comments on commit 3f2276b

Please sign in to comment.