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

Feature/image-component #31

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Commits on Apr 8, 2024

  1. feat: ✨ add Image component and update dependencies

    add image component
    Victor1890 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e75b612 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. refactor: ♻️ refactor image component

    refactor image component and add use image hook, shadow and blur custom setting
    Victor1890 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fea8eaf View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. fix: 💚 fix import paths and add missing code in Image component

    fix import paths and add missing code in Image component
    Victor1890 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    be78e0b View commit details
    Browse the repository at this point in the history
  2. fix: 💚 fix import paths and add missing code in Image component

    fix import paths and solve problem to image ref property type
    Victor1890 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2ebcbca View commit details
    Browse the repository at this point in the history
  3. refactor: ♻️ refactor Image component

    refactor Image component to fix import paths and add missing code
    Victor1890 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    04106c3 View commit details
    Browse the repository at this point in the history
  4. style: ✨ add images

    add images related to Image Storybook view
    Victor1890 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1ac8d7f View commit details
    Browse the repository at this point in the history
  5. refactor: ♻️ refactor useImageProps function in components/image/use-…

    …image-props.ts
    
    refactor useImageProps function in components/image/use-image-props.ts and remove comments
    Victor1890 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9c2c7d8 View commit details
    Browse the repository at this point in the history
  6. refactor: 🔥 remove comment

    refactor useImageBase function in components/image/use-image-base.ts
    Victor1890 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    070c973 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39beec6 View commit details
    Browse the repository at this point in the history
  8. feat: 🚩 add Image.stories.tsx file for Storybook view

    Add Image.stories.tsx file for Storybook view, custom args controls and add differentes templates related to images component
    Victor1890 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c800376 View commit details
    Browse the repository at this point in the history
  9. refactor: 🔥 remove comments

    refactor image component style in components/image/image.style.ts
    Victor1890 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b8aa76d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    d7b5a16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8a8dc8 View commit details
    Browse the repository at this point in the history
  3. refactor: ♻️ refactor useImageProps function in components/image/use-…

    …image-props.ts
    
    refactor useImageProps function in components/image/use-image-props.ts
    Victor1890 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4324e76 View commit details
    Browse the repository at this point in the history
  4. refactor: ♻️ refactor Image component to use Component prop instead o…

    …f img tag in components/image/index.tsx
    
    refactor Image component to use Component prop instead of img tag in components/image/index.tsx
    Victor1890 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    089f478 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Merge branch 'main' of https://github.com/Victor1890/sdd-kit into fea…

    …ture/image-component
    Victor1890 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    defc357 View commit details
    Browse the repository at this point in the history