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

Mantine components migration from v6 to v7 #100

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

Conversation

Nishchit14
Copy link
Contributor

@Nishchit14 Nishchit14 commented Oct 6, 2023

  • Package version: Updated mantine package versions to v7 & react, react-dom package to v18
  • Css Order: Added preset.css file & updated css file import order in order to apply tailwind classes on mantine components
  • Replaced Functions: Updated usage of createStyles with tailwind classes file in all ui-kit components & added import for cx[previously used from mantine createStyles fn] from 'classnames'
  • HOC component: Added FCThemeVariantProvider wrapper to update the theme variant provider
  • Props update: Updated new props usage [replaced prop: compact, icon, leftIcon, rightIcon] in all components [Button, Input, Menu]
  • Design Update: Updated animation classes on the dropdown menu open/close

closes #86

@netlify
Copy link

netlify bot commented Oct 6, 2023

Deploy Preview for staging-firecamp-dev ready!

Name Link
🔨 Latest commit 7f4d474
🔍 Latest deploy log https://app.netlify.com/sites/staging-firecamp-dev/deploys/6531125e36ff450008f03317
😎 Deploy Preview https://deploy-preview-100--staging-firecamp-dev.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ui: upgrade mantine to v7.0.0
1 participant