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

feat(step): circular steps variant #2917

Merged
merged 12 commits into from
Nov 8, 2024
Merged

Commits on Oct 10, 2023

  1. feat(step): introduce new variant circular step

    The new variant circular step shows a series of steps with the
    circular marker and connection line between them.
    
    It supports the three layout styles: horizontal, vertical and
    ordered.
    
    It has the same states as box step: active, completed, disabled.
    And it contains the variations: color, inverted, size.
    
    Due to it's design nature, it doesn't have the variations such
    as: stackble, unstackable, attached and evenly divided.
    ko2in committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f677bd4 View commit details
    Browse the repository at this point in the history
  2. Remove unused variables

    ko2in committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3ea330e View commit details
    Browse the repository at this point in the history
  3. Fix incorrect variation name

    ko2in committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    af7e342 View commit details
    Browse the repository at this point in the history
  4. feat(step): change the rule about the color of rail line between step

    Only the rail line after the completed step has particular color.
    The other states use the default color for the rail line.
    ko2in committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f133607 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89dc439 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. remove duplicate definitions

    ko2in committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a642a81 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    30088c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    9f96906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20747a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    139f225 View commit details
    Browse the repository at this point in the history
  4. fix(step): linting fix

    lubber-de authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    a70f0b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cff8a6 View commit details
    Browse the repository at this point in the history