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

Card: migrate to TypeScript #42941

Merged
merged 21 commits into from
Aug 23, 2022
Merged

Card: migrate to TypeScript #42941

merged 21 commits into from
Aug 23, 2022

Commits on Aug 23, 2022

  1. rename to ts

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    f111a5a View commit details
    Browse the repository at this point in the history
  2. Replace component with tsx.

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3aafbbd View commit details
    Browse the repository at this point in the history
  3. move MediaProps to types.ts

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    672a271 View commit details
    Browse the repository at this point in the history
  4. fix imports

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0e06f76 View commit details
    Browse the repository at this point in the history
  5. component props to DRY

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    726e2e2 View commit details
    Browse the repository at this point in the history
  6. convert to ts.

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    7007dbe View commit details
    Browse the repository at this point in the history
  7. fix type.

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3f97497 View commit details
    Browse the repository at this point in the history
  8. remove generics

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a9f0a0e View commit details
    Browse the repository at this point in the history
  9. fix types

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2c59c04 View commit details
    Browse the repository at this point in the history
  10. named export

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    614f2e2 View commit details
    Browse the repository at this point in the history
  11. remove args

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    71b8c4e View commit details
    Browse the repository at this point in the history
  12. fix CONTRIBUTING.md

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    a10d5b5 View commit details
    Browse the repository at this point in the history
  13. fix import order

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c62ace3 View commit details
    Browse the repository at this point in the history
  14. Update packages/components/src/card/card/hook.ts

    Co-authored-by: Marco Ciampini <marco.ciampo@gmail.com>
    torounit and ciampo committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    c383edf View commit details
    Browse the repository at this point in the history
  15. convert to typescript

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    87f80ac View commit details
    Browse the repository at this point in the history
  16. remove @example .

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    fe95fd2 View commit details
    Browse the repository at this point in the history
  17. add wrapper

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    033f21e View commit details
    Browse the repository at this point in the history
  18. fix path

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5d15317 View commit details
    Browse the repository at this point in the history
  19. rename snapshot

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    63b8b06 View commit details
    Browse the repository at this point in the history
  20. add CHANGELOG.md

    torounit committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    9027ac7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    122c7dd View commit details
    Browse the repository at this point in the history