@vertigis/react-ui 21.1.0 → 21.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "@mui/x-date-pickers-pro/themeAugmentation";
|
|
2
2
|
export * from "@mui/x-date-pickers/themeAugmentation";
|
|
3
|
+
export * from "@mui/x-data-grid-pro/themeAugmentation";
|
|
3
4
|
|
|
4
5
|
// These are needed to mimic the MUI v4 "default" color for buttons, which was
|
|
5
6
|
// removed in v5. See https://mui.com/guides/migration-v4/#button for more
|