Skip to content

Update tokens from Figma: AS theme - fare-economy-default#478

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
update-tokens-1784938015
Open

Update tokens from Figma: AS theme - fare-economy-default#478
github-actions[bot] wants to merge 1 commit into
masterfrom
update-tokens-1784938015

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown

Update tokens from Figma from file: https://www.figma.com/file/l1QtGlJ05qJZ1ug9D2TnpY

Summary by Sourcery

Enhancements:

  • Update primary color tokens from #289bee to #0074ca for Alaska and Atmos light web themes.

@sourcery-ai

sourcery-ai Bot commented Jul 25, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR updates design token values for Alaska and Atmos light themes based on the latest Figma exports, including a primary blue color change and regenerated token export JSON and bundled JS token files.

Flow diagram for updated Figma design tokens pipeline

flowchart LR
    FigmaFile_l1QtGlJ05qJZ1ug9D2TnpY["Figma file l1QtGlJ05qJZ1ug9D2TnpY"]
    Alaska_FigmaJSON["Alaska_theme.Light.json (figmaExports)"]
    Atmos_FigmaJSON["Atmos_theme.Light.json (figmaExports)"]
    Alaska_JSObject["JSObject--allTokens--alaska.js"]
    Atmos_JSObject["JSObject--allTokens--atmos.js"]
    WebAppThemes["Web app Alaska/Atmos light themes"]

    FigmaFile_l1QtGlJ05qJZ1ug9D2TnpY --> Alaska_FigmaJSON
    FigmaFile_l1QtGlJ05qJZ1ug9D2TnpY --> Atmos_FigmaJSON

    Alaska_FigmaJSON --> Alaska_JSObject
    Atmos_FigmaJSON --> Atmos_JSObject

    Alaska_JSObject --> WebAppThemes
    Atmos_JSObject --> WebAppThemes

    style Alaska_JSObject fill:#0074ca,stroke:#0074ca
    style Atmos_JSObject fill:#0074ca,stroke:#0074ca
Loading

File-Level Changes

Change Details Files
Update primary blue color token for Alaska and Atmos light themes in the bundled web token JS objects.
  • Change hex value of the primary blue token from #289bee to #0074ca in the Alaska theme light JS token bundle.
  • Change hex value of the primary blue token from #289bee to #0074ca in the Atmos theme light JS token bundle.
  • Keep file paths and source metadata intact while updating only the token value fields.
dist/web/JSObject--allTokens--alaska.js
dist/web/JSObject--allTokens--atmos.js
Refresh Figma-exported token definition JSON files to align with the updated design tokens.
  • Regenerate Alaska Classic light theme token definition JSON from the specified Figma file.
  • Regenerate Alaska light theme token definition JSON from the specified Figma file.
  • Regenerate Atmos light theme token definition JSON from the specified Figma file.
  • Update shared util AS token JSON definitions from the latest Figma export.
tokenDefinitions/figmaExports/Alaska_Classic_theme.Light.json
tokenDefinitions/figmaExports/Alaska_theme.Light.json
tokenDefinitions/figmaExports/Atmos_theme.Light.json
tokenDefinitions/figmaExports/util.AS.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've left some high level feedback:

  • If dist/web/JSObject--allTokens--*.js are build artifacts, consider updating only the source token definition files and relying on the build pipeline to regenerate dist to avoid manual edits and potential divergence.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- If `dist/web/JSObject--allTokens--*.js` are build artifacts, consider updating only the source token definition files and relying on the build pipeline to regenerate `dist` to avoid manual edits and potential divergence.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@forrest-for-real forrest-for-real changed the title Update tokens from Figma Update tokens from Figma: AS theme - fare-economy-default Jul 25, 2026
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.

2 participants