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(theme): form field component #2238

Merged
merged 22 commits into from
Feb 27, 2020
Merged

feat(theme): form field component #2238

merged 22 commits into from
Feb 27, 2020

Commits on Feb 20, 2020

  1. feat: add form field component

    yggg committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    6b5d34e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    8fc3802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0d4496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab73456 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. fix(button): icon button height

    yggg committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    dd3532b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e13f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a12cb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8242e20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40e3a3c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    4717801 View commit details
    Browse the repository at this point in the history
  2. refactor: add padding at form field component theme

    There is a cases when padding should be added to the element
    other than host, e.g. select as it has padding set on button
    inside host element.
    yggg committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    d11d20a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ac7274 View commit details
    Browse the repository at this point in the history
  4. refactor: remove unused property

    yggg committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    f41f873 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dcc442 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dabe51f View commit details
    Browse the repository at this point in the history
  7. docs: document form field

    yggg committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    98ed191 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0083776 View commit details
    Browse the repository at this point in the history
  9. refactor: remove unused import

    yggg committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    3236d7e View commit details
    Browse the repository at this point in the history
  10. refactor(select): remove unnecessary suffix styles

    Select doesn't support suffix.
    yggg committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    5dc82ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9bf8dfd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5fddae4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    67f1c73 View commit details
    Browse the repository at this point in the history