sistent
sistent copied to clipboard
Mui migration from muiv5 to muiv6
This pull request includes several updates to dependencies in package.json and the introduction of a new Grid2 component to replace the deprecated Grid component across multiple files.
Dependency Updates:
- Updated various
devDependenciesanddependenciesto their latest versions inpackage.json. [1] [2]
Introduction of Grid2 Component:
- Deprecated the existing
Gridcomponent and introduced a newGrid2component insrc/base/Grid2/Grid2.tsx. [1] [2] [3] - Updated
src/base/index.tsxto export the newGrid2component.
Replacement of Grid with Grid2:
- Replaced
GridwithGrid2in various custom components, includingCatalogDesignTable/AuthorCell.tsx,CatalogDetail/MetricsDisplay.tsx,CatalogDetail/OverviewSection.tsx,CatalogFilterSection/FilterSection.tsx,CustomCatalog/CustomCard.tsx,DashboardWidgets/GettingStartedWidget/GetStartedModal.tsx,DashboardWidgets/WorkspaceActivityWidget.tsx, andEmptyState/EmptyState.tsx. [1] [2] [3] [4] [5] [6] [7] [8]
Minor Code Improvements:
- Improved code formatting and consistency in
FilterSection.tsxandGettingStartedWidget/GetStartedModal.tsx. [1] [2]