Skip to content

chore: Border width tokens for item selection#4425

Open
at-susie wants to merge 10 commits intomainfrom
feat/themed-items
Open

chore: Border width tokens for item selection#4425
at-susie wants to merge 10 commits intomainfrom
feat/themed-items

Conversation

@at-susie
Copy link
Copy Markdown
Member

Description

This PR adds themeable tokens for selected item borders.

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: Update border width tokens for item selection and card highlight chore: Border width tokens for item selection Apr 10, 2026
@at-susie at-susie force-pushed the feat/themed-items branch from 51196d0 to b79b283 Compare April 10, 2026 13:52
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.39%. Comparing base (76aee69) to head (3e566d3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4425   +/-   ##
=======================================
  Coverage   97.39%   97.39%           
=======================================
  Files         928      928           
  Lines       29224    29224           
  Branches    10571    10570    -1     
=======================================
  Hits        28462    28462           
- Misses        715      756   +41     
+ Partials       47        6   -41     

☔ 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 April 13, 2026 07:50
@at-susie at-susie requested a review from a team as a code owner April 13, 2026 07:50
@at-susie at-susie requested review from avinashbot and removed request for a team April 13, 2026 07:50
borderPanelHeaderWidth: { description: 'The split panel header bottom divider width.' },
borderPanelTopWidth: { description: 'The split panel top border width.' },
borderWidthItemSelected: {
description: 'The border width of selected items like table',
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.

Minor, grammatical: All the other descriptions end in a full stop. The table itself isn't selectable, so it might be better to specify that it's table rows.

So maybe:

Suggested change
description: 'The border width of selected items like table',
description: 'The border width of selected items, like table rows.',

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