Skip to content

feat: Steps connector lines display#4724

Open
pan-kot wants to merge 1 commit into
mainfrom
feat-hide-steps-connectors
Open

feat: Steps connector lines display#4724
pan-kot wants to merge 1 commit into
mainfrom
feat-hide-steps-connectors

Conversation

@pan-kot

@pan-kot pan-kot commented Jul 15, 2026

Copy link
Copy Markdown
Member

Description

The PR introduces new API for Steps component:

interface StepsProps {
  // ...
  
  /**
   * Determines whether the connector lines between steps are displayed. The following variants are available:
   * * `default` - Shows connector lines between consecutive steps.
   * * `none` - Hides the connector lines between steps.
   */
  connectorLines?: "default" | "none";
}

<Steps 
  steps={[...]}
  connectorLines="none"
/>

This change is synonymous with the existing Tree view API that declares connectorLines: "vertical" | "none". While there are only two options for now, the union allows us to add more connector lines variants in the future.

Rel: AWSUI-62150

How has this been tested?

  • New unit tests
  • New permutations
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.

@codecov

codecov Bot commented Jul 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.59%. Comparing base (4d2e475) to head (7b1425d).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4724      +/-   ##
==========================================
- Coverage   97.59%   97.59%   -0.01%     
==========================================
  Files         950      950              
  Lines       30664    30692      +28     
  Branches    11242    11257      +15     
==========================================
+ Hits        29928    29955      +27     
- Misses        689      690       +1     
  Partials       47       47              

☔ View full report in Codecov by Harness.
📢 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.

@pan-kot pan-kot marked this pull request as ready for review July 15, 2026 05:46
@pan-kot pan-kot requested a review from a team as a code owner July 15, 2026 05:46
@pan-kot pan-kot requested review from a team, cansuaa and taheramr and removed request for a team and taheramr July 15, 2026 05:46
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.

1 participant