This package (mui-toolpad-extended-tuni) is deprecated.
Please use @mui-toolpad-extended-tuni/main instead.
npm uninstall mui-toolpad-extended-tuni
npm install @mui-toolpad-extended-tuni/mainOr update your package.json:
{
"dependencies": {
"@mui-toolpad-extended-tuni/main": "^3.4.0"
}
}// Old (deprecated)
import { ToolpadProvider } from 'mui-toolpad-extended-tuni';
import { useNavigationStore } from 'mui-toolpad-extended-tuni';
// New
import { ToolpadProvider } from '@mui-toolpad-extended-tuni/main';
import { useNavigationStore } from '@mui-toolpad-extended-tuni/main';If you're using extension packages (calendar, courses, users), update their peer dependencies:
{
"peerDependencies": {
"@mui-toolpad-extended-tuni/main": "^3.4.0"
}
}The main package has been moved to @mui-toolpad-extended-tuni/main to align with the organization scope structure. All other packages (@mui-toolpad-extended-tuni/core, @mui-toolpad-extended-tuni/calendar, etc.) already use the scoped naming.
This package (mui-toolpad-extended-tuni) will continue to work by re-exporting everything from @mui-toolpad-extended-tuni/main. However:
- No new features will be added to this package
- Only critical security updates will be provided
- All new development happens in
@mui-toolpad-extended-tuni/main
- v3.2.0: Package deprecated, migration to
@mui-toolpad-extended-tuni/mainrecommended - v4.0.0: This package may be removed entirely (TBD)
- See the main package README for full documentation
- Check the GitHub repository for issues and discussions
A React library extending MUI Toolpad functionality with additional features for educational applications. This library provides components and tools for building interactive educational interfaces.
npm install @mui-toolpad-extended-tuni/mainSee packages/main/README.md for complete documentation.
@mui-toolpad-extended-tuni/core: Core shared dependencies (Events, Navigation, Common UI components)@mui-toolpad-extended-tuni/main: Main package (ToolpadProvider, LMS components, platform features) ⭐ Use this@mui-toolpad-extended-tuni/calendar: Calendar microservice (optional)@mui-toolpad-extended-tuni/courses: Courses microservice (optional)@mui-toolpad-extended-tuni/users: Users microservice (optional)
MIT License - See LICENSE file for details.