From 7ba2a1cc5401b5c1c220c40a8a31001059982016 Mon Sep 17 00:00:00 2001 From: Travaglini Alessio <158268546+Vandapanda@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:02:32 +0200 Subject: [PATCH] refactor(tokens):changed the set mode to scheme according to ticket #3612 --- .../tokens/tokensstudio-generated/tokens.json | 1517 +++++++++-------- 1 file changed, 763 insertions(+), 754 deletions(-) diff --git a/packages/tokens/tokensstudio-generated/tokens.json b/packages/tokens/tokensstudio-generated/tokens.json index cdcbe7cc2b..1dea348c21 100644 --- a/packages/tokens/tokensstudio-generated/tokens.json +++ b/packages/tokens/tokensstudio-generated/tokens.json @@ -674,9 +674,9 @@ } } }, - "Mode/Light": { + "Scheme/Light": { "post": { - "mode": { + "scheme": { "color": { "signal": { "success-dark": { @@ -726,7 +726,7 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.bg}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.bg}" }, "fg-inverted": { "$type": "color", @@ -752,7 +752,7 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.bg}" + "$value": "{post.scheme.color.interactive.button.primary.hover.bg}" }, "fg-inverted": { "$type": "color", @@ -886,7 +886,7 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.bg}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.bg}" }, "fg-inverted": { "$type": "color", @@ -912,7 +912,7 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.bg}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.bg}" }, "fg-inverted": { "$type": "color", @@ -1021,7 +1021,7 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.text_input.enabled.fg}" + "$value": "{post.scheme.color.interactive.text_input.enabled.fg}" } }, "hover": { @@ -1197,15 +1197,15 @@ }, "bg": { "$type": "color", - "$value": "{post.mode.color.signal.information-light}" + "$value": "{post.scheme.color.signal.information-light}" }, "icon": { "$type": "color", - "$value": "{post.mode.color.signal.information-dark}" + "$value": "{post.scheme.color.signal.information-dark}" }, "stroke": { "$type": "color", - "$value": "{post.mode.color.signal.information-dark}" + "$value": "{post.scheme.color.signal.information-dark}" } }, "success": { @@ -1215,15 +1215,15 @@ }, "bg": { "$type": "color", - "$value": "{post.mode.color.signal.success-light}" + "$value": "{post.scheme.color.signal.success-light}" }, "icon": { "$type": "color", - "$value": "{post.mode.color.signal.success-dark}" + "$value": "{post.scheme.color.signal.success-dark}" }, "stroke": { "$type": "color", - "$value": "{post.mode.color.signal.success-dark}" + "$value": "{post.scheme.color.signal.success-dark}" } }, "warning": { @@ -1233,15 +1233,15 @@ }, "bg": { "$type": "color", - "$value": "{post.mode.color.signal.warning-light}" + "$value": "{post.scheme.color.signal.warning-light}" }, "icon": { "$type": "color", - "$value": "{post.mode.color.signal.warning-dark}" + "$value": "{post.scheme.color.signal.warning-dark}" }, "stroke": { "$type": "color", - "$value": "{post.mode.color.signal.warning-dark}" + "$value": "{post.scheme.color.signal.warning-dark}" } }, "error": { @@ -1251,15 +1251,15 @@ }, "bg": { "$type": "color", - "$value": "{post.mode.color.signal.error-light}" + "$value": "{post.scheme.color.signal.error-light}" }, "icon": { "$type": "color", - "$value": "{post.mode.color.signal.error-dark}" + "$value": "{post.scheme.color.signal.error-dark}" }, "stroke": { "$type": "color", - "$value": "{post.mode.color.signal.error-dark}" + "$value": "{post.scheme.color.signal.error-dark}" } } } @@ -1350,9 +1350,9 @@ } } }, - "Mode/Dark": { + "Scheme/Dark": { "post": { - "mode": { + "scheme": { "color": { "signal": { "success-dark": { @@ -1402,7 +1402,7 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.bg}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.bg}" } }, "hover": { @@ -1416,7 +1416,7 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.bg}" + "$value": "{post.scheme.color.interactive.button.primary.hover.bg}" } }, "disabled": { @@ -1430,7 +1430,7 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.bg}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.bg}" } } }, @@ -1490,7 +1490,7 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.bg}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.bg}" } }, "hover": { @@ -1504,7 +1504,7 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.bg}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.bg}" } }, "disabled": { @@ -1518,7 +1518,7 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.bg}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.bg}" } } } @@ -1545,7 +1545,7 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.text_input.enabled.fg}" + "$value": "{post.scheme.color.interactive.text_input.enabled.fg}" } }, "hover": { @@ -3538,11 +3538,11 @@ "enabled": { "bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.bg}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.bg}" }, "fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.fg}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.fg}" } } } @@ -3601,7 +3601,7 @@ }, "color": { "$type": "color", - "$value": "{post.mode.color.surface.default.fg}" + "$value": "{post.scheme.color.surface.default.fg}" } } } @@ -3723,13 +3723,13 @@ }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg1}" + "$value": "{post.scheme.color.interactive.primary.hover.fg1}" }, "focus": { "outline": { "color": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" }, "width": { "$type": "borderWidth", @@ -3923,7 +3923,7 @@ }, "color": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" } }, "outline-width": { @@ -3947,11 +3947,11 @@ }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.bg2}" + "$value": "{post.scheme.color.interactive.primary.enabled.bg2}" }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg3}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg3}" }, "border-width": { "$type": "borderWidth", @@ -3977,7 +3977,7 @@ }, "color": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" } } }, @@ -3989,17 +3989,17 @@ }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.bg2}" + "$value": "{post.scheme.color.interactive.primary.hover.bg2}" }, "border": { "color": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke3}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke3}" } }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg3}" + "$value": "{post.scheme.color.interactive.primary.hover.fg3}" } } } @@ -4009,15 +4009,15 @@ "badge": { "bg": { "$type": "color", - "$value": "{post.mode.color.notification.badge.bg}" + "$value": "{post.scheme.color.notification.badge.bg}" }, "fg": { "$type": "color", - "$value": "{post.mode.color.notification.badge.fg}" + "$value": "{post.scheme.color.notification.badge.fg}" }, "stroke": { "$type": "color", - "$value": "{post.mode.color.notification.badge.stroke}" + "$value": "{post.scheme.color.notification.badge.stroke}" }, "height": { "l": { @@ -4086,67 +4086,67 @@ "color": { "info-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.bg}" + "$value": "{post.scheme.color.interactive.notification.info.bg}" }, "info-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.fg}" + "$value": "{post.scheme.color.interactive.notification.info.fg}" }, "info-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.stroke}" + "$value": "{post.scheme.color.interactive.notification.info.stroke}" }, "info-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.icon}" + "$value": "{post.scheme.color.interactive.notification.info.icon}" }, "success-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.bg}" + "$value": "{post.scheme.color.interactive.notification.success.bg}" }, "success-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.fg}" + "$value": "{post.scheme.color.interactive.notification.success.fg}" }, "success-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.stroke}" + "$value": "{post.scheme.color.interactive.notification.success.stroke}" }, "success-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.icon}" + "$value": "{post.scheme.color.interactive.notification.success.icon}" }, "warning-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.bg}" + "$value": "{post.scheme.color.interactive.notification.warning.bg}" }, "warning-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.fg}" + "$value": "{post.scheme.color.interactive.notification.warning.fg}" }, "warning-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.stroke}" + "$value": "{post.scheme.color.interactive.notification.warning.stroke}" }, "warning-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.icon}" + "$value": "{post.scheme.color.interactive.notification.warning.icon}" }, "error-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.bg}" + "$value": "{post.scheme.color.interactive.notification.error.bg}" }, "error-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.fg}" + "$value": "{post.scheme.color.interactive.notification.error.fg}" }, "error-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.stroke}" + "$value": "{post.scheme.color.interactive.notification.error.stroke}" }, "error-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.icon}" + "$value": "{post.scheme.color.interactive.notification.error.icon}" } } } @@ -4157,20 +4157,20 @@ "breadcrumb": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg1}" + "$value": "{post.scheme.color.interactive.primary.hover.fg1}" }, "selected-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.fg1}" + "$value": "{post.scheme.color.interactive.primary.selected.fg1}" }, "focus": { "outline": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" }, "outline-width": { "$type": "borderWidth", @@ -4246,11 +4246,11 @@ "focus": { "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" }, "stroke-inverted": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke-inverted}" + "$value": "{post.scheme.color.interactive.focus.stroke-inverted}" }, "border-width": { "$type": "borderWidth", @@ -4320,229 +4320,229 @@ "primary": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.fg}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.fg}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.bg}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.bg}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.stroke}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.fg}" + "$value": "{post.scheme.color.interactive.button.primary.hover.fg}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.bg}" + "$value": "{post.scheme.color.interactive.button.primary.hover.bg}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.stroke}" + "$value": "{post.scheme.color.interactive.button.primary.hover.stroke}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.fg}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.fg}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.bg}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.bg}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.stroke}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.stroke}" } }, "primary-inverted": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.fg-inverted}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.bg-inverted}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.stroke-inverted}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.hover.fg-inverted}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.hover.bg-inverted}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.hover.stroke-inverted}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.fg-inverted}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.bg-inverted}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.stroke-inverted}" } }, "secondary": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.enabled.fg}" + "$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.enabled.bg}" + "$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.hover.fg}" + "$value": "{post.scheme.color.interactive.button.secondary.hover.fg}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.hover.bg}" + "$value": "{post.scheme.color.interactive.button.secondary.hover.bg}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.hover.stroke}" + "$value": "{post.scheme.color.interactive.button.secondary.hover.stroke}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.disabled.fg}" + "$value": "{post.scheme.color.interactive.button.secondary.disabled.fg}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.disabled.bg}" + "$value": "{post.scheme.color.interactive.button.secondary.disabled.bg}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.disabled.stroke}" + "$value": "{post.scheme.color.interactive.button.secondary.disabled.stroke}" } }, "secondary-inverted": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.enabled.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.enabled.fg-inverted}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.enabled.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.enabled.bg-inverted}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.enabled.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke-inverted}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.hover.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.hover.fg-inverted}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.hover.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.hover.bg-inverted}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.hover.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.hover.stroke-inverted}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.disabled.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.disabled.fg-inverted}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.disabled.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.disabled.bg-inverted}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.disabled.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.disabled.stroke-inverted}" } }, "tertiary": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.fg}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.fg}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.bg}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.bg}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.stroke}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.fg}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.fg}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.bg}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.bg}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.stroke}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.stroke}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.fg}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.fg}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.bg}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.bg}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.stroke}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.stroke}" } }, "tertiary-inverted": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.fg-inverted}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.bg-inverted}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.stroke-inverted}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.fg-inverted}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.bg-inverted}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.stroke-inverted}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.fg-inverted}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.bg-inverted}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.stroke-inverted}" } }, "medium": { @@ -4635,56 +4635,56 @@ "checkbox": { "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.bg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.bg1}" }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.bg}" + "$value": "{post.scheme.color.interactive.primary.hover.bg}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg1}" + "$value": "{post.scheme.color.interactive.primary.hover.fg1}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.bg}" + "$value": "{post.scheme.color.interactive.primary.disabled.bg}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.disabled.fg1}" }, "selected-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.bg1}" + "$value": "{post.scheme.color.interactive.primary.selected.bg1}" }, "selected-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.fg1}" + "$value": "{post.scheme.color.interactive.primary.selected.fg1}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.stroke}" + "$value": "{post.scheme.color.interactive.primary.hover.stroke}" }, "selected-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.stroke1}" + "$value": "{post.scheme.color.interactive.primary.selected.stroke1}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.disabled.stroke}" }, "focus": { "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" }, "border-width": { "$type": "borderWidth", @@ -4810,11 +4810,11 @@ }, "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke}" }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "font-weight": { "$type": "fontWeights", @@ -4874,33 +4874,33 @@ }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg1}" + "$value": "{post.scheme.color.interactive.primary.hover.fg1}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.bg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.bg1}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.bg}" + "$value": "{post.scheme.color.interactive.primary.hover.bg}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.stroke}" + "$value": "{post.scheme.color.interactive.primary.hover.stroke}" }, "focus": { "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" } }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke3}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke3}" } }, "padding": { @@ -4941,7 +4941,7 @@ "start": { "color": { "$type": "color", - "$value": "{post.mode.color.surface.default.stroke}" + "$value": "{post.scheme.color.surface.default.stroke}" } } }, @@ -4988,11 +4988,11 @@ "focus": { "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" }, "stroke-inverted": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke-inverted}" + "$value": "{post.scheme.color.interactive.focus.stroke-inverted}" }, "border-width": { "$type": "borderWidth", @@ -5018,229 +5018,229 @@ "primary": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.fg}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.fg}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.bg}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.bg}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.stroke}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.fg}" + "$value": "{post.scheme.color.interactive.button.primary.hover.fg}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.bg}" + "$value": "{post.scheme.color.interactive.button.primary.hover.bg}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.stroke}" + "$value": "{post.scheme.color.interactive.button.primary.hover.stroke}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.fg}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.fg}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.bg}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.bg}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.stroke}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.stroke}" } }, "primary-inverted": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.fg-inverted}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.bg-inverted}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.enabled.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.enabled.stroke-inverted}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.hover.fg-inverted}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.hover.bg-inverted}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.hover.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.hover.stroke-inverted}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.fg-inverted}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.bg-inverted}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.primary.disabled.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.primary.disabled.stroke-inverted}" } }, "secondary": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.enabled.fg}" + "$value": "{post.scheme.color.interactive.button.secondary.enabled.fg}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.enabled.bg}" + "$value": "{post.scheme.color.interactive.button.secondary.enabled.bg}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.hover.fg}" + "$value": "{post.scheme.color.interactive.button.secondary.hover.fg}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.hover.bg}" + "$value": "{post.scheme.color.interactive.button.secondary.hover.bg}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.hover.stroke}" + "$value": "{post.scheme.color.interactive.button.secondary.hover.stroke}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.disabled.fg}" + "$value": "{post.scheme.color.interactive.button.secondary.disabled.fg}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.disabled.bg}" + "$value": "{post.scheme.color.interactive.button.secondary.disabled.bg}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.disabled.stroke}" + "$value": "{post.scheme.color.interactive.button.secondary.disabled.stroke}" } }, "secondary-inverted": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.enabled.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.enabled.fg-inverted}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.enabled.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.enabled.bg-inverted}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.enabled.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.enabled.stroke-inverted}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.hover.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.hover.fg-inverted}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.hover.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.hover.bg-inverted}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.hover.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.hover.stroke-inverted}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.disabled.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.disabled.fg-inverted}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.disabled.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.disabled.bg-inverted}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.secondary.disabled.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.secondary.disabled.stroke-inverted}" } }, "tertiary": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.fg}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.fg}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.bg}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.bg}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.stroke}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.fg}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.fg}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.bg}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.bg}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.stroke}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.stroke}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.fg}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.fg}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.bg}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.bg}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.stroke}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.stroke}" } }, "tertiary-inverted": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.fg-inverted}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.bg-inverted}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.enabled.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.enabled.stroke-inverted}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.fg-inverted}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.bg-inverted}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.hover.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.hover.stroke-inverted}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.fg-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.fg-inverted}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.bg-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.bg-inverted}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.button.tertiary.disabled.stroke-inverted}" + "$value": "{post.scheme.color.interactive.button.tertiary.disabled.stroke-inverted}" } }, "medium": { @@ -5334,19 +5334,19 @@ }, "enabled-border": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke}" }, "hover-border": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.stroke}" + "$value": "{post.scheme.color.interactive.primary.hover.stroke}" }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg1}" + "$value": "{post.scheme.color.interactive.primary.hover.fg1}" }, "focus": { "outline": { @@ -5356,7 +5356,7 @@ }, "color": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" } }, "outline-style": { @@ -5415,7 +5415,7 @@ }, "bg": { "$type": "color", - "$value": "{post.mode.color.surface.default.bg}" + "$value": "{post.scheme.color.surface.default.bg}" } } } @@ -5497,15 +5497,15 @@ "color": { "icon-bg": { "$type": "color", - "$value": "{post.mode.color.surface.accent4.bg}" + "$value": "{post.scheme.color.surface.accent4.bg}" }, "icon-fg": { "$type": "color", - "$value": "{post.mode.color.surface.accent4.fg}" + "$value": "{post.scheme.color.surface.accent4.fg}" }, "text-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" } }, "margin": { @@ -5584,67 +5584,67 @@ "color": { "info-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.bg}" + "$value": "{post.scheme.color.interactive.notification.info.bg}" }, "info-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.fg}" + "$value": "{post.scheme.color.interactive.notification.info.fg}" }, "info-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.stroke}" + "$value": "{post.scheme.color.interactive.notification.info.stroke}" }, "info-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.icon}" + "$value": "{post.scheme.color.interactive.notification.info.icon}" }, "success-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.bg}" + "$value": "{post.scheme.color.interactive.notification.success.bg}" }, "success-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.fg}" + "$value": "{post.scheme.color.interactive.notification.success.fg}" }, "success-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.stroke}" + "$value": "{post.scheme.color.interactive.notification.success.stroke}" }, "success-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.icon}" + "$value": "{post.scheme.color.interactive.notification.success.icon}" }, "warning-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.bg}" + "$value": "{post.scheme.color.interactive.notification.warning.bg}" }, "warning-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.fg}" + "$value": "{post.scheme.color.interactive.notification.warning.fg}" }, "warning-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.stroke}" + "$value": "{post.scheme.color.interactive.notification.warning.stroke}" }, "warning-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.icon}" + "$value": "{post.scheme.color.interactive.notification.warning.icon}" }, "error-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.bg}" + "$value": "{post.scheme.color.interactive.notification.error.bg}" }, "error-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.fg}" + "$value": "{post.scheme.color.interactive.notification.error.fg}" }, "error-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.stroke}" + "$value": "{post.scheme.color.interactive.notification.error.stroke}" }, "error-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.icon}" + "$value": "{post.scheme.color.interactive.notification.error.icon}" } }, "popup": { @@ -5667,23 +5667,23 @@ "close-button": { "focus-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke-inverted}" + "$value": "{post.scheme.color.interactive.focus.stroke-inverted}" }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.surface.accent4.fg}" + "$value": "{post.scheme.color.surface.accent4.fg}" }, "selected-fg": { "$type": "color", - "$value": "{post.mode.color.surface.accent4.fg}" + "$value": "{post.scheme.color.surface.accent4.fg}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.surface.accent4.fg}" + "$value": "{post.scheme.color.surface.accent4.fg}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.bg2}" + "$value": "{post.scheme.color.interactive.primary.hover.bg2}" }, "outer": { "$type": "sizing", @@ -5693,7 +5693,7 @@ "link": { "focus-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke-inverted}" + "$value": "{post.scheme.color.interactive.focus.stroke-inverted}" }, "padding": { "block": { @@ -5703,15 +5703,15 @@ }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.surface.accent4.fg}" + "$value": "{post.scheme.color.surface.accent4.fg}" }, "selected-fg": { "$type": "color", - "$value": "{post.mode.color.surface.accent4.fg}" + "$value": "{post.scheme.color.surface.accent4.fg}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.notification.popover.hover}" + "$value": "{post.scheme.color.notification.popover.hover}" }, "font-weight": { "$type": "fontWeights", @@ -5731,29 +5731,29 @@ "icon": { "focus-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.surface.accent1.fg}" + "$value": "{post.scheme.color.surface.accent1.fg}" }, "selected-fg": { "$type": "color", - "$value": "{post.mode.color.surface.accent1.fg}" + "$value": "{post.scheme.color.surface.accent1.fg}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg1}" + "$value": "{post.scheme.color.interactive.primary.hover.fg1}" } }, "surface": { "bg": { "$type": "color", - "$value": "{post.mode.color.surface.accent4.bg}" + "$value": "{post.scheme.color.surface.accent4.bg}" }, "fg": { "$type": "color", - "$value": "{post.mode.color.surface.accent4.fg}" + "$value": "{post.scheme.color.surface.accent4.fg}" }, "border-radius": { "$type": "borderRadius", @@ -5785,7 +5785,7 @@ "text": { "selected-fg": { "$type": "color", - "$value": "{post.mode.color.surface.accent4.fg}" + "$value": "{post.scheme.color.surface.accent4.fg}" } }, "elevation": { @@ -5830,56 +5830,56 @@ "radio-button": { "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.bg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.bg1}" }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.bg}" + "$value": "{post.scheme.color.interactive.primary.hover.bg}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg1}" + "$value": "{post.scheme.color.interactive.primary.hover.fg1}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.bg}" + "$value": "{post.scheme.color.interactive.primary.disabled.bg}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.disabled.fg1}" }, "selected-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.bg1}" + "$value": "{post.scheme.color.interactive.primary.selected.bg1}" }, "selected-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.fg1}" + "$value": "{post.scheme.color.interactive.primary.selected.fg1}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.stroke}" + "$value": "{post.scheme.color.interactive.primary.hover.stroke}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.disabled.stroke}" }, "selected-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.stroke1}" + "$value": "{post.scheme.color.interactive.primary.selected.stroke1}" }, "focus": { "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" }, "border-width": { "$type": "borderWidth", @@ -6014,29 +6014,41 @@ }, "selected-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.fg3}" + "$value": "{post.scheme.color.interactive.primary.selected.fg3}" }, "selected-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.bg4}" + "$value": "{post.scheme.color.interactive.primary.selected.bg4}" }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.bg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.bg1}" }, "enabled-border": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke}" + }, + "hover-fg": { + "$type": "color", + "$value": "{post.scheme.color.interactive.primary.hover.fg1}" + }, + "hover-bg": { + "$type": "color", + "$value": "{post.scheme.color.interactive.primary.hover.bg}" + }, + "hover-border": { + "$type": "color", + "$value": "{post.scheme.color.interactive.primary.hover.stroke}" }, "focus": { "outline": { "color": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" }, "offset": { "$type": "spacing", @@ -6048,18 +6060,6 @@ "$value": "{post.device.border-width.focus}" } }, - "hover-fg": { - "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg1}" - }, - "hover-bg": { - "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.bg}" - }, - "hover-border": { - "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.stroke}" - }, "border-width": { "$type": "borderWidth", "$value": "{post.device.border-width.default}" @@ -6071,7 +6071,7 @@ }, "enabled-border": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke3}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke3}" } }, "padding": { @@ -6096,7 +6096,7 @@ }, "selected-border": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.stroke1}" + "$value": "{post.scheme.color.interactive.primary.selected.stroke1}" }, "elevation": { "$type": "boxShadow", @@ -6110,66 +6110,66 @@ "select": { "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.bg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.bg1}" }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.bg}" + "$value": "{post.scheme.color.interactive.primary.hover.bg}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg1}" + "$value": "{post.scheme.color.interactive.primary.hover.fg1}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.bg}" + "$value": "{post.scheme.color.interactive.primary.disabled.bg}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.disabled.fg1}" }, "selected-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.bg1}" + "$value": "{post.scheme.color.interactive.primary.selected.bg1}" }, "selected-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.fg1}" + "$value": "{post.scheme.color.interactive.primary.selected.fg1}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.stroke}" + "$value": "{post.scheme.color.interactive.primary.hover.stroke}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.disabled.stroke}" }, "selected-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.stroke1}" + "$value": "{post.scheme.color.interactive.primary.selected.stroke1}" }, "signal": { "error": { "$type": "color", - "$value": "{post.mode.color.signal.error-dark}" + "$value": "{post.scheme.color.signal.error-dark}" }, "success": { "$type": "color", - "$value": "{post.mode.color.signal.success-dark}" + "$value": "{post.scheme.color.signal.success-dark}" } }, "focus": { "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" }, "border-width": { "$type": "borderWidth", @@ -6301,67 +6301,67 @@ "color": { "info-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.bg}" + "$value": "{post.scheme.color.interactive.notification.info.bg}" }, "info-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.fg}" + "$value": "{post.scheme.color.interactive.notification.info.fg}" }, "info-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.stroke}" + "$value": "{post.scheme.color.interactive.notification.info.stroke}" }, "info-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.icon}" + "$value": "{post.scheme.color.interactive.notification.info.icon}" }, "success-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.bg}" + "$value": "{post.scheme.color.interactive.notification.success.bg}" }, "success-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.fg}" + "$value": "{post.scheme.color.interactive.notification.success.fg}" }, "success-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.stroke}" + "$value": "{post.scheme.color.interactive.notification.success.stroke}" }, "success-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.icon}" + "$value": "{post.scheme.color.interactive.notification.success.icon}" }, "warning-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.bg}" + "$value": "{post.scheme.color.interactive.notification.warning.bg}" }, "warning-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.fg}" + "$value": "{post.scheme.color.interactive.notification.warning.fg}" }, "warning-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.stroke}" + "$value": "{post.scheme.color.interactive.notification.warning.stroke}" }, "warning-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.icon}" + "$value": "{post.scheme.color.interactive.notification.warning.icon}" }, "error-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.bg}" + "$value": "{post.scheme.color.interactive.notification.error.bg}" }, "error-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.fg}" + "$value": "{post.scheme.color.interactive.notification.error.fg}" }, "error-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.stroke}" + "$value": "{post.scheme.color.interactive.notification.error.stroke}" }, "error-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.icon}" + "$value": "{post.scheme.color.interactive.notification.error.icon}" } } } @@ -6373,17 +6373,17 @@ "text": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.disabled.fg1}" } }, "focus": { "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" }, "border-width": { "$type": "borderWidth", @@ -6392,61 +6392,61 @@ }, "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.bg2}" + "$value": "{post.scheme.color.interactive.primary.enabled.bg2}" }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg3}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg3}" }, "completed-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.bg2}" + "$value": "{post.scheme.color.interactive.primary.selected.bg2}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.bg2}" + "$value": "{post.scheme.color.interactive.primary.hover.bg2}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg3}" + "$value": "{post.scheme.color.interactive.primary.hover.fg3}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.bg4}" + "$value": "{post.scheme.color.interactive.primary.disabled.bg4}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.fg3}" + "$value": "{post.scheme.color.interactive.primary.disabled.fg3}" }, "connector": { "active": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "completed": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.bg2}" + "$value": "{post.scheme.color.interactive.primary.selected.bg2}" }, "next": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.bg4}" + "$value": "{post.scheme.color.interactive.primary.disabled.bg4}" } }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke3}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke3}" }, "completed-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.stroke3}" + "$value": "{post.scheme.color.interactive.primary.selected.stroke3}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.stroke3}" + "$value": "{post.scheme.color.interactive.primary.hover.stroke3}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.stroke3}" + "$value": "{post.scheme.color.interactive.primary.disabled.stroke3}" }, "gap": { "text-start": { @@ -6495,35 +6495,35 @@ "text": { "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.disabled.fg1}" }, "selected-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.fg1}" + "$value": "{post.scheme.color.interactive.primary.selected.fg1}" } }, "icon": { "success": { "$type": "color", - "$value": "{post.mode.color.signal.success-dark}" + "$value": "{post.scheme.color.signal.success-dark}" }, "disabled": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.disabled.fg1}" }, "hover": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg1}" + "$value": "{post.scheme.color.interactive.primary.hover.fg1}" } }, "focus": { "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" }, "border-width": { "$type": "borderWidth", @@ -6547,69 +6547,69 @@ "handle": { "enabled": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg3}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg3}" }, "selected": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.fg3}" + "$value": "{post.scheme.color.interactive.primary.selected.fg3}" }, "selected-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.stroke3}" + "$value": "{post.scheme.color.interactive.primary.selected.stroke3}" }, "hover": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg3}" + "$value": "{post.scheme.color.interactive.primary.hover.fg3}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.stroke3}" + "$value": "{post.scheme.color.interactive.primary.hover.stroke3}" }, "disabled": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.fg3}" + "$value": "{post.scheme.color.interactive.primary.disabled.fg3}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.stroke2}" + "$value": "{post.scheme.color.interactive.primary.disabled.stroke2}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke3}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke3}" } }, "element": { "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.bg2}" + "$value": "{post.scheme.color.interactive.primary.enabled.bg2}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke}" }, "selected-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.bg2}" + "$value": "{post.scheme.color.interactive.primary.selected.bg2}" }, "selected-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.stroke4}" + "$value": "{post.scheme.color.interactive.primary.selected.stroke4}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.bg2}" + "$value": "{post.scheme.color.interactive.primary.hover.bg2}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.stroke}" + "$value": "{post.scheme.color.interactive.primary.hover.stroke}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.bg3}" + "$value": "{post.scheme.color.interactive.primary.disabled.bg3}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.stroke2}" + "$value": "{post.scheme.color.interactive.primary.disabled.stroke2}" }, "width": { "$type": "sizing", @@ -6675,66 +6675,66 @@ "color": { "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.bg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.bg1}" }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.bg}" + "$value": "{post.scheme.color.interactive.primary.hover.bg}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg1}" + "$value": "{post.scheme.color.interactive.primary.hover.fg1}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.bg}" + "$value": "{post.scheme.color.interactive.primary.disabled.bg}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.disabled.fg1}" }, "selected-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.bg1}" + "$value": "{post.scheme.color.interactive.primary.selected.bg1}" }, "selected-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.fg1}" + "$value": "{post.scheme.color.interactive.primary.selected.fg1}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.stroke}" + "$value": "{post.scheme.color.interactive.primary.hover.stroke}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.disabled.stroke}" }, "selected-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.stroke1}" + "$value": "{post.scheme.color.interactive.primary.selected.stroke1}" }, "signal": { "error": { "$type": "color", - "$value": "{post.mode.color.signal.error-dark}" + "$value": "{post.scheme.color.signal.error-dark}" }, "success": { "$type": "color", - "$value": "{post.mode.color.signal.success-dark}" + "$value": "{post.scheme.color.signal.success-dark}" } }, "focus": { "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" } } }, @@ -6798,11 +6798,11 @@ "text-highlighted": { "bg": { "$type": "color", - "$value": "{post.mode.color.signal.information-light}" + "$value": "{post.scheme.color.signal.information-light}" }, "fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "padding": { "text": { @@ -6829,70 +6829,70 @@ "color": { "enabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.bg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.bg1}" }, "enabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg1}" }, "hover-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.bg}" + "$value": "{post.scheme.color.interactive.primary.hover.bg}" }, "hover-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.fg1}" + "$value": "{post.scheme.color.interactive.primary.hover.fg1}" }, "disabled-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.bg}" + "$value": "{post.scheme.color.interactive.primary.disabled.bg}" }, "disabled-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.fg1}" + "$value": "{post.scheme.color.interactive.primary.disabled.fg1}" }, "selected-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.bg1}" + "$value": "{post.scheme.color.interactive.primary.selected.bg1}" }, "selected-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.fg1}" + "$value": "{post.scheme.color.interactive.primary.selected.fg1}" }, "helptext-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.fg2}" + "$value": "{post.scheme.color.interactive.primary.enabled.fg2}" }, "enabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.enabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.enabled.stroke}" }, "hover-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.hover.stroke}" + "$value": "{post.scheme.color.interactive.primary.hover.stroke}" }, "disabled-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.disabled.stroke}" + "$value": "{post.scheme.color.interactive.primary.disabled.stroke}" }, "selected-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.primary.selected.stroke1}" + "$value": "{post.scheme.color.interactive.primary.selected.stroke1}" }, "signal": { "error": { "$type": "color", - "$value": "{post.mode.color.signal.error-dark}" + "$value": "{post.scheme.color.signal.error-dark}" }, "success": { "$type": "color", - "$value": "{post.mode.color.signal.success-dark}" + "$value": "{post.scheme.color.signal.success-dark}" } }, "focus": { "stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.focus.stroke}" + "$value": "{post.scheme.color.interactive.focus.stroke}" } } }, @@ -7001,67 +7001,67 @@ "color": { "info-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.bg}" + "$value": "{post.scheme.color.interactive.notification.info.bg}" }, "info-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.fg}" + "$value": "{post.scheme.color.interactive.notification.info.fg}" }, "info-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.stroke}" + "$value": "{post.scheme.color.interactive.notification.info.stroke}" }, "info-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.icon}" + "$value": "{post.scheme.color.interactive.notification.info.icon}" }, "success-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.bg}" + "$value": "{post.scheme.color.interactive.notification.success.bg}" }, "success-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.fg}" + "$value": "{post.scheme.color.interactive.notification.success.fg}" }, "success-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.stroke}" + "$value": "{post.scheme.color.interactive.notification.success.stroke}" }, "success-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.icon}" + "$value": "{post.scheme.color.interactive.notification.success.icon}" }, "warning-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.bg}" + "$value": "{post.scheme.color.interactive.notification.warning.bg}" }, "warning-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.fg}" + "$value": "{post.scheme.color.interactive.notification.warning.fg}" }, "warning-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.stroke}" + "$value": "{post.scheme.color.interactive.notification.warning.stroke}" }, "warning-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.icon}" + "$value": "{post.scheme.color.interactive.notification.warning.icon}" }, "error-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.bg}" + "$value": "{post.scheme.color.interactive.notification.error.bg}" }, "error-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.fg}" + "$value": "{post.scheme.color.interactive.notification.error.fg}" }, "error-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.stroke}" + "$value": "{post.scheme.color.interactive.notification.error.stroke}" }, "error-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.icon}" + "$value": "{post.scheme.color.interactive.notification.error.icon}" } } } @@ -7097,67 +7097,67 @@ "color": { "info-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.bg}" + "$value": "{post.scheme.color.interactive.notification.info.bg}" }, "info-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.fg}" + "$value": "{post.scheme.color.interactive.notification.info.fg}" }, "info-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.stroke}" + "$value": "{post.scheme.color.interactive.notification.info.stroke}" }, "info-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.info.icon}" + "$value": "{post.scheme.color.interactive.notification.info.icon}" }, "success-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.bg}" + "$value": "{post.scheme.color.interactive.notification.success.bg}" }, "success-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.fg}" + "$value": "{post.scheme.color.interactive.notification.success.fg}" }, "success-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.stroke}" + "$value": "{post.scheme.color.interactive.notification.success.stroke}" }, "success-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.success.icon}" + "$value": "{post.scheme.color.interactive.notification.success.icon}" }, "warning-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.bg}" + "$value": "{post.scheme.color.interactive.notification.warning.bg}" }, "warning-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.fg}" + "$value": "{post.scheme.color.interactive.notification.warning.fg}" }, "warning-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.stroke}" + "$value": "{post.scheme.color.interactive.notification.warning.stroke}" }, "warning-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.warning.icon}" + "$value": "{post.scheme.color.interactive.notification.warning.icon}" }, "error-bg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.bg}" + "$value": "{post.scheme.color.interactive.notification.error.bg}" }, "error-fg": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.fg}" + "$value": "{post.scheme.color.interactive.notification.error.fg}" }, "error-stroke": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.stroke}" + "$value": "{post.scheme.color.interactive.notification.error.stroke}" }, "error-icon": { "$type": "color", - "$value": "{post.mode.color.interactive.notification.error.icon}" + "$value": "{post.scheme.color.interactive.notification.error.icon}" } } } @@ -7184,11 +7184,11 @@ }, "error": { "$type": "color", - "$value": "{post.mode.color.signal.error-dark}" + "$value": "{post.scheme.color.signal.error-dark}" }, "success": { "$type": "color", - "$value": "{post.mode.color.signal.success-dark}" + "$value": "{post.scheme.color.signal.success-dark}" } } } @@ -7998,7 +7998,9 @@ "post.core.elevation.5": "S:abb94bfe7966ae2690516196d25db0b65df759e2," }, "selectedTokenSets": { - "core": "enabled" + "core": "enabled", + "Scheme/Light": "disabled", + "Scheme/Dark": "disabled" }, "$figmaCollectionId": "VariableCollectionId:718:1595", "$figmaModeId": "718:0", @@ -8093,6 +8095,7 @@ "post.core.dimension.1-5": "e9a806cc8b202847d48f7843c1a5536c39fb544e", "post.core.dimension.8-5": "4806510e987f7bd5df8cf01a4ed6ddd83ee0f46f", "post.core.dimension.3-5": "fabd9da13f12377a471bcfaff026173ac38a8756", + "post.core.dimension.-2": "a8040ac6a48a5d42a1da856418512c0be8287c14", "post.core.font-weight.300": "4436d559d2383ae1a0ad88d57da9ce6360a7aef7", "post.core.font-weight.400": "2e0dea0ce52e09ecf1ea56fc61739b5dfd4c1335", "post.core.font-weight.500": "b4f03965c86694b373279706e6a7abd0f85ef831", @@ -8116,8 +8119,7 @@ "post.core.letter-spacing.none": "195c468fa2f255470e6e8077bfc5cb14da225064", "post.core.font-family.frutiger": "7a8104756190e8b94f97c29243dd5d7d142a7065", "post.core.font-family.swiss-post": "5547f71fafbe8166ac0384fd4e8862796da43fea", - "post.core.font-family.caveat": "15b599e49f27297ab4aced39752df2cf43f2bb20", - "post.core.dimension.-2": "a8040ac6a48a5d42a1da856418512c0be8287c14" + "post.core.font-family.caveat": "15b599e49f27297ab4aced39752df2cf43f2bb20" } }, { @@ -8126,158 +8128,159 @@ "$figmaStyleReferences": {}, "selectedTokenSets": { "core": "source", - "Mode/Light": "enabled" + "Scheme/Light": "enabled", + "Scheme/Dark": "disabled" }, - "group": "Mode", + "group": "Scheme", "$figmaCollectionId": "VariableCollectionId:718:1666", "$figmaModeId": "718:1", "$figmaVariableReferences": { - "post.mode.color.signal.success-dark": "01ecd8ca32ad7295d82b972f54f7bc6375938f8d", - "post.mode.color.signal.success-light": "b4470bd852f8cdc1de12d3420bf8bbf24bd02fab", - "post.mode.color.signal.error-dark": "48a6c9ece3b9c39c72f0fd098d0d14dc4c48b1e9", - "post.mode.color.signal.error-light": "6078bd4ae76888cbc1f3742a124ed1c5c40238fe", - "post.mode.color.signal.warning-dark": "46d87344abe3ffd71e3128a378b62fd605c0360a", - "post.mode.color.signal.warning-light": "89302ce07bdf3dda8857ae055241ba5e55af16c7", - "post.mode.color.signal.information-dark": "04907dc5972eef19d828ea38aafba62220824b5c", - "post.mode.color.signal.information-light": "92a36e527934b27f741ef1d21ccd77f46081bcea", - "post.mode.color.interactive.button.primary.enabled.fg": "2a55e0da7a6a77af2ab682cfee46da43264624cf", - "post.mode.color.interactive.button.primary.enabled.bg": "cb811102b963d3ff5f0cfd0cdadb6d1de116e562", - "post.mode.color.interactive.button.primary.enabled.stroke": "0a8ee2da5e2d582cb354ee8710efaef60c332a75", - "post.mode.color.interactive.button.primary.hover.fg": "370eec1871dbb57ed9fac1803a6ddc8592c35a67", - "post.mode.color.interactive.button.primary.hover.bg": "f7f7a0eeefdcecda78cfe4aeec2a08817852abf6", - "post.mode.color.interactive.button.primary.hover.stroke": "964a9601a9e2283290465b6deee733d485dd0e65", - "post.mode.color.interactive.button.primary.disabled.fg": "3d537ef822839dda40725503001c8d49356f254d", - "post.mode.color.interactive.button.primary.disabled.bg": "0c28afdd6efaf84fdfe73a7eaef9ffc6f2ff99fc", - "post.mode.color.interactive.button.primary.disabled.stroke": "7ebde564c0863190f4041f53b52058fbe752e4c9", - "post.mode.color.interactive.button.secondary.enabled.fg": "3469d52ddcce21355b3935175906a721fa1859bc", - "post.mode.color.interactive.button.secondary.enabled.bg": "190bf80c52a9cf15b08ff1abf5f299625f76bfc3", - "post.mode.color.interactive.button.secondary.enabled.stroke": "5f993bd229b95ab4e3821a1cde5aba65d630b378", - "post.mode.color.interactive.button.secondary.hover.fg": "54d0b82679592c82d6aa6af72226e1b2ef6696cb", - "post.mode.color.interactive.button.secondary.hover.bg": "6c8b5d9794913d2a615a9b06db5909ee87d74174", - "post.mode.color.interactive.button.secondary.hover.stroke": "5145f664a3bda6b4011d89a9a226c00257b74969", - "post.mode.color.interactive.button.secondary.disabled.fg": "7678ae5bf8fedb53f301de72e9663dcacc68436b", - "post.mode.color.interactive.button.secondary.disabled.bg": "bba9f576556004bd616c1ffba2bc9ac28afbcb87", - "post.mode.color.interactive.button.secondary.disabled.stroke": "23a0fa7f62b3e47a9d8c2a9e7b9a9e4cb3cb21f3", - "post.mode.color.interactive.button.tertiary.enabled.fg": "34e8ea4b6e24a60e7827a235e67284a2911a834f", - "post.mode.color.interactive.button.tertiary.enabled.bg": "bf605ec9efcbc2713a9e8b212a44dc70f16c413a", - "post.mode.color.interactive.button.tertiary.enabled.stroke": "9d80b0f4732315ee7575df8d994b643a9e3f1986", - "post.mode.color.interactive.button.tertiary.hover.fg": "14f1c32ce015e8805d6b113f335e582b986d1d56", - "post.mode.color.interactive.button.tertiary.hover.bg": "a0de9da59cbc53e539fd44b899e0eb75eeb7e4aa", - "post.mode.color.interactive.button.tertiary.hover.stroke": "0ef91143b571c199f3ecb2461705938c0a514f3f", - "post.mode.color.interactive.button.tertiary.disabled.fg": "2d8ef1972033ee2689128a8bec1c6a5484459392", - "post.mode.color.interactive.button.tertiary.disabled.bg": "acc3ca5eec890d19d9090009c43d8afbbcb6ccfe", - "post.mode.color.interactive.button.tertiary.disabled.stroke": "5f17b9e585624fd15ed39fe58b503f90ee9b5f0e", - "post.mode.color.interactive.focus.stroke": "45a49cfd83943b6198f45b94b88316247bafd65f", - "post.mode.color.interactive.focus.stroke-inverted": "184708805253951b9cc84f76b000665cef64cf96", - "post.mode.color.interactive.text_input.enabled.fg": "458e2162717f22a744cca787687f3350066c9fd3", - "post.mode.color.interactive.text_input.enabled.bg": "e635df5be1340f1dd2a3c27b1d4289f315210750", - "post.mode.color.interactive.text_input.enabled.stroke": "0782ab4ab51e3a8597418e9b1c591ae3d45269bf", - "post.mode.color.interactive.text_input.hover.fg-label": "11851c33cfb72dda519a1f2114a1e26466970a91", - "post.mode.color.interactive.text_input.hover.bg": "9a38d9ba81308be710b1ffa1fb6598403e8d23eb", - "post.mode.color.interactive.text_input.hover.fg-value": "23312051f239ea07388741b566c13bcdd0cba764", - "post.mode.color.interactive.text_input.hover.stroke": "1a7d68d0ea4eaa47cb4629d2bae1bcf23c1c0399", - "post.mode.color.interactive.primary.enabled.bg1": "a584b17b8f7242193ff9ac51339a43e2413799a2", - "post.mode.color.interactive.primary.enabled.fg1": "a6776cc4052ea886f3077e035cb848bb8f9d74c7", - "post.mode.color.interactive.primary.enabled.fg2": "b85dc82452d5669bce12a2703a01fe9d2d536b73", - "post.mode.color.interactive.primary.enabled.stroke": "ab3e92169a8c4b67bdaca51bc2174b5e319527b9", - "post.mode.color.interactive.primary.enabled.fg3": "9e54ef6fc66a0054ffd6b3bc0c7698699c4cabd9", - "post.mode.color.interactive.primary.enabled.bg2": "150fee6272f684bfe2932f0fc85f5b988a749191", - "post.mode.color.interactive.primary.hover.bg": "7aedb66803c7fad003929ca6c81bb7d7737b0d57", - "post.mode.color.interactive.primary.hover.fg1": "7ef9cbf8cb729ee722b988ddac31fd390616e276", - "post.mode.color.interactive.primary.hover.fg2": "b2403dd77e71b4848d3558c343719da14959cfa7", - "post.mode.color.interactive.primary.hover.stroke": "9e140f920b59b23489a7c75c4b6990ee27d39cb4", - "post.mode.color.interactive.primary.hover.fg3": "3576b26a23c5becddff25ded83edf7709069c262", - "post.mode.color.interactive.primary.hover.bg2": "367bc693723ef1f5c1f9c0961eeb4ab430b9319a", - "post.mode.color.interactive.primary.disabled.bg": "a2b9d1dcc588fb5bd222834e7583e8cfab2c4e88", - "post.mode.color.interactive.primary.disabled.fg1": "f5fd0ffa2898c59c2589c2f9c6f958ada58fec31", - "post.mode.color.interactive.primary.disabled.fg2": "b3cd96507de21f5149f81145470f49a8a08b0355", - "post.mode.color.interactive.primary.disabled.stroke": "1174333c039cf82fded01d5674787c0587c1b043", - "post.mode.color.interactive.primary.disabled.bg2": "a22ecbf39a19f71f1da52d2799f34d82012de3c3", - "post.mode.color.interactive.primary.disabled.fg3": "4275db2a6373672622a84d83f7c05115fef5f074", - "post.mode.color.interactive.primary.disabled.bg3": "061a3f68548e0983b90e8c5602848734e2b220e4", - "post.mode.color.interactive.primary.disabled.stroke2": "f1996e5a2f0ddae5a70fc654120febd8deadfd70", - "post.mode.color.interactive.primary.selected.bg1": "cf75460d83b62af415ac79e087f41a04e8d01cbd", - "post.mode.color.interactive.primary.selected.fg1": "d11093e6b269456c3d3d8bbc872e28d603416097", - "post.mode.color.interactive.primary.selected.fg2": "2da15bd15cef0c8f2b261c15bad9ffad1a33b74f", - "post.mode.color.interactive.primary.selected.stroke1": "550b96f317e985b79917fd707c1f6d236784f93b", - "post.mode.color.interactive.primary.selected.fg3": "3bc8c4d9ce8927f0cea9dd992737f3a6d6293953", - "post.mode.color.interactive.primary.selected.bg2": "7a0bd1da8b79f4a8df41671ea87ff9459da972b9", - "post.mode.color.surface.default.bg": "76160b240c5dee3ecddf678e49fb08e554103e19", - "post.mode.color.surface.default.fg": "0497e52aa5f3173648ad5d0a10d8433eb3f229d4", - "post.mode.color.surface.accent1.bg": "46ea4599ed012313784386b9f279a68828a2fa83", - "post.mode.color.surface.accent1.fg": "cce4daa2f47282b58b5c6403b0e33fd269602a86", - "post.mode.color.surface.accent2.bg": "f9d7dfcf721d8f28f71a1c5752feba5011aec6e7", - "post.mode.color.surface.accent2.fg": "c301615214e1cca28102b3a651f3b8c9da42ca5c", - "post.mode.color.surface.accent3.bg": "5882e06454efa138fece081c28b7788f52e81621", - "post.mode.color.surface.accent3.fg": "962f01542da03311583047fbea671773938b354f", - "post.mode.color.surface.accent4.bg": "e3fe18387eb6baccd0e82d158ea15da28536615d", - "post.mode.color.surface.accent4.fg": "d3570e8972397cb630ce75bf875bfd6a22b4157a", - "post.mode.color.surface.accent4.fg-accent": "d7893d385ffd4cb44d7c3f5299884b5719e5e8f5", - "post.mode.color.notification.badge.bg": "0de95de05ec88e26525f4211c81f0f8dbe321ebb", - "post.mode.color.notification.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c", - "post.mode.color.notification.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2", - "post.mode.color.interactive.button.primary.enabled.fg-inverted": "9c4c50f3098525a6875dbc8138d7b5f4c7fe609e", - "post.mode.color.interactive.button.primary.enabled.bg-inverted": "939e9e1f085ca9eb5396b419d94475cb785858d0", - "post.mode.color.interactive.button.primary.enabled.stroke-inverted": "008efefbfa81854e12d3ccd9b5999a075db8af35", - "post.mode.color.interactive.button.primary.hover.fg-inverted": "6011cf5c6a221c226dbaa355e44b6ccb2a91bd93", - "post.mode.color.interactive.button.primary.hover.bg-inverted": "f0de47eb4977063b8397d221488b64ffb45ed737", - "post.mode.color.interactive.button.primary.hover.stroke-inverted": "c4e12a99e51f96329f7a41d11102c1fd787a6dd5", - "post.mode.color.interactive.button.primary.disabled.fg-inverted": "12fc5c2f6b90f5c8434b32e45dddc61e11d0f1af", - "post.mode.color.interactive.button.primary.disabled.bg-inverted": "4c7a06009197a22362fa5679c332a99ba98d0e14", - "post.mode.color.interactive.button.primary.disabled.stroke-inverted": "7e62a99c63c51e31988d1c139ff9e8cd2e9fb854", - "post.mode.color.interactive.button.secondary.enabled.fg-inverted": "80f3d85e98301b2b7653e3292f0aa61bf2d50f35", - "post.mode.color.interactive.button.secondary.enabled.bg-inverted": "b61b7cd70ccb8a7f536bda487a8bb47a6716eb4b", - "post.mode.color.interactive.button.secondary.enabled.stroke-inverted": "20f42d006da53f7d083ea2a6e0cc55a93c204a57", - "post.mode.color.interactive.button.secondary.hover.fg-inverted": "0d1fee577adf8d837cf54f19599cddb0c0fd1e0c", - "post.mode.color.interactive.button.secondary.hover.bg-inverted": "df9fb7fd71fea7ad87da65b65dca8f2566c26ab5", - "post.mode.color.interactive.button.secondary.hover.stroke-inverted": "9bf30050cf47483d9113894c694bdc7c03a330f4", - "post.mode.color.interactive.button.secondary.disabled.fg-inverted": "d41e3c2e712ddcf2a6d723d3d1d125533c110863", - "post.mode.color.interactive.button.secondary.disabled.bg-inverted": "eef887fbd632ad51d1dd36cbc0e332ae82d11563", - "post.mode.color.interactive.button.secondary.disabled.stroke-inverted": "84b8b2f331745f8fc63c90511dc27be63801c888", - "post.mode.color.interactive.button.tertiary.enabled.fg-inverted": "163f8eccbe229942128f7ae4a6cd7b03fbcb697f", - "post.mode.color.interactive.button.tertiary.enabled.bg-inverted": "3703ff8041deff9391e918005fa13aff1a89a371", - "post.mode.color.interactive.button.tertiary.enabled.stroke-inverted": "30fad196317dedc04e9cd23444694f35a7f1597a", - "post.mode.color.interactive.button.tertiary.hover.fg-inverted": "9f32cb9f6b20e479dec30e0d937f33759625a53e", - "post.mode.color.interactive.button.tertiary.hover.bg-inverted": "1a4021bdd6faeee60b01bbac4499793060059d91", - "post.mode.color.interactive.button.tertiary.hover.stroke-inverted": "6c2f8d3a5a548ab95e98308b891a01347d362df1", - "post.mode.color.interactive.button.tertiary.disabled.fg-inverted": "3a9df8d34384032af3f986043a92eedf2a8a7a34", - "post.mode.color.interactive.button.tertiary.disabled.bg-inverted": "a225de1829f6f8143d75e388164e2af83ea4f6a2", - "post.mode.color.interactive.button.tertiary.disabled.stroke-inverted": "d903c412b0157b9aba7f05121c7910fb358d7ddc", - "post.mode.color.interactive.button.segmented.enabled.fg": "3554ecebdfd85f6f19d59ca0e627042b6185651c", - "post.mode.color.interactive.button.segmented.enabled.bg": "5eb78f4f16c59bdcd0a2e77b84e96e506db8dee6", - "post.mode.color.interactive.button.segmented.enabled.stroke": "03350a4f7f5ad7a07443c5af06c501082a63ffb0", - "post.mode.color.interactive.button.segmented.hover.fg": "3228743c2d44067bc7d6e15265126ebc7ae99095", - "post.mode.color.interactive.button.segmented.hover.bg": "2d1cc833ed68cdc8cdf79c03f10622ac25ec332e", - "post.mode.color.interactive.button.segmented.hover.stroke": "8b88a28dc223c684ce98bc666557dece624bafbf", - "post.mode.color.interactive.button.segmented.selected.fg": "4f20e0fda02c643125c61e257302a707b9c3f8b7", - "post.mode.color.interactive.button.segmented.selected.bg": "f63f7f62748a6ac610b3a829ce61d47d3aa1e93c", - "post.mode.color.interactive.button.segmented.selected.stroke": "1ee321b15affc73036772f9aa307e06bb4106d1d", - "post.mode.color.interactive.primary.enabled.stroke3": "915dad4def2d9fda8bd134433dafb0b433520681", - "post.mode.color.interactive.primary.hover.stroke3": "14a61f7a4a47175acaef2dd2464dca3c3b7bfb68", - "post.mode.color.interactive.primary.disabled.bg4": "cbd472c5f53fe207babc9d0e2f387dd7235ca8b6", - "post.mode.color.interactive.primary.disabled.stroke3": "b6f6a8caf670f7786560c10a897be950454f63ee", - "post.mode.color.interactive.primary.selected.stroke4": "353c807b673deaaff93fcad6cb2dd45c6e1370e8", - "post.mode.color.interactive.primary.selected.stroke2": "1970ea4439a04f01188d4140ac306585206f56ad", - "post.mode.color.interactive.primary.selected.stroke3": "b88b12d27abd17687a1e6a0d24ab3922070fa022", - "post.mode.color.interactive.notification.info.fg": "e6f2ca071f61c4adc7af9dfc4d1ff088e2002a0a", - "post.mode.color.interactive.notification.info.bg": "5413400d383e63c8ef41b861dd49e30a2a70d78a", - "post.mode.color.interactive.notification.info.icon": "bf3375dff6e916fd7615d086700df213eedcf5db", - "post.mode.color.interactive.notification.info.stroke": "1a9a8d8d07255f00eeb45bf48d6e218a7c44dfe4", - "post.mode.color.interactive.notification.success.fg": "c927f86c81d037c8dc7715ac874684dddef14ff0", - "post.mode.color.interactive.notification.success.bg": "85e608348e1a810d8ac56488a49ae062c00d2cdc", - "post.mode.color.interactive.notification.success.icon": "b430cdecf6c026834e748dc25e3139dc02ab425b", - "post.mode.color.interactive.notification.success.stroke": "594f675749fdf13f0907e7478d700c0828e4e8a8", - "post.mode.color.interactive.notification.warning.fg": "60b6eab3b66be2f95c597182dfb71d86ebe26fff", - "post.mode.color.interactive.notification.warning.bg": "12d40a075e8031b50de3fc343349c62fa5f4ab2f", - "post.mode.color.interactive.notification.warning.icon": "2b3c9da36fd8f441b93a002db1801c787c09483d", - "post.mode.color.interactive.notification.warning.stroke": "83ae90d730ab973486648f98474ffe8748da9002", - "post.mode.color.interactive.notification.error.fg": "dedb0ba182c263df37463ac05c1f1073ed6c0078", - "post.mode.color.interactive.notification.error.bg": "6165ecb63010c190df5bf65b59d442a4f802a05d", - "post.mode.color.interactive.notification.error.icon": "6a602959aae6c213148ff0f586280a123ebff780", - "post.mode.color.interactive.notification.error.stroke": "f6a25a2fe2b3146d1684d3906e635ef9505a4c23", - "post.mode.color.surface.default.stroke": "acff34c0c7e3f3b7360988406c18af0b164393ff", - "post.mode.color.notification.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c", - "post.mode.color.interactive.primary.selected.bg4": "2ff12dcb2eeefdf9269b693bbf6422ea2ad8212a" + "post.scheme.color.signal.success-dark": "01ecd8ca32ad7295d82b972f54f7bc6375938f8d", + "post.scheme.color.signal.success-light": "b4470bd852f8cdc1de12d3420bf8bbf24bd02fab", + "post.scheme.color.signal.error-dark": "48a6c9ece3b9c39c72f0fd098d0d14dc4c48b1e9", + "post.scheme.color.signal.error-light": "6078bd4ae76888cbc1f3742a124ed1c5c40238fe", + "post.scheme.color.signal.warning-dark": "46d87344abe3ffd71e3128a378b62fd605c0360a", + "post.scheme.color.signal.warning-light": "89302ce07bdf3dda8857ae055241ba5e55af16c7", + "post.scheme.color.signal.information-dark": "04907dc5972eef19d828ea38aafba62220824b5c", + "post.scheme.color.signal.information-light": "92a36e527934b27f741ef1d21ccd77f46081bcea", + "post.scheme.color.interactive.button.primary.enabled.fg": "2a55e0da7a6a77af2ab682cfee46da43264624cf", + "post.scheme.color.interactive.button.primary.enabled.bg": "cb811102b963d3ff5f0cfd0cdadb6d1de116e562", + "post.scheme.color.interactive.button.primary.enabled.stroke": "0a8ee2da5e2d582cb354ee8710efaef60c332a75", + "post.scheme.color.interactive.button.primary.hover.fg": "370eec1871dbb57ed9fac1803a6ddc8592c35a67", + "post.scheme.color.interactive.button.primary.hover.bg": "f7f7a0eeefdcecda78cfe4aeec2a08817852abf6", + "post.scheme.color.interactive.button.primary.hover.stroke": "964a9601a9e2283290465b6deee733d485dd0e65", + "post.scheme.color.interactive.button.primary.disabled.fg": "3d537ef822839dda40725503001c8d49356f254d", + "post.scheme.color.interactive.button.primary.disabled.bg": "0c28afdd6efaf84fdfe73a7eaef9ffc6f2ff99fc", + "post.scheme.color.interactive.button.primary.disabled.stroke": "7ebde564c0863190f4041f53b52058fbe752e4c9", + "post.scheme.color.interactive.button.secondary.enabled.fg": "3469d52ddcce21355b3935175906a721fa1859bc", + "post.scheme.color.interactive.button.secondary.enabled.bg": "190bf80c52a9cf15b08ff1abf5f299625f76bfc3", + "post.scheme.color.interactive.button.secondary.enabled.stroke": "5f993bd229b95ab4e3821a1cde5aba65d630b378", + "post.scheme.color.interactive.button.secondary.hover.fg": "54d0b82679592c82d6aa6af72226e1b2ef6696cb", + "post.scheme.color.interactive.button.secondary.hover.bg": "6c8b5d9794913d2a615a9b06db5909ee87d74174", + "post.scheme.color.interactive.button.secondary.hover.stroke": "5145f664a3bda6b4011d89a9a226c00257b74969", + "post.scheme.color.interactive.button.secondary.disabled.fg": "7678ae5bf8fedb53f301de72e9663dcacc68436b", + "post.scheme.color.interactive.button.secondary.disabled.bg": "bba9f576556004bd616c1ffba2bc9ac28afbcb87", + "post.scheme.color.interactive.button.secondary.disabled.stroke": "23a0fa7f62b3e47a9d8c2a9e7b9a9e4cb3cb21f3", + "post.scheme.color.interactive.button.tertiary.enabled.fg": "34e8ea4b6e24a60e7827a235e67284a2911a834f", + "post.scheme.color.interactive.button.tertiary.enabled.bg": "bf605ec9efcbc2713a9e8b212a44dc70f16c413a", + "post.scheme.color.interactive.button.tertiary.enabled.stroke": "9d80b0f4732315ee7575df8d994b643a9e3f1986", + "post.scheme.color.interactive.button.tertiary.hover.fg": "14f1c32ce015e8805d6b113f335e582b986d1d56", + "post.scheme.color.interactive.button.tertiary.hover.bg": "a0de9da59cbc53e539fd44b899e0eb75eeb7e4aa", + "post.scheme.color.interactive.button.tertiary.hover.stroke": "0ef91143b571c199f3ecb2461705938c0a514f3f", + "post.scheme.color.interactive.button.tertiary.disabled.fg": "2d8ef1972033ee2689128a8bec1c6a5484459392", + "post.scheme.color.interactive.button.tertiary.disabled.bg": "acc3ca5eec890d19d9090009c43d8afbbcb6ccfe", + "post.scheme.color.interactive.button.tertiary.disabled.stroke": "5f17b9e585624fd15ed39fe58b503f90ee9b5f0e", + "post.scheme.color.interactive.focus.stroke": "45a49cfd83943b6198f45b94b88316247bafd65f", + "post.scheme.color.interactive.focus.stroke-inverted": "184708805253951b9cc84f76b000665cef64cf96", + "post.scheme.color.interactive.text_input.enabled.fg": "458e2162717f22a744cca787687f3350066c9fd3", + "post.scheme.color.interactive.text_input.enabled.bg": "e635df5be1340f1dd2a3c27b1d4289f315210750", + "post.scheme.color.interactive.text_input.enabled.stroke": "0782ab4ab51e3a8597418e9b1c591ae3d45269bf", + "post.scheme.color.interactive.text_input.hover.fg-label": "11851c33cfb72dda519a1f2114a1e26466970a91", + "post.scheme.color.interactive.text_input.hover.bg": "9a38d9ba81308be710b1ffa1fb6598403e8d23eb", + "post.scheme.color.interactive.text_input.hover.fg-value": "23312051f239ea07388741b566c13bcdd0cba764", + "post.scheme.color.interactive.text_input.hover.stroke": "1a7d68d0ea4eaa47cb4629d2bae1bcf23c1c0399", + "post.scheme.color.interactive.primary.enabled.bg1": "a584b17b8f7242193ff9ac51339a43e2413799a2", + "post.scheme.color.interactive.primary.enabled.fg1": "a6776cc4052ea886f3077e035cb848bb8f9d74c7", + "post.scheme.color.interactive.primary.enabled.fg2": "b85dc82452d5669bce12a2703a01fe9d2d536b73", + "post.scheme.color.interactive.primary.enabled.stroke": "ab3e92169a8c4b67bdaca51bc2174b5e319527b9", + "post.scheme.color.interactive.primary.enabled.fg3": "9e54ef6fc66a0054ffd6b3bc0c7698699c4cabd9", + "post.scheme.color.interactive.primary.enabled.bg2": "150fee6272f684bfe2932f0fc85f5b988a749191", + "post.scheme.color.interactive.primary.hover.bg": "7aedb66803c7fad003929ca6c81bb7d7737b0d57", + "post.scheme.color.interactive.primary.hover.fg1": "7ef9cbf8cb729ee722b988ddac31fd390616e276", + "post.scheme.color.interactive.primary.hover.fg2": "b2403dd77e71b4848d3558c343719da14959cfa7", + "post.scheme.color.interactive.primary.hover.stroke": "9e140f920b59b23489a7c75c4b6990ee27d39cb4", + "post.scheme.color.interactive.primary.hover.fg3": "3576b26a23c5becddff25ded83edf7709069c262", + "post.scheme.color.interactive.primary.hover.bg2": "367bc693723ef1f5c1f9c0961eeb4ab430b9319a", + "post.scheme.color.interactive.primary.disabled.bg": "a2b9d1dcc588fb5bd222834e7583e8cfab2c4e88", + "post.scheme.color.interactive.primary.disabled.fg1": "f5fd0ffa2898c59c2589c2f9c6f958ada58fec31", + "post.scheme.color.interactive.primary.disabled.fg2": "b3cd96507de21f5149f81145470f49a8a08b0355", + "post.scheme.color.interactive.primary.disabled.stroke": "1174333c039cf82fded01d5674787c0587c1b043", + "post.scheme.color.interactive.primary.disabled.bg2": "a22ecbf39a19f71f1da52d2799f34d82012de3c3", + "post.scheme.color.interactive.primary.disabled.fg3": "4275db2a6373672622a84d83f7c05115fef5f074", + "post.scheme.color.interactive.primary.disabled.bg3": "061a3f68548e0983b90e8c5602848734e2b220e4", + "post.scheme.color.interactive.primary.disabled.stroke2": "f1996e5a2f0ddae5a70fc654120febd8deadfd70", + "post.scheme.color.interactive.primary.selected.bg1": "cf75460d83b62af415ac79e087f41a04e8d01cbd", + "post.scheme.color.interactive.primary.selected.fg1": "d11093e6b269456c3d3d8bbc872e28d603416097", + "post.scheme.color.interactive.primary.selected.fg2": "2da15bd15cef0c8f2b261c15bad9ffad1a33b74f", + "post.scheme.color.interactive.primary.selected.stroke1": "550b96f317e985b79917fd707c1f6d236784f93b", + "post.scheme.color.interactive.primary.selected.fg3": "3bc8c4d9ce8927f0cea9dd992737f3a6d6293953", + "post.scheme.color.interactive.primary.selected.bg2": "7a0bd1da8b79f4a8df41671ea87ff9459da972b9", + "post.scheme.color.surface.default.bg": "76160b240c5dee3ecddf678e49fb08e554103e19", + "post.scheme.color.surface.default.fg": "0497e52aa5f3173648ad5d0a10d8433eb3f229d4", + "post.scheme.color.surface.accent1.bg": "46ea4599ed012313784386b9f279a68828a2fa83", + "post.scheme.color.surface.accent1.fg": "cce4daa2f47282b58b5c6403b0e33fd269602a86", + "post.scheme.color.surface.accent2.bg": "f9d7dfcf721d8f28f71a1c5752feba5011aec6e7", + "post.scheme.color.surface.accent2.fg": "c301615214e1cca28102b3a651f3b8c9da42ca5c", + "post.scheme.color.surface.accent3.bg": "5882e06454efa138fece081c28b7788f52e81621", + "post.scheme.color.surface.accent3.fg": "962f01542da03311583047fbea671773938b354f", + "post.scheme.color.surface.accent4.bg": "e3fe18387eb6baccd0e82d158ea15da28536615d", + "post.scheme.color.surface.accent4.fg": "d3570e8972397cb630ce75bf875bfd6a22b4157a", + "post.scheme.color.surface.accent4.fg-accent": "d7893d385ffd4cb44d7c3f5299884b5719e5e8f5", + "post.scheme.color.notification.badge.bg": "0de95de05ec88e26525f4211c81f0f8dbe321ebb", + "post.scheme.color.notification.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c", + "post.scheme.color.notification.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2", + "post.scheme.color.interactive.button.primary.enabled.fg-inverted": "9c4c50f3098525a6875dbc8138d7b5f4c7fe609e", + "post.scheme.color.interactive.button.primary.enabled.bg-inverted": "939e9e1f085ca9eb5396b419d94475cb785858d0", + "post.scheme.color.interactive.button.primary.enabled.stroke-inverted": "008efefbfa81854e12d3ccd9b5999a075db8af35", + "post.scheme.color.interactive.button.primary.hover.fg-inverted": "6011cf5c6a221c226dbaa355e44b6ccb2a91bd93", + "post.scheme.color.interactive.button.primary.hover.bg-inverted": "f0de47eb4977063b8397d221488b64ffb45ed737", + "post.scheme.color.interactive.button.primary.hover.stroke-inverted": "c4e12a99e51f96329f7a41d11102c1fd787a6dd5", + "post.scheme.color.interactive.button.primary.disabled.fg-inverted": "12fc5c2f6b90f5c8434b32e45dddc61e11d0f1af", + "post.scheme.color.interactive.button.primary.disabled.bg-inverted": "4c7a06009197a22362fa5679c332a99ba98d0e14", + "post.scheme.color.interactive.button.primary.disabled.stroke-inverted": "7e62a99c63c51e31988d1c139ff9e8cd2e9fb854", + "post.scheme.color.interactive.button.secondary.enabled.fg-inverted": "80f3d85e98301b2b7653e3292f0aa61bf2d50f35", + "post.scheme.color.interactive.button.secondary.enabled.bg-inverted": "b61b7cd70ccb8a7f536bda487a8bb47a6716eb4b", + "post.scheme.color.interactive.button.secondary.enabled.stroke-inverted": "20f42d006da53f7d083ea2a6e0cc55a93c204a57", + "post.scheme.color.interactive.button.secondary.hover.fg-inverted": "0d1fee577adf8d837cf54f19599cddb0c0fd1e0c", + "post.scheme.color.interactive.button.secondary.hover.bg-inverted": "df9fb7fd71fea7ad87da65b65dca8f2566c26ab5", + "post.scheme.color.interactive.button.secondary.hover.stroke-inverted": "9bf30050cf47483d9113894c694bdc7c03a330f4", + "post.scheme.color.interactive.button.secondary.disabled.fg-inverted": "d41e3c2e712ddcf2a6d723d3d1d125533c110863", + "post.scheme.color.interactive.button.secondary.disabled.bg-inverted": "eef887fbd632ad51d1dd36cbc0e332ae82d11563", + "post.scheme.color.interactive.button.secondary.disabled.stroke-inverted": "84b8b2f331745f8fc63c90511dc27be63801c888", + "post.scheme.color.interactive.button.tertiary.enabled.fg-inverted": "163f8eccbe229942128f7ae4a6cd7b03fbcb697f", + "post.scheme.color.interactive.button.tertiary.enabled.bg-inverted": "3703ff8041deff9391e918005fa13aff1a89a371", + "post.scheme.color.interactive.button.tertiary.enabled.stroke-inverted": "30fad196317dedc04e9cd23444694f35a7f1597a", + "post.scheme.color.interactive.button.tertiary.hover.fg-inverted": "9f32cb9f6b20e479dec30e0d937f33759625a53e", + "post.scheme.color.interactive.button.tertiary.hover.bg-inverted": "1a4021bdd6faeee60b01bbac4499793060059d91", + "post.scheme.color.interactive.button.tertiary.hover.stroke-inverted": "6c2f8d3a5a548ab95e98308b891a01347d362df1", + "post.scheme.color.interactive.button.tertiary.disabled.fg-inverted": "3a9df8d34384032af3f986043a92eedf2a8a7a34", + "post.scheme.color.interactive.button.tertiary.disabled.bg-inverted": "a225de1829f6f8143d75e388164e2af83ea4f6a2", + "post.scheme.color.interactive.button.tertiary.disabled.stroke-inverted": "d903c412b0157b9aba7f05121c7910fb358d7ddc", + "post.scheme.color.interactive.button.segmented.enabled.fg": "3554ecebdfd85f6f19d59ca0e627042b6185651c", + "post.scheme.color.interactive.button.segmented.enabled.bg": "5eb78f4f16c59bdcd0a2e77b84e96e506db8dee6", + "post.scheme.color.interactive.button.segmented.enabled.stroke": "03350a4f7f5ad7a07443c5af06c501082a63ffb0", + "post.scheme.color.interactive.button.segmented.hover.fg": "3228743c2d44067bc7d6e15265126ebc7ae99095", + "post.scheme.color.interactive.button.segmented.hover.bg": "2d1cc833ed68cdc8cdf79c03f10622ac25ec332e", + "post.scheme.color.interactive.button.segmented.hover.stroke": "8b88a28dc223c684ce98bc666557dece624bafbf", + "post.scheme.color.interactive.button.segmented.selected.fg": "4f20e0fda02c643125c61e257302a707b9c3f8b7", + "post.scheme.color.interactive.button.segmented.selected.bg": "f63f7f62748a6ac610b3a829ce61d47d3aa1e93c", + "post.scheme.color.interactive.button.segmented.selected.stroke": "1ee321b15affc73036772f9aa307e06bb4106d1d", + "post.scheme.color.interactive.primary.enabled.stroke3": "915dad4def2d9fda8bd134433dafb0b433520681", + "post.scheme.color.interactive.primary.hover.stroke3": "14a61f7a4a47175acaef2dd2464dca3c3b7bfb68", + "post.scheme.color.interactive.primary.disabled.bg4": "cbd472c5f53fe207babc9d0e2f387dd7235ca8b6", + "post.scheme.color.interactive.primary.disabled.stroke3": "b6f6a8caf670f7786560c10a897be950454f63ee", + "post.scheme.color.interactive.primary.selected.stroke4": "353c807b673deaaff93fcad6cb2dd45c6e1370e8", + "post.scheme.color.interactive.primary.selected.stroke2": "1970ea4439a04f01188d4140ac306585206f56ad", + "post.scheme.color.interactive.primary.selected.stroke3": "b88b12d27abd17687a1e6a0d24ab3922070fa022", + "post.scheme.color.interactive.primary.selected.bg4": "2ff12dcb2eeefdf9269b693bbf6422ea2ad8212a", + "post.scheme.color.interactive.notification.info.fg": "e6f2ca071f61c4adc7af9dfc4d1ff088e2002a0a", + "post.scheme.color.interactive.notification.info.bg": "5413400d383e63c8ef41b861dd49e30a2a70d78a", + "post.scheme.color.interactive.notification.info.icon": "bf3375dff6e916fd7615d086700df213eedcf5db", + "post.scheme.color.interactive.notification.info.stroke": "1a9a8d8d07255f00eeb45bf48d6e218a7c44dfe4", + "post.scheme.color.interactive.notification.success.fg": "c927f86c81d037c8dc7715ac874684dddef14ff0", + "post.scheme.color.interactive.notification.success.bg": "85e608348e1a810d8ac56488a49ae062c00d2cdc", + "post.scheme.color.interactive.notification.success.icon": "b430cdecf6c026834e748dc25e3139dc02ab425b", + "post.scheme.color.interactive.notification.success.stroke": "594f675749fdf13f0907e7478d700c0828e4e8a8", + "post.scheme.color.interactive.notification.warning.fg": "60b6eab3b66be2f95c597182dfb71d86ebe26fff", + "post.scheme.color.interactive.notification.warning.bg": "12d40a075e8031b50de3fc343349c62fa5f4ab2f", + "post.scheme.color.interactive.notification.warning.icon": "2b3c9da36fd8f441b93a002db1801c787c09483d", + "post.scheme.color.interactive.notification.warning.stroke": "83ae90d730ab973486648f98474ffe8748da9002", + "post.scheme.color.interactive.notification.error.fg": "dedb0ba182c263df37463ac05c1f1073ed6c0078", + "post.scheme.color.interactive.notification.error.bg": "6165ecb63010c190df5bf65b59d442a4f802a05d", + "post.scheme.color.interactive.notification.error.icon": "6a602959aae6c213148ff0f586280a123ebff780", + "post.scheme.color.interactive.notification.error.stroke": "f6a25a2fe2b3146d1684d3906e635ef9505a4c23", + "post.scheme.color.surface.default.stroke": "acff34c0c7e3f3b7360988406c18af0b164393ff", + "post.scheme.color.notification.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c" } }, { @@ -8286,159 +8289,159 @@ "$figmaStyleReferences": {}, "selectedTokenSets": { "core": "source", - "Mode/Light": "enabled", - "Mode/Dark": "enabled" + "Scheme/Light": "enabled", + "Scheme/Dark": "enabled" }, - "group": "Mode", + "group": "Scheme", "$figmaCollectionId": "VariableCollectionId:718:1666", "$figmaModeId": "718:2", "$figmaVariableReferences": { - "post.mode.color.signal.success-dark": "01ecd8ca32ad7295d82b972f54f7bc6375938f8d", - "post.mode.color.signal.success-light": "b4470bd852f8cdc1de12d3420bf8bbf24bd02fab", - "post.mode.color.signal.error-dark": "48a6c9ece3b9c39c72f0fd098d0d14dc4c48b1e9", - "post.mode.color.signal.error-light": "6078bd4ae76888cbc1f3742a124ed1c5c40238fe", - "post.mode.color.signal.warning-dark": "46d87344abe3ffd71e3128a378b62fd605c0360a", - "post.mode.color.signal.warning-light": "89302ce07bdf3dda8857ae055241ba5e55af16c7", - "post.mode.color.signal.information-dark": "04907dc5972eef19d828ea38aafba62220824b5c", - "post.mode.color.signal.information-light": "92a36e527934b27f741ef1d21ccd77f46081bcea", - "post.mode.color.interactive.button.primary.enabled.fg": "2a55e0da7a6a77af2ab682cfee46da43264624cf", - "post.mode.color.interactive.button.primary.enabled.bg": "cb811102b963d3ff5f0cfd0cdadb6d1de116e562", - "post.mode.color.interactive.button.primary.enabled.stroke": "0a8ee2da5e2d582cb354ee8710efaef60c332a75", - "post.mode.color.interactive.button.primary.enabled.fg-inverted": "9c4c50f3098525a6875dbc8138d7b5f4c7fe609e", - "post.mode.color.interactive.button.primary.enabled.bg-inverted": "939e9e1f085ca9eb5396b419d94475cb785858d0", - "post.mode.color.interactive.button.primary.enabled.stroke-inverted": "008efefbfa81854e12d3ccd9b5999a075db8af35", - "post.mode.color.interactive.button.primary.hover.fg": "370eec1871dbb57ed9fac1803a6ddc8592c35a67", - "post.mode.color.interactive.button.primary.hover.bg": "f7f7a0eeefdcecda78cfe4aeec2a08817852abf6", - "post.mode.color.interactive.button.primary.hover.stroke": "964a9601a9e2283290465b6deee733d485dd0e65", - "post.mode.color.interactive.button.primary.hover.fg-inverted": "6011cf5c6a221c226dbaa355e44b6ccb2a91bd93", - "post.mode.color.interactive.button.primary.hover.bg-inverted": "f0de47eb4977063b8397d221488b64ffb45ed737", - "post.mode.color.interactive.button.primary.hover.stroke-inverted": "c4e12a99e51f96329f7a41d11102c1fd787a6dd5", - "post.mode.color.interactive.button.primary.disabled.fg": "3d537ef822839dda40725503001c8d49356f254d", - "post.mode.color.interactive.button.primary.disabled.bg": "0c28afdd6efaf84fdfe73a7eaef9ffc6f2ff99fc", - "post.mode.color.interactive.button.primary.disabled.stroke": "7ebde564c0863190f4041f53b52058fbe752e4c9", - "post.mode.color.interactive.button.primary.disabled.fg-inverted": "12fc5c2f6b90f5c8434b32e45dddc61e11d0f1af", - "post.mode.color.interactive.button.primary.disabled.bg-inverted": "4c7a06009197a22362fa5679c332a99ba98d0e14", - "post.mode.color.interactive.button.primary.disabled.stroke-inverted": "7e62a99c63c51e31988d1c139ff9e8cd2e9fb854", - "post.mode.color.interactive.button.secondary.enabled.fg": "3469d52ddcce21355b3935175906a721fa1859bc", - "post.mode.color.interactive.button.secondary.enabled.bg": "190bf80c52a9cf15b08ff1abf5f299625f76bfc3", - "post.mode.color.interactive.button.secondary.enabled.stroke": "5f993bd229b95ab4e3821a1cde5aba65d630b378", - "post.mode.color.interactive.button.secondary.enabled.fg-inverted": "80f3d85e98301b2b7653e3292f0aa61bf2d50f35", - "post.mode.color.interactive.button.secondary.enabled.bg-inverted": "b61b7cd70ccb8a7f536bda487a8bb47a6716eb4b", - "post.mode.color.interactive.button.secondary.enabled.stroke-inverted": "20f42d006da53f7d083ea2a6e0cc55a93c204a57", - "post.mode.color.interactive.button.secondary.hover.fg": "54d0b82679592c82d6aa6af72226e1b2ef6696cb", - "post.mode.color.interactive.button.secondary.hover.bg": "6c8b5d9794913d2a615a9b06db5909ee87d74174", - "post.mode.color.interactive.button.secondary.hover.stroke": "5145f664a3bda6b4011d89a9a226c00257b74969", - "post.mode.color.interactive.button.secondary.hover.fg-inverted": "0d1fee577adf8d837cf54f19599cddb0c0fd1e0c", - "post.mode.color.interactive.button.secondary.hover.bg-inverted": "df9fb7fd71fea7ad87da65b65dca8f2566c26ab5", - "post.mode.color.interactive.button.secondary.hover.stroke-inverted": "9bf30050cf47483d9113894c694bdc7c03a330f4", - "post.mode.color.interactive.button.secondary.disabled.fg": "7678ae5bf8fedb53f301de72e9663dcacc68436b", - "post.mode.color.interactive.button.secondary.disabled.bg": "bba9f576556004bd616c1ffba2bc9ac28afbcb87", - "post.mode.color.interactive.button.secondary.disabled.stroke": "23a0fa7f62b3e47a9d8c2a9e7b9a9e4cb3cb21f3", - "post.mode.color.interactive.button.secondary.disabled.fg-inverted": "d41e3c2e712ddcf2a6d723d3d1d125533c110863", - "post.mode.color.interactive.button.secondary.disabled.bg-inverted": "eef887fbd632ad51d1dd36cbc0e332ae82d11563", - "post.mode.color.interactive.button.secondary.disabled.stroke-inverted": "84b8b2f331745f8fc63c90511dc27be63801c888", - "post.mode.color.interactive.button.tertiary.enabled.fg": "34e8ea4b6e24a60e7827a235e67284a2911a834f", - "post.mode.color.interactive.button.tertiary.enabled.bg": "bf605ec9efcbc2713a9e8b212a44dc70f16c413a", - "post.mode.color.interactive.button.tertiary.enabled.stroke": "9d80b0f4732315ee7575df8d994b643a9e3f1986", - "post.mode.color.interactive.button.tertiary.enabled.fg-inverted": "163f8eccbe229942128f7ae4a6cd7b03fbcb697f", - "post.mode.color.interactive.button.tertiary.enabled.bg-inverted": "3703ff8041deff9391e918005fa13aff1a89a371", - "post.mode.color.interactive.button.tertiary.enabled.stroke-inverted": "30fad196317dedc04e9cd23444694f35a7f1597a", - "post.mode.color.interactive.button.tertiary.hover.fg": "14f1c32ce015e8805d6b113f335e582b986d1d56", - "post.mode.color.interactive.button.tertiary.hover.bg": "a0de9da59cbc53e539fd44b899e0eb75eeb7e4aa", - "post.mode.color.interactive.button.tertiary.hover.stroke": "0ef91143b571c199f3ecb2461705938c0a514f3f", - "post.mode.color.interactive.button.tertiary.hover.fg-inverted": "9f32cb9f6b20e479dec30e0d937f33759625a53e", - "post.mode.color.interactive.button.tertiary.hover.bg-inverted": "1a4021bdd6faeee60b01bbac4499793060059d91", - "post.mode.color.interactive.button.tertiary.hover.stroke-inverted": "6c2f8d3a5a548ab95e98308b891a01347d362df1", - "post.mode.color.interactive.button.tertiary.disabled.fg": "2d8ef1972033ee2689128a8bec1c6a5484459392", - "post.mode.color.interactive.button.tertiary.disabled.bg": "acc3ca5eec890d19d9090009c43d8afbbcb6ccfe", - "post.mode.color.interactive.button.tertiary.disabled.stroke": "5f17b9e585624fd15ed39fe58b503f90ee9b5f0e", - "post.mode.color.interactive.button.tertiary.disabled.fg-inverted": "3a9df8d34384032af3f986043a92eedf2a8a7a34", - "post.mode.color.interactive.button.tertiary.disabled.bg-inverted": "a225de1829f6f8143d75e388164e2af83ea4f6a2", - "post.mode.color.interactive.button.tertiary.disabled.stroke-inverted": "d903c412b0157b9aba7f05121c7910fb358d7ddc", - "post.mode.color.interactive.button.segmented.enabled.fg": "3554ecebdfd85f6f19d59ca0e627042b6185651c", - "post.mode.color.interactive.button.segmented.enabled.bg": "5eb78f4f16c59bdcd0a2e77b84e96e506db8dee6", - "post.mode.color.interactive.button.segmented.enabled.stroke": "03350a4f7f5ad7a07443c5af06c501082a63ffb0", - "post.mode.color.interactive.button.segmented.hover.fg": "3228743c2d44067bc7d6e15265126ebc7ae99095", - "post.mode.color.interactive.button.segmented.hover.bg": "2d1cc833ed68cdc8cdf79c03f10622ac25ec332e", - "post.mode.color.interactive.button.segmented.hover.stroke": "8b88a28dc223c684ce98bc666557dece624bafbf", - "post.mode.color.interactive.button.segmented.selected.fg": "4f20e0fda02c643125c61e257302a707b9c3f8b7", - "post.mode.color.interactive.button.segmented.selected.bg": "f63f7f62748a6ac610b3a829ce61d47d3aa1e93c", - "post.mode.color.interactive.button.segmented.selected.stroke": "1ee321b15affc73036772f9aa307e06bb4106d1d", - "post.mode.color.interactive.focus.stroke": "45a49cfd83943b6198f45b94b88316247bafd65f", - "post.mode.color.interactive.focus.stroke-inverted": "184708805253951b9cc84f76b000665cef64cf96", - "post.mode.color.interactive.text_input.enabled.fg": "458e2162717f22a744cca787687f3350066c9fd3", - "post.mode.color.interactive.text_input.enabled.bg": "e635df5be1340f1dd2a3c27b1d4289f315210750", - "post.mode.color.interactive.text_input.enabled.stroke": "0782ab4ab51e3a8597418e9b1c591ae3d45269bf", - "post.mode.color.interactive.text_input.hover.fg-label": "11851c33cfb72dda519a1f2114a1e26466970a91", - "post.mode.color.interactive.text_input.hover.bg": "9a38d9ba81308be710b1ffa1fb6598403e8d23eb", - "post.mode.color.interactive.text_input.hover.fg-value": "23312051f239ea07388741b566c13bcdd0cba764", - "post.mode.color.interactive.text_input.hover.stroke": "1a7d68d0ea4eaa47cb4629d2bae1bcf23c1c0399", - "post.mode.color.interactive.primary.enabled.bg1": "a584b17b8f7242193ff9ac51339a43e2413799a2", - "post.mode.color.interactive.primary.enabled.fg1": "a6776cc4052ea886f3077e035cb848bb8f9d74c7", - "post.mode.color.interactive.primary.enabled.fg2": "b85dc82452d5669bce12a2703a01fe9d2d536b73", - "post.mode.color.interactive.primary.enabled.stroke": "ab3e92169a8c4b67bdaca51bc2174b5e319527b9", - "post.mode.color.interactive.primary.enabled.fg3": "9e54ef6fc66a0054ffd6b3bc0c7698699c4cabd9", - "post.mode.color.interactive.primary.enabled.bg2": "150fee6272f684bfe2932f0fc85f5b988a749191", - "post.mode.color.interactive.primary.enabled.stroke3": "915dad4def2d9fda8bd134433dafb0b433520681", - "post.mode.color.interactive.primary.hover.bg": "7aedb66803c7fad003929ca6c81bb7d7737b0d57", - "post.mode.color.interactive.primary.hover.fg1": "7ef9cbf8cb729ee722b988ddac31fd390616e276", - "post.mode.color.interactive.primary.hover.fg2": "b2403dd77e71b4848d3558c343719da14959cfa7", - "post.mode.color.interactive.primary.hover.stroke": "9e140f920b59b23489a7c75c4b6990ee27d39cb4", - "post.mode.color.interactive.primary.hover.fg3": "3576b26a23c5becddff25ded83edf7709069c262", - "post.mode.color.interactive.primary.hover.bg2": "367bc693723ef1f5c1f9c0961eeb4ab430b9319a", - "post.mode.color.interactive.primary.hover.stroke3": "14a61f7a4a47175acaef2dd2464dca3c3b7bfb68", - "post.mode.color.interactive.primary.disabled.bg": "a2b9d1dcc588fb5bd222834e7583e8cfab2c4e88", - "post.mode.color.interactive.primary.disabled.fg1": "f5fd0ffa2898c59c2589c2f9c6f958ada58fec31", - "post.mode.color.interactive.primary.disabled.fg2": "b3cd96507de21f5149f81145470f49a8a08b0355", - "post.mode.color.interactive.primary.disabled.stroke": "1174333c039cf82fded01d5674787c0587c1b043", - "post.mode.color.interactive.primary.disabled.bg2": "a22ecbf39a19f71f1da52d2799f34d82012de3c3", - "post.mode.color.interactive.primary.disabled.fg3": "4275db2a6373672622a84d83f7c05115fef5f074", - "post.mode.color.interactive.primary.disabled.bg3": "061a3f68548e0983b90e8c5602848734e2b220e4", - "post.mode.color.interactive.primary.disabled.stroke2": "f1996e5a2f0ddae5a70fc654120febd8deadfd70", - "post.mode.color.interactive.primary.disabled.bg4": "cbd472c5f53fe207babc9d0e2f387dd7235ca8b6", - "post.mode.color.interactive.primary.disabled.stroke3": "b6f6a8caf670f7786560c10a897be950454f63ee", - "post.mode.color.interactive.primary.selected.bg1": "cf75460d83b62af415ac79e087f41a04e8d01cbd", - "post.mode.color.interactive.primary.selected.fg1": "d11093e6b269456c3d3d8bbc872e28d603416097", - "post.mode.color.interactive.primary.selected.fg2": "2da15bd15cef0c8f2b261c15bad9ffad1a33b74f", - "post.mode.color.interactive.primary.selected.stroke1": "550b96f317e985b79917fd707c1f6d236784f93b", - "post.mode.color.interactive.primary.selected.fg3": "3bc8c4d9ce8927f0cea9dd992737f3a6d6293953", - "post.mode.color.interactive.primary.selected.bg2": "7a0bd1da8b79f4a8df41671ea87ff9459da972b9", - "post.mode.color.interactive.primary.selected.stroke4": "353c807b673deaaff93fcad6cb2dd45c6e1370e8", - "post.mode.color.interactive.primary.selected.stroke2": "1970ea4439a04f01188d4140ac306585206f56ad", - "post.mode.color.interactive.primary.selected.stroke3": "b88b12d27abd17687a1e6a0d24ab3922070fa022", - "post.mode.color.interactive.notification.info.fg": "e6f2ca071f61c4adc7af9dfc4d1ff088e2002a0a", - "post.mode.color.interactive.notification.info.bg": "5413400d383e63c8ef41b861dd49e30a2a70d78a", - "post.mode.color.interactive.notification.info.icon": "bf3375dff6e916fd7615d086700df213eedcf5db", - "post.mode.color.interactive.notification.info.stroke": "1a9a8d8d07255f00eeb45bf48d6e218a7c44dfe4", - "post.mode.color.interactive.notification.success.fg": "c927f86c81d037c8dc7715ac874684dddef14ff0", - "post.mode.color.interactive.notification.success.bg": "85e608348e1a810d8ac56488a49ae062c00d2cdc", - "post.mode.color.interactive.notification.success.icon": "b430cdecf6c026834e748dc25e3139dc02ab425b", - "post.mode.color.interactive.notification.success.stroke": "594f675749fdf13f0907e7478d700c0828e4e8a8", - "post.mode.color.interactive.notification.warning.fg": "60b6eab3b66be2f95c597182dfb71d86ebe26fff", - "post.mode.color.interactive.notification.warning.bg": "12d40a075e8031b50de3fc343349c62fa5f4ab2f", - "post.mode.color.interactive.notification.warning.icon": "2b3c9da36fd8f441b93a002db1801c787c09483d", - "post.mode.color.interactive.notification.warning.stroke": "83ae90d730ab973486648f98474ffe8748da9002", - "post.mode.color.interactive.notification.error.fg": "dedb0ba182c263df37463ac05c1f1073ed6c0078", - "post.mode.color.interactive.notification.error.bg": "6165ecb63010c190df5bf65b59d442a4f802a05d", - "post.mode.color.interactive.notification.error.icon": "6a602959aae6c213148ff0f586280a123ebff780", - "post.mode.color.interactive.notification.error.stroke": "f6a25a2fe2b3146d1684d3906e635ef9505a4c23", - "post.mode.color.surface.default.bg": "76160b240c5dee3ecddf678e49fb08e554103e19", - "post.mode.color.surface.default.fg": "0497e52aa5f3173648ad5d0a10d8433eb3f229d4", - "post.mode.color.surface.default.stroke": "acff34c0c7e3f3b7360988406c18af0b164393ff", - "post.mode.color.surface.accent1.bg": "46ea4599ed012313784386b9f279a68828a2fa83", - "post.mode.color.surface.accent1.fg": "cce4daa2f47282b58b5c6403b0e33fd269602a86", - "post.mode.color.surface.accent2.bg": "f9d7dfcf721d8f28f71a1c5752feba5011aec6e7", - "post.mode.color.surface.accent2.fg": "c301615214e1cca28102b3a651f3b8c9da42ca5c", - "post.mode.color.surface.accent3.bg": "5882e06454efa138fece081c28b7788f52e81621", - "post.mode.color.surface.accent3.fg": "962f01542da03311583047fbea671773938b354f", - "post.mode.color.surface.accent4.bg": "e3fe18387eb6baccd0e82d158ea15da28536615d", - "post.mode.color.surface.accent4.fg": "d3570e8972397cb630ce75bf875bfd6a22b4157a", - "post.mode.color.surface.accent4.fg-accent": "d7893d385ffd4cb44d7c3f5299884b5719e5e8f5", - "post.mode.color.notification.badge.bg": "0de95de05ec88e26525f4211c81f0f8dbe321ebb", - "post.mode.color.notification.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c", - "post.mode.color.notification.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2", - "post.mode.color.notification.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c", - "post.mode.color.interactive.primary.selected.bg4": "2ff12dcb2eeefdf9269b693bbf6422ea2ad8212a" + "post.scheme.color.signal.success-dark": "01ecd8ca32ad7295d82b972f54f7bc6375938f8d", + "post.scheme.color.signal.success-light": "b4470bd852f8cdc1de12d3420bf8bbf24bd02fab", + "post.scheme.color.signal.error-dark": "48a6c9ece3b9c39c72f0fd098d0d14dc4c48b1e9", + "post.scheme.color.signal.error-light": "6078bd4ae76888cbc1f3742a124ed1c5c40238fe", + "post.scheme.color.signal.warning-dark": "46d87344abe3ffd71e3128a378b62fd605c0360a", + "post.scheme.color.signal.warning-light": "89302ce07bdf3dda8857ae055241ba5e55af16c7", + "post.scheme.color.signal.information-dark": "04907dc5972eef19d828ea38aafba62220824b5c", + "post.scheme.color.signal.information-light": "92a36e527934b27f741ef1d21ccd77f46081bcea", + "post.scheme.color.interactive.button.primary.enabled.fg": "2a55e0da7a6a77af2ab682cfee46da43264624cf", + "post.scheme.color.interactive.button.primary.enabled.bg": "cb811102b963d3ff5f0cfd0cdadb6d1de116e562", + "post.scheme.color.interactive.button.primary.enabled.stroke": "0a8ee2da5e2d582cb354ee8710efaef60c332a75", + "post.scheme.color.interactive.button.primary.enabled.fg-inverted": "9c4c50f3098525a6875dbc8138d7b5f4c7fe609e", + "post.scheme.color.interactive.button.primary.enabled.bg-inverted": "939e9e1f085ca9eb5396b419d94475cb785858d0", + "post.scheme.color.interactive.button.primary.enabled.stroke-inverted": "008efefbfa81854e12d3ccd9b5999a075db8af35", + "post.scheme.color.interactive.button.primary.hover.fg": "370eec1871dbb57ed9fac1803a6ddc8592c35a67", + "post.scheme.color.interactive.button.primary.hover.bg": "f7f7a0eeefdcecda78cfe4aeec2a08817852abf6", + "post.scheme.color.interactive.button.primary.hover.stroke": "964a9601a9e2283290465b6deee733d485dd0e65", + "post.scheme.color.interactive.button.primary.hover.fg-inverted": "6011cf5c6a221c226dbaa355e44b6ccb2a91bd93", + "post.scheme.color.interactive.button.primary.hover.bg-inverted": "f0de47eb4977063b8397d221488b64ffb45ed737", + "post.scheme.color.interactive.button.primary.hover.stroke-inverted": "c4e12a99e51f96329f7a41d11102c1fd787a6dd5", + "post.scheme.color.interactive.button.primary.disabled.fg": "3d537ef822839dda40725503001c8d49356f254d", + "post.scheme.color.interactive.button.primary.disabled.bg": "0c28afdd6efaf84fdfe73a7eaef9ffc6f2ff99fc", + "post.scheme.color.interactive.button.primary.disabled.stroke": "7ebde564c0863190f4041f53b52058fbe752e4c9", + "post.scheme.color.interactive.button.primary.disabled.fg-inverted": "12fc5c2f6b90f5c8434b32e45dddc61e11d0f1af", + "post.scheme.color.interactive.button.primary.disabled.bg-inverted": "4c7a06009197a22362fa5679c332a99ba98d0e14", + "post.scheme.color.interactive.button.primary.disabled.stroke-inverted": "7e62a99c63c51e31988d1c139ff9e8cd2e9fb854", + "post.scheme.color.interactive.button.secondary.enabled.fg": "3469d52ddcce21355b3935175906a721fa1859bc", + "post.scheme.color.interactive.button.secondary.enabled.bg": "190bf80c52a9cf15b08ff1abf5f299625f76bfc3", + "post.scheme.color.interactive.button.secondary.enabled.stroke": "5f993bd229b95ab4e3821a1cde5aba65d630b378", + "post.scheme.color.interactive.button.secondary.enabled.fg-inverted": "80f3d85e98301b2b7653e3292f0aa61bf2d50f35", + "post.scheme.color.interactive.button.secondary.enabled.bg-inverted": "b61b7cd70ccb8a7f536bda487a8bb47a6716eb4b", + "post.scheme.color.interactive.button.secondary.enabled.stroke-inverted": "20f42d006da53f7d083ea2a6e0cc55a93c204a57", + "post.scheme.color.interactive.button.secondary.hover.fg": "54d0b82679592c82d6aa6af72226e1b2ef6696cb", + "post.scheme.color.interactive.button.secondary.hover.bg": "6c8b5d9794913d2a615a9b06db5909ee87d74174", + "post.scheme.color.interactive.button.secondary.hover.stroke": "5145f664a3bda6b4011d89a9a226c00257b74969", + "post.scheme.color.interactive.button.secondary.hover.fg-inverted": "0d1fee577adf8d837cf54f19599cddb0c0fd1e0c", + "post.scheme.color.interactive.button.secondary.hover.bg-inverted": "df9fb7fd71fea7ad87da65b65dca8f2566c26ab5", + "post.scheme.color.interactive.button.secondary.hover.stroke-inverted": "9bf30050cf47483d9113894c694bdc7c03a330f4", + "post.scheme.color.interactive.button.secondary.disabled.fg": "7678ae5bf8fedb53f301de72e9663dcacc68436b", + "post.scheme.color.interactive.button.secondary.disabled.bg": "bba9f576556004bd616c1ffba2bc9ac28afbcb87", + "post.scheme.color.interactive.button.secondary.disabled.stroke": "23a0fa7f62b3e47a9d8c2a9e7b9a9e4cb3cb21f3", + "post.scheme.color.interactive.button.secondary.disabled.fg-inverted": "d41e3c2e712ddcf2a6d723d3d1d125533c110863", + "post.scheme.color.interactive.button.secondary.disabled.bg-inverted": "eef887fbd632ad51d1dd36cbc0e332ae82d11563", + "post.scheme.color.interactive.button.secondary.disabled.stroke-inverted": "84b8b2f331745f8fc63c90511dc27be63801c888", + "post.scheme.color.interactive.button.tertiary.enabled.fg": "34e8ea4b6e24a60e7827a235e67284a2911a834f", + "post.scheme.color.interactive.button.tertiary.enabled.bg": "bf605ec9efcbc2713a9e8b212a44dc70f16c413a", + "post.scheme.color.interactive.button.tertiary.enabled.stroke": "9d80b0f4732315ee7575df8d994b643a9e3f1986", + "post.scheme.color.interactive.button.tertiary.enabled.fg-inverted": "163f8eccbe229942128f7ae4a6cd7b03fbcb697f", + "post.scheme.color.interactive.button.tertiary.enabled.bg-inverted": "3703ff8041deff9391e918005fa13aff1a89a371", + "post.scheme.color.interactive.button.tertiary.enabled.stroke-inverted": "30fad196317dedc04e9cd23444694f35a7f1597a", + "post.scheme.color.interactive.button.tertiary.hover.fg": "14f1c32ce015e8805d6b113f335e582b986d1d56", + "post.scheme.color.interactive.button.tertiary.hover.bg": "a0de9da59cbc53e539fd44b899e0eb75eeb7e4aa", + "post.scheme.color.interactive.button.tertiary.hover.stroke": "0ef91143b571c199f3ecb2461705938c0a514f3f", + "post.scheme.color.interactive.button.tertiary.hover.fg-inverted": "9f32cb9f6b20e479dec30e0d937f33759625a53e", + "post.scheme.color.interactive.button.tertiary.hover.bg-inverted": "1a4021bdd6faeee60b01bbac4499793060059d91", + "post.scheme.color.interactive.button.tertiary.hover.stroke-inverted": "6c2f8d3a5a548ab95e98308b891a01347d362df1", + "post.scheme.color.interactive.button.tertiary.disabled.fg": "2d8ef1972033ee2689128a8bec1c6a5484459392", + "post.scheme.color.interactive.button.tertiary.disabled.bg": "acc3ca5eec890d19d9090009c43d8afbbcb6ccfe", + "post.scheme.color.interactive.button.tertiary.disabled.stroke": "5f17b9e585624fd15ed39fe58b503f90ee9b5f0e", + "post.scheme.color.interactive.button.tertiary.disabled.fg-inverted": "3a9df8d34384032af3f986043a92eedf2a8a7a34", + "post.scheme.color.interactive.button.tertiary.disabled.bg-inverted": "a225de1829f6f8143d75e388164e2af83ea4f6a2", + "post.scheme.color.interactive.button.tertiary.disabled.stroke-inverted": "d903c412b0157b9aba7f05121c7910fb358d7ddc", + "post.scheme.color.interactive.button.segmented.enabled.fg": "3554ecebdfd85f6f19d59ca0e627042b6185651c", + "post.scheme.color.interactive.button.segmented.enabled.bg": "5eb78f4f16c59bdcd0a2e77b84e96e506db8dee6", + "post.scheme.color.interactive.button.segmented.enabled.stroke": "03350a4f7f5ad7a07443c5af06c501082a63ffb0", + "post.scheme.color.interactive.button.segmented.hover.fg": "3228743c2d44067bc7d6e15265126ebc7ae99095", + "post.scheme.color.interactive.button.segmented.hover.bg": "2d1cc833ed68cdc8cdf79c03f10622ac25ec332e", + "post.scheme.color.interactive.button.segmented.hover.stroke": "8b88a28dc223c684ce98bc666557dece624bafbf", + "post.scheme.color.interactive.button.segmented.selected.fg": "4f20e0fda02c643125c61e257302a707b9c3f8b7", + "post.scheme.color.interactive.button.segmented.selected.bg": "f63f7f62748a6ac610b3a829ce61d47d3aa1e93c", + "post.scheme.color.interactive.button.segmented.selected.stroke": "1ee321b15affc73036772f9aa307e06bb4106d1d", + "post.scheme.color.interactive.focus.stroke": "45a49cfd83943b6198f45b94b88316247bafd65f", + "post.scheme.color.interactive.focus.stroke-inverted": "184708805253951b9cc84f76b000665cef64cf96", + "post.scheme.color.interactive.text_input.enabled.fg": "458e2162717f22a744cca787687f3350066c9fd3", + "post.scheme.color.interactive.text_input.enabled.bg": "e635df5be1340f1dd2a3c27b1d4289f315210750", + "post.scheme.color.interactive.text_input.enabled.stroke": "0782ab4ab51e3a8597418e9b1c591ae3d45269bf", + "post.scheme.color.interactive.text_input.hover.fg-label": "11851c33cfb72dda519a1f2114a1e26466970a91", + "post.scheme.color.interactive.text_input.hover.bg": "9a38d9ba81308be710b1ffa1fb6598403e8d23eb", + "post.scheme.color.interactive.text_input.hover.fg-value": "23312051f239ea07388741b566c13bcdd0cba764", + "post.scheme.color.interactive.text_input.hover.stroke": "1a7d68d0ea4eaa47cb4629d2bae1bcf23c1c0399", + "post.scheme.color.interactive.primary.enabled.bg1": "a584b17b8f7242193ff9ac51339a43e2413799a2", + "post.scheme.color.interactive.primary.enabled.fg1": "a6776cc4052ea886f3077e035cb848bb8f9d74c7", + "post.scheme.color.interactive.primary.enabled.fg2": "b85dc82452d5669bce12a2703a01fe9d2d536b73", + "post.scheme.color.interactive.primary.enabled.stroke": "ab3e92169a8c4b67bdaca51bc2174b5e319527b9", + "post.scheme.color.interactive.primary.enabled.fg3": "9e54ef6fc66a0054ffd6b3bc0c7698699c4cabd9", + "post.scheme.color.interactive.primary.enabled.bg2": "150fee6272f684bfe2932f0fc85f5b988a749191", + "post.scheme.color.interactive.primary.enabled.stroke3": "915dad4def2d9fda8bd134433dafb0b433520681", + "post.scheme.color.interactive.primary.hover.bg": "7aedb66803c7fad003929ca6c81bb7d7737b0d57", + "post.scheme.color.interactive.primary.hover.fg1": "7ef9cbf8cb729ee722b988ddac31fd390616e276", + "post.scheme.color.interactive.primary.hover.fg2": "b2403dd77e71b4848d3558c343719da14959cfa7", + "post.scheme.color.interactive.primary.hover.stroke": "9e140f920b59b23489a7c75c4b6990ee27d39cb4", + "post.scheme.color.interactive.primary.hover.fg3": "3576b26a23c5becddff25ded83edf7709069c262", + "post.scheme.color.interactive.primary.hover.bg2": "367bc693723ef1f5c1f9c0961eeb4ab430b9319a", + "post.scheme.color.interactive.primary.hover.stroke3": "14a61f7a4a47175acaef2dd2464dca3c3b7bfb68", + "post.scheme.color.interactive.primary.disabled.bg": "a2b9d1dcc588fb5bd222834e7583e8cfab2c4e88", + "post.scheme.color.interactive.primary.disabled.fg1": "f5fd0ffa2898c59c2589c2f9c6f958ada58fec31", + "post.scheme.color.interactive.primary.disabled.fg2": "b3cd96507de21f5149f81145470f49a8a08b0355", + "post.scheme.color.interactive.primary.disabled.stroke": "1174333c039cf82fded01d5674787c0587c1b043", + "post.scheme.color.interactive.primary.disabled.bg2": "a22ecbf39a19f71f1da52d2799f34d82012de3c3", + "post.scheme.color.interactive.primary.disabled.fg3": "4275db2a6373672622a84d83f7c05115fef5f074", + "post.scheme.color.interactive.primary.disabled.bg3": "061a3f68548e0983b90e8c5602848734e2b220e4", + "post.scheme.color.interactive.primary.disabled.stroke2": "f1996e5a2f0ddae5a70fc654120febd8deadfd70", + "post.scheme.color.interactive.primary.disabled.bg4": "cbd472c5f53fe207babc9d0e2f387dd7235ca8b6", + "post.scheme.color.interactive.primary.disabled.stroke3": "b6f6a8caf670f7786560c10a897be950454f63ee", + "post.scheme.color.interactive.primary.selected.bg1": "cf75460d83b62af415ac79e087f41a04e8d01cbd", + "post.scheme.color.interactive.primary.selected.fg1": "d11093e6b269456c3d3d8bbc872e28d603416097", + "post.scheme.color.interactive.primary.selected.fg2": "2da15bd15cef0c8f2b261c15bad9ffad1a33b74f", + "post.scheme.color.interactive.primary.selected.stroke1": "550b96f317e985b79917fd707c1f6d236784f93b", + "post.scheme.color.interactive.primary.selected.fg3": "3bc8c4d9ce8927f0cea9dd992737f3a6d6293953", + "post.scheme.color.interactive.primary.selected.bg2": "7a0bd1da8b79f4a8df41671ea87ff9459da972b9", + "post.scheme.color.interactive.primary.selected.stroke4": "353c807b673deaaff93fcad6cb2dd45c6e1370e8", + "post.scheme.color.interactive.primary.selected.stroke2": "1970ea4439a04f01188d4140ac306585206f56ad", + "post.scheme.color.interactive.primary.selected.stroke3": "b88b12d27abd17687a1e6a0d24ab3922070fa022", + "post.scheme.color.interactive.primary.selected.bg4": "2ff12dcb2eeefdf9269b693bbf6422ea2ad8212a", + "post.scheme.color.interactive.notification.info.fg": "e6f2ca071f61c4adc7af9dfc4d1ff088e2002a0a", + "post.scheme.color.interactive.notification.info.bg": "5413400d383e63c8ef41b861dd49e30a2a70d78a", + "post.scheme.color.interactive.notification.info.icon": "bf3375dff6e916fd7615d086700df213eedcf5db", + "post.scheme.color.interactive.notification.info.stroke": "1a9a8d8d07255f00eeb45bf48d6e218a7c44dfe4", + "post.scheme.color.interactive.notification.success.fg": "c927f86c81d037c8dc7715ac874684dddef14ff0", + "post.scheme.color.interactive.notification.success.bg": "85e608348e1a810d8ac56488a49ae062c00d2cdc", + "post.scheme.color.interactive.notification.success.icon": "b430cdecf6c026834e748dc25e3139dc02ab425b", + "post.scheme.color.interactive.notification.success.stroke": "594f675749fdf13f0907e7478d700c0828e4e8a8", + "post.scheme.color.interactive.notification.warning.fg": "60b6eab3b66be2f95c597182dfb71d86ebe26fff", + "post.scheme.color.interactive.notification.warning.bg": "12d40a075e8031b50de3fc343349c62fa5f4ab2f", + "post.scheme.color.interactive.notification.warning.icon": "2b3c9da36fd8f441b93a002db1801c787c09483d", + "post.scheme.color.interactive.notification.warning.stroke": "83ae90d730ab973486648f98474ffe8748da9002", + "post.scheme.color.interactive.notification.error.fg": "dedb0ba182c263df37463ac05c1f1073ed6c0078", + "post.scheme.color.interactive.notification.error.bg": "6165ecb63010c190df5bf65b59d442a4f802a05d", + "post.scheme.color.interactive.notification.error.icon": "6a602959aae6c213148ff0f586280a123ebff780", + "post.scheme.color.interactive.notification.error.stroke": "f6a25a2fe2b3146d1684d3906e635ef9505a4c23", + "post.scheme.color.surface.default.bg": "76160b240c5dee3ecddf678e49fb08e554103e19", + "post.scheme.color.surface.default.fg": "0497e52aa5f3173648ad5d0a10d8433eb3f229d4", + "post.scheme.color.surface.default.stroke": "acff34c0c7e3f3b7360988406c18af0b164393ff", + "post.scheme.color.surface.accent1.bg": "46ea4599ed012313784386b9f279a68828a2fa83", + "post.scheme.color.surface.accent1.fg": "cce4daa2f47282b58b5c6403b0e33fd269602a86", + "post.scheme.color.surface.accent2.bg": "f9d7dfcf721d8f28f71a1c5752feba5011aec6e7", + "post.scheme.color.surface.accent2.fg": "c301615214e1cca28102b3a651f3b8c9da42ca5c", + "post.scheme.color.surface.accent3.bg": "5882e06454efa138fece081c28b7788f52e81621", + "post.scheme.color.surface.accent3.fg": "962f01542da03311583047fbea671773938b354f", + "post.scheme.color.surface.accent4.bg": "e3fe18387eb6baccd0e82d158ea15da28536615d", + "post.scheme.color.surface.accent4.fg": "d3570e8972397cb630ce75bf875bfd6a22b4157a", + "post.scheme.color.surface.accent4.fg-accent": "d7893d385ffd4cb44d7c3f5299884b5719e5e8f5", + "post.scheme.color.notification.badge.bg": "0de95de05ec88e26525f4211c81f0f8dbe321ebb", + "post.scheme.color.notification.badge.fg": "48ff724df33b9947e7e74a729c5dc4a7c930f58c", + "post.scheme.color.notification.badge.stroke": "3b53b100fef4f7aa9a97b64e7d2fa8fc9c51aba2", + "post.scheme.color.notification.popover.hover": "9e2793c01c18d6947c2d4e898afcb379426d952c" } }, { @@ -8447,7 +8450,9 @@ "$figmaStyleReferences": {}, "selectedTokenSets": { "core": "source", - "Device/Desktop": "enabled" + "Device/Desktop": "enabled", + "Scheme/Light": "disabled", + "Scheme/Dark": "disabled" }, "group": "Device", "$figmaCollectionId": "VariableCollectionId:718:1733", @@ -8554,8 +8559,10 @@ "post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c", "post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e", "post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b", + "post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676", "post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1", "post.device.spacing.gap.inline.11": "405d0145989ecb75d86a7ed2e64daac180a40c14", + "post.device.spacing.gap.inline.13": "a774444950bb137a0bde2badf1eeba102edc35e8", "post.device.spacing.padding.4": "b1950da007ad30face2777f7f4561ea1bc394785", "post.device.spacing.padding.16": "5c97812e8a03280e5250015efd024a5ed171833e", "post.device.spacing.padding.17": "5fea0baf712055946b3ce5fdb1289b2f9ad424a1", @@ -8569,8 +8576,6 @@ "post.device.spacing.margin.2": "a03e875bcb67b48b5fe0cd53d733c77d6824e86f", "post.device.spacing.margin.3": "eaf0d9d533154fc10cd38699804e027093e4d482", "post.device.sizing.interactive.icon.size2": "7cea78d105586f14c382f30667405f5ac18545f6", - "post.device.spacing.gap.inline.13": "a774444950bb137a0bde2badf1eeba102edc35e8", - "post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676", "post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0", "post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc", "post.device.spacing.gap.3": "91cd08dcbce598d4f63e04fc4e646796d943a377", @@ -8592,9 +8597,9 @@ "post.device.sizing.interactive.icon.size3": "2d6b0a326866829ebae61170bdd76c65456bd604", "post.device.sizing.interactive.textfields.dropdown": "2c0942fd50bd63a9509f8550fc6a38642e9001d8", "post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d", + "post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d", "post.device.border-radius.round": "055c77f9d3dcf72433a5321df80ed3a62e9501b2", "post.device.border-radius.focus": "4f72f37038d3db3a58384aed4ea1f1dd789e6afc", - "post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d", "post.device.border-width.default": "e5f71facc552cd21f6cd7daa18a64c8e8e5ce6a6", "post.device.border-width.focus": "36b85b12779fa51b466bbb29ec9f9a54b1ab7dcc", "post.device.border-width.alternative2": "ee4d9dfc6effe80e3529f2cf085a3e3c60cdda30", @@ -8609,7 +8614,9 @@ "selectedTokenSets": { "core": "source", "Device/Desktop": "enabled", - "Device/Tablet": "enabled" + "Device/Tablet": "enabled", + "Scheme/Light": "disabled", + "Scheme/Dark": "disabled" }, "group": "Device", "$figmaCollectionId": "VariableCollectionId:718:1733", @@ -8641,6 +8648,7 @@ "post.device.font-family.default": "38fff1548814bdde018a1ba905997904160c681b", "post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e", "post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b", + "post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676", "post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b", "post.device.spacing.gap.block.3": "dce52190596c6cc980495a8f1ef9fbdae012b26b", "post.device.spacing.gap.inline.1": "bf4a1f1af93f454818f24e35b2241ae450bf79f1", @@ -8651,6 +8659,7 @@ "post.device.spacing.gap.inline.10": "81e09d5b1f61262740353488c84a3e1dc09d83c0", "post.device.spacing.gap.inline.11": "405d0145989ecb75d86a7ed2e64daac180a40c14", "post.device.spacing.gap.inline.12": "08cc3d16fcc5545ccd3b3ec7f8247381e57fd571", + "post.device.spacing.gap.inline.13": "a774444950bb137a0bde2badf1eeba102edc35e8", "post.device.spacing.padding.1": "c4635d29cc336f857c6c8e52ab3e7cb19b1812c2", "post.device.spacing.padding.4": "b1950da007ad30face2777f7f4561ea1bc394785", "post.device.spacing.padding.10": "d1b5c21d7ecc760ef668bf2fff454f8404b035ae", @@ -8714,8 +8723,6 @@ "post.device.font-weight.regular": "63954de676cfeffcb52798776599f7a676db2327", "post.device.font-weight.black": "e4cfc49770e938bbde9dd1499500d3c90db21bbf", "post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c", - "post.device.spacing.gap.inline.13": "a774444950bb137a0bde2badf1eeba102edc35e8", - "post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676", "post.device.spacing.gap.1": "303b065d5f8bf9049661db8845f2d1e59a4c08b0", "post.device.spacing.gap.2": "0e3be5c3cc6b23c8827bc5fb005a234c558199fc", "post.device.spacing.gap.3": "91cd08dcbce598d4f63e04fc4e646796d943a377", @@ -8753,9 +8760,9 @@ "post.device.sizing.interactive.button.icon.6": "3a79fafdf0edac10e89188baab62e2b2a37e4d67", "post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1", "post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d", + "post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d", "post.device.border-radius.round": "055c77f9d3dcf72433a5321df80ed3a62e9501b2", "post.device.border-radius.focus": "4f72f37038d3db3a58384aed4ea1f1dd789e6afc", - "post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d", "post.device.border-width.default": "e5f71facc552cd21f6cd7daa18a64c8e8e5ce6a6", "post.device.border-width.focus": "36b85b12779fa51b466bbb29ec9f9a54b1ab7dcc", "post.device.border-width.alternative2": "ee4d9dfc6effe80e3529f2cf085a3e3c60cdda30", @@ -8778,7 +8785,9 @@ "core": "source", "Device/Desktop": "enabled", "Device/Tablet": "enabled", - "Device/Mobile": "enabled" + "Device/Mobile": "enabled", + "Scheme/Light": "disabled", + "Scheme/Dark": "disabled" }, "group": "Device", "$figmaCollectionId": "VariableCollectionId:718:1733", @@ -8813,6 +8822,7 @@ "post.device.spacing.gap.3": "91cd08dcbce598d4f63e04fc4e646796d943a377", "post.device.spacing.gap.4": "18a97621a6b8cd79f7f4424a6afbc99f49a4104e", "post.device.spacing.gap.5": "cd8bc19de4a06c78cf89a9c2ee34309a0f517e9b", + "post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676", "post.device.spacing.gap.block.1": "b81e680c344c30ca1c1bb06455a368e407bc7880", "post.device.spacing.gap.block.2": "4a1dd1f5413efe360cfb36bdd2ecdfd3395c365b", "post.device.spacing.gap.block.3": "dce52190596c6cc980495a8f1ef9fbdae012b26b", @@ -8828,6 +8838,7 @@ "post.device.spacing.gap.inline.10": "81e09d5b1f61262740353488c84a3e1dc09d83c0", "post.device.spacing.gap.inline.11": "405d0145989ecb75d86a7ed2e64daac180a40c14", "post.device.spacing.gap.inline.12": "08cc3d16fcc5545ccd3b3ec7f8247381e57fd571", + "post.device.spacing.gap.inline.13": "a774444950bb137a0bde2badf1eeba102edc35e8", "post.device.spacing.padding.1": "c4635d29cc336f857c6c8e52ab3e7cb19b1812c2", "post.device.spacing.padding.2": "35cc62aec747cc6c19b837ef05cdaa9168b4053e", "post.device.spacing.padding.3": "107ee3038fbc2dba4f2c15fed206d943ba413c60", @@ -8915,9 +8926,9 @@ "post.device.sizing.icon.2": "40866b641b5c0bf1426e0769534645dc14212cc1", "post.device.sizing.icon.3": "da8253e40a3b452f1dbbf719b311d458656dd7fb", "post.device.border-radius.1": "bf9efed364999a9ef84bdb512985ac9f6fdbec1d", + "post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d", "post.device.border-radius.round": "055c77f9d3dcf72433a5321df80ed3a62e9501b2", "post.device.border-radius.focus": "4f72f37038d3db3a58384aed4ea1f1dd789e6afc", - "post.device.border-radius.2": "3ff458677ebb45c67aa0d62f737f529bf937fc1d", "post.device.font-weight.bold": "fc6bd8d453b32d21a42e41bc8bef6f071b24fdbc", "post.device.font-weight.regular": "63954de676cfeffcb52798776599f7a676db2327", "post.device.font-weight.medium": "906f12eaebe84e176fd21156d1a6e524c9e3414f", @@ -8928,9 +8939,7 @@ "post.device.border-width.alternative1": "3304b579ebb55075ec45251e69d38c803cecf378", "post.device.grid.sizing.gutter": "c96f1602983aa56f2a1a13cbba9b908b06fd0e05", "post.device.grid.sizing.container.max-width": "a4dfb3cf0e2934a7d714a31ae35fded45be08be9", - "post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c", - "post.device.spacing.gap.inline.13": "a774444950bb137a0bde2badf1eeba102edc35e8", - "post.device.spacing.gap.6": "d3f0e06bad0472f9dec52560b44068444b9f9676" + "post.device.grid.padding.inline.container": "ac3bea992f765c2b35b8b7b8e0213bc1471cd22c" } }, { @@ -8939,12 +8948,12 @@ "$figmaStyleReferences": {}, "selectedTokenSets": { "core": "source", - "Mode/Light": "source", - "Mode/Dark": "source", "Device/Desktop": "source", "Device/Tablet": "source", "Device/Mobile": "source", - "Channel/EDK": "enabled" + "Channel/EDK": "enabled", + "Scheme/Light": "source", + "Scheme/Dark": "source" }, "group": "Channel", "$figmaCollectionId": "VariableCollectionId:718:1734", @@ -8959,13 +8968,13 @@ "$figmaStyleReferences": {}, "selectedTokenSets": { "core": "source", - "Mode/Light": "source", - "Mode/Dark": "source", "Device/Desktop": "source", "Device/Tablet": "source", "Device/Mobile": "source", "Channel/EDK": "enabled", - "Channel/IDK": "enabled" + "Channel/IDK": "enabled", + "Scheme/Light": "source", + "Scheme/Dark": "source" }, "group": "Channel", "$figmaCollectionId": "VariableCollectionId:718:1734", @@ -8980,8 +8989,6 @@ "$figmaStyleReferences": {}, "selectedTokenSets": { "core": "source", - "Mode/Light": "source", - "Mode/Dark": "source", "Device/Desktop": "source", "Device/Tablet": "source", "Device/Mobile": "source", @@ -8996,7 +9003,9 @@ "Utilities/Spacing": "source", "Utilities/Typo": "source", "Elements/ListBullet": "enabled", - "Elements/ListNumber": "enabled" + "Elements/ListNumber": "enabled", + "Scheme/Light": "source", + "Scheme/Dark": "source" }, "$figmaCollectionId": "VariableCollectionId:3180:16769", "$figmaModeId": "3180:1", @@ -9059,15 +9068,15 @@ "core": "source", "Utilities/Spacing": "enabled", "Utilities/Typo": "enabled", - "Mode/Light": "source", - "Mode/Dark": "source", "Device/Desktop": "source", "Device/Tablet": "source", "Device/Mobile": "source", "Channel/EDK": "source", "Channel/IDK": "source", "Theme/Post": "source", - "Utilities/Color": "enabled" + "Utilities/Color": "enabled", + "Scheme/Light": "source", + "Scheme/Dark": "source" }, "$figmaCollectionId": "VariableCollectionId:3180:16768", "$figmaModeId": "3180:0", @@ -9206,8 +9215,6 @@ }, "selectedTokenSets": { "core": "source", - "Mode/Light": "source", - "Mode/Dark": "source", "Device/Desktop": "source", "Device/Tablet": "source", "Device/Mobile": "source", @@ -9252,12 +9259,13 @@ "Components/Grid": "enabled", "Components/List simple": "enabled", "Components/Avatar": "enabled", - "Components/Segmented button": "enabled" + "Components/Segmented button": "enabled", + "Scheme/Light": "source", + "Scheme/Dark": "source" }, "$figmaCollectionId": "VariableCollectionId:808:5504", "$figmaModeId": "808:0", "$figmaVariableReferences": { - "post.button.border-radius.round": "379af7e758794402e587301b6ca44898347d9279", "post.app-store.google.width": "fa65e38a865f425f8fdfeca8f1b26fc068d5d2a1", "post.app-store.apple.width": "ad43af0ea74ce86af165314d67cd7a7dd663df84", "post.app-store.height": "bfd9997022ededeb1841f9897a28d66715817016", @@ -9392,6 +9400,7 @@ "post.button.medium.gap.inline": "bc9458158633c62da2a94a576f040b70bd3d3fb4", "post.button.medium.padding.inline": "cb2499fd2ad523f33f3ff6192abefcb356000ac3", "post.button.medium.icon": "784a9b422bb7328a4322671591cc9ae28927fab4", + "post.button.border-radius.round": "379af7e758794402e587301b6ca44898347d9279", "post.button.small.height": "7ef5bf6b5fdeadf8b5a48bc9e6a4f0205272e8e1", "post.button.small.gap.inline": "5cee69191171d877a8e84dde5deac99a87dd143a", "post.button.small.padding.inline": "34ab1a6a2a326f3c9fbd5a71293f8d2c2e59fae2", @@ -9648,20 +9657,20 @@ "post.button-segmented.enabled-fg": "56e66f94c28cd178bf343764ba04eebdb02b3602", "post.button-segmented.enabled-bg": "288fb670e53c1f621a2d277decd09e2ace97ae09", "post.button-segmented.enabled-border": "982aba20bb65901ee196eee64d48ecb391eb0280", - "post.button-segmented.focus.outline.color": "42b558d628f606b19791acad7ce79100a3f61593", "post.button-segmented.hover-fg": "2a84933a4249fc8dff24532bc93406672907edd2", "post.button-segmented.hover-bg": "4b187ee1082e23ec58943c06d9ace9fe09dab01c", "post.button-segmented.hover-border": "8a8756906eaf89e46ea1d2962dba008a4a3b33d3", - "post.button-segmented.border-width": "4a6d13197a63b4e03477ed62b35d554f797feaf9", - "post.button-segmented.focus.outline-width": "899485d05b5979f4154eebe35f1131acfe1f557b", + "post.button-segmented.focus.outline.color": "42b558d628f606b19791acad7ce79100a3f61593", "post.button-segmented.focus.outline.offset": "ffcfcb17cfee9b1a39fd207c49b88697316fb13f", + "post.button-segmented.focus.outline-width": "899485d05b5979f4154eebe35f1131acfe1f557b", + "post.button-segmented.border-width": "4a6d13197a63b4e03477ed62b35d554f797feaf9", "post.button-segmented.elements.height": "305e4138ac7bb4dcb2749773bc28240a92b4b77f", + "post.button-segmented.elements.enabled-border": "c5d7d56d26636bdb4d125bb90190f86b9a80ab5a", "post.button-segmented.padding.inline": "8991d47786b26e2bc1ed4800bb303f89a330de03", "post.button-segmented.gap.inline": "edc6e1d49065d4c78b88a46af052b256e5522a7d", "post.button-segmented.margin": "c9450d8eb85705ec1378cc12d2dc11d82292d638", "post.button-segmented.font-weight": "69d85273017f04e159d299c17472222c517f3570", "post.button-segmented.selected-border": "9aa8b877e676f01b6b725ad77a15d2a81f6bfce5", - "post.button-segmented.elements.enabled-border": "c5d7d56d26636bdb4d125bb90190f86b9a80ab5a", "post.select.enabled-bg": "56831cf2f49031708c75a392aa1d337d53265db8", "post.select.enabled-fg": "f84ea1c81840d02a75bcf62682632a8853f85ad7", "post.select.hover-bg": "1c8c858d517f620cf044cb2cb8ebfa29233d2115", @@ -9909,8 +9918,6 @@ }, "selectedTokenSets": { "core": "source", - "Mode/Light": "source", - "Mode/Dark": "source", "Device/Desktop": "source", "Device/Tablet": "source", "Device/Mobile": "source", @@ -9924,7 +9931,9 @@ "Elements/Legend": "source", "FigmaOnly": "enabled", "Utilities/Spacing": "source", - "Utilities/Typo": "source" + "Utilities/Typo": "source", + "Scheme/Light": "source", + "Scheme/Dark": "source" } }, { @@ -9933,14 +9942,14 @@ "$figmaStyleReferences": {}, "selectedTokenSets": { "core": "source", - "Mode/Light": "source", - "Mode/Dark": "source", "Device/Desktop": "source", "Device/Tablet": "source", "Device/Mobile": "source", "Channel/EDK": "source", "Channel/IDK": "source", - "Theme/Post": "enabled" + "Theme/Post": "enabled", + "Scheme/Light": "source", + "Scheme/Dark": "source" }, "group": "Theme", "$figmaCollectionId": "VariableCollectionId:4178:5613", @@ -9957,15 +9966,15 @@ "$figmaStyleReferences": {}, "selectedTokenSets": { "core": "source", - "Mode/Light": "source", - "Mode/Dark": "source", "Device/Desktop": "source", "Device/Tablet": "source", "Device/Mobile": "source", "Channel/EDK": "source", "Channel/IDK": "source", "Theme/Post": "enabled", - "Theme/Cargo": "enabled" + "Theme/Cargo": "enabled", + "Scheme/Light": "source", + "Scheme/Dark": "source" }, "group": "Theme", "$figmaCollectionId": "VariableCollectionId:4178:5613", @@ -9980,8 +9989,8 @@ "$metadata": { "tokenSetOrder": [ "core", - "Mode/Light", - "Mode/Dark", + "Scheme/Light", + "Scheme/Dark", "Device/Desktop", "Device/Tablet", "Device/Mobile",