Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove mentions of high contrast header from descriptions #2389

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

connorlanigan
Copy link
Member

Description

There were two descriptions that mention the high-contrast header for Cards and Table, which have been removed.

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.

@connorlanigan connorlanigan requested a review from a team as a code owner June 18, 2024 15:58
@connorlanigan connorlanigan requested review from abdhalees and removed request for a team June 18, 2024 15:58
@@ -206,8 +206,7 @@ export interface CardsProps<T = any> extends BaseComponentProps {
/**
* Specify a cards variant with one of the following:
* * `container` - Use this variant to have the cards displayed as a container.
* * `full-page` – Use this variant when cards are the entire content of a page. Full page variants
* implement the high contrast header and content behavior automatically.
Copy link
Member

Choose a reason for hiding this comment

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

isn't content behaviour still controlled by the variant?

Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.62%. Comparing base (e1c0652) to head (34adf64).
Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2389      +/-   ##
==========================================
+ Coverage   95.49%   95.62%   +0.12%     
==========================================
  Files         708      720      +12     
  Lines       18887    19163     +276     
  Branches     5998     6438     +440     
==========================================
+ Hits        18037    18324     +287     
+ Misses        842      785      -57     
- Partials        8       54      +46     

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

abdhalees
abdhalees previously approved these changes Jun 21, 2024
@connorlanigan connorlanigan merged commit eafdd4f into main Jul 1, 2024
35 checks passed
@connorlanigan connorlanigan deleted the chore/no-high-contrast-docs branch July 1, 2024 08:02
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.

None yet

2 participants