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: combobox React package #2453

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

feat: combobox React package #2453

wants to merge 18 commits into from

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    b6386ad View commit details
    Browse the repository at this point in the history
  2. feat: create the rest CSS classes for the combobox elements

    The new classes:
    
    - `utrecht-combobox__textbox-container`
    - `utrecht-combobox__toggle-button`
    
      ```CSS
      --utrecht-combobox-toggle-button-background-color: transparent; //default value
      --utrecht-combobox-toggle-button-color: currentColor; //default value
      --utrecht-combobox-toggle-button-hover-background-color: transparent; //default value
      --utrecht-combobox-toggle-button-hover-color: currentColor; //default value
      --utrecht-combobox-toggle-button-active-background-color: transparent; //default value
      --utrecht-combobox-toggle-button-active-color: currentColor; //default value
      --utrecht-combobox-toggle-button-focus-background-color: transparent; //default value
      --utrecht-combobox-toggle-button-focus-color: currentColor; //default value
      --utrecht-combobox-toggle-button-pressed-background-color: transparent; //default value
      --utrecht-combobox-toggle-button-pressed-color: currentColor; //default value
      ```
    
    - `utrecht-combobox__icon`
    
      ```CSS
      --utrecht-combobox-icon-size: 32px; //default value
      ```
    AliKdhim87 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e1007d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b26d2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2813cdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4046378 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c94c1bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5fa31e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e9afb9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0cfabb4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3e55539 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c7895ed View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3f4b408 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    29e138b View commit details
    Browse the repository at this point in the history
  14. docs: add Combobox stories

    AliKdhim87 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    855e3ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    eab76ce View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7576581 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    df56068 View commit details
    Browse the repository at this point in the history
  18. test: fix test issue

    AliKdhim87 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0d34140 View commit details
    Browse the repository at this point in the history