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(input): implement password type to input #381

Merged
merged 28 commits into from
Feb 7, 2023
Merged

feat(input): implement password type to input #381

merged 28 commits into from
Feb 7, 2023

Commits on Jan 19, 2023

  1. feat(input): implement password type to input

    Aykut Saraç committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    d17c895 View commit details
    Browse the repository at this point in the history
  2. refactor(input): merge with next & lint

    Aykut Saraç committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    e32235c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    3bd6cf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a187488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5465bc2 View commit details
    Browse the repository at this point in the history
  4. test(input): add tests to cover password type

    Aykut Saraç committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    4604bff View commit details
    Browse the repository at this point in the history
  5. test(input): add test to validate icon name

    Aykut Saraç committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    fc53661 View commit details
    Browse the repository at this point in the history
  6. feat(input): add password type to storybook

    Aykut Saraç committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    359be59 View commit details
    Browse the repository at this point in the history
  7. test(input): fix password type test not working

    Aykut Saraç committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    8cfaad2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. test(input): improve test coverage

    Aykut Saraç committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    93491a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

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

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    d32e974 View commit details
    Browse the repository at this point in the history
  2. fix(input): various visual fixes for input

    * disabled style fixed
    * small size added
    * vertical alignments fixed
    * internal component structure refactored for creating extra flexibility
    for upcoming features (like trailing/leading text), better reliability and
    maintainability
    muratcorlu committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    50b7842 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8d2a4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07c9c80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86fb327 View commit details
    Browse the repository at this point in the history
  6. ci: clean forgotten style

    muratcorlu committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    fcee4ed View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Merge branch '387-input-disabled-style-is-wrong' into feature/input-p…

    …assword
    Aykut Saraç committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    32099f2 View commit details
    Browse the repository at this point in the history
  2. feat(input): improve a11y & ui design

    Aykut Saraç committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    53cdd68 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Merge branch 'next' into feature/input-password

    Aykut Saraç committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    04f688c View commit details
    Browse the repository at this point in the history
  2. feat(input): update ui

    Aykut Saraç committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    bc38c45 View commit details
    Browse the repository at this point in the history
  3. feat(input): implement hidden button for reveal btn

    Aykut Saraç committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    80f8736 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Update src/components/input/bl-input.ts

    Co-authored-by: Murat Çorlu <127687+muratcorlu@users.noreply.github.com>
    Signed-off-by: Aykut Saraç <aykutsarac0@gmail.com>
    AykutSarac and muratcorlu authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f644acc View commit details
    Browse the repository at this point in the history
  2. feat(input): update password type structure

    Aykut Saraç committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    0bb8c59 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. feat(input): add type password to storybook

    Aykut Saraç committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    6cd1f4f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    45c4f04 View commit details
    Browse the repository at this point in the history
  2. feat(input): update reveal icon color

    Aykut Saraç committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    851b7d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2abe53d View commit details
    Browse the repository at this point in the history