Skip to content

chore: Replace alert and flashbar styles with design tokens#4401

Merged
at-susie merged 10 commits intomainfrom
feat/alert-flashbar
Apr 1, 2026
Merged

chore: Replace alert and flashbar styles with design tokens#4401
at-susie merged 10 commits intomainfrom
feat/alert-flashbar

Conversation

@at-susie
Copy link
Copy Markdown
Member

Description

This PR replaces styles in alert and flashbar with design tokens.

Related links, issue #, if available: n/a

How has this been tested?

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@at-susie at-susie changed the title chore: Replace alert and flashbar styles with themeable design tokens chore: Replace alert and flashbar styles with design tokens Mar 31, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.45%. Comparing base (c631223) to head (8ac48c0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4401   +/-   ##
=======================================
  Coverage   97.45%   97.45%           
=======================================
  Files         909      909           
  Lines       26638    26638           
  Branches     9615     9615           
=======================================
  Hits        25959    25959           
  Misses        673      673           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@at-susie at-susie marked this pull request as ready for review March 31, 2026 12:30
@at-susie at-susie requested a review from a team as a code owner March 31, 2026 12:30
@at-susie at-susie requested review from gethinwebster and removed request for a team March 31, 2026 12:30
themeable: true,
public: true,
},
fontWeightNotificationHeader: {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why not create separate tokens for alert and flashbar? I think this would be especially confusing as until now no "-notification-" tokens are used in Alert, but they are used in other components such as badge

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I agree with that. I will create separate ones. Thanks for the feedback.

gethinwebster
gethinwebster previously approved these changes Mar 31, 2026
@at-susie at-susie added this pull request to the merge queue Apr 1, 2026
Merged via the queue into main with commit 7364de0 Apr 1, 2026
49 checks passed
@at-susie at-susie deleted the feat/alert-flashbar branch April 1, 2026 07:23
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