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

Components: add Tabs (a composable TabPanel v2) #53960

Merged
merged 42 commits into from
Oct 6, 2023

Commits on Oct 4, 2023

  1. conjure components

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    978bec5 View commit details
    Browse the repository at this point in the history
  2. summon stories

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    7ffc88a View commit details
    Browse the repository at this point in the history
  3. unleash unit tests

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    04e0269 View commit details
    Browse the repository at this point in the history
  4. create controlled mode

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ca47818 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00db04b View commit details
    Browse the repository at this point in the history
  6. specify styles

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    298defe View commit details
    Browse the repository at this point in the history
  7. render README

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ecc55bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aabbf40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59b1387 View commit details
    Browse the repository at this point in the history
  10. docs manifest

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    00b9e42 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab09233 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c2f9e5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0b95527 View commit details
    Browse the repository at this point in the history
  14. clean up unit tests

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c8b92d6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ff0685 View commit details
    Browse the repository at this point in the history
  16. README improvements

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    e53b792 View commit details
    Browse the repository at this point in the history
  17. transition to emotion

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ed776b3 View commit details
    Browse the repository at this point in the history
  18. remove old scss import

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8451783 View commit details
    Browse the repository at this point in the history
  19. unit test cleanup

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    800b56f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    41053ef View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    fb90eb0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3af61fe View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    187de6e View commit details
    Browse the repository at this point in the history
  24. more explicit ternary

    Co-authored-by: Marco Ciampini <[email protected]>
    chad1008 and ciampo committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ce09452 View commit details
    Browse the repository at this point in the history
  25. remove active-class prop

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    598230e View commit details
    Browse the repository at this point in the history
  26. Update packages/components/src/tabs/types.ts

    Co-authored-by: Marco Ciampini <[email protected]>
    chad1008 and ciampo committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9240134 View commit details
    Browse the repository at this point in the history
  27. removing superfluos test

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9615e69 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f2c2012 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    31e6fa3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d3145dc View commit details
    Browse the repository at this point in the history
  31. remove @ts-expect-error

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a8b5f8a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f1e38de View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    dfe7384 View commit details
    Browse the repository at this point in the history
  34. update path to space utils

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2995957 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b12db10 View commit details
    Browse the repository at this point in the history
  36. add ref forwarding

    chad1008 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2d37e60 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. typo

    Co-authored-by: Marco Ciampini <[email protected]>
    chad1008 and ciampo authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6831880 View commit details
    Browse the repository at this point in the history
  2. update selectedTabId description

    Co-authored-by: Marco Ciampini <[email protected]>
    chad1008 and ciampo authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    2fe4332 View commit details
    Browse the repository at this point in the history
  3. misc feedback updates

    chad1008 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4025488 View commit details
    Browse the repository at this point in the history
  4. mark as experimental

    chad1008 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8367af6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e24d31a View commit details
    Browse the repository at this point in the history
  6. update CHANGELOG

    chad1008 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8d3ac35 View commit details
    Browse the repository at this point in the history