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

Add __unstable-large size variant on InputControl SelectControl UnitControl #35646

Merged
merged 27 commits into from
Nov 19, 2021

Commits on Nov 1, 2021

  1. InputControl: Increase default size to 40px

    Maintains previous size for the `small` variant.
    mirka committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    56572c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9720b37 View commit details
    Browse the repository at this point in the history
  3. AnglePickerControl: Fix degree symbol alignment

    There is a default marginBottom on the Spacer component that throws off the vertical alignment here.
    mirka committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    da29622 View commit details
    Browse the repository at this point in the history
  4. BoxControl: Default to small inputs

    The `small` variant is now more appropriate in this use case.
    mirka committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    54b3920 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0608091 View commit details
    Browse the repository at this point in the history
  6. ColorPicker: Widen controls to work on mobile

    To prevent unnecessary truncation in mobile-width viewports when the font size gets bigger.
    mirka committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    f5c81c1 View commit details
    Browse the repository at this point in the history
  7. SelectControl: Increase default size to 40px

    Maintains previous size for the `small` variant.
    mirka committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    24cf17e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b1ffb2 View commit details
    Browse the repository at this point in the history
  9. UnitControl: Align units

    - Simplifies unit alignment across sizes
    - Fixes paddings for disableUnits
    mirka committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    40d3765 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a05caf7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. RangeControl: Widen input to allow 3 digits

    Compensates for wider padding on InputControl
    mirka committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    eb0cc2d View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    mirka committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    47a5113 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Revert "RangeControl: Widen input to allow 3 digits"

    This reverts commit eb0cc2d.
    mirka committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    190681d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    914094b View commit details
    Browse the repository at this point in the history
  3. Revert "RangeControl: Increase height to 40px"

    This reverts commit a05caf7.
    mirka committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    db8dcbc View commit details
    Browse the repository at this point in the history
  4. Revert "BoxControl: Default to small inputs"

    This reverts commit 54b3920.
    mirka committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    08ec362 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f24ffc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e603f51 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06b91c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    cee69a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5974d4 View commit details
    Browse the repository at this point in the history
  3. Revert "ColorPicker: Remove adhoc height"

    This reverts commit 0608091.
    mirka committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    3f4dd50 View commit details
    Browse the repository at this point in the history
  4. Revert "ColorPicker: Widen controls to work on mobile"

    This reverts commit f5c81c1.
    mirka committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    345da0b View commit details
    Browse the repository at this point in the history
  5. Update changelog

    mirka committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    1dd69a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8376cf0 View commit details
    Browse the repository at this point in the history
  7. Revert "RangeControl: Tweak specificity to work as before"

    This reverts commit b5974d4.
    mirka committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6227b6a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Merge branch 'trunk' into enlarge-input-controls

    # Conflicts:
    #	packages/components/CHANGELOG.md
    mirka committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    0896a65 View commit details
    Browse the repository at this point in the history