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: revert back package-lock, reduce bundle size #47

Merged
merged 4 commits into from
Aug 20, 2023
Merged

Commits on Aug 19, 2023

  1. feat: ✨ add Alert component

    * feat: ✨ add some common element props
    
    * refactor: ♻️ divide exports by comment
    
    * feat: ✨ add alert skeleton
    
    * refactor: ♻️ add decorator for fab stories to visualize properly
    
    * style: 💄 add initial UI style for Alert component
    
    * feat: add updated types and stories for Alert component
    
    * feat: ✨ component takes dynamic props
    
    * chore: 📦 add framer motion
    
    * style: 💄 add hover and cursor styling on alert close button
    
    * feat: ✨ apply framer motion on alert component
    
    * feat: ✨ update styling to make Alert more feasible on small devices
    
    * feat: ✨ add Alert variant support
    
    * refactor: ♻️ make title & description optional, fix the onClose event type
    
    * refactor: ♻️ extract fade motion to a dedicated HOC
    LogicalAnt authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    e105d3d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. revert: ⏪ revert back back package-lock

    as pnpm ended up bringing some error on test suite
    LogicalAnt committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    db9c8b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8cf65c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb006c0 View commit details
    Browse the repository at this point in the history