Skip to content

Commit

Permalink
feat(frozen): 1. Update value of modes.color.status.neutral.frozen.de…
Browse files Browse the repository at this point in the history
…fault.

2. Replace table.color.row2.bg-activated with table.color.row.bg-activated and change value.

3. Add table.color.row tokens
  • Loading branch information
clairedenning committed Dec 9, 2024
1 parent 50cdf78 commit cfa013d
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 6 deletions.
5 changes: 2 additions & 3 deletions data/tokens/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -4493,7 +4493,7 @@
"table.color.header.harsh.border-default": "1c718bc35afc40d9772c7ec7b2ad805e35c0b523",
"table.color.header.harsh.label-default": "d5806cc55e3bd7066985ba97e8a21229f8eb7921",
"table.color.header.harsh.label-hover": "d0168415e34266c945dd9b287a9080f03a3b152f",
"table.color.row.bg-activated": "b7f77b56ea065750a405344c81c2d76d55221676",
"table.color.row.bg-activated": "b9e6440bc170ff16c12a0c9b3a7c2239958bac82",
"table.color.row.bg-active": "a2acf7057139096c90e02dcc80013589ed8f1004",
"table.color.row.bg-default": "149ee0b272d956c7b1761eea8c6c1c461de60609",
"table.color.row.bg-alt": "0a82ad0f9ca42f2600b526896f0b316753996699",
Expand Down Expand Up @@ -4541,8 +4541,7 @@
"table.size.row.doubleheight.XL": "ba6fd327183431cf35205c62348d082635dc8b0f",
"table.size.icon.M": "684d2c9437867a9c13d04fe77add732e0055ee8f",
"button.color.typical.tertiary.border-enabled": "543609be2d46366af93bdeb589c230d863f001f0",
"button.color.typical.tertiary.border-hover": "5c6ac4156a108f10e39db16174bc145c85e962fc",
"table.color.row2.bg-activated": "b9e6440bc170ff16c12a0c9b3a7c2239958bac82"
"button.color.typical.tertiary.border-hover": "5c6ac4156a108f10e39db16174bc145c85e962fc"
},
"$figmaCollectionId": "VariableCollectionId:91874:43409",
"$figmaModeId": "91874:2",
Expand Down
64 changes: 62 additions & 2 deletions data/tokens/context/frozenproduct.json
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,69 @@
}
}
},
"row2": {
"row": {
"bg-activated": {
"value": "{modes.color.interactive.primary.frozen.default}",
"value": "{primitives.colors.navy}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "mix",
"value": "0.64",
"space": "lch",
"color": "{modes.color.modifier.contrastLess}"
}
}
}
},
"bg-active": {
"value": "{primitives.colors.navy}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "mix",
"value": "0.9",
"space": "lch",
"color": "{modes.color.modifier.contrastLess}"
}
}
}
},
"bg-alt": {
"value": "{primitives.colors.navy}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "mix",
"value": "0.98",
"space": "lch",
"color": "{modes.color.modifier.contrastLess}"
}
}
}
},
"bg-hover": {
"value": "{primitives.colors.navy}",
"type": "color",
"$extensions": {
"studio.tokens": {
"modify": {
"type": "mix",
"value": "0.96",
"space": "lch",
"color": "{modes.color.modifier.contrastLess}"
}
}
}
},
"label-activate": {
"value": "{modes.color.interactive.monochrome.generic.withActiveAlt}",
"type": "color"
},
"label-activated": {
"value": "{modes.color.interactive.monochrome.generic.withActiveAlt}",
"type": "color"
}
}
Expand Down
2 changes: 1 addition & 1 deletion data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@
"studio.tokens": {
"modify": {
"type": "mix",
"value": "0.4",
"value": "0.37",
"space": "lch",
"color": "{modes.color.modifier.contrastLess} "
}
Expand Down

0 comments on commit cfa013d

Please sign in to comment.