Skip to content

Sync with develop branch - #86

Merged
miguel-hub merged 116 commits into
figma-develop-unifyfrom
develop
Nov 11, 2025
Merged

Sync with develop branch#86
miguel-hub merged 116 commits into
figma-develop-unifyfrom
develop

Conversation

@miguel-hub

Copy link
Copy Markdown
Collaborator

Closes #

{{short description}}

Changelog

New

  • {{new thing}}

Changed

  • {{change thing}}

Removed

  • {{removed thing}}

Testing / Reviewing

{{ Add descriptions, steps or a checklist for how reviewers can verify this PR works or not }}

danielius-tvarijonas and others added 30 commits April 28, 2023 13:29
Added updated figma json files
Attached 3 missing link text styles to matching tokens
Attached 3 missing 'link_' text style tokens to matching tokens
refactor: css v2 and design tokens v2.2.0
CSS V2 & Design Tokens V2.2.0
build: add new lock file for build to work
emmaMade and others added 29 commits May 29, 2024 12:46
This package-lock.json has history of dependencies that are not longer needed.
Was referencing the incorrect alias token. 

It was referencing {color.brand.primary-mode-light} when it should be referencing {color.brand.primary-mode-dark}. This has now been updated to {color.brand.primary-mode-dark}
…l tokens that previously used "default" to define the size. We are now changing this to use the term "medium" instead.

Changelog
component.button.default.padding-x  →  component.button.medium.padding-x
component.button.default.padding-y  →  component.button.medium.padding-y
component.button.default.gap  →  component.button.medium.gap
component.button.default.border-radius  →  component.button.medium.border-radius
component.button.default.font-weight  →  component.button.medium.font-weight
component.button.default.line-height  →  component.button.medium.line-height
component.button.default.font-size  →  component.button.medium.font-size
component.button.default.letter-spacing  →  component.button.medium.letter-spacing
component.badge.default.padding-x  →  component.badge.medium.padding-x
component.badge.default.font-weight  →  component.badge.medium.font-weight
component.badge.default.line-height  →  component.badge.medium.line-height
component.badge.default.font-size  →  component.badge.medium.font-size
component.badge.default.letter-spacing  →  component.badge.medium.letter-spacing
component.breadcrumb.default.line-height  →  component.breadcrumb.medium.line-height
component.breadcrumb.default.font-size  →  component.breadcrumb.medium.font-size
component.form-control.default.padding-x  →  component.form-control.medium.padding-x
component.form-control.default.padding-y  →  component.form-control.medium.padding-y
link.default.hover  →  link.medium.hover
link.default.default  →  link.medium.medium
component.link.default.font-weight  →  component.link.medium.font-weight
component.link.default.line-height  →  component.link.medium.line-height
component.link.default.font-size  →  component.link.medium.font-size
component.list-item.default.padding-x  →  component.list-item.medium.padding-x
component.list-item.default.padding-y  →  component.list-item.medium.padding-y
component.list-item.default.gap  →  component.list-item.medium.gap
component.list-item.contained.default.padding-x  →  component.list-item.contained.medium.padding-x
component.list-item.contained.default.padding-y  →  component.list-item.contained.medium.padding-y
component.list-item.contained.default.gap  →  component.list-item.contained.medium.gap
component.tag.default.font-weight  →  component.tag.medium.font-weight
component.tag.default.font-size  →  component.tag.medium.font-size
component.tag.default.line-height  →  component.tag.medium.line-height

Additionally, we are updating our form-control border colors in each theme to ensure they now pass WCAG color contrast ratios.

{MA Theme}
color.border.strong-mode-light is now referencing color.gray.1000 instead of color.gray.600

{Unify Theme}
color.border.input-mode-light is now referencing color.neutral.500 instead of color.border.default-mode-light

{PartnerBank Theme}
color.border.input-mode-light is now referencing color.neutral.600 instead of color.border.default-mode-light
… arrays somehow in the Figma Plugin.

Manually iupdating them individually again.

These values also match the Design Token secifications:
https://www.designtokens.org/tr/2025.10/format/#example-transition-composite-token-examples
Bug fix for a single token:

Token: color.text.selection-bg-mode-dark
…rding to WCAG SC 1.4.11 (Non-text Contrast AA), "any visual information provided that is necessary for a user to identify that a control is present and how to operate it must have a minimum 3:1 contrast ratio with the adjacent colors".

Token changelog (for all 3 themes)

component.toggle.background.off-mode-light
Old reference: {color.background.feedback.neutral.hover-mode-light}
New reference: {color.border.input-mode-light} 

component.toggle.background.off-mode-dark
Old reference: {color.background.feedback.neutral.hover-mode-dark}
New reference: {color.border.input-mode-dark}
…ect tokens


Light Mode
{color.background.brand.secondary.hover} was incorrectly referencing {color.background.brand.primary.active-mode-light}
{color.background.brand.secondary.hover} Is now referencing {color.background.brand.secondary.active-mode-light}

{color.background.brand.secondary.active} was incorrectly referencing {color.background.brand.primary.active-mode-light}
{color.background.brand.secondary.active} Is now referencing {color.background.brand.secondary.active-mode-light} 


Dark Mode
{color.background.brand.secondary.hover} was incorrectly referencing {color.background.brand.primary.active-mode-dark}
{color.background.brand.secondary.hover} Is now referencing {color.background.brand.secondary.active-mode-dark}

{color.background.brand.secondary.active} was incorrectly referencing {color.background.brand.primary.active-mode-dark}
{color.background.brand.secondary.active} Is now referencing {color.background.brand.secondary.active-mode-dark}
…he old link color tokens seemed to be following a different naming convention to the latest component-level naming conventions. Updating to ensure they are consistent with the rest of the component-level tokens.

color.link.default ➡️ component.link.default.text-color
color.link.active ➡️ component.link.active.text-color
color.link.hover ➡️ component.link.hover.text-color
color.link.visited ➡️ component.link.visited.text-color

color.link.neutral.default ➡️ component.link.neutral.default.text-color
color.link.neutral.active ➡️ component.link.neutral.active.text-color
color.link.neutral.hover ➡️ component.link.neutral.hover.text-color
color.link.neutral.visited ➡️ component.link.neutral.visited.text-color
…sure they are consistent with the rest of the component-level tokens. Updating to ensure they are consistent with the rest of the component-level tokens.

component.date-picker.day.background-hover ➡️ component.date-picker.day.hover.background
component.date-picker.day.background-selected ➡️ component.date-picker.day.selected.background
component.date-picker.day.background-selected-hover ➡️ component.date-picker.day.selected-hover.background
component.date-picker.day.background-in-range ➡️ component.date-picker.day.in-range.background
Changing the color of the toggle background in its OFF position.
@miguel-hub
miguel-hub merged commit cea551b into figma-develop-unify Nov 11, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants