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(circuit-ui): Add experimental ColorInput component #2655

Merged
merged 8 commits into from
Sep 9, 2024

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    a170e25 View commit details
    Browse the repository at this point in the history
  2. Fix copy-pasta

    connor-baer authored and matoous committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    49ca3f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. add comment

    matoous committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    97180c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Apply suggestions from code review

    Co-authored-by: Connor Bär <connor-baer@users.noreply.github.com>
    matoous and connor-baer authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    36a7cd0 View commit details
    Browse the repository at this point in the history
  2. Reuse classnames from Input

    Importing the same CSS Module multiple times duplicates the styles and can cause specificity issues.
    connor-baer committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a588968 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0a0401 View commit details
    Browse the repository at this point in the history
  4. Add changeset

    connor-baer committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0b12295 View commit details
    Browse the repository at this point in the history
  5. Fix unit tests

    connor-baer committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ae78968 View commit details
    Browse the repository at this point in the history